aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-22Make incrustMask and incrustSprite only draw to the current background in Ope...Kari Salminen
2008-10-22Committed updated version of my patch #2184529 "SearchSet: Get rid of SharedP...Johannes Schickel
2008-10-22Removed File::addDefaultDirectoryRecursive, tweaked SearchMan API slightlyMax Horn
2008-10-21Fixed: Broken english in System.h documentation.Vicent Marti
2008-10-21Fixed: Naming of STX files in Scummmodern theme.Vicent Marti
2008-10-21Fix for bug #1960518 "ALL: --list-saves ignores custom paths".Johannes Schickel
2008-10-21Cleanup.Johannes Schickel
2008-10-20Formatting.Johannes Schickel
2008-10-20Fix - at least partially - the list of savegames for the launcher's load dialog.Torbjörn Andersson
2008-10-20I believe this fixes bug #2162345 ("BS1: Can't overwrite savegame"), but I'dTorbjörn Andersson
2008-10-19Code formatting fixesMax Horn
2008-10-19Cleanup (Removed an extra 'return 0').Kari Salminen
2008-10-18Fixed: Assert when parsing a corrupted Theme archive (now discarding the them...Vicent Marti
2008-10-18Simplify DXAPlayer::decodeZlib, and use common/zlib.h instead of system's zlib.hMax Horn
2008-10-18Implemented visual effects 1, 3, 4, 5, 6, 7 and 16Benjamin Haisch
2008-10-18Fixed warning.Torbjörn Andersson
2008-10-18Add game.cpp to makefileLars Persson
2008-10-18Need a differentiating zlib.h filename for SymbianOS.Lars Persson
2008-10-18Rewrote XMLParser error() function for the 5th time.Vicent Marti
2008-10-18Fixed: Default theme had several XML headers.Vicent Marti
2008-10-18Changed XML Parser to require standards-compilant XML header.Vicent Marti
2008-10-18Fixed: Invisible debugger console text in Classic theme.Vicent Marti
2008-10-18ImageManager: Added support for generic archives (zips and folders).Vicent Marti
2008-10-18Fixed: "GUI: Crash in Debugger" (ID: 2169419)Vicent Marti
2008-10-16OSYSTEM: Pushed out some port specific code from common/system.cpp to the res...Max Horn
2008-10-15Changed XMLParser comment syntax to conform to XML standards (<!-- * -->)Vicent Marti
2008-10-15Fixed: Game version selection menu (Bugs 2167730 and 2164305).Vicent Marti
2008-10-14Fixed: Freddi 1/2 ingame menu crash (BUG 2167027).Vicent Marti
2008-10-14Another tweak to HE: Use SearchMan.openFile instead of a raw FSNodeMax Horn
2008-10-14Greatly improved XML Parser error messages.Vicent Marti
2008-10-14Added "Mass Add" dialog.Vicent Marti
2008-10-14Fixed: Parser crash when adding an XML layout with an unhandled type.Vicent Marti
2008-10-14Crash ScummVM when a widget definition cannot be found in the XML file and sh...Vicent Marti
2008-10-13Patch #2131406: AGI: Fix Crash with Apple][ Instruments.Kari Salminen
2008-10-13Fixed crash after using cutscene subtitles. (Now I *know* no one has used thatTorbjörn Andersson
2008-10-13Removed SearchManager::addArchive, since SearchManager::add offers the same f...Johannes Schickel
2008-10-13OSYSTEM: Removed unused getExtraThemeConfig() method (TODO: Implement a new s...Max Horn
2008-10-13Fix for bug #2162342: FREDDI1: Game does not startMax Horn
2008-10-13Fixed: Ingame debug console in all games.Vicent Marti
2008-10-13- fix installer file support for Kyra 2 and 3Florian Kagerer
2008-10-13Use the save file manager's listSavefiles() function to find out if any saveg...Torbjörn Andersson
2008-10-12Merged ThemeEngine::themeEval() and ThemeEngine::evaluator() methods into a s...Max Horn
2008-10-12Removing dead codeMax Horn
2008-10-12Increased maximum subtitle line length for SimSaw. That code really should beTorbjörn Andersson
2008-10-12Don't call Common::List::size() if you don't have to (it's an expensive opera...Max Horn
2008-10-12COMMON: Added a new ObjectPool class, with matching operator new/delete overl...Max Horn
2008-10-12Fixed some more bad inline Doxygen comments (if you omit the '<', Doxygen thi...Max Horn
2008-10-12Don't force inline on big funcs if you don't have to (in this case, it added ...Max Horn
2008-10-12cleanupMax Horn
2008-10-12Fix some in-line doxygen comments to document the correct member(s); also fix...Max Horn