Age | Commit message (Expand) | Author |
2011-05-17 | SCUMM: Make REDUCE_MEMORY_USAGE slightly more effecive (saving ~1kb ram) | Max Horn |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-16 | Merge branch 'master' of https://github.com/scummvm/scummvm | athrxx |
2011-05-16 | SCUMM: fix regression | athrxx |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat |
2011-05-16 | SCUMM: formatting | athrxx |
2011-05-15 | SCUMM: fix imuse bugs #1315950 and #761637 | athrxx |
2011-05-14 | SCUMM: Remove some unused var warnings (see bug #3293800) | Max Horn |
2011-05-14 | SCUMM: Workaround bug #1463598 (INDY3VGA: giant Henry Jones sr.) | Max Horn |
2011-05-14 | SCUMM: Show actor visible height in debugger | Max Horn |
2011-05-13 | SCUMM: Turned ResTypeData into a Common::Array<Resource>, subsuming its _reso... | Max Horn |
2011-05-13 | SCUMM: Get rid of the unused Resource::_globSize field | Max Horn |
2011-05-13 | SCUMM: Remove useless allocateArrays call, and make sure all resources are pr... | Max Horn |
2011-05-13 | SCUMM: Make it clearer that SCUMM's 'restart' feature leaks like hell | Max Horn |
2011-05-13 | SCUMM: Improve and document res tag sanity check | Max Horn |
2011-05-13 | SCUMM: Improve ResTypeData doxygen comments | Max Horn |
2011-05-13 | SCUMM: Remove ResTypeData::_num | Max Horn |
2011-05-13 | SCUMM: Rename resTypeFromId -> nameOfResType | Max Horn |
2011-05-13 | SCUMM: Rename ResTypes->ResType, introduce ResId typedef, change code to use ... | Max Horn |
2011-05-13 | SCUMM: Add a Resource class, refactor res code around it | Max Horn |
2011-05-13 | SCUMM: Tweak sound res syncing | Max Horn |
2011-05-13 | SCUMM: Document resource usage count / expiry a little bit | Max Horn |
2011-05-13 | SCUMM: Remove obsolete TODO | Max Horn |
2011-05-13 | SCUMM: Rename ResTypeData::tag to _tag, get rid of ResTypeData::name | Max Horn |
2011-05-13 | SCUMM: Rename ResTypeData::num to _num | Max Horn |
2011-05-13 | SCUMM: Get rid of the MemBlkHeader hack | Max Horn |
2011-05-13 | SCUMM: Clean up ResourceManager initialization | Max Horn |
2011-05-13 | SCUMM: Rename saveLoadResource to loadResourceOLD, remove unused save code in it | Max Horn |
2011-05-13 | SCUMM: Document and cleanup resource type mode | Max Horn |
2011-05-13 | SCUMM: Refactor how resource (types) are srepresented | Max Horn |
2011-05-13 | SCUMM: Move class ResourceManager to its own header | Max Horn |
2011-05-13 | SCUMM: Unify & extend index block related debug messages | Max Horn |
2011-05-13 | SCUMM: Print SCUMM & HE version when starting a game in deug mode | Max Horn |
2011-05-13 | SCUMM: Move tmsk code into its own Gdi subclass | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-05-05 | SCUMM: Use new MacCursor code instead of convertCrsrCursor() | Matthew Hoops |
2011-05-02 | SCUMM: Add support for an alternate version of The Dig's demo | Matthew Hoops |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn |
2011-05-02 | AUDIO: Rename clock() -> updateClock() in SID emulator | Max Horn |
2011-05-02 | SCUMM: fix whitespaces (patch #3281359) | Max Horn |
2011-05-01 | SCUMM: Fix v60he games | Matthew Hoops |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion |
2011-04-27 | SCUMM: Fix differences in soccer's u32 op_1011 | Matthew Hoops |
2011-04-27 | SCUMM: Add separate game id's for soccermls and soccer2004 | Matthew Hoops |
2011-04-27 | SCUMM: Implement soccer u32 opcodes 1013, 1019, 1020, and 1021 | Matthew Hoops |
2011-04-27 | SCUMM: Fixed compilation with MSVC | md5 |
2011-04-26 | SCUMM: Avoid long double usage | Matthew Hoops |
2011-04-26 | SCUMM: Begin work on the soccer u32 code | Matthew Hoops |