Age | Commit message (Expand) | Author |
2008-08-26 | And for all of those who love recompiling most of ScummVM... fixed typo prope... | Johannes Schickel |
2008-08-26 | Fixed typo. (Thanks to salty-horse for spotting it). | Johannes Schickel |
2008-08-20 | Unified member names in container/storage classes Array, HashMap and String: ... | Max Horn |
2008-08-20 | Extended HashMap debug output | Max Horn |
2008-08-18 | Updated to latest version of XMLParser, and modified VirtualKeyboardParser to... | Stephen Kennedy |
2008-08-18 | - proper init of virtual keyboard now implemented (involved added EventManage... | Stephen Kennedy |
2008-08-16 | Added support for loading uncompressed/unpackaged themes. | Vicent Marti |
2008-08-16 | Merged revisions 33490,33492,33495-33496,33509-33512,33518-33519,33522-33527,... | Vicent Marti |
2008-08-14 | * Saving of keymaps fully implemented | Stephen Kennedy |
2008-08-10 | Merged revisions 33719,33721-33723,33725-33727,33729-33730,33733,33736,33742,... | Christopher Page |
2008-08-09 | Use FSNode API in default OSystem::openConfigFileForReading & OSystem::openCo... | Max Horn |
2008-08-09 | If no default config file is present, just don't load it, instead of crashing | Max Horn |
2008-08-09 | Merged revisions 33632-33633,33635,33637,33639-33640,33642-33645,33648,33654-... | Christopher Page |
2008-08-09 | Added support for image loading/blitting. | Vicent Marti |
2008-08-09 | hotfix around drascula mem leak problems. see also bug report | Kostas Nakos |
2008-08-09 | Fixed 1.000.000 Valgrind warnings. | Vicent Marti |
2008-08-08 | BUGFIX: XMLParser issuing key-close callbacks on ignored keys. | Vicent Marti |
2008-08-08 | Resolution-dependence in XML files. | Vicent Marti |
2008-08-07 | * Moved VK code into backends/vkeybd | Stephen Kennedy |
2008-08-07 | * Removed Shape base class | Stephen Kennedy |
2008-08-06 | Keymapper WIP: | Stephen Kennedy |
2008-08-05 | Massive refactoring on the layout parsing API. | Vicent Marti |
2008-08-05 | Merged revisions 33626-33627 via svnmerge from | Christopher Page |
2008-08-05 | Removed unneeded #includes. | Travis Howell |
2008-08-04 | Merged revisions 33188-33189,33191-33193,33196,33198,33202-33203,33206,33210,... | Christopher Page |
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 | Theme layout parsing. Work in progress. | Vicent Marti |
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 | Turned InSaveFile & OutSaveFile into simple typedefs | Max Horn |
2008-08-04 | Moved the OutSaveFile::finalize method to WriteStream; implemented DumpFile::... | Max Horn |
2008-08-03 | FilesystemNode code: some comment cleanup; added FilesystemNode::openForReadi... | 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 |
2008-08-03 | New OSystem API for loading/storing default config file | Max Horn |
2008-08-02 | Fix for bug #1972625 'ALL: On-the-fly targets are written to the config file' | Max Horn |
2008-08-02 | Improved looks on the Modern theme in the new GUI. | Vicent Marti |
2008-08-01 | Fixed compiler problem with anyProp var. | Vicent Marti |
2008-08-01 | Support for XML layout with unspecified keys. | Vicent Marti |
2008-08-01 | Merged revisions 32701,32705,32727-32728,32730-32733,32737-32738,32742,32744-... | Vicent Marti |
2008-07-31 | GUI Layout parsing. Work in progress. | Vicent Marti |
2008-07-31 | - Added Common::mem_fun_ref for object references instead of pointers. | Johannes Schickel |
2008-07-30 | This time properly reverted my accidental commits of the osystem&configman pa... | Max Horn |
2008-07-30 | Fixed Win32 build, after Fingolfin's commits (probably because of the revert ... | Nicola Mettifogo |
2008-07-30 | Simplify/optimize/cleanup detectGameFilebased further | Max Horn |
2008-07-30 | Revert my accidental commit of the OSystem changes (oops) | Max Horn |
2008-07-30 | Simplified advanced detector file sys scanning code | Max Horn |
2008-07-30 | Advanced detector: split out part of detectGame into a new function detectGam... | Max Horn |
2008-07-30 | Reordered initialization order to kill a ton of warnings. | Nicola Mettifogo |