Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-01 | SCUMM: Change NUM_SCRIPT_LOCALS to NUM_SCRIPT_LOCAL | Torbjörn Andersson | |
For consistency with NUM_SCRIPT_SLOT. | |||
2013-04-30 | SCUMM: Use correct array size when calling initializeLocals() | Torbjörn Andersson | |
The initializeLocals() function assumes that it can copy 25 elements when being provided an array of values. But this array was frequently a lot smaller than that. I've introduced a constant for the number of locals (though VirtualMachineState has one more for some reason), and fixed the array sizes in a number of places. CID 1003951, 1003952, 1003953, 1003955, 1003956, 1003959, 1003960, 1003961, 1003963, 100394, 1003965 | |||
2011-05-17 | SCUMM: Make REDUCE_MEMORY_USAGE slightly more effecive (saving ~1kb ram) | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-05 | SCUMM: Fix off-by-one mistakes in out-of-bounds checks; name some constants | Max Horn | |
2009-04-16 | SCUMM: Switched opcode tables to use Common::Functor0 (a bit like Kyra does it) | Max Horn | |
svn-id: r39956 | |||
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-02-19 | Use consistent naming for the preprocessor constants used to guarantee that | Torbjörn Andersson | |
header files are only included once. Many of them didn't have a SCUMM prefix which could have lead to clashes with common header files. svn-id: r25727 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |