Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | Change Personal Nightmare support to optional, until setjmp/longjmp code is ↵ | Travis Howell | |
converted. svn-id: r39253 | |||
2009-03-08 | Clarify several errors messages. | Travis Howell | |
svn-id: r39219 | |||
2009-03-08 | Add 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-07 | Fix buffer overflow in matchSaveGame(). | Travis Howell | |
svn-id: r39182 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36228 | |||
2008-12-13 | Cleanup. | Travis Howell | |
svn-id: r35323 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-09-15 | Replace ioFailed by err. | Travis Howell | |
svn-id: r34557 | |||
2008-09-10 | Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable" | Filippos Karapetis | |
svn-id: r34469 | |||
2008-08-13 | Cleanup: Got rid of _quit and _rtl variables in engine.h/.cpp which are not ↵ | Christopher Page | |
used anymore. Found some _quit flags in Agos and Gob and replaced with bool quit() where appropriate svn-id: r33848 | |||
2008-08-08 | Hopefully allow quiting at any stage AGOS engines games again. | Travis Howell | |
svn-id: r33693 | |||
2008-07-29 | Changed class File (and derived classes) to only support read-only access; ↵ | Max Horn | |
added a new class DumpFile for writing svn-id: r33412 | |||
2008-07-27 | Fix buffer overflow in error message. | Travis Howell | |
svn-id: r33321 | |||
2008-04-18 | Always correct time events duration, when saving games. | Travis Howell | |
svn-id: r31557 | |||
2008-04-16 | Correct time events duration, when saving in Elvira 1. | Travis Howell | |
svn-id: r31516 | |||
2008-03-22 | Add support for room states in Waxworks (DOS). | Travis Howell | |
svn-id: r31218 | |||
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat | |
svn-id: r30667 | |||
2007-12-20 | Moved all time() calls in AGOS to a single new method AGOSEngine::getTime(); ↵ | Max Horn | |
also replaced an evil function-static variable by a member variable (lastMinute) svn-id: r29908 | |||
2007-12-10 | Remove old warnings, since errors are displayed via load/save interface. | Travis Howell | |
svn-id: r29815 | |||
2007-11-20 | Fixed unterminated string in countSaveGames(), which may be the cause of the | Torbjörn Andersson | |
problem with Feeble Files savegames not being shown that was described on the forum recently. svn-id: r29580 | |||
2007-11-18 | Fix loading restart state file in Amiga version of Waxworks. | Travis Howell | |
svn-id: r29543 | |||
2007-11-17 | Use unique save game naming for PC versions of Elvira 2 and Waxworks, due to ↵ | Travis Howell | |
the save game format differences. svn-id: r29539 | |||
2007-11-17 | Fix bug #1759850 - ELVIRA2: Restart state file causes crash. The itemStore ↵ | Travis Howell | |
data needed to be adjusting, when loading or saving in the AtariST and Amiga versions. svn-id: r29534 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Code formatting fixes | Max Horn | |
svn-id: r28945 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-28 | Add save code differences in Amiga verison of Waxworks. | Travis Howell | |
svn-id: r28261 | |||
2007-07-28 | Add save code differences in Amiga verison of Waxworks. | Travis Howell | |
svn-id: r28260 | |||
2007-07-27 | Fix loading restart state file in Amiga version of Waxworks. | Travis Howell | |
svn-id: r28234 | |||
2007-07-12 | Changed SaveFileManager::listSavegames() function to be engine agnostic. It ↵ | David Corrales | |
now returns a list will the full paths of existing files that match a given regex. Additionally, modified the 5 engines which use the default manager (Agos, Queen, Saga, Scumm and Touche) to parse the filename list and mark the available saves bool array correctly. svn-id: r28046 | |||
2007-07-01 | Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P. | Travis Howell | |
svn-id: r27839 | |||
2007-06-30 | Changed AGOS to use full KeyState, not just ascii value, in key events | Max Horn | |
svn-id: r27800 | |||
2007-06-30 | AGOS: Introduced ChildType enum | Max Horn | |
svn-id: r27792 | |||
2007-06-10 | Fix load/save regression in Puzzle Pack. | Travis Howell | |
svn-id: r27272 | |||
2007-06-09 | Fix gltich when listing saved games in Hebrew versions. | Travis Howell | |
svn-id: r27229 | |||
2007-06-08 | Don't save game, when no saved game name is given in earlier games. | Travis Howell | |
svn-id: r27195 | |||
2007-06-08 | Fix load/save interface in Elvira 1. | Travis Howell | |
svn-id: r27191 | |||
2007-06-06 | Fix glitches when highlighting saved game names in Elvira 2 and Waxworks, ↵ | Travis Howell | |
caused by incorrect position of characters. svn-id: r27146 | |||
2007-06-05 | Fix regression when listing saved game names, in Simon the Sorcerer 1/2. | Travis Howell | |
svn-id: r27096 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-28 | Fix loading restart state in Amiga and AtariST versions of Elvira 2. | Travis Howell | |
svn-id: r26996 | |||
2007-05-27 | Fix loading restart state in Waxworks for now. | Travis Howell | |
svn-id: r26966 | |||
2007-05-27 | Correct cursor used when entering saved game name in Elvira 2 and Waxworks. | Travis Howell | |
svn-id: r26957 | |||
2007-05-22 | Silenced a rather paranoid GCC warning. | Torbjörn Andersson | |
svn-id: r26924 | |||
2007-05-22 | Add support for the saved game overwrite check script in Waxworks. | Travis Howell | |
svn-id: r26911 | |||
2007-05-22 | Add load/save interface support for Elvira 2 and Waxworks. | Travis Howell | |
svn-id: r26909 | |||
2007-05-20 | Update quick load code for Elvira 1/2 and Waxworks, based on original scripts. | Travis Howell | |
svn-id: r26884 | |||
2007-05-16 | Ooops, correct inheritance of load/save functions. | Travis Howell | |
svn-id: r26851 | |||
2007-05-16 | Add caption to saved games for Elvira 1/2 and Waxworks. | Travis Howell | |
svn-id: r26850 |