Age | Commit message (Expand) | Author |
2009-05-16 | Fixed incorrect pathfinding data entry being deleted when a temporary actor a... | Paul Gilbert |
2009-05-15 | Added detection entry for Hebrew Discworld 1 release | Paul Gilbert |
2009-05-15 | Fix compilation | Willem Jan Palenstijn |
2009-05-15 | - Moved all the files out of /sci/scicore and into /sci | Filippos Karapetis |
2009-05-15 | Removed unused defines and merged several different compression errors | Filippos Karapetis |
2009-05-15 | tinsel: fix drawing of some sprites, cursor and fonts in discworld PSX, palet... | Fabio Battaglia |
2009-05-15 | Reverted the SQ5 change introduced with commit #40574, as this makes the mous... | Filippos Karapetis |
2009-05-15 | Merged the 3 Huffman trees into decompressor.cpp, and changed their layout to... | Filippos Karapetis |
2009-05-15 | Add several Dutch Windows demo of HE games. | Travis Howell |
2009-05-15 | SCI: Keep a single copy of the versionNames array; this fixes warning about i... | Max Horn |
2009-05-15 | SCI: Got rid of SEG_ID/SCRIPT_ID | Max Horn |
2009-05-15 | SCI: Added SegManager::getScriptIfLoaded() method | Max Horn |
2009-05-15 | SCI: Turned several script related SegManager methods into Script methods | Max Horn |
2009-05-15 | Simplified SCI versions to be SCI version generations, and fixed some game en... | Filippos Karapetis |
2009-05-15 | Bugfix to saving the width of a cached background area - the previous code wa... | Paul Gilbert |
2009-05-15 | Corrected saving/loading of cached background areas | Paul Gilbert |
2009-05-15 | Bugfix to prevent off-screen areas from being restored by restoreBackground | Paul Gilbert |
2009-05-15 | LOL: implemented pit drop animation | Florian Kagerer |
2009-05-15 | Yet another strcpy() where source and destination may be the same... | Torbjörn Andersson |
2009-05-15 | Fixes for the backupBackground method when X < 0 | Paul Gilbert |
2009-05-15 | Converted various printf statements to use debug, warning, and error. | Paul Gilbert |
2009-05-15 | Bugfix for loadSetEntry to ensure graphics get allocated enough space. It's n... | Paul Gilbert |
2009-05-15 | Removed standard library includes - they were marked with a FIXME to remove, ... | Paul Gilbert |
2009-05-15 | Fixed a memory leak in the new unified decodeGfxUnified decoder method | Paul Gilbert |
2009-05-15 | Converted some code from fopen to Common::File - it's not currently used, but... | Paul Gilbert |
2009-05-15 | Fix bug #2791846 - SAMNMAX: Invalid opcode (regression). | Travis Howell |
2009-05-14 | SCI: Fixed restoring scripts when loading a SCI 1.1 savestate | Max Horn |
2009-05-14 | SCI: cleanup | Max Horn |
2009-05-14 | SCI: Added a paranoia check to find_unique_script_block which causes us to ba... | Max Horn |
2009-05-14 | SCI: Stop SCI1.1 games from complaining about an 'invalid' savedir by setting... | Max Horn |
2009-05-14 | SCI: Changed sci_obj_* enum value names to uppercase, in accordance with our ... | Max Horn |
2009-05-14 | Fixed various GCC 4.2 warnings, among them an actual longstanding bug (3 year... | Max Horn |
2009-05-14 | SCI: A provisional fix for the "invalid selector" problem in KQ6 and other | Walter van Niftrik |
2009-05-14 | Fixed the detection entry for SQ3 Amiga, and added a special case for cursor ... | Filippos Karapetis |
2009-05-14 | Cleanup | Filippos Karapetis |
2009-05-14 | Only load used palette entries with SCI1/11 | Willem Jan Palenstijn |
2009-05-14 | Fixed SQ3 Amiga by hardcoding the resource version (automatic resource versio... | Filippos Karapetis |
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 |
2009-05-14 | - Added a new game flag to distinguish SCI1 EGA versions | Filippos Karapetis |
2009-05-14 | Fixed regression with SCI1.1 games | Filippos Karapetis |
2009-05-14 | Replaced the SCI_VERSION_FTU_DOSOUND_VARIANT_2 version check with the game fe... | Filippos Karapetis |
2009-05-14 | Fix bug #2791699 - Feeble Files: Crash after OmniTV video. | Travis Howell |
2009-05-14 | - Replaced SCI_VERSION_FTU_LOFS_ABSOLUTE with the GF_SCI1_LOFSABSOLUTE game flag | Filippos Karapetis |
2009-05-14 | Cleanup | Filippos Karapetis |
2009-05-14 | SCI: Renamed GF_SCI0_BEFORE_* macros to GF_FOR_SCI0_BEFORE_* (to emphasise th... | Max Horn |
2009-05-14 | SCI: Message: fix K_MESSAGE_SIZE | Walter van Niftrik |
2009-05-14 | Correct typo. | Travis Howell |
2009-05-14 | Added a feature flag for the SCI1.1 behavior of kSetCursor() in Eco 1 and KQ5... | Filippos Karapetis |