aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2009-03-09Add comment to getlong().Travis Howell
svn-id: r39252
2009-03-08Replace samewrd() function, with scumm_strnicmp.Travis Howell
svn-id: r39248
2009-03-08Add loading of hard coded icon data in the AtariST version of PN.Travis Howell
svn-id: r39247
2009-03-08some cleanupMax Horn
svn-id: r39241
2009-03-08Correct more errors in hitBox8().Travis Howell
svn-id: r39233
2009-03-08Variable _oneClick is a byte, so we can't compare it to boolean true/falseFilippos Karapetis
svn-id: r39229
2009-03-08Cleanup.Travis Howell
svn-id: r39227
2009-03-08Correct error in hitBox8().Travis Howell
svn-id: r39223
2009-03-08Cleanup.Travis Howell
svn-id: r39222
2009-03-08Clarify several errors messages.Travis Howell
svn-id: r39219
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
svn-id: r39218
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
svn-id: r39217
2009-03-08Add initial support for Personal Nightmare.Travis Howell
Thanks to dreammaster for file decompression and icon decoding code. NOTE: setjmp/longjmp code will require conversion for portability. svn-id: r39216
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
svn-id: r39203
2009-03-07Fix buffer overflow in matchSaveGame().Travis Howell
svn-id: r39182
2009-03-06Switch pause key to Pause in AGOS engine, and drop the debug keys.Travis Howell
svn-id: r39153
2009-03-05Add minor verb code differences in Elvira 1/2.Travis Howell
svn-id: r39136
2009-03-05Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵Jordi Vilalta Prat
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132
2009-03-01Add DOS demo of Elvira 1.Travis Howell
svn-id: r39026
2009-03-01Fix bottom palette in AtariST version of Elvira 2.Travis Howell
svn-id: r39014
2009-03-01Correctly fix position of icons in AtariST version of Elvira 2.Travis Howell
svn-id: r39011
2009-03-01Merged Engine::go() and ::init() into a new run() method (currently ↵Max Horn
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002
2009-02-28Add German font data table for German versions of Elvira 2 and Waxworks.Travis Howell
svn-id: r38943
2009-02-28Elvira 1 uses slightly different font data table, shared for all languages.Travis Howell
svn-id: r38942
2009-02-27Fix bug #2642654 - SIMON2: Cannot load savegame, also in CD DOS?.Travis Howell
svn-id: r38935
2009-02-19The background sounds option, only applies to Simon the Sorcerer 2.Travis Howell
svn-id: r38518
2009-02-15AtariST Elvira 1 demo specific code in restoreBackGround() is no longer ↵Travis Howell
required. svn-id: r38328
2009-02-15- Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel.Johannes Schickel
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304
2009-02-15Fix offset error in clearVideoBackGround(), that could cause menu glitches ↵Travis Howell
after fighting in Elvira 1. svn-id: r38238
2009-02-14Ooops, remove excess bracket.Travis Howell
svn-id: r36322
2009-02-14Add missing code difference in wordMatch().Travis Howell
svn-id: r36321
2009-02-13Fix another memory leak, when exiting Waxworks.Travis Howell
svn-id: r36296
2009-02-13Fix memory leaks, when exiting Waxworks.Travis Howell
svn-id: r36294
2009-02-13Fix another memory leak, when exiting AGOS engine.Travis Howell
svn-id: r36293
2009-02-13Fix memory leak, when exiting AGOS engine.Travis Howell
svn-id: r36290
2009-02-11Code difference no longer required (fixed by revision 35327).Travis Howell
svn-id: r36262
2009-02-11Fix bug #2583230 - Waxworks: Can't drag and drop items.Travis Howell
svn-id: r36261
2009-02-08Silenced MSVC warnings about uninitialized variablesFilippos Karapetis
svn-id: r36251
2009-02-07Cleanup.Travis Howell
svn-id: r36233
2009-02-07Cleanup.Travis Howell
svn-id: r36232
2009-02-07time.h include no longer required.Travis Howell
svn-id: r36229
2009-02-07Cleanup.Travis Howell
svn-id: r36228
2009-02-04Fix startup of AtariST demo of Elvira 1.Travis Howell
svn-id: r36212
2009-01-30do not include common/debug.h from common/util.hMax Horn
svn-id: r36143
2009-01-30AGOS: Added TODO about the possibility of using special debug levelsMax Horn
svn-id: r36137
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132
2009-01-29A ton of code formatting fixes; also fixed warnings about single line loops ↵Max Horn
like 'while(cond);' by inserting newlines svn-id: r36127
2009-01-27Silence MSVC warningsFilippos Karapetis
svn-id: r36100
2009-01-27Add/Update comments.Travis Howell
svn-id: r36094
2009-01-27Add looping support to makeVOCStream().Travis Howell
svn-id: r36093