aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-09-04Use readLine() instead of readLine_OLD().Torbjörn Andersson
svn-id: r34336
2008-09-04Changed FSDirectory::getSubDirectory to return a FSDirectory pointer instead ↵Max Horn
of a SharedPtr svn-id: r34334
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-04Ooops, adding Lost in Time and WoodruffSven Hesse
svn-id: r34329
2008-09-04Add missing case in o100_resourceRoutines.Travis Howell
svn-id: r34328
2008-09-04move save directory detection/creation from main() to OSystem_PSP::initBackend()Joost Peters
svn-id: r34326
2008-09-04remove deprecated SCUMMVM_SAVEPATH define -- pass default savepath to ↵Joost Peters
DefaultSaveFileManager ctor svn-id: r34324
2008-09-04Correct HE version for Wii version of Freddi Fish 1.Travis Howell
svn-id: r34323
2008-09-03correct a typo (thanks to salty-horse)Matthew Hoops
svn-id: r34320
2008-09-03Minor formatting cleanup.Johannes Schickel
svn-id: r34319
2008-09-03Changed some code to use the new Stream::readLine() methodMax Horn
svn-id: r34318
2008-09-03Fix nasty off-by-one errorsMax Horn
svn-id: r34317
2008-09-03Fixed Stream::readLine implementation to match its doxygen commentMax Horn
svn-id: r34316
2008-09-03Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; ↵Max Horn
added a new alternate SeekableReadStream::readLine() instead svn-id: r34315
2008-09-03Removed unused readLine code from the MT-32 emuMax Horn
svn-id: r34314
2008-09-03Modified Common::Str to use exponential growth for its storage; also changed ↵Max Horn
the meaning of 'capacity' from 'max length of string' to 'size of storage' (i.e. added one) svn-id: r34313
2008-09-03Changed Archive::openFile to return a SeekableReadStream* instead of a FilePtrMax Horn
svn-id: r34312
2008-09-03clarified commentMax Horn
svn-id: r34311
2008-09-03Moved check for shouldRTL() from engines to scummvm_mainMax Horn
svn-id: r34310
2008-09-03TODO: bdf_getline seems to duplicate code from ↵Max Horn
SeekableReadStream::readLine(_new) -> fix that svn-id: r34309
2008-09-03Some cleanup by peresMax Horn
svn-id: r34308
2008-09-03POSIX FSNode: got rid of Double-slashes in paths for childs of the root; ↵Max Horn
simplified code svn-id: r34307
2008-09-03Updated MSVC project files for commit #34303Filippos Karapetis
svn-id: r34306
2008-09-03Added more versions of HE games.Travis Howell
svn-id: r34305
2008-09-03Pushed AbstractFilesystemNode::openForReading() / openForWriting() impls out ↵Max Horn
to backends svn-id: r34304
2008-09-03Moved StdioStream to its own files inside backendsMax Horn
svn-id: r34303
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-03Added new AbstractFilesystemNode::openForReading & ::openForWriting method, ↵Max Horn
based on StdioStream; changed FilesystemNode to use them svn-id: r34301
2008-09-03Added new StdioStream class, a thin wrapper around FILEMax Horn
svn-id: r34300
2008-09-03Fix for MSVC warning about ambiguous usage of MINFilippos Karapetis
svn-id: r34299
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-03CleanupFilippos Karapetis
svn-id: r34295
2008-09-03In the launcher load dialog code, store the save_slot in the transient ↵Max Horn
domain (fixing bug #2089740) svn-id: r34294
2008-09-03If launching scummvm with no game selected, clear the transient domain (and ↵Max Horn
hence the effect of all command line args) before opening the launcher (may cause regressions) svn-id: r34293
2008-09-03Updated gob MSVC project files for commit #34286Filippos Karapetis
svn-id: r34292
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-02Change FilesystemNode::getChild to new desired behavior: namely, that it ↵Max Horn
should return valid nodes even for names for which no child exists (yet?) -- mail to scummvm-devel pending svn-id: r34284
2008-09-02Modified POSIX FSNode implementation to use Common::normalizePath & ↵Max Horn
Common::lastPathComponent; added a TODO regarding relative paths svn-id: r34283
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-02Applied my patch from -devel, which reenables GMM opening via F6.Johannes Schickel
svn-id: r34281
2008-09-02Fake 320x200 resolution instead of 200x320.Johannes Schickel
svn-id: r34279
2008-09-02Fixed copy&paste error when checking y and h of a widget on layout change.Johannes Schickel
svn-id: r34278
2008-09-02Updated NULL backend for FS changes.Johannes Schickel
svn-id: r34277
2008-09-02Handle OSystem::lockScreen fail in default OSystem::clearScreen implementation.Johannes Schickel
svn-id: r34276