Age | Commit message (Expand) | Author |
2009-03-08 | Added more missing NULLing | Sven Hesse |
2009-03-08 | Formatting. | Johannes Schickel |
2009-03-08 | Fix warning. | Johannes Schickel |
2009-03-08 | Fix missing return. | Willem Jan Palenstijn |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-08 | some cleanup | Max Horn |
2009-03-08 | Added game object data files for dino and FTA2 | Filippos Karapetis |
2009-03-08 | - Reworked the different file types a bit | Filippos Karapetis |
2009-03-08 | Correct more errors in hitBox8(). | Travis Howell |
2009-03-08 | Oops, fix size argument to memset call. | Johannes Schickel |
2009-03-08 | Variable _oneClick is a byte, so we can't compare it to boolean true/false | Filippos Karapetis |
2009-03-08 | Restore potentially useful info deleted in r39188 | Willem Jan Palenstijn |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Fix boxes not blocking control/priority map. | Willem Jan Palenstijn |
2009-03-08 | - Cleanup | Johannes Schickel |
2009-03-08 | Cleanup. | Johannes Schickel |
2009-03-08 | Correct error in hitBox8(). | Travis Howell |
2009-03-08 | Cleanup. | Travis Howell |
2009-03-08 | Cleanup. | Johannes Schickel |
2009-03-08 | Clarify several errors messages. | Travis Howell |
2009-03-08 | Don't attempt to load save game slot in PN, if no match found. | Travis Howell |
2009-03-08 | Re-use save game slot, if the name matches, when saving in PN. | Travis Howell |
2009-03-08 | Add initial support for Personal Nightmare. | Travis Howell |
2009-03-08 | SCI: Fixed regression in new_fast_forward_iterator | Max Horn |
2009-03-08 | SCI: Changed suffix list to be stored as a Common::List; also fixed spelling:... | Max Horn |
2009-03-08 | SCI: Renamed vocab.cpp to vocabulary.cpp, to match the name of the header file | Max Horn |
2009-03-08 | SCI: replaced get_int_16 by READ_LE_UINT16, and got rid of inverse_16 | Max Horn |
2009-03-08 | SCI: Added new header gfx/font.h and removed some dead code | Max Horn |
2009-03-08 | LOL: some opcodes for the library room (so that the game will at least not fr... | Florian Kagerer |
2009-03-08 | LOL: fixed bug reported by MD5 (crashes and freezes caused by calls to non-ex... | Florian Kagerer |
2009-03-07 | Fix compile of SAGA2 game engine. | Travis Howell |
2009-03-07 | Added comment about a possible FIXME. | Torbjörn Andersson |
2009-03-07 | Fixed bug #2665117 - "ITE: Italian Floppy version wrong size" | Filippos Karapetis |
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-03-07 | SCI: Moved scummvm_get_event to operations.cpp (the only place where it is us... | Max Horn |
2009-03-07 | Updated savegame.cfsml | Filippos Karapetis |
2009-03-07 | Replaced getInt15 in intstrument-map.cpp as well | Filippos Karapetis |
2009-03-07 | The ScummVM debug console is now working (though only the "version" command i... | Filippos Karapetis |
2009-03-07 | Don't show a warning dialog for missing cutscenes in the demo. As noted in bug | Torbjörn Andersson |
2009-03-07 | Merged all the different cursor drawing functions inside gfxr_interpreter_get... | Filippos Karapetis |
2009-03-07 | Replaced gfxprintf | Filippos Karapetis |
2009-03-07 | Replaced getInt16, getUInt16 and putInt16 | Filippos Karapetis |
2009-03-07 | Removed unused code | Filippos Karapetis |
2009-03-07 | LOL: - implemented some opcodes( | Florian Kagerer |
2009-03-07 | Don't crash if a cutscene is missing. (Like they are in the demo, for instance.) | Torbjörn Andersson |
2009-03-07 | Fixed crash when reading some SCI1 resource map | Greg Frieger |
2009-03-07 | Patch #2671477: Fix wrong usage of strncat | Willem Jan Palenstijn |
2009-03-07 | Fix buffer overflow in matchSaveGame(). | Travis Howell |
2009-03-07 | Fixed some method parameters, changed the main loop to a method of the engine... | Paul Gilbert |