aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-08Formatting.Johannes Schickel
2009-03-08Fix warning.Johannes Schickel
2009-03-08Fix missing return.Willem Jan Palenstijn
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-08some cleanupMax Horn
2009-03-08Resurrection of SCI tools. Step 1.Eugene Sandulenko
2009-03-08Added proper icon for the mac os x targetOystein Eftevaag
2009-03-08The xcode project can now compile a native Mac OS X buildOystein Eftevaag
2009-03-08Added game object data files for dino and FTA2Filippos Karapetis
2009-03-08Patch #2658710: "Add comments to specify which engines use which decoders"Eugene Sandulenko
2009-03-08Updated the MSVC project files of the SAGA engineFilippos Karapetis
2009-03-08- Reworked the different file types a bitFilippos Karapetis
2009-03-08Correct more errors in hitBox8().Travis Howell
2009-03-08Updated the MSVC project files of the SCI engine (added gfx/font.h)Filippos Karapetis
2009-03-08Updated the AGOS engine with the additional files for PN. Also, warnings are ...Filippos Karapetis
2009-03-08Oops, fix size argument to memset call.Johannes Schickel
2009-03-08Variable _oneClick is a byte, so we can't compare it to boolean true/falseFilippos Karapetis
2009-03-08Restore potentially useful info deleted in r39188Willem Jan Palenstijn
2009-03-08Cleanup.Travis Howell
2009-03-08Fix boxes not blocking control/priority map.Willem Jan Palenstijn
2009-03-08- CleanupJohannes Schickel
2009-03-08Cleanup.Johannes Schickel
2009-03-08Correct error in hitBox8().Travis Howell
2009-03-08Cleanup.Travis Howell
2009-03-08Cleanup.Johannes Schickel
2009-03-08Move Greg Frieger from Tinsel to SCI in credits as intended by r39179Willem Jan Palenstijn
2009-03-08Clarify several errors messages.Travis Howell
2009-03-08Don't attempt to load save game slot in PN, if no match found.Travis Howell
2009-03-08Re-use save game slot, if the name matches, when saving in PN.Travis Howell
2009-03-08Add initial support for Personal Nightmare.Travis Howell
2009-03-08SCI: Fixed regression in new_fast_forward_iteratorMax Horn
2009-03-08SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:...Max Horn
2009-03-08SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header fileMax Horn
2009-03-08SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16Max Horn
2009-03-08SCI: Added new header gfx/font.h and removed some dead codeMax Horn
2009-03-08LOL: some opcodes for the library room (so that the game will at least not fr...Florian Kagerer
2009-03-08LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-ex...Florian Kagerer
2009-03-07Fix compile of SAGA2 game engine.Travis Howell
2009-03-07Added comment about a possible FIXME.Torbjörn Andersson
2009-03-07Fixed bug #2665117 - "ITE: Italian Floppy version wrong size"Filippos Karapetis
2009-03-07Enable the MADE engine by defaultFilippos Karapetis
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-03-07SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us...Max Horn
2009-03-07Updated savegame.cfsmlFilippos Karapetis
2009-03-07Replaced getInt15 in intstrument-map.cpp as wellFilippos Karapetis
2009-03-07The ScummVM debug console is now working (though only the "version" command i...Filippos Karapetis
2009-03-07Don't show a warning dialog for missing cutscenes in the demo. As noted in bugTorbjörn Andersson
2009-03-07Updated the MSVC project files of the SCI engineFilippos Karapetis
2009-03-07Merged all the different cursor drawing functions inside gfxr_interpreter_get...Filippos Karapetis