Age | Commit message (Expand) | Author |
2009-07-07 | Improved the LSL1VGA workaround after talking with waltervn | Filippos Karapetis |
2009-07-07 | Added a workaround for incorrect font references in LSL1VGA (which was the or... | Filippos Karapetis |
2009-07-07 | Removed the weird checks for a maximum resource number (the sci_max_resource_... | Filippos Karapetis |
2009-07-07 | Removed the superfluous sci_version_types array (it's essentially the same as... | Filippos Karapetis |
2009-07-07 | Cleanup: added an enum for the auto-detected features, removed the selectors ... | Filippos Karapetis |
2009-07-07 | Added auto-detection for games with older headers for script blocks, and remo... | Filippos Karapetis |
2009-07-07 | Added a SCI1.1 case in the lofss opcode, like in the lofsa opcode (essentiall... | 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 | Prevent a crash when the engine errors out before the game state is initialized | Filippos Karapetis |
2009-07-07 | Removed unused define | Filippos Karapetis |
2009-07-06 | Renamed SCI_VERSION_01 -> SCI_VERSION_01_EGA | Filippos Karapetis |
2009-07-06 | Swapped the music and audio resource check for SCI1.1 games. Digital sound ef... | Filippos Karapetis |
2009-07-06 | KQ6CD should be working correctly again | Filippos Karapetis |
2009-07-06 | Proper handling of sound effects marked as music resources | Filippos Karapetis |
2009-07-06 | When a song isn't found, send a "stop handle" event so that the engine won't ... | Filippos Karapetis |
2009-07-06 | Assigned several unimplemented/unused kernel functions as stubs, so that we k... | Filippos Karapetis |
2009-07-06 | Added seChanged the warning displayed when a selector can't be mapped to a de... | Filippos Karapetis |
2009-07-06 | Fixed compilation | Filippos Karapetis |
2009-07-06 | Replaced sciprintf() calls with printf, DebugPrintf, warning and error calls | Filippos Karapetis |
2009-07-05 | Merged the two SCI1 versions in one more file | Filippos Karapetis |
2009-07-05 | - Fixed feature auto-detection for Conquests of Camelot | Filippos Karapetis |
2009-07-05 | SCI1 games with absolute parameters to lofs instructions are automatically de... | Filippos Karapetis |
2009-07-05 | Removed validity check for atoi, which prevented console commands from intera... | Filippos Karapetis |
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-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-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 |