Age | Commit message (Expand) | Author |
2011-05-15 | M4: Replaced the trouble variable data map code with direct statements. | Paul Gilbert |
2011-05-14 | SCUMM: Remove some unused var warnings (see bug #3293800) | Max Horn |
2011-05-14 | MOHAWK: Fix background music restarting when changing cards in original Myst | Bastien Bouclet |
2011-05-14 | MOHAWK: Implement page drop button for Myst | Bastien Bouclet |
2011-05-14 | MOHAWK: Fix Myst backgrounds being draw one pixel too low on some cards. | Bastien Bouclet |
2011-05-14 | SCI: Don't do suffix expansions after exact dict match | Willem Jan Palenstijn |
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-14 | SWORD25: Fix format string warning. | eriktorbjorn |
2011-05-14 | LASTEXPRESS: Silence compiler warning | Max Horn |
2011-05-14 | MOHAWK: When running scripts in Myst, add delays when necessary between draws... | Bastien Bouclet |
2011-05-14 | SWORD25 (LUA): Disabled a lot of non-portable LUA functions | md5 |
2011-05-14 | MOHAWK: Implement Mechanical opcodes 115, 116, 117, 118, 119 and 120. Fortres... | Bastien Bouclet |
2011-05-14 | SWORD25 (LUA): Some compilation optimizations | md5 |
2011-05-14 | MOHAWK: Implement Mechanical opcodes 109, 110, 111, 112, 113 and 114. Fortres... | Bastien Bouclet |
2011-05-14 | COMMON: RemoveAvoid redundant typedefs if config.h is present | Max Horn |
2011-05-14 | TSAGE: Moved scene creation into the Game class, and separated out the Ringwo... | Paul Gilbert |
2011-05-14 | TSAGE: Added skeleton game class for Blue Force | Paul Gilbert |
2011-05-14 | TSAGE: Move the RingworldDemoGame class to the ringworld_demo file | Paul Gilbert |
2011-05-14 | TSAGE: Add blue force library files | strangerke |
2011-05-13 | TSAGE: Add detection for some versions of Blue Force | strangerke |
2011-05-13 | SCI: Fix crash in vo with unloaded superclass | Willem Jan Palenstijn |
2011-05-13 | SCI: Avoid incrementing lockers of deleted script | Willem Jan Palenstijn |
2011-05-13 | MOHAWK: Stub another two LB script functions. | Alyssa Milburn |
2011-05-13 | MOHAWK: Add/improve LB debug output a little. | Alyssa Milburn |
2011-05-13 | MOHAWK: Add basic LBProxyItem support. | Alyssa Milburn |
2011-05-13 | TSAGE: Fix bug "Scene 7000: When the ship is landing, the reactor fire is at ... | strangerke |
2011-05-13 | TSAGE: fix bug "Scene 2100: When Miranda uses the elevator, a graphical glitc... | strangerke |
2011-05-13 | SWORD25: Stop linking directly against zlib. | md5 |
2011-05-13 | CREATE_PROJECT: Handle paths with spaces in pre/post-build scripts | Littleboy |
2011-05-13 | CREATE_PROJECT: Generate a default revision header when no revision can be de... | Littleboy |
2011-05-13 | LASTEXPRESS: Implement SoundManager::setupCache() | Littleboy |
2011-05-13 | SWORD25: Fix compilation when libvorbis is not present | md5 |
2011-05-13 | SWORD25 (LUA): Whitespace fixes | md5 |
2011-05-13 | SWORD25 (LUA): Hopefully fixed compilation for the Android platform | md5 |
2011-05-13 | CONFIGURE: Don't enable the sword25 engine if Zlib is not enabled | md5 |
2011-05-13 | COMMON: Added compilation safeguards for the png decoder | md5 |
2011-05-13 | SWORD25: Added a version field for savegame thumbnails | md5 |
2011-05-13 | CONFIGURE: Don't disable the sword25 engine when libpng is not found | md5 |
2011-05-13 | SWORD25: Replaced the PNG thumbnail encoding code, used in saved games | md5 |
2011-05-13 | SCI: Don't include several debug tables when REDUCE_MEMORY_USAGE is defined | md5 |
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 | DEVTOOLS: Remove obsolete TeX mode from credits.pl, mention Credits.rtf | 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 |