aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-07Allow invoking FilesystemNode::getChild on non-dir nodes, by returning an ↵Max Horn
invalid node in that case svn-id: r34429
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-07Added new OSystem method addSysArchivesToSearchSet() [better name pending, ↵Max Horn
suggestions welcome] svn-id: r34424
2008-09-07Symbian already store all paths with a trailing "\". Lars Persson
Quick fix waiting for proper solution svn-id: r34423
2008-09-07Generate drascula.dat by the latest create_drasculaEugene Sandulenko
svn-id: r34420
2008-09-07Slightly updated built script. Faster?Lars Persson
svn-id: r34419
2008-09-07Updated with two new variations, scumm and brokenswordLars Persson
svn-id: r34418
2008-09-07Set default save path via save manager.Lars Persson
Fix bug in symbian-fs GetChild function. svn-id: r34417
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-07Updated readme about usage of snprintf sourceLars Persson
Added vsnprintf implementation. Cleanout SymbianOS.cpp from old file functions. svn-id: r34407
2008-09-07H file cleanup, remove old vibra supportLars Persson
svn-id: r34405
2008-09-07Added another demo version of Gobliiins (bug #2098412)Sven Hesse
svn-id: r34404
2008-09-07Remove SYMBIAN special handing from default handler.Lars Persson
svn-id: r34403
2008-09-07Need to have own implementation of snprintf and vsnprintf.Lars Persson
svn-id: r34402
2008-09-07Updated to include SymbianStream instead of StdioStreamLars Persson
svn-id: r34401
2008-09-07StdioStream implemented with Symbian file handling.Lars Persson
svn-id: r34400
2008-09-07Remove symbian defines from stdiostream.cppLars Persson
svn-id: r34399
2008-09-06Added hasArchive to SearchSet.Johannes Schickel
svn-id: r34397
2008-09-06Got rid of File::eof()Max Horn
svn-id: r34396
2008-09-06Clarified / fixed some Common::Archive doxygen commentsMax Horn
svn-id: r34394
2008-09-06Removed last traces of fopen / FILE from common/file.cppMax Horn
svn-id: r34393
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
svn-id: r34391
2008-09-06MT32 emu: eof -> eosMax Horn
svn-id: r34390
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-06Unlike ferror, our Stream::ioFailed() is also supposed to return true when ↵Max Horn
the end of stream has been reached svn-id: r34385
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that ↵Max Horn
readLine_NEW is essentially fgets in disguise svn-id: r34384
2008-09-06Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause ↵Lars Persson
memory overwrites). Use bsearch implementation from WINCE port. svn-id: r34382
2008-09-06Added missing common/archive.*Filippos Karapetis
svn-id: r34381
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-05Added Chris to creditsMax Horn
svn-id: r34373
2008-09-05Updated some copyright strings to 2001-2008Max Horn
svn-id: r34371
2008-09-05Added simple ZipArchive class, and changed some GUI code to use it, instead ↵Max Horn
of the ugly C API to the unzip code svn-id: r34370
2008-09-05additional Common::String testsWillem Jan Palenstijn
svn-id: r34369
2008-09-05Some tweaks to help (?) OS/2Max Horn
svn-id: r34368
2008-09-05Optimized matchString for the common case where there is a trailing * (if ↵Max Horn
that is the case, abort immediately instead of scanning the rest of the string) svn-id: r34367
2008-09-05Fix class FSDirectory (matchPattern would call getAllNames would call ↵Max Horn
matchPattern would call ...); some cleanup svn-id: r34366
2008-09-05Make use of String::matchStringMax Horn
svn-id: r34365
2008-09-05Moved matchString from util.* to str.*; added new String::matchString ↵Max Horn
method; fixed matchString doxygen comment (it confused pattern & string); added unit tests for matchString svn-id: r34364
2008-09-05Add symbian implementations to create read/write configfile handlesLars Persson
svn-id: r34363
2008-09-05Change location of create fs factory for Symbian!Lars Persson
svn-id: r34362
2008-09-05Remove usage of main_features.inl and the fileLars Persson
svn-id: r34361
2008-09-05Made FSDirectory use the default matchPattern implementation.Nicola Mettifogo
svn-id: r34360
2008-09-05* Implemented a default matchPattern for Archive subclasses (courtesy of ↵Nicola Mettifogo
Fingolfin). * Fixed bug in FSDirectory::matchPattern. svn-id: r34359