aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-10-09Fixed small graphical glitch in Classic theme tabs.Vicent Marti
2008-10-09Removed theme-config.cpp (legacy GUI code)Vicent Marti
2008-10-09Fixe DIST_FILES_THEMES in Makefile for theme distribution.Vicent Marti
2008-10-09Manual merge of the GSoC2008 GUI branch. (71 files)Vicent Marti
2008-10-08Added an optional depth parameter to FSDirectory::getSubDirectory(), so that ...Nicola Mettifogo
2008-10-06Added new type Engine::Feature; pushed down some #include dependenciesMax Horn
2008-10-06Fix warnings about Event::synthetic being undefinedMax Horn
2008-10-05Merged revisions 34748,34750 via svnmerge from Vicent Marti
2008-10-05Fixed ambiguous 'else'Max Horn
2008-10-05Merged several revisions from SVNMerge.Vicent Marti
2008-10-05Changed NPC schedules to be loaded when an NPC is activated - this avoids an ...Paul Gilbert
2008-10-05Added a fixed memory pool for XML Node allocation, as suggested by Max.Vicent Marti
2008-10-04- Declared all stack functions as inlineBenjamin Haisch
2008-10-04Renamed some MetaEngine feature flags; removed explicit numbers from this fea...Max Horn
2008-10-04Bugfix to prevent NPC characters managing to walk beyond room exits without l...Paul Gilbert
2008-10-03Cleanup.Johannes Schickel
2008-10-03Check all 'kyra.dat' files in setup paths instead of only the first one found.Johannes Schickel
2008-10-03Committed slightly modified patch #2034983 "Case-insensitivy and directory ha...Johannes Schickel