Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-03-10 | AGOS: cleanup | Max Horn | |
svn-id: r48227 | |||
2009-03-20 | Correct vertical offset, when print stats in the AtariST version of Elvira 2. | Travis Howell | |
svn-id: r39558 | |||
2009-03-20 | Add work around for bug #2686883 - WAXWORKS: Crash in Jack the Ripper Zone. | Travis Howell | |
svn-id: r39557 | |||
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-02-11 | Code difference no longer required (fixed by revision 35327). | Travis Howell | |
svn-id: r36262 | |||
2009-02-07 | Cleanup. | Travis Howell | |
svn-id: r36232 | |||
2008-12-13 | Add upper case code for oe1_pcName() in Elvira 1/2. | Travis Howell | |
svn-id: r35330 | |||
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-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-04-16 | Minor cleanup. | Travis Howell | |
svn-id: r31514 | |||
2008-04-16 | Cleanup. | Travis Howell | |
svn-id: r31512 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
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-11-18 | Update comment for workaround for bug #1745996. | Travis Howell | |
svn-id: r29545 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-07-02 | Use warning for that last work around. | Travis Howell | |
svn-id: r27845 | |||
2007-07-02 | Add work around for possible script bug in Elvira 2. | Travis Howell | |
svn-id: r27844 | |||
2007-07-01 | Fix bug #1746107 - Elvira 2: Crash Catacombs lev2. | Travis Howell | |
svn-id: r27842 | |||
2007-06-30 | AGOS: Introduced ChildType enum | Max Horn | |
svn-id: r27792 | |||
2007-06-29 | Fix display of experience in Elvira 2. | Travis Howell | |
svn-id: r27772 | |||
2007-06-29 | Fix some scripts failing to start in Elvira 2, due code difference in ↵ | Travis Howell | |
isCalled opcode. svn-id: r27770 | |||
2007-06-08 | Fix load/save interface in Elvira 1. | Travis Howell | |
svn-id: r27191 | |||
2007-06-07 | Add details for French and German Amiga versions of Elvira 1. Remove restart ↵ | Travis Howell | |
state from Elvira 1 detection, due to two byte difference in the restart state on each disk of Amiga versions. svn-id: r27164 | |||
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 | Add sound effects code for Amiga and AtariST versions of Elvira 2. | Travis Howell | |
svn-id: r26989 | |||
2007-05-28 | Fix glitches caused by interface differences in the AtariST verison of Elvira 2. | Travis Howell | |
svn-id: r26988 | |||
2007-05-28 | Rename script opcode in Elvira 2. | Travis Howell | |
svn-id: r26986 | |||
2007-05-27 | Correct error in printStats opcode for Elvira 2. | Travis Howell | |
svn-id: r26953 | |||
2007-05-26 | Add code for opcodes 177/178 in Elvira 2. | Travis Howell | |
svn-id: r26937 | |||
2007-05-22 | Add load/save interface support for Elvira 2 and Waxworks. | Travis Howell | |
svn-id: r26909 | |||
2007-05-10 | Fix glitches in pause options of Elvira 1. | Travis Howell | |
svn-id: r26796 | |||
2007-05-09 | Imrproved support for Elvira 1/2 and Waxworks. | Travis Howell | |
svn-id: r26792 | |||
2007-05-07 | Cleanup. | Travis Howell | |
svn-id: r26769 | |||
2007-04-15 | Add eriktorbjorn's patch to split script opcodes into specific game engines. | Travis Howell | |
svn-id: r26490 | |||
2007-04-15 | Split game engines, to allow further cleanups. | Travis Howell | |
svn-id: r26481 | |||
2007-02-23 | Correct typo. | Travis Howell | |
svn-id: r25808 | |||
2007-02-23 | Fix bug #1600999 - SIMON2: Crash while talking to Bingo Bongo. A regression ↵ | Travis Howell | |
due to the work around for extra long strings been broken, when support for the Feeble Files was added in the past. svn-id: r25807 | |||
2007-01-01 | Fix bug #1624767 - FF: save games will not load. | Travis Howell | |
svn-id: r24960 | |||
2006-11-15 | Add inital pause code for Elvira 1/2 & WW, and cleanup | Travis Howell | |
svn-id: r24723 | |||
2006-11-05 | Only read a single item, in doTable opcode | Travis Howell | |
svn-id: r24624 | |||
2006-11-05 | Add inital load/save code changes for earlier games and cleanup | Travis Howell | |
svn-id: r24622 | |||
2006-11-05 | Typo | Travis Howell | |
svn-id: r24620 | |||
2006-10-29 | Add opcode and opcode stub for Elvira 2. Remove unused opcode code | Travis Howell | |
svn-id: r24562 | |||
2006-10-28 | Add more fixes for Elvira 1 | Travis Howell | |
svn-id: r24547 | |||
2006-10-27 | Cleanup | Travis Howell | |
svn-id: r24527 | |||
2006-10-25 | Cleanup | Travis Howell | |
svn-id: r24501 | |||
2006-10-25 | Remove unused script code | Travis Howell | |
svn-id: r24499 | |||
2006-10-25 | Add more opcodes for Elvira 1/2 | Travis Howell | |
svn-id: r24492 |