aboutsummaryrefslogtreecommitdiff
path: root/engines/agos
AgeCommit message (Collapse)Author
2009-04-24Fix regression in handling of keyboard keys.Travis Howell
svn-id: r40111
2009-04-24Minor cleanup.Travis Howell
svn-id: r40099
2009-04-24Fix pausing during video play back.Travis Howell
svn-id: r40098
2009-04-22AGOS: Merged timerCallback and timerProc; removed checkTimerCallback ↵Max Horn
declaration without implementation svn-id: r40076
2009-04-22Sync.Travis Howell
svn-id: r40075
2009-04-22Fix crash that occurs when OmniTV video is played completely, in The Feeble ↵Travis Howell
Files. svn-id: r40063
2009-04-21Add work around for bug in English 4CD version of The Feeble Files.Travis Howell
svn-id: r40048
2009-04-20Enable the arrow keys in Elvira 1/2.Travis Howell
svn-id: r40024
2009-04-20Fix sound effects regression in Waxworks.Travis Howell
svn-id: r40023
2009-04-19Fix possible overwriting of sound data in earlier games, and cleanup.Travis Howell
svn-id: r40015
2009-04-15Update renderString to match original code in The Feeble Files.Travis Howell
svn-id: r39952
2009-04-15Update renderString to match original code in The Feeble Files.Travis Howell
svn-id: r39951
2009-04-05Add another German version of Simon the Sorcerer 2 (DOS Floppy).Travis Howell
svn-id: r39859
2009-03-30Add GF_EGA feature flag for PN, to allow easier support of PC VGA version in ↵Travis Howell
future. svn-id: r39753
2009-03-25Add French DOS version of Waxworks.Travis Howell
svn-id: r39681
2009-03-24Add German DOS version of Waxworks.Travis Howell
svn-id: r39678
2009-03-20Add missing code difference in getUserFlag().Travis Howell
svn-id: r39565
2009-03-20Correct initial palette in Amiga and AtariST versions of PN.Travis Howell
svn-id: r39561
2009-03-20Correct vertical offset, when print stats in the AtariST version of Elvira 2.Travis Howell
svn-id: r39558
2009-03-20Add work around for bug #2686883 - WAXWORKS: Crash in Jack the Ripper Zone.Travis Howell
svn-id: r39557
2009-03-19Hopefully fix compilation with mingw64.Johannes Schickel
svn-id: r39552
2009-03-19Silenced some warnings about potentially uninitialized variablesFilippos Karapetis
svn-id: r39536
2009-03-18Minor corrections and cleanup.Travis Howell
svn-id: r39505
2009-03-09Add more code differences in PN.Travis Howell
svn-id: r39261
2009-03-09Cleanup.Travis Howell
svn-id: r39260
2009-03-09Minor cleanup.Travis Howell
svn-id: r39259
2009-03-09Changed _inputting & _inputReady from uint8 to bool.Travis Howell
svn-id: r39258
2009-03-09AGOS: Changed _leftButtonDown & _rightButtonDown from byte to intMax Horn
svn-id: r39256
2009-03-09Renamed SMKPlayer -> SmackerDecoder and DXAPlayer -> DXADecoder, as well as ↵Max Horn
some other tweaks svn-id: r39255
2009-03-09cleanup ;-)Max Horn
svn-id: r39254
2009-03-09Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵Travis Howell
converted. svn-id: r39253
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