Age | Commit message (Expand) | Author |
2011-07-18 | SCI: Fix kFormat's handling of %c with a 0 argument | Willem Jan Palenstijn |
2011-07-07 | SCI: Applied patch #3357096 with minor modifications | Filippos Karapetis |
2011-06-23 | ANALYSIS: Add static casts to is* functions | Littleboy |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-05-29 | SCI: Added a more generalized fix for bug #3306417 | md5 |
2011-05-27 | SCI: Fixed bug #3306417 - "LAURA BOW 2: segmentation fault while talking to D... | md5 |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-14 | ALL: centre -> center | Max Horn |
2011-03-13 | SCI: Add workaround for a QFG1 VGA Mac kFormat bug | Matthew Hoops |
2011-03-04 | SCI: Use BE string handling for Mac games. | Walter van Niftrik |
2011-03-04 | SCI: Removed warning from kReadNumber | md5 |
2011-01-07 | SCI2.1: Kernel function changes (after looking through all of the SCI2.1 games) | Filippos Karapetis |
2011-01-01 | SCI: debugC calls no longer require a debug level of 2 to show output | Filippos Karapetis |
2010-12-07 | SCI: Removed the system strings code and replaced it with a much more simplif... | Filippos Karapetis |
2010-11-28 | SCI: Fixed bug #3034471 - "SCI, Castlebrain/Amiga: Invisible text in word sea... | Filippos Karapetis |
2010-11-21 | SCI: Removed the correct subops from kString in late SCI2.1/SCI3 games (thank... | Filippos Karapetis |
2010-11-21 | SCI: Adapted kArray/kString to use the new heuristic for late SCI2.1/SCI3 gam... | Filippos Karapetis |
2010-11-19 | Some subfunctions changed positions in SCI3 kString. WIP. | Lars Skovlund |
2010-11-18 | SCI: Added a stub for a new subop in kString, and disabled trackOriginAndFind... | Filippos Karapetis |
2010-09-11 | SCI: In kFormat, handle arguments pointing to text resource 0 correctly. | Lars Skovlund |
2010-09-09 | SCI: Implemented the kPrintDebug SCI2.1 kernel function, used in Shivers (demo) | Filippos Karapetis |
2010-09-09 | SCI: Support push and pop subfunctions in kMessage() | Lars Skovlund |
2010-07-29 | SCI: Silenced warning when exiting in LSL6 (bug report #3035533), and comment... | Filippos Karapetis |
2010-07-27 | SCI: Better fix for bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops |
2010-07-27 | SCI: Fix bug #3035058 - ECOQUEST demo: Missing subtitles | Matthew Hoops |
2010-07-21 | SCI: Moved the SCI32 kernel functions out of kernel32.cpp and into their resp... | Filippos Karapetis |
2010-06-24 | SCI: Make kStrAt clear segment when writing characters | Willem Jan Palenstijn |
2010-06-20 | SCI: dont display string set by kSetQuitStr | Martin Kiewitz |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-05-31 | SCI: break on anything, warn on anything but spaces in kReadNumber | Martin Kiewitz |
2010-05-31 | SCI: added TODO at kReadNumber space code | Martin Kiewitz |
2010-05-31 | SCI: skip spaces in kReadNumber - this happens in lsl3 intro | Martin Kiewitz |
2010-05-31 | SCI: when getting invalid chars in kReadNumber don't error() out, but create ... | Martin Kiewitz |
2010-05-29 | Mass renaming of selector-related functions, and removed some defines which w... | Filippos Karapetis |
2010-05-26 | SCI: fixing kReadNumber to behave like in sierra sci (non standard atoi imple... | Martin Kiewitz |
2010-05-18 | - Moved kernel_lookup_text inside the Kernel class | Filippos Karapetis |
2010-03-22 | Patch #2973290: Semicolon cleanup | Max Horn |
2010-02-15 | SCI32 reorders the REF* subops in kMessage; fixes GK1 conversations. | Matthew Hoops |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-07 | SCI1 Mac games can call kGetFarText with a NULL destination, so we need to al... | Matthew Hoops |
2010-02-05 | SCI: Add a 'SELECTOR' macro | Max Horn |
2010-01-30 | SCI: Remove extra '\n's in debugC messages | Willem Jan Palenstijn |
2010-01-30 | Implement kString(Printf) and resizing of SCI32 strings in kFormat(). | Matthew Hoops |
2010-01-30 | Added support for String types to kFormat (seems to work but needs testing...) | Filippos Karapetis |
2010-01-26 | SCI: Add string support for odd-offset pointers into reg_t-based segments. | Walter van Niftrik |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | SCI: Fix left aligning and centering in kFormat. | Walter van Niftrik |
2010-01-24 | Always memset the newly malloc'ed argument memory to 0 inside kFormat | Filippos Karapetis |
2010-01-24 | Replaced CHECK_OVERFLOW1 with asserts | Filippos Karapetis |