Age | Commit message (Expand) | Author |
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 | Replaced script_error and CORE_ERROR with error() | Filippos Karapetis |
2009-07-03 | - Pushed debugstate into debug.h | Filippos Karapetis |
2009-07-03 | Replaced all calls for manipulating the mouse cursor to be made to the Cursor... | Filippos Karapetis |
2009-07-03 | SCI: Fixed warning | Max Horn |
2009-07-03 | Simplified the kernel name loading code: Merged the default SCI0 and SCI1 ker... | Filippos Karapetis |
2009-07-03 | Applied patch #2815937 - "SCI: ReadString fix to repair LSL5 password". This ... | Filippos Karapetis |
2009-07-02 | Moved some more debug state related variables in the DebugState struct | Filippos Karapetis |
2009-07-02 | Moved all the debug state variables in a separate struct and re-enabled sever... | Filippos Karapetis |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn |
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: Fix typo breaking in-engine scaling | Willem Jan Palenstijn |
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-24 | SCI: Fix regression in r41833. | Walter van Niftrik |
2009-06-24 | SCI: Partial support for dual-language games. | Walter van Niftrik |
2009-06-22 | Patch #2810483 (SCI: Convert gfx subsystem headers to Doxygen format), with @... | Max Horn |
2009-06-21 | Cleanup | Filippos Karapetis |
2009-06-19 | SCI: Fix cel1 y-offset regression introduced in r40997. | Walter van Niftrik |
2009-06-18 | Patch | Max Horn |
2009-06-15 | Fix compilation of SCI engine | Willem Jan Palenstijn |
2009-06-15 | Added aliases for the script/breakpoint related commands and added the debugf... | Filippos Karapetis |
2009-06-14 | SCI: Added detection entries for Japanese SQ4. | Walter van Niftrik |
2009-06-13 | Buildfix for gcc 3.3 (moved a template class member into the header file) | Oystein Eftevaag |
2009-06-12 | SCI: Moved audio code from AudioResource to the sfx core. | Walter van Niftrik |
2009-06-12 | SCI: Added detection entries for Japanese QFG. | Walter van Niftrik |
2009-06-09 | SCI: Moved SCI1 audio map handling into the resource manager. | Walter van Niftrik |
2009-06-08 | SCI: Cleanup | Walter van Niftrik |
2009-06-08 | Replaced GFXWARN with warning and GFXDEBUG with debugC | Filippos Karapetis |
2009-06-08 | Moved some more debug commands to ScummVM's console | Filippos Karapetis |
2009-06-07 | Hopefully fixed memory corruption when loading games | Filippos Karapetis |
2009-06-07 | SCI: C++ified the song iterator code a little bit more | Max Horn |
2009-06-07 | SCI: Got rid of g_EngineState | Max Horn |
2009-06-07 | SCI: Moved resource36 handling into resource manager. | Walter van Niftrik |
2009-06-07 | SCI: Fixed the broken SciEngine::pauseEngineIntern code by ensuring that SciE... | Max Horn |
2009-06-07 | SCI: Simplified SongLibrary code a bit | Max Horn |
2009-06-07 | SCI: Objectified Song struct 'a bit' | Max Horn |
2009-06-07 | SCI: Objectified SongLibrary | Max Horn |
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Init _opl to 0. This prevents a crash on exit when the Adlib driver is closed... | Filippos Karapetis |
2009-06-07 | Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY... | Filippos Karapetis |
2009-06-07 | MD5 from bugreport #2797962: "SCI: Laura Bows 2 german, md5" | Eugene Sandulenko |
2009-06-07 | Added MD5 from Bug #2796782: "SCI: LSL1 Russian MD5" | Eugene Sandulenko |
2009-06-07 | SCI: Resmgr cleanup and preparations for moving resource36 handling into resmgr. | Walter van Niftrik |
2009-06-06 | Moved some more debug commands to ScummVM's coneole | Filippos Karapetis |