aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-20formatingPaweł Kołodziejski
2009-02-20restored formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20Started conversion of debug messages and debug levels to the ScummVM equivale...Filippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-20Slight formatting updateLars Persson
2009-02-20use new instead of malloc for int_hash_map_tWillem Jan Palenstijn
2009-02-20formatingPaweł Kołodziejski
2009-02-20Fixed configure on systems without mktemp.Johannes Schickel
2009-02-20remove old fileJoost Peters
2009-02-20add README.PSP to update-version.plJoost Peters
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20Used parentheses to indicate operator precedence (I hope I got them right)Filippos Karapetis
2009-02-20formatingPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20fixed compilationPaweł Kołodziejski
2009-02-20formatingPaweł Kołodziejski
2009-02-20SCI: Started rewriting file handling. Warning: This will likely introduceMax Horn
2009-02-20SCI: Renamed some ResourceManager members, cleanupMax Horn
2009-02-20SCI: Removed unused allow_patches param/memberMax Horn
2009-02-20SCI: Added TODO suggestion to change the vm opcode switch/case to an opcode t...Max Horn
2009-02-20SCI: Renamed resource_source_t -> ResourceSource; some cleanupMax Horn
2009-02-20SCI: Renamed resource_mgr_t -> ResourceManager; added remark to 'the other re...Max Horn
2009-02-20SCI: Removed unused fileMax Horn
2009-02-20- Moved SciEngine code to sci.cppJordi Vilalta Prat
2009-02-20Remove scummclassic.zip from packages, since it is built in.Travis Howell
2009-02-20Add COPYING.LGPL to dist/install for several platforms (osxsnap still needs a...Travis Howell
2009-02-20Fixed a nasty regression from the script system rewrite (commit #35670), whic...Filippos Karapetis
2009-02-20Enable Eco Quest again.Travis Howell
2009-02-20Update comments.Travis Howell
2009-02-20Correct typo in project files, which caused SCI engine to be disabled.Travis Howell
2009-02-20Ooops, remove excess zero.Travis Howell
2009-02-20Add another English DOS version of The Island of Dr. BrainTravis Howell
2009-02-20Disable MSVC warning, which is frequently paranoid.Travis Howell
2009-02-20Add change from Quietust, to fix MSVC 7.1 compile.Travis Howell
2009-02-20Avoid conflicting targets for King's Quest 4.Travis Howell
2009-02-20Add entries for some SCI demosMatthew Hoops
2009-02-20Synced the project files of the cruise engineFilippos Karapetis
2009-02-20Updated the MSVC project files of the SCI engineFilippos Karapetis
2009-02-20We only got 1 mixer - removed the unneeded file mixers.cppFilippos Karapetis
2009-02-20Re-enable some more Amiga entries.Matthew Hoops
2009-02-20Updated some versions in the detectorFilippos Karapetis
2009-02-19- Do not break after finding an executable in SCI fallback detection, as we m...Matthew Hoops
2009-02-19Re-enable some entries which I have verified (or Kirben verified in some earl...Matthew Hoops
2009-02-19formatingPaweł Kołodziejski
2009-02-19don't give up scanning files after one potential executable (such as sierra.i...Willem Jan Palenstijn
2009-02-19Function call order in expressions isn't well-defined. Also fix missing shift...Willem Jan Palenstijn