Age | Commit message (Expand) | Author |
2008-09-07 | Changed priorities for search paths. (Just in case system specific data paths... | Johannes Schickel |
2008-09-07 | Changed md5_file(FSNode) to use FSNode::openForReading | Max Horn |
2008-09-07 | - Fixed regression in Resource::unloadPakFile | Johannes Schickel |
2008-09-07 | Got rid of all Common::File usages in Kyra. | Johannes Schickel |
2008-09-07 | Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)... | Max Horn |
2008-09-07 | Fix warning about missing virtual destructor | Max Horn |
2008-09-07 | Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f... | Max Horn |
2008-09-07 | oops | Max Horn |
2008-09-07 | Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /... | Max Horn |
2008-09-07 | Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv... | Max Horn |
2008-09-07 | Moved Kyra resource code to a SearchSet/Archive based implementation, this re... | Johannes Schickel |
2008-09-07 | added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf'... | Max Horn |
2008-09-07 | Comment out some #defines in skydefs.h as they conflict with other headers (e... | Max Horn |
2008-09-07 | Added new OSystem method addSysArchivesToSearchSet() [better name pending, su... | Max Horn |
2008-09-07 | Symbian already store all paths with a trailing "\". | Lars Persson |
2008-09-07 | Generate drascula.dat by the latest create_drascula | Eugene Sandulenko |
2008-09-07 | Slightly updated built script. Faster? | Lars Persson |
2008-09-07 | Updated with two new variations, scumm and brokensword | Lars Persson |
2008-09-07 | Set default save path via save manager. | Lars Persson |
2008-09-07 | Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #... | Sven Hesse |
2008-09-07 | Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report #... | Sven Hesse |
2008-09-07 | Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #... | Sven Hesse |
2008-09-07 | Clipping setMousePos() parameters to sane values | Sven Hesse |
2008-09-07 | Temporary workaround for bug #2098279: ALL: Game path with no trailing backsl... | Max Horn |
2008-09-07 | Updated readme about usage of snprintf source | Lars Persson |
2008-09-07 | H file cleanup, remove old vibra support | Lars Persson |
2008-09-07 | Added another demo version of Gobliiins (bug #2098412) | Sven Hesse |
2008-09-07 | Remove SYMBIAN special handing from default handler. | Lars Persson |
2008-09-07 | Need to have own implementation of snprintf and vsnprintf. | Lars Persson |
2008-09-07 | Updated to include SymbianStream instead of StdioStream | Lars Persson |
2008-09-07 | StdioStream implemented with Symbian file handling. | Lars Persson |
2008-09-07 | Remove symbian defines from stdiostream.cpp | Lars Persson |
2008-09-06 | Added hasArchive to SearchSet. | Johannes Schickel |
2008-09-06 | Got rid of File::eof() | Max Horn |
2008-09-06 | Clarified / fixed some Common::Archive doxygen comments | Max Horn |
2008-09-06 | Removed last traces of fopen / FILE from common/file.cpp | Max Horn |
2008-09-06 | Switched class File & DumpFile to use StdioStream internally | Max Horn |
2008-09-06 | MT32 emu: eof -> eos | Max Horn |
2008-09-06 | ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep... | Max Horn |
2008-09-06 | Unlike ferror, our Stream::ioFailed() is also supposed to return true when th... | Max Horn |
2008-09-06 | Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N... | Max Horn |
2008-09-06 | Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memo... | Lars Persson |
2008-09-06 | Added missing common/archive.* | Filippos Karapetis |
2008-09-06 | Add Wii version of SPY Fox 1. | Travis Howell |
2008-09-06 | Add debugInput opcode for HE 100 games. | Travis Howell |
2008-09-05 | Added Chris to credits | Max Horn |
2008-09-05 | Updated some copyright strings to 2001-2008 | Max Horn |
2008-09-05 | Added simple ZipArchive class, and changed some GUI code to use it, instead o... | Max Horn |
2008-09-05 | additional Common::String tests | Willem Jan Palenstijn |
2008-09-05 | Some tweaks to help (?) OS/2 | Max Horn |