aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-03SCI/newgui: initializer fixupMartin Kiewitz
2009-10-03SCI/newgui: cellCount changed to uint16Martin Kiewitz
2009-10-03SCI/newgui: virtual warnings fixedMartin Kiewitz
2009-10-03SCI/newgui: set title on newWindowMartin Kiewitz
2009-10-03SCI: Merge new GUI code written by m_kiewitz.Willem Jan Palenstijn
2009-10-03fixed addMenu isspace() issue on umlautsMartin Kiewitz
2009-10-03SCI: Fix typoWillem Jan Palenstijn
2009-10-02SCI: Fix parse_reg_t, it no longer modified the const string passed to itMax Horn
2009-10-02Fix cppcheck issue reported by salty-horseWillem Jan Palenstijn
2009-10-02Fix some cppcheck warnings reported by salty-horseMax Horn
2009-10-02SCI: Remove PRINT_STK macro; cleanupMax Horn
2009-10-02SCI: Use String::printf instead of temporary bufferWillem Jan Palenstijn
2009-10-02SCI: Make NULL_REG & SIGNAL_REG const; change validate_property so that its c...Max Horn
2009-10-02SCI: Remove dead codeMax Horn
2009-10-01SCI: cleanupWillem Jan Palenstijn
2009-10-01Rewrote weird-looking code, which might lead to undefined behavior, according...Filippos Karapetis
2009-10-01Removed the STRICT_SEND, STRICT_READ and ASSERT_ARITHMETIC definesFilippos Karapetis
2009-10-01SCI: Add some fixmes noted by salty-horse.Willem Jan Palenstijn
2009-10-01- Removed the toggle for "weak" validations, as there are cases where they fa...Filippos Karapetis
2009-10-01SCI: Remove outdated debugging hack.Willem Jan Palenstijn
2009-09-30Removed an old (and now obsolete) workaround for KQ5Filippos Karapetis
2009-09-30Fixed the warning message shown when dummy functions are invokedFilippos Karapetis
2009-09-30Added a new special reg_t, SIGNAL_REG, for signaling when an error occurs (us...Filippos Karapetis
2009-09-30Changed the list sanity checks to return warnings instead of errors in case o...Filippos Karapetis
2009-09-30- Removed some leftover 16/32bpp color code, as we're always using palette mo...Filippos Karapetis
2009-09-30oopsMax Horn
2009-09-30SCI: Make kFile error messages slightly more verboseWillem Jan Palenstijn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn
2009-09-30SCI: Some palette code cleanupMax Horn
2009-09-30SCI: Replace magic '-42' by an enumMax Horn
2009-09-30Fixed a crash in KQ1SCI, when the user types something wrong - the game tries...Filippos Karapetis
2009-09-30Fixed regression in r44417, found by waltervn. The score in KQ1SCI should be ...Filippos Karapetis
2009-09-30Fixed a crash when starting KQ1SCIFilippos Karapetis
2009-09-30- Moved the list of synonyms and parser nodes inside the vocabulary classFilippos Karapetis
2009-09-30Converted _color_equals() into respective equality operators within the gfx_c...Filippos Karapetis
2009-09-30SCI: Add callk stackframe directly in run_vmWillem Jan Palenstijn
2009-09-29Added a FIXME comment for the removed functionality in the script debuggerFilippos Karapetis
2009-09-29Remove unused variable.Johannes Schickel
2009-09-29Oops - don't attempt to print the sought kernel function name when its emptyFilippos Karapetis
2009-09-29- Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends...Filippos Karapetis
2009-09-29QFG3 clears clones with underbits set, so disable the warning for this behaviorFilippos Karapetis
2009-09-28SCI: Remove unsafe unmarkDeleted function.Willem Jan Palenstijn
2009-09-28SCI: When merging palettes, map all unused colours to index 0.Willem Jan Palenstijn
2009-09-28Added topString to the list of static selectors, for commit #44429Filippos Karapetis
2009-09-27SCI: Fix scrolling in SCI1 list controls.Walter van Niftrik
2009-09-27SCI: Remove directory prefix added by QfG3's char importWillem Jan Palenstijn
2009-09-27SCI: Adjust isValidOffset to match changes from r44396,Willem Jan Palenstijn
2009-09-27Simplify kFormat slightlyMax Horn
2009-09-27SCI: Add workaround for file mask used by QfG3Willem Jan Palenstijn
2009-09-27SCI: turn assert into warning, as it used in QfG2 char importWillem Jan Palenstijn