Age | Commit message (Expand) | Author |
2016-07-19 | SCUMM: Maniac V0: Implement 'simulator' for CPU lag (as the original engine o... | Robert Crossfield |
2016-07-19 | SCUMM: Maniac V0: Implement original walkbox queue, Cleanup actor walk code | Robert Crossfield |
2014-11-29 | SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. Remov... | Robert Crossfield |
2014-02-18 | SCUMM: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-02-11 | SCUMM: replace "c64" with "v0" when it applies to both C64 and AppleII v0 ver... | Tobias Gunkel |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops |
2011-05-25 | ALL: neighbour -> neighbor | Matthew Hoops |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2010-11-01 | ENGINES: Replace many printfs by warning/debug/debugN | Max Horn |
2010-10-25 | SCUMM: Add patch #3093051 - MMC64: Ladder facing patch. | Travis Howell |
2009-10-27 | Add patch #2856940 - MM C64: corner walkboxes fixed. | Travis Howell |
2009-10-27 | Add patch #2846425 - MM C64: walkbox fixed, with minor changes. | Travis Howell |
2009-10-09 | Remove some unused variables | Max Horn |
2009-07-23 | Correct error in revision 26678. | Travis Howell |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-03-20 | SCUMM: Split intern.h into multiple headers | Max Horn |
2008-08-15 | SCUMM: Made some potentially ambiguous (to the reader, at least) checks sligh... | Max Horn |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-01 | Re-added __attribute__(packed) | Max Horn |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-29 | Change getNumBoxes() to properly read the full uint16 box count (shouldn't af... | Max Horn |
2007-03-11 | A long time ago, in a virtual machine far, far away... | Max Horn |
2007-03-10 | typo | Max Horn |
2007-03-10 | SCUMM: Renamed ActorOldWalk to Actor_v3, added new subclass Actor_v2 | Max Horn |
2007-02-04 | Rewrote the actor walk code for SCUMM V0-V2 games: Now it uses the C64 charac... | Max Horn |
2007-02-04 | Fix compile of SCUMM engine. | Travis Howell |
2007-02-03 | Changed old FIXME comment into a WORKAROUND comment (it worked fine all these... | Max Horn |
2006-12-25 | Introduced ActorOldWalk subclass of Actor (for V1-V3 walk code) | Max Horn |
2006-11-20 | Fix for bug #1599113: SCUMM: Failed assertion in getBoxCoordinates() | Max Horn |
2006-11-07 | cleanup | Max Horn |
2006-10-29 | cleanup | Max Horn |
2006-10-19 | SCUMM: Introduced V12_X_MULTIPLIER and V12_Y_MULTIPLIER to make it a bit easi... | Max Horn |
2006-10-18 | cleanup | Max Horn |
2006-10-18 | cleanup | Max Horn |
2006-10-18 | SCUMM: Be less generous to code invoking checkXYInBoxBounds with a bad box pa... | Max Horn |
2006-10-18 | SCUMM: Yet another minox walkbox cleanup | Max Horn |
2006-10-18 | SCUMM: walbox related cleanup | Max Horn |
2006-10-04 | typo | Max Horn |
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the heap... | Max Horn |
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical order... | Max Horn |
2006-07-31 | Cleaned up some comments | Max Horn |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-05-29 | Fix Commodore 64 versions | Travis Howell |
2006-04-26 | cleanup | Max Horn |
2006-03-13 | Add masking support for C64 maniac, not perfect | Travis Howell |