aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-12Fix warningMax Horn
2008-10-12Changed Common::Rect doxygen comments to the (Java) style we use elsewhereMax Horn
2008-10-12The MSVC8 -> MSVC 7/7.1 conversion tool now handles both cases of version num...Filippos Karapetis
2008-10-12Changed 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-11Fixed yet another typoMax Horn
2008-10-11GUI ThemeEngine changes:Max Horn
2008-10-11Changed XMLParser to use SearchMan / FSNode::openForReadingMax Horn
2008-10-11Some cleanup (in particular: do not convert String -> char * -> String needle...Max Horn
2008-10-11Order files in gui/module.mk alphabeticallyMax Horn
2008-10-11Use Common::File instead of FilePtrMax Horn
2008-10-11Synced the rest of the MSVC project files (MSVC7, 7.1 and 8) with the latest ...Filippos Karapetis
2008-10-11Add patch from Quietust - Correct music speed in Amiga V2/V3 games.Travis Howell
2008-10-11Fixed crash when existing BRA: fonts were deallocated twice.Nicola Mettifogo
2008-10-10Fixed typo.Torbjörn Andersson
2008-10-09Update theme package name.Travis Howell
2008-10-09Fixed warning when loading themes contained inside a folder.Vicent Marti
2008-10-09Renamed "scummodern" theme to "scummmodern", for naming consistence.Vicent Marti
2008-10-09- Fixed theme loading from Zip files.Vicent Marti