Age | Commit message (Expand) | Author |
2009-07-05 | When creating a CleanupSongIterator, transfer death listeners to it | Willem Jan Palenstijn |
2009-07-04 | When morphing a TeeSongIterator, transfer death listeners to remaining child | Willem Jan Palenstijn |
2009-07-04 | Cursors without a palette are now initialized correctly (from patch #2816652)... | Filippos Karapetis |
2009-07-04 | Merged SCI1 versions in one more file | Filippos Karapetis |
2009-07-04 | - Merged the "early" and "late" SCI1 versions - these are functionally equiva... | Filippos Karapetis |
2009-07-04 | - Kernel function names are no longer loaded from vocab.999, but are construc... | Filippos Karapetis |
2009-07-04 | - Changed some comments to DOxygen style | Filippos Karapetis |
2009-07-04 | Added a new console command, "selector", which attempts to find a selector by... | Filippos Karapetis |
2009-07-04 | Removed silly FIXME (mixup between debug and engine debug levels) | 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 | 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 |