Age | Commit message (Expand) | Author |
2008-10-21 | Cleanup. | Johannes Schickel |
2008-10-20 | Formatting. | Johannes Schickel |
2008-10-20 | Fix - at least partially - the list of savegames for the launcher's load dialog. | Torbjörn Andersson |
2008-10-20 | I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'd | Torbjörn Andersson |
2008-10-19 | Code formatting fixes | Max Horn |
2008-10-19 | Cleanup (Removed an extra 'return 0'). | Kari Salminen |
2008-10-18 | Fixed: Assert when parsing a corrupted Theme archive (now discarding the them... | Vicent Marti |
2008-10-18 | Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.h | Max Horn |
2008-10-18 | Implemented visual effects 1, 3, 4, 5, 6, 7 and 16 | Benjamin Haisch |
2008-10-18 | Fixed warning. | Torbjörn Andersson |
2008-10-18 | Add game.cpp to makefile | Lars Persson |
2008-10-18 | Need a differentiating zlib.h filename for SymbianOS. | Lars Persson |
2008-10-18 | Rewrote XMLParser error() function for the 5th time. | Vicent Marti |
2008-10-18 | Fixed: Default theme had several XML headers. | Vicent Marti |
2008-10-18 | Changed XML Parser to require standards-compilant XML header. | Vicent Marti |
2008-10-18 | Fixed: Invisible debugger console text in Classic theme. | Vicent Marti |
2008-10-18 | ImageManager: Added support for generic archives (zips and folders). | Vicent Marti |
2008-10-18 | Fixed: "GUI: Crash in Debugger" (ID: 2169419) | Vicent Marti |
2008-10-16 | OSYSTEM: Pushed out some port specific code from common/system.cpp to the res... | Max Horn |
2008-10-15 | Changed XMLParser comment syntax to conform to XML standards (<!-- * -->) | Vicent Marti |
2008-10-15 | Fixed: Game version selection menu (Bugs 2167730 and 2164305). | Vicent Marti |
2008-10-14 | Fixed: Freddi 1/2 ingame menu crash (BUG 2167027). | Vicent Marti |
2008-10-14 | Another tweak to HE: Use SearchMan.openFile instead of a raw FSNode | Max Horn |
2008-10-14 | Greatly improved XML Parser error messages. | Vicent Marti |
2008-10-14 | Added "Mass Add" dialog. | Vicent Marti |
2008-10-14 | Fixed: Parser crash when adding an XML layout with an unhandled type. | Vicent Marti |
2008-10-14 | Crash ScummVM when a widget definition cannot be found in the XML file and sh... | Vicent Marti |
2008-10-13 | Patch #2131406: AGI: Fix Crash with Apple][ Instruments. | Kari Salminen |
2008-10-13 | Fixed crash after using cutscene subtitles. (Now I *know* no one has used that | Torbjörn Andersson |
2008-10-13 | Removed SearchManager::addArchive, since SearchManager::add offers the same f... | Johannes Schickel |
2008-10-13 | OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s... | Max Horn |
2008-10-13 | Fix for bug #2162342: FREDDI1: Game does not start | Max Horn |
2008-10-13 | Fixed: Ingame debug console in all games. | Vicent Marti |
2008-10-13 | - fix installer file support for Kyra 2 and 3 | Florian Kagerer |
2008-10-13 | Use the save file manager's listSavefiles() function to find out if any saveg... | Torbjörn Andersson |
2008-10-12 | Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s... | Max Horn |
2008-10-12 | Removing dead code | Max Horn |
2008-10-12 | Increased maximum subtitle line length for SimSaw. That code really should be | Torbjörn Andersson |
2008-10-12 | Don't call Common::List::size() if you don't have to (it's an expensive opera... | Max Horn |
2008-10-12 | COMMON: Added a new ObjectPool class, with matching operator new/delete overl... | Max Horn |
2008-10-12 | Fixed some more bad inline Doxygen comments (if you omit the '<', Doxygen thi... | Max Horn |
2008-10-12 | Don't force inline on big funcs if you don't have to (in this case, it added ... | Max Horn |
2008-10-12 | cleanup | Max Horn |
2008-10-12 | Fix some in-line doxygen comments to document the correct member(s); also fix... | Max Horn |
2008-10-12 | Fix warning | Max Horn |
2008-10-12 | Changed Common::Rect doxygen comments to the (Java) style we use elsewhere | Max Horn |
2008-10-12 | The MSVC8 -> MSVC 7/7.1 conversion tool now handles both cases of version num... | Filippos Karapetis |
2008-10-12 | Changed BRA to use the new Common:Archive infrastructure. | Nicola Mettifogo |
2008-10-12 | * Added prefix support to cache entries of FSDirectory, as specified in patch... | Nicola Mettifogo |
2008-10-11 | Fixed yet another typo | Max Horn |