aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-10Removed the unused variable changeColorFilippos Karapetis
2008-09-10Merged all the methods to assign and set default palettesFilippos Karapetis
2008-09-10Small fix to help with compile problems on AmigaMax Horn
2008-09-10Reduced game memory usage by about 400KB by only loading the current language...Filippos Karapetis
2008-09-10Fix for bug #2102828 - "AGOS - compilation error, uninitialized variable"Filippos Karapetis
2008-09-10Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due...Filippos Karapetis
2008-09-09Changed static resource code to use Streams instead of operating on buffers.Johannes Schickel
2008-09-09New version of drascula.datFilippos Karapetis
2008-09-09New version of the create_drascula toolFilippos Karapetis
2008-09-09- Cleanup and simplificationFilippos Karapetis
2008-09-09Cleanup of exitRoom()Filippos Karapetis
2008-09-09CleanupFilippos Karapetis
2008-09-09Cleanup. Simplified converse()Filippos Karapetis
2008-09-09Committed patch #2100962 - "Saga engine reduced memory usage"Filippos Karapetis
2008-09-09Fix for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-err...Filippos Karapetis
2008-09-08Documented commit 34450 (game path searched recursively).Nicola Mettifogo
2008-09-08HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)Florian Kagerer
2008-09-08Updated/Fixed Symbian Filesystem handling.Lars Persson
2008-09-08Made some filenames uppercase for consistency.Johannes Schickel
2008-09-08Fixed LoL file loading regression.Johannes Schickel
2008-09-08Made searching the game path recursive (with the default depth of 4 levels). ...Nicola Mettifogo
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
2008-09-08Some more unification of options:Filippos Karapetis
2008-09-08Removed some unneeded conversions from the MSVC8->MSVC7/7.1 conversion toolFilippos Karapetis
2008-09-08Changed WarnAsError to be true across all engines, in both debug and release ...Filippos Karapetis
2008-09-08decompiler.cpp is not used anywhere by default. Remove it to prevent a warnin...Filippos Karapetis
2008-09-08Switched File::open, File::addDefaultDirectory to use a SearchSet internally....Max Horn
2008-09-08Reduced calls to File::exists()Filippos Karapetis
2008-09-08Free the current voice lookup table a bit earlier in loadGlobalResources()Filippos Karapetis
2008-09-08Added kyra/resource_intern.* to the kyra MSVC project filesFilippos Karapetis
2008-09-08CleanupFilippos Karapetis
2008-09-07Changed priorities for search paths. (Just in case system specific data paths...Johannes Schickel
2008-09-07Changed md5_file(FSNode) to use FSNode::openForReadingMax Horn
2008-09-07- Fixed regression in Resource::unloadPakFileJohannes Schickel
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode)...Max Horn
2008-09-07Fix warning about missing virtual destructorMax Horn
2008-09-07Add a priority param to OSystem::addSysArchivesToSearchSet (still in search f...Max Horn
2008-09-07oopsMax Horn
2008-09-07Made File::addDefaultDirectory(Recursive) ignore FSNodes which are not dirs /...Max Horn
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an inv...Max Horn
2008-09-07Moved Kyra resource code to a SearchSet/Archive based implementation, this re...Johannes Schickel
2008-09-07added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf'...Max Horn
2008-09-07Comment out some #defines in skydefs.h as they conflict with other headers (e...Max Horn
2008-09-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, su...Max Horn
2008-09-07Symbian already store all paths with a trailing "\". Lars Persson
2008-09-07Generate drascula.dat by the latest create_drasculaEugene Sandulenko
2008-09-07Slightly updated built script. Faster?Lars Persson
2008-09-07Updated with two new variations, scumm and brokenswordLars Persson
2008-09-07Set default save path via save manager.Lars Persson