Age | Commit message (Expand) | Author |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-10-04 | SCI: Add SegManager::findObjectByName() method, make parse_reg_t() local to c... | Max Horn |
2009-10-04 | SCI/gui: renaming... | Martin Kiewitz |
2009-10-04 | SCI: kAddToPic, kAnimate and kSetNowSeen transferred to SciGUI32, not yet imp... | Martin Kiewitz |
2009-10-04 | SCI: Fixing a bunch of warnings; change 'intencity' -> 'intensity'; | Max Horn |
2009-10-04 | SCI: kReadNumber crash fix for lsl1 | Martin Kiewitz |
2009-10-04 | SCI: removing unused variables from onControl | Martin Kiewitz |
2009-10-04 | SCI: onControl now uses gui classes | Martin Kiewitz |
2009-10-04 | SCI: fixed crash in sq5/german (umlauts) | Martin Kiewitz |
2009-10-03 | SCI: Add hack to gui to fix loading | Willem Jan Palenstijn |
2009-10-03 | SCI: Redraw edit controls when they change. | Willem Jan Palenstijn |
2009-10-03 | SCI: Fix sign issue in stringfrags | Willem Jan Palenstijn |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-02 | Fix cppcheck issue reported by salty-horse | Willem Jan Palenstijn |
2009-10-02 | Fix some cppcheck warnings reported by salty-horse | Max Horn |
2009-10-02 | SCI: Remove PRINT_STK macro; cleanup | Max Horn |
2009-10-02 | SCI: Use String::printf instead of temporary buffer | Willem Jan Palenstijn |
2009-10-02 | SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c... | Max Horn |
2009-10-02 | SCI: Remove dead code | Max Horn |
2009-10-01 | SCI: cleanup | Willem Jan Palenstijn |
2009-10-01 | Rewrote weird-looking code, which might lead to undefined behavior, according... | Filippos Karapetis |
2009-10-01 | Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC defines | Filippos Karapetis |
2009-10-01 | - Removed the toggle for "weak" validations, as there are cases where they fa... | Filippos Karapetis |
2009-10-01 | SCI: Remove outdated debugging hack. | Willem Jan Palenstijn |
2009-09-30 | Removed an old (and now obsolete) workaround for KQ5 | Filippos Karapetis |
2009-09-30 | Fixed the warning message shown when dummy functions are invoked | Filippos Karapetis |
2009-09-30 | Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us... | Filippos Karapetis |
2009-09-30 | Changed the list sanity checks to return warnings instead of errors in case o... | Filippos Karapetis |
2009-09-30 | SCI: Make kFile error messages slightly more verbose | Willem Jan Palenstijn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | SCI: Replace magic '-42' by an enum | Max Horn |
2009-09-30 | Fixed a crash in KQ1SCI, when the user types something wrong - the game tries... | Filippos Karapetis |
2009-09-30 | Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ... | Filippos Karapetis |
2009-09-30 | Fixed a crash when starting KQ1SCI | Filippos Karapetis |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-30 | SCI: Add callk stackframe directly in run_vm | Willem Jan Palenstijn |
2009-09-29 | Added a FIXME comment for the removed functionality in the script debugger | Filippos Karapetis |
2009-09-29 | Remove unused variable. | Johannes Schickel |
2009-09-29 | Oops - don't attempt to print the sought kernel function name when its empty | Filippos Karapetis |
2009-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-29 | QFG3 clears clones with underbits set, so disable the warning for this behavior | Filippos Karapetis |
2009-09-28 | SCI: Remove unsafe unmarkDeleted function. | Willem Jan Palenstijn |
2009-09-28 | Added topString to the list of static selectors, for commit #44429 | Filippos Karapetis |
2009-09-27 | SCI: Fix scrolling in SCI1 list controls. | Walter van Niftrik |
2009-09-27 | SCI: Remove directory prefix added by QfG3's char import | Willem Jan Palenstijn |
2009-09-27 | SCI: Adjust isValidOffset to match changes from r44396, | Willem Jan Palenstijn |
2009-09-27 | Simplify kFormat slightly | Max Horn |
2009-09-27 | SCI: Add workaround for file mask used by QfG3 | Willem Jan Palenstijn |
2009-09-27 | SCI: turn assert into warning, as it used in QfG2 char import | Willem Jan Palenstijn |
2009-09-27 | SCI: clear strcpy's dest string if src is invalid. | Willem Jan Palenstijn |