Age | Commit message (Expand) | Author |
2009-08-16 | Merged revisions 43338-43340,43342,43344-43347,43349-43350,43352-43354,43357-... | Travis Howell |
2009-08-15 | SCI: Rename sci_version_t to SciVersion | Walter van Niftrik |
2009-08-15 | SCI: Added enum for map and volume versions. Removed res_version setting from | Walter van Niftrik |
2009-08-05 | Merged revisions 42578,42587-42593,42596-42599,42606,42608-42611,42614-42615,... | Travis Howell |
2009-07-25 | Use new Common::String::printf | Willem Jan Palenstijn |
2009-07-12 | Merged revisions 42398,42402-42406,42418-42421,42423,42428-42430 via svnmerge... | Travis Howell |
2009-07-11 | Moved the kernel and the vocabulary outside of the engine state (they're stat... | Filippos Karapetis |
2009-07-10 | Simplified SCI and groovie's initial graphics setup making use of the overloa... | Jody Northup |
2009-07-09 | Merged revisions 42252,42255-42263,42269-42271 via svnmerge from | Travis Howell |
2009-07-08 | Some cleanup for the script debugger code: | Filippos Karapetis |
2009-07-07 | Merged revisions 42205-42206,42208-42209,42211-42212,42214-42217,42219,42221-... | Travis Howell |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-07 | - Added auto-detection for EGA graphics. As a result of this, GF_SCI1_EGA has... | Filippos Karapetis |
2009-07-07 | Merged revisions 42201-42202 via svnmerge from | Travis Howell |
2009-07-07 | Merged revisions 42163-42164,42167-42181,42196-42200 via svnmerge from | Travis Howell |
2009-07-07 | Prevent a crash when the engine errors out before the game state is initialized | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-06 | Merged revisions 42087-42088,42093-42095,42097-42099,42104-42107,42110,42112-... | Travis Howell |
2009-07-05 | Merged the two SCI1 versions in one more file | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-04 | Newer DoSound() semantics are now detected automatically, by the existence of... | Filippos Karapetis |
2009-07-04 | Merged revisions 41219-41297,41299-41318,41322-41328,41331-41334,41336-41346,... | Travis Howell |
2009-07-03 | SCI0 games using older graphics functions are automatically detected now, fro... | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-03 | Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker... | Filippos Karapetis |
2009-06-27 | SCI: Use obtained instead of requested PixelFormat | Willem Jan Palenstijn |
2009-06-27 | Enabled RGB color support in SCI engine, corrected SCI engine's initGraphics ... | Jody Northup |
2009-06-26 | SCI: starting to restore RGB color functionality | Willem Jan Palenstijn |
2009-06-25 | After discussing with waltervn, committing my fix for the King's Quest I Demo... | Matthew Hoops |
2009-06-06 | Objectified the graphics driver | Filippos Karapetis |
2009-06-04 | SCI: Renamed EngineState::flags and version to _flags and _version (following... | Max Horn |
2009-06-03 | - Moved the engine state and the console to be private members of SciEngine | Filippos Karapetis |
2009-06-02 | Moved some more console commands to ScummVM's debug console | Filippos Karapetis |
2009-06-02 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-30 | - Removed debug_mode from the engine state | Filippos Karapetis |
2009-05-30 | SCI: Moved the rest of the console code out of sciconsole.cpp and into consol... | Filippos Karapetis |
2009-05-29 | - Moved some debug code into console.cpp, adding 3 console commands: resource... | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-29 | - Rewrote kSetCursor to be a bit simpler to understand, and got rid of GF_SCI... | Filippos Karapetis |
2009-05-20 | removed trailing whitespaces | Max Horn |
2009-05-18 | SCI: cleanup | Max Horn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | SCI: Keep a single copy of the versionNames array; this fixes warning about i... | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-14 | SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting... | Max Horn |
2009-05-14 | Fixed regression in EGA games | Filippos Karapetis |
2009-05-14 | Added a parameter to the graphics resource manager to determine if the runnin... | Filippos Karapetis |
2009-05-14 | Added the EGA version of Longbow, and partially reverted my previous commit. ... | Filippos Karapetis |