Age | Commit message (Expand) | Author |
2011-02-28 | SCI: Fix crash with hunk refs in logkernel output | Willem Jan Palenstijn |
2011-02-28 | SCI: Removed the script patch for the scrubbing scene. The crash no longer oc... | md5 |
2011-02-28 | SCI: Removed several workarounds which are no longer needed, after the change... | md5 |
2011-02-28 | SCI: Add workaround for PQ:SWAT. | Lars Skovlund |
2011-02-28 | SCI: Moved hunk pointer handling to the GC, and removed some related workarounds | md5 |
2011-02-28 | SCI: Add FIXME comment to workaround | Willem Jan Palenstijn |
2011-02-28 | SCI: Cleanup of the save/load dialog patching code and the lofs type detectio... | md5 |
2011-02-27 | SCI: Remove kDoBresen special case for SCI_VERSION_1_EGA_ONLY | Willem Jan Palenstijn |
2011-02-27 | SCI: Renamed SCI_VERSION_1_EGA to SCI_VERSION_1_EGA_ONLY | md5 |
2011-02-27 | SCI: Improved the readability of the kDoBresen code a bit | md5 |
2011-02-27 | SCI: Don't set b_movCnt to moveSpeed while walking | Willem Jan Palenstijn |
2011-02-26 | SCI: Fixed a memory leak. Thanks to digitall for finding this using Valgrind | md5 |
2011-02-26 | SCI2+: Mention that the actual problem with text wrapping happens because of ... | md5 |
2011-02-24 | SCI: Added an initial implementation of RemapByPercent, which fixes the palet... | md5 |
2011-02-24 | SCI: Added a patch for script bug #3034579 - "KQ6CD: Missing speech" | md5 |
2011-02-22 | SCI: Some work on kRemapColors, and added a note that it operates on an RGBA | md5 |
2011-02-22 | SCI: Added code to aid in detecting infinite loops in scripts | md5 |
2011-02-21 | SCI: Spell 'canister' correctly | Matthew Hoops |
2011-02-21 | SCI: Fixed script bug #3040722 in QFG3 | md5 |
2011-02-21 | SCI: Throw a warning instead of an error if there ever is a modulus calculation | md5 |
2011-02-21 | SCI: SCI1.1 script also compare pointers with integers (e.g. QFG3, room 440) | md5 |
2011-02-21 | SCI: Added a custom modulo reg_t operator | md5 |
2011-02-20 | SCI: Add support for enabling/disabling Mac icon bar images | Matthew Hoops |
2011-02-20 | SCI: Fix KQ6 Mac video positioning | Matthew Hoops |
2011-02-20 | SCI: Moved the gcCountdown() code inside the op_callk case, since that's the ... | md5 |
2011-02-19 | SCI: Some spacing fixes and typos | md5 |
2011-02-19 | SCI: Refactored the reg_t related operations and comparisons | md5 |
2011-02-16 | SCI: Add workaround for uninitialized read in KQ5 FM Towns | Matthew Hoops |
2011-02-16 | SCI: Add support for the KQ5 FM Towns resource format | Matthew Hoops |
2011-02-15 | SCI: Fill in the remaining Mac-specific kPlatform subops | Matthew Hoops |
2011-02-15 | SCI: Cleaned up kMapKeyToDir and removed an incorrect heuristic | md5 |
2011-02-15 | SCI: Removed several redundant helper functions | md5 |
2011-02-14 | SCI: Fix loading SCI32 games | Matthew Hoops |
2011-02-15 | SCI2+: Set the correct segment for SCI32 strings/arrays when loading | md5 |
2011-02-14 | SCI: Fix loading pre-version 28 saved games | Matthew Hoops |
2011-02-13 | Remove erroneous comment. It reflected a false belief resulting from | Lars Skovlund |
2011-02-13 | SCI: Switch to true color mode for the GK2 demo Indeo3 video | Matthew Hoops |
2011-02-13 | SCI: Fix VMD coordinates | Matthew Hoops |
2011-02-12 | JANITORIAL: Remove extraneous parentheses | Ori Avtalion |
2011-02-11 | SCI: Simplify SegManager::saveLoadWithSerializer, cleanup | Max Horn |
2011-02-10 | SCI: Added a workaround for MUMG Deluxe | Filippos Karapetis |
2011-02-10 | SCI: Added resource manager support for changing the audio directory dynamica... | Filippos Karapetis |
2011-02-10 | SCI: Fix (rare) leak in kSaveGame, tweak kFileIOFindNext, cleanup | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-02-09 | SCI: Do not try to dereference object name when it's not a pointer. | Walter van Niftrik |
2011-02-08 | SCI: Changed the warning when applying script patches into a debug output call | Filippos Karapetis |
2011-02-08 | SCI: Some work on robot videos | Filippos Karapetis |
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn |
2011-02-07 | SCI: Converted the robot decoder into a regular video decoder, and decoupled ... | Filippos Karapetis |
2011-02-06 | SCI: Improve Mac SCI1.1+ cursor support | Matthew Hoops |