aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-07Added another demo version of Gobliiins (bug #2098412)Sven Hesse
2008-09-07Remove SYMBIAN special handing from default handler.Lars Persson
2008-09-07Need to have own implementation of snprintf and vsnprintf.Lars Persson
2008-09-07Updated to include SymbianStream instead of StdioStreamLars Persson
2008-09-07StdioStream implemented with Symbian file handling.Lars Persson
2008-09-07Remove symbian defines from stdiostream.cppLars Persson
2008-09-06Added hasArchive to SearchSet.Johannes Schickel
2008-09-06Got rid of File::eof()Max Horn
2008-09-06Clarified / fixed some Common::Archive doxygen commentsMax Horn
2008-09-06Removed last traces of fopen / FILE from common/file.cppMax Horn
2008-09-06Switched class File & DumpFile to use StdioStream internallyMax Horn
2008-09-06MT32 emu: eof -> eosMax Horn
2008-09-06ScummFile: Don't use the File::_ioFailed flag, rather track the io status sep...Max Horn
2008-09-06Unlike ferror, our Stream::ioFailed() is also supposed to return true when th...Max Horn
2008-09-06Added some unit tests for Stream::readLine_NEW, and clarified that readLine_N...Max Horn
2008-09-06Portdefs cleanup, use snprintf from SDL and not sprintf (Which can cause memo...Lars Persson
2008-09-06Added missing common/archive.*Filippos Karapetis
2008-09-06Add Wii version of SPY Fox 1.Travis Howell
2008-09-06Add debugInput opcode for HE 100 games.Travis Howell
2008-09-05Added Chris to creditsMax Horn
2008-09-05Updated some copyright strings to 2001-2008Max Horn
2008-09-05Added simple ZipArchive class, and changed some GUI code to use it, instead o...Max Horn
2008-09-05additional Common::String testsWillem Jan Palenstijn
2008-09-05Some tweaks to help (?) OS/2Max Horn
2008-09-05Optimized matchString for the common case where there is a trailing * (if tha...Max Horn
2008-09-05Fix class FSDirectory (matchPattern would call getAllNames would call matchPa...Max Horn
2008-09-05Make use of String::matchStringMax Horn
2008-09-05Moved matchString from util.* to str.*; added new String::matchString method;...Max Horn
2008-09-05Add symbian implementations to create read/write configfile handlesLars Persson
2008-09-05Change location of create fs factory for Symbian!Lars Persson
2008-09-05Remove usage of main_features.inl and the fileLars Persson
2008-09-05Made FSDirectory use the default matchPattern implementation.Nicola Mettifogo
2008-09-05* Implemented a default matchPattern for Archive subclasses (courtesy of Fing...Nicola Mettifogo
2008-09-05Set the date for 0.12.0.Torbjörn Andersson
2008-09-05whitespace 'fix'Max Horn
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-05ADded Tinsel as supported engine stringsLars Persson
2008-09-05Add missing dialogs.cppLars Persson
2008-09-05Hopefully fixed the chaos with the SAGA volume values. This also fixes the br...Filippos Karapetis
2008-09-05Still need to get that build working. Readjust buildscriptLars Persson
2008-09-05Updated build script with new dialog.cppLars Persson
2008-09-05Updated filehandling for Symbian OSLars Persson
2008-09-05Ported AMIGA specific file buffering 'hack' from class File to StdioStreamMax Horn
2008-09-05Added two new filesLars Persson
2008-09-05Removed useless dependencies from common/file.h in common code. When complete...Nicola Mettifogo
2008-09-05Updated Symbian OS file actions with ferror and fflush.Lars Persson
2008-09-05Updated package revision no to 0.13. Updated default engine listLars Persson
2008-09-05Updated buildscripts to support tinselLars Persson
2008-09-04Use readLine() instead of readLine_OLD().Torbjörn Andersson