scummvm/engines/gob
Matthew Hoops 0031c41db8 COMMON: Change kPlatformPC to kPlatformDOS
"PC" was very ambiguous and now it matches what we show in the GUI.

This also corrects sword2's platform to Windows.
2013-05-02 18:43:10 -04:00
..
demos GOB: Add a non-interactive Adibou2 demo 2011-05-16 20:37:44 +02:00
detection COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
minigames/geisha GOB: Move drawString into Font 2012-07-30 01:24:18 +02:00
pregob COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
save GOB: Fix a leak 2013-04-15 18:25:01 +02:00
sound GOB: Add another sanity check 2013-04-15 18:42:46 +02:00
anifile.cpp GOB: iterator++ -> ++iterator 2013-03-20 08:27:51 +01:00
anifile.h GOB: Add CMPFile::recolor() and ANIFile::recolor() 2012-07-30 01:44:45 +02:00
aniobject.cpp GOB: ANIObject can now predict the position/size of future frames 2012-07-30 01:44:44 +02:00
aniobject.h GOB: ANIObject can now predict the position/size of future frames 2012-07-30 01:44:44 +02:00
backbuffer.cpp GOB: Move the background saving into its own class BackBuffer 2012-07-30 01:44:43 +02:00
backbuffer.h GOB: Move the background saving into its own class BackBuffer 2012-07-30 01:44:43 +02:00
cheater_geisha.cpp GOB: Hook up the Penetration minigame in the cheater 2012-06-07 04:29:10 +02:00
cheater.cpp GOB: Add a cheat debug command 2012-01-29 00:10:11 +01:00
cheater.h GOB: Hook up the Penetration minigame in the cheater 2012-06-07 04:29:10 +02:00
cmpfile.cpp GOB: Plug a leak 2013-03-20 08:28:45 +01:00
cmpfile.h GOB: Add CMPFile::recolor() and ANIFile::recolor() 2012-07-30 01:44:45 +02:00
console.cpp GOB: Add a cheat debug command 2012-01-29 00:10:11 +01:00
console.h GOB: Add a cheat debug command 2012-01-29 00:10:11 +01:00
databases.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
databases.h COMMON: Move Language and Platform functionality into separate files 2012-02-26 15:21:36 +01:00
dataio.cpp COMMON: Rename SafeSubReadStream to SafeSeekableSubReadStream. 2012-03-11 00:51:20 +01:00
dataio.h GOB: Fix 0OT resource loading, used in Geisha 2011-08-26 01:53:16 +02:00
dbase.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dbase.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
decfile.cpp GOB: Add support for different methods of handling Endianness 2012-07-30 01:44:42 +02:00
decfile.h GOB: Use the CMPFile class in DECFile 2012-03-11 21:05:57 +01:00
draw_bargon.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
draw_fascin.cpp GOB: Move drawString into Font 2012-07-30 01:24:18 +02:00
draw_playtoons.cpp GOB: Move drawString into Font 2012-07-30 01:24:18 +02:00
draw_v1.cpp ALL: Replace cursorTargetScale in OSystem API with a simple "do not scale" logic. 2012-06-03 02:02:57 +02:00
draw_v2.cpp GOB: Add some PreGob and Once Upon A Time cursor functions 2012-07-30 01:44:42 +02:00
draw.cpp GOB: Change strcpy to strlcpy for safety 2013-04-15 18:49:00 +02:00
draw.h GOB: Move drawString into Font 2012-07-30 01:24:18 +02:00
expression.cpp GOB: Change strcpy/strcat to strlcpy/strlcat for safety 2013-04-15 19:00:26 +02:00
expression.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
game.cpp GOB: Don't crash when the engine wasn't fully initialized on exit 2012-07-30 01:24:18 +02:00
game.h GOB: Fix a segfault when quitting AJ's World 2012-06-16 17:20:45 +02:00
global.cpp GOB: Remove useless variable 2012-06-14 15:27:37 +02:00
global.h GOB: Remove useless variable 2012-06-14 15:27:37 +02:00
gob.cpp GOB: Add support for different methods of handling Endianness 2012-07-30 01:44:42 +02:00
gob.h GOB: Add support for different methods of handling Endianness 2012-07-30 01:44:42 +02:00
goblin_v1.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
goblin_v2.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
goblin_v3.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
goblin_v4.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
goblin.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
goblin.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
hotspots.cpp GOB: Add a call to Inter::animPalette() in the hotspot checker 2013-04-19 11:40:18 +02:00
hotspots.h GOB: Clean up the Fascination window hotspot code a bit 2012-06-22 18:10:53 +02:00
iniconfig.cpp JANITORIAL: Remove unnecessary semicolons 2011-10-29 11:23:44 +02:00
iniconfig.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
init_fascin.cpp GOB: Hook up the MDY player in Fascination 2012-06-11 05:18:06 +02:00
init_geisha.cpp GOB: Hook up the MDY player in Geisha 2012-06-11 05:18:07 +02:00
init_v1.cpp GOB: Remove useless variable 2012-06-14 15:27:37 +02:00
init_v2.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
init_v3.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
init_v4.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
init_v6.cpp GOB: Fix a typo 2011-09-15 12:10:13 -04:00
init_v7.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
init.cpp GOB: Add PreGob stubs for the Once Upon A Time games 2012-07-30 01:44:42 +02:00
init.h GOB: Hook up the MDY player in Geisha 2012-06-11 05:18:07 +02:00
inter_bargon.cpp GOB: const correctness in SoundBlaster::playComposition() 2012-07-30 01:24:18 +02:00
inter_fascin.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
inter_geisha.cpp GOB: Don't print a warning when oGeisha_checkData() doesn't find fin.tot 2012-07-04 00:38:56 +02:00
inter_inca2.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
inter_littlered.cpp GOB: Don't loop /all/ sounds in Little Red 2012-06-18 17:14:04 +02:00
inter_playtoons.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
inter_v1.cpp GOB: Implement Util::getKeyState() for Little Red 2012-06-15 13:35:46 +02:00
inter_v2.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
inter_v3.cpp GOB: Add a workaround for bug #3376547 (gob3 footstep sound) 2011-07-25 18:47:31 +02:00
inter_v4.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
inter_v5.cpp GOB: Move drawString into Font 2012-07-30 01:24:18 +02:00
inter_v6.cpp GOB: Remove unused include. 2011-09-06 14:34:07 +02:00
inter_v7.cpp GOB: Fix const away cast warning. 2013-01-06 20:53:08 +01:00
inter.cpp GOB: Fix a segfault when quitting AJ's World 2012-06-16 17:20:45 +02:00
inter.h GOB: Update to new IFFDecoder for ILBM images 2013-01-06 20:04:42 +01:00
map_v1.cpp GOB: Fix another potential array overrun 2013-04-15 18:35:33 +02:00
map_v2.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
map.cpp GOB: Fix a very stupid typo in the pathfinder 2011-11-03 17:01:54 +01:00
map.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
module.mk GOB: Implement the parents section in Once Upon A Time 2012-07-30 01:48:40 +02:00
mult_v1.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
mult_v2.cpp GOB: Add a sanity check 2013-04-15 18:36:44 +02:00
mult.cpp GOB: Fix stupid typo/bug I introduced in 2007 2012-06-14 14:40:33 +02:00
mult.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
palanim.cpp GOB: Fix a "condition depends on uninitialised value" in Geisha 2012-06-14 15:24:49 +02:00
palanim.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
resources.cpp GOB: Add a resource size workaround for Little Red 2012-06-15 15:09:01 +02:00
resources.h GOB: Add a resource size workaround for Little Red 2012-06-15 15:09:01 +02:00
rxyfile.cpp GOB: Add support for different methods of handling Endianness 2012-07-30 01:44:42 +02:00
rxyfile.h GOB: Add support for different methods of handling Endianness 2012-07-30 01:44:42 +02:00
scenery_v1.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
scenery_v2.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
scenery.cpp GOB: Fix missing sound effects in Woodruff (bug #3374170) 2011-07-23 15:39:38 +02:00
scenery.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
script.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
script.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
surface.cpp GOB: Update to new IFFDecoder for ILBM images 2013-01-06 20:04:42 +01:00
surface.h GOB: Update to new IFFDecoder for ILBM images 2013-01-06 20:04:42 +01:00
totfile.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
totfile.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
util.cpp GOB: Add Util::toCP850Lower() / toCP850Upper() 2012-07-30 01:44:45 +02:00
util.h GOB: Add Util::toCP850Lower() / toCP850Upper() 2012-07-30 01:44:45 +02:00
variables.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
variables.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
video_v1.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
video_v2.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
video_v6.cpp ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
video.cpp GOB: Add Font::hasChar() 2012-07-30 01:44:45 +02:00
video.h GOB: Add Font::hasChar() 2012-07-30 01:44:45 +02:00
videoplayer.cpp GOB: Add a way to reopen currently opened IMD/VMD videos 2012-06-07 00:29:46 +02:00
videoplayer.h GOB: Add a way to reopen currently opened IMD/VMD videos 2012-06-07 00:29:46 +02:00