Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-14 | AGOS: Fix Missing Default Switch Cases | D G Turner | |
These are flagged by GCC if -Wswitch-default is enabled. | |||
2014-03-05 | AGOS: Update debug tables. | Kirben | |
2014-02-18 | AGOS: Make GPL headers consistent in themselves. | Johannes Schickel | |
2011-10-07 | AGOS: Fix dumping all images option. | Travis Howell | |
2011-08-06 | AGOS: Reduced header dependency | Eugene Sandulenko | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-15 | AGOS: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
I only (minimally) tested this change with Simon 1 + 2 DOS CD. | |||
2010-11-01 | ENGINES: Replace many printfs by warning/debug/debugN | Max Horn | |
svn-id: r54031 | |||
2009-08-11 | Add option to disable later games (Feeble Files, Puzzle Pack) in AGOS game ↵ | Travis Howell | |
engine, which require higher resolution. svn-id: r43270 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-05-14 | Minor corrections. | Travis Howell | |
svn-id: r40550 | |||
2009-05-14 | Expand dump image code to cover all games, and add options to the debugger. | Travis Howell | |
svn-id: r40548 | |||
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-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-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 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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-04-15 | Cleanup. | Travis Howell | |
svn-id: r26480 | |||
2007-02-17 | Using stat and fopen is not portable (writing to a Common::File isn't ↵ | Max Horn | |
either, but at least it doesn't force porters to #define fopen to work around it) svn-id: r25661 | |||
2007-02-16 | Some very obvious cleanups. | Torbjörn Andersson | |
svn-id: r25635 | |||
2006-11-05 | Improve debug output of video script | Travis Howell | |
svn-id: r24621 | |||
2006-10-28 | Correct dump of VGA file in FF | Travis Howell | |
svn-id: r24555 | |||
2006-10-28 | Add more fixes for Elvira 1 | Travis Howell | |
svn-id: r24547 | |||
2006-10-27 | Update dump code for additional games | Travis Howell | |
svn-id: r24529 | |||
2006-10-21 | Cleanup | Travis Howell | |
svn-id: r24397 | |||
2006-10-13 | Add differences in opcode table for Elvira 2 and cleanup | Travis Howell | |
svn-id: r24294 | |||
2006-10-07 | Minor cleanup | Travis Howell | |
svn-id: r24159 | |||
2006-10-07 | Minor cleanup | Travis Howell | |
svn-id: r24158 | |||
2006-10-06 | Alwats report invalid opcodes when debug output is enabled | Travis Howell | |
svn-id: r24138 | |||
2006-10-06 | Add initial debug opcode table for Elvira1 | Travis Howell | |
svn-id: r24136 | |||
2006-10-06 | Add debug video opcodes table for Elvira 1 | Travis Howell | |
svn-id: r24135 | |||
2006-10-06 | Add Amiga demo of Elvira, and switch to elvira1 for Elvira | Travis Howell | |
svn-id: r24133 | |||
2006-10-05 | I hope this is the right fix for an "invalid opcode" message right after | Torbjörn Andersson | |
SET_PATHFIND_ITEM when dumping scripts. If so, perhaps it should be on the 0.9 branch as well. On the other hand, it only happens when debugging... svn-id: r24125 | |||
2006-10-04 | Add video opcode differences in Elvira 2 | Travis Howell | |
svn-id: r24107 | |||
2006-10-01 | Add debug opcode table for PP and other minor changes for PP | Travis Howell | |
svn-id: r24050 | |||
2006-09-30 | Add opcode table for Elvira 2 and cleanup | Travis Howell | |
svn-id: r24025 | |||
2006-09-29 | Phase 5 of Simon engine renaming. Renamed namespace Simon -> AGOS and | Eugene Sandulenko | |
SimonEngine -> AGOSEngine. Source is compilable and runnable again. I'm done. svn-id: r24013 | |||
2006-09-29 | Phase 2 of Simon renaming. Simon directory renaming | Eugene Sandulenko | |
svn-id: r24009 |