aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2008-09-04Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ...Max Horn
2008-09-04Added another version of Lost in Time CD, as supplied by SiRoCs in bug report...Sven Hesse
2008-09-04Ooops, adding Lost in Time and WoodruffSven Hesse
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
2008-09-04move save directory detection/creation from main() to OSystem_PSP::initBackend()Joost Peters
2008-09-04remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to Default...Joost Peters
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
2008-09-03correct a typo (thanks to salty-horse)Matthew Hoops
2008-09-03Minor formatting cleanup.Johannes Schickel
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
2008-09-03Fix nasty off-by-one errorsMax Horn
2008-09-03Fixed Stream::readLine implementation to match its doxygen commentMax Horn
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; add...Max Horn
2008-09-03Removed unused readLine code from the MT-32 emuMax Horn
2008-09-03Modified Common::Str to use exponential growth for its storage; also changed ...Max Horn
2008-09-03Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtrMax Horn
2008-09-03clarified commentMax Horn
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
2008-09-03TODO: bdf_getline seems to duplicate code from SeekableReadStream::readLine(_...Max Horn
2008-09-03Some cleanup by peresMax Horn
2008-09-03POSIX FSNode: got rid of Double-slashes in paths for childs of the root; simp...Max Horn
2008-09-03Updated MSVC project files for commit #34303Filippos Karapetis
2008-09-03Added more versions of HE games.Travis Howell
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ...Max Horn
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
2008-09-03Moved FilesystemNode / FSList to namespace Common; also got rid of some 'type...Max Horn
2008-09-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, b...Max Horn
2008-09-03Added new StdioStream class, a thin wrapper around FILEMax Horn
2008-09-03Fix for MSVC warning about ambiguous usage of MINFilippos Karapetis
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-03CleanupFilippos Karapetis