aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
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-08CleanupFilippos Karapetis
2008-09-07Changed priorities for search paths. (Just in case system specific data paths...Johannes Schickel
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-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-07Symbian already store all paths with a trailing "\". Lars Persson
2008-09-07Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #...Sven Hesse
2008-09-07Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report #...Sven Hesse
2008-09-07Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #...Sven Hesse
2008-09-07Clipping setMousePos() parameters to sane valuesSven Hesse
2008-09-07Temporary workaround for bug #2098279: ALL: Game path with no trailing backsl...Max Horn
2008-09-07Added another demo version of Gobliiins (bug #2098412)Sven Hesse
2008-09-06Got rid of File::eof()Max Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep...Max Horn
2008-09-06Add Wii version of SPY Fox 1.Travis Howell
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
2008-09-05Enum needs to be minimum four chars to compile (32 bit number I guess)Lars Persson
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
2008-09-05Hopefully fixed the chaos with the SAGA volume values. This also fixes the br...Filippos Karapetis
2008-09-04Use readLine() instead of readLine_OLD().Torbjörn Andersson
2008-09-04Added another version of Lost in Time CD, as supplied by SiRoCs in bug report...Sven Hesse
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03Added more versions of HE games.Travis Howell
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Silence MSVC warning about uninitialized variablesFilippos Karapetis
2008-09-03Commented out currently broken code, adding a FIXMEFilippos Karapetis
2008-09-03Silence MSVC warning about ambiguous usage of CLIPFilippos Karapetis
2008-09-03Add another Dutch demo of Pajama Sam 1.Travis Howell
2008-09-03Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.Travis Howell
2008-09-02some minor bug fixesFlorian Kagerer
2008-09-02Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734Sven Hesse
2008-09-02Urban Runner stubsSven Hesse
2008-09-02Cleanup: Remove now unneeded KyraEngine_v1::quitGame.Johannes Schickel
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
2008-09-02fix Virgin logo screen breakage that was introduced in the RTL mergeJoost Peters
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
2008-09-01Silence MSVC warning about empty switch statementFilippos Karapetis
2008-09-01TINSEL: Enabled listSaves supportMax Horn
2008-09-01Document each MetaEngineFeature (instead of listing just 'examples'). Wording...Max Horn