Age | Commit message (Expand) | Author |
2009-05-17 | Fixed compilation when LoL is not enabled | Filippos Karapetis |
2009-05-17 | Fix mouse cursor color in the demo versions of The Feeble Files. | Travis Howell |
2009-05-17 | Add more game demos. | Travis Howell |
2009-05-17 | Endian fix in script data access | Paul Gilbert |
2009-05-17 | The 'frameSize' variable isn't used at the moment. | Torbjörn Andersson |
2009-05-17 | Updated the MSVC project files of the AGOS and KYRA engines | Filippos Karapetis |
2009-05-17 | Changed the FLIC player to the common VideoDecoder interface. Note that curre... | Filippos Karapetis |
2009-05-17 | Add more game demos. | Travis Howell |
2009-05-17 | Properly named the script structure offset field, and fixed an endian bug | Paul Gilbert |
2009-05-17 | Removed the obsolete game Id list - it seems redundant, and stops the warning... | Paul Gilbert |
2009-05-17 | Properly named the dialog menu item 'selected' field | Paul Gilbert |
2009-05-16 | LOL: implemented loading and saving via Alt/Ctrl + number keys | Florian Kagerer |
2009-05-16 | Fixed problem with building the Dreamcast port in the srcdir: | Marcus Comstedt |
2009-05-16 | SCI: Turned some relatively harmless yet frequently occurring warnings into d... | Walter van Niftrik |
2009-05-16 | LOL: some more opcodes for the draracle cave | Florian Kagerer |
2009-05-16 | SCI: Allow the VM to continue when the invalid selector access occurs at the ... | Walter van Niftrik |
2009-05-16 | Let ScummVM compile out of the box on FreeBSD | Eugene Sandulenko |
2009-05-16 | Update to latest version of GNU config | Eugene Sandulenko |
2009-05-16 | Fix bug #2790461: "WINCE: Compilation broken" | Eugene Sandulenko |
2009-05-16 | Add detection for Russian version of DW2. | Eugene Sandulenko |
2009-05-16 | Added the font character lookup table for the German version of the game | Paul Gilbert |
2009-05-16 | Add initial support for DOS non-interactive demos of The Feeble Files. | Travis Howell |
2009-05-16 | Added a workaround for a discrepancy in the English version - one of the long... | Paul Gilbert |
2009-05-16 | Corrected mixed up parameter usage in the LoadFile method | Paul Gilbert |
2009-05-16 | Replaced value with proper constant, and named a previously un-named structur... | Paul Gilbert |
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 | Updated the MSVC project files of the SCI engine | Filippos Karapetis |
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 |