Age | Commit message (Expand) | Author |
2008-08-06 | HACK: In Operation Stealth after the first arcade sequence jump player's posi... | Kari Salminen |
2008-08-06 | Engine::runDialog() returns a value now | Christopher Page |
2008-08-06 | Added RTL feature to Tinsel | Christopher Page |
2008-08-06 | Tiny comment update to loadCt-opcodes: Load collision table data. | Kari Salminen |
2008-08-06 | Renamed page3Raw to collisionPage so it's more apparent what it does. | Kari Salminen |
2008-08-06 | Add 320x200 screen bounds checking to Operation Stealth's checkCollision func... | Kari Salminen |
2008-08-06 | HACK: Force oxygen to maximum during Operation Stealth's first arcade sequence. | Kari Salminen |
2008-08-06 | Do not query savestates which obviously do not exist (to shut up bogus consol... | Max Horn |
2008-08-06 | Workaround for bug #2016521 (DOTT: Bernard impersonating LaVerne) | Max Horn |
2008-08-06 | SCUMM: Renamed inventoryScript -> inventoryScriptIndy3Mac | Max Horn |
2008-08-06 | Added a check to make sure there is an active engine available when trying to... | Christopher Page |
2008-08-05 | Added FIXME comment to ConfigDialog class | Christopher Page |
2008-08-05 | Fixed more warnings | Christopher Page |
2008-08-05 | Committed my patch #2026097 ("ALSA: Try both 65:0 and 17:0 by default"), with a | Torbjörn Andersson |
2008-08-05 | Fixed some GCC warnings | Christopher Page |
2008-08-05 | Patch #2014663: Do not mark stack as executable in HQx scaler | Max Horn |
2008-08-05 | Workaround for missing player character animation when exiting the airport in... | Kari Salminen |
2008-08-05 | Made rest of resource loading functions used in loadResource return -1 on error. | Kari Salminen |
2008-08-05 | Add detection entry for a previously unrecognized 16 color PC version of Oper... | Kari Salminen |
2008-08-05 | SCUMM: cleanup SaveLoadChooser::updateInfos code | Max Horn |
2008-08-05 | SCUMM: Don't try to load metadata for slot -1 (i.e. don't try to load metadat... | Max Horn |
2008-08-05 | Fix prompt updating regression introduced in r32257: | Kari Salminen |
2008-08-05 | Output errors on (some) missing files. | Johannes Schickel |
2008-08-05 | Remove file attribute check, since getChild() can be called on file path that... | Travis Howell |
2008-08-05 | Changed implementation parameters/return values to match definition. | Johannes Schickel |
2008-08-05 | Merged revisions 33626-33627 via svnmerge from | Christopher Page |
2008-08-05 | Made changes to keep KYRA and PARA compatible with RTL/GMM | Christopher Page |
2008-08-05 | Removed unneeded #includes. | Travis Howell |
2008-08-05 | Fix win32 compile. | Travis Howell |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
2008-08-04 | Symbian build package should now contain drascula.dat also | Lars Persson |
2008-08-04 | Pushed some port specific code from DefaultSaveFileManager out to port specif... | Max Horn |
2008-08-04 | Fix for misplaced objects in mouse object selection (Operation Stealth specif... | Kari Salminen |
2008-08-04 | List the correct engines in about, | Lars Persson |
2008-08-04 | Remove some code which was rendered obsolete by md5's commit r33610 | Max Horn |
2008-08-04 | Modified DefaultSaveFileManager::checkPath to perform at least basic checks o... | Max Horn |
2008-08-04 | Moved ConfMan.registerDefault calls for savepath to DefaultSaveFileManager (e... | Max Horn |
2008-08-04 | Added Italian translation for the load confirmation window in IHNM | Filippos Karapetis |
2008-08-04 | Fixing compilation under MSVC | Filippos Karapetis |
2008-08-04 | Modified DumpFile::open to accept non-existing nodes, and to actually open fi... | Max Horn |
2008-08-04 | DefaultSaveFileManager: Killed class StdioSaveFile, used FilesystemNode::open... | Max Horn |
2008-08-04 | SCUMM: Only try to load savefile metadata from slots >= 0 | Max Horn |
2008-08-04 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn |
2008-08-04 | Removed join_paths from default save manager, and use FSNode API instead (may... | Max Horn |
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::... | Max Horn |
2008-08-04 | Remove debug left over. | Travis Howell |
2008-08-03 | FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi... | Max Horn |
2008-08-03 | cleanup | Max Horn |
2008-08-03 | Implemented DumpFile::open(FSNode) | Max Horn |
2008-08-03 | OSYSTEM: Pushed some SDL/Symbian specific code to the respective backends; ma... | Max Horn |