aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2008-09-08HOF: msvc8 compile fix (ARRAYSIZE used with run-time allocated array)Florian Kagerer
svn-id: r34454
2008-09-08Made some filenames uppercase for consistency.Johannes Schickel
svn-id: r34452
2008-09-08Fixed LoL file loading regression.Johannes Schickel
svn-id: r34451
2008-09-08Don't use fileName both as a structure and as a function parameterFilippos Karapetis
svn-id: r34449
2008-09-08Reduced calls to File::exists()Filippos Karapetis
svn-id: r34443
2008-09-08Free the current voice lookup table a bit earlier in loadGlobalResources()Filippos Karapetis
svn-id: r34442
2008-09-08CleanupFilippos Karapetis
svn-id: r34440
2008-09-07Changed priorities for search paths. (Just in case system specific data ↵Johannes Schickel
paths contain an outdated kyra.dat version) svn-id: r34438
2008-09-07- Fixed regression in Resource::unloadPakFileJohannes Schickel
- Changed priority value for OSystem::addSysArchivesToSearchSet call svn-id: r34436
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
svn-id: r34435
2008-09-07Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an ↵Max Horn
FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation svn-id: r34434
2008-09-07Fix warning about missing virtual destructorMax Horn
svn-id: r34433
2008-09-07Moved Kyra resource code to a SearchSet/Archive based implementation, this ↵Johannes Schickel
removes dependencies on Common::File. svn-id: r34428
2008-09-07added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named ↵Max Horn
'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;) svn-id: r34426
2008-09-07Comment out some #defines in skydefs.h as they conflict with other headers ↵Max Horn
(esp. T2 conflicts with some template defs) svn-id: r34425
2008-09-07Symbian already store all paths with a trailing "\". Lars Persson
Quick fix waiting for proper solution svn-id: r34423
2008-09-07Added polish version of Woodruff, as supplied by goodoldgeorg in bug report ↵Sven Hesse
#2098838 svn-id: r34415
2008-09-07Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report ↵Sven Hesse
#2098621 svn-id: r34413
2008-09-07Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug ↵Sven Hesse
#2046244) svn-id: r34411
2008-09-07Clipping setMousePos() parameters to sane valuesSven Hesse
svn-id: r34409
2008-09-07Temporary workaround for bug #2098279: ALL: Game path with no trailing ↵Max Horn
backslash fails svn-id: r34408
2008-09-07Added another demo version of Gobliiins (bug #2098412)Sven Hesse
svn-id: r34404
2008-09-06Got rid of File::eof()Max Horn
svn-id: r34396
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
svn-id: r34391
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status ↵Max Horn
separately; also, changed eof() -> eos() svn-id: r34389
2008-09-06Add Wii version of SPY Fox 1.Travis Howell
svn-id: r34378
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
svn-id: r34375
2008-09-05Enum needs to be minimum four chars to compile (32 bit number I guess)Lars Persson
svn-id: r34353
2008-09-05Use exact case numbers, to avoid unneeded subtractions.Travis Howell
svn-id: r34352
2008-09-05Hopefully fixed the chaos with the SAGA volume values. This also fixes the ↵Filippos Karapetis
broken volume introduced with the introduction of the RTL code in the engine svn-id: r34349
2008-09-04Use readLine() instead of readLine_OLD().Torbjörn Andersson
svn-id: r34336
2008-09-04Added another version of Lost in Time CD, as supplied by SiRoCs in bug ↵Sven Hesse
report #2093672 svn-id: r34332
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
svn-id: r34328
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
svn-id: r34323
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
svn-id: r34318
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵Max Horn
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
svn-id: r34310
2008-09-03Added more versions of HE games.Travis Howell
svn-id: r34305
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵Max Horn
'typedef Common::String String;' name aliases svn-id: r34302
2008-09-03Silence MSVC warning about uninitialized variablesFilippos Karapetis
svn-id: r34298
2008-09-03Commented out currently broken code, adding a FIXMEFilippos Karapetis
svn-id: r34297
2008-09-03Silence MSVC warning about ambiguous usage of CLIPFilippos Karapetis
svn-id: r34296
2008-09-03Add another Dutch demo of Pajama Sam 1.Travis Howell
svn-id: r34291
2008-09-03Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.Travis Howell
svn-id: r34290
2008-09-02some minor bug fixesFlorian Kagerer
svn-id: r34288
2008-09-02Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734Sven Hesse
svn-id: r34287
2008-09-02Urban Runner stubsSven Hesse
svn-id: r34286
2008-09-02Cleanup: Remove now unneeded KyraEngine_v1::quitGame.Johannes Schickel
Peres proposal for this commit log was: 'fixing .... as peres pointed out in his very interesting mail on -devel that everybody should read'. svn-id: r34282
2008-09-02Merging more of the GSoC 2008 RTL branch: PARALLACTIONNicola Mettifogo
svn-id: r34268
2008-09-02fix Virgin logo screen breakage that was introduced in the RTL mergeJoost Peters
svn-id: r34267