aboutsummaryrefslogtreecommitdiff
path: root/engines/sci
AgeCommit message (Expand)Author
2009-10-04SCI/newgui: SciGUIfont workaround for lsl1sciMartin Kiewitz
2009-10-04Removed unused references to OSystemFilippos Karapetis
2009-10-04SCI: kReadNumber crash fix for lsl1Martin Kiewitz
2009-10-04SCI: removing unused variables from onControlMartin Kiewitz
2009-10-04SCI: onControl now uses gui classesMartin Kiewitz
2009-10-04SCI/newgui: onControl implementedMartin Kiewitz
2009-10-04SCI/oldgui: onControl code movedMartin Kiewitz
2009-10-04SCI/newgui: TextColors and TextFonts implemented (for sq5)Martin Kiewitz
2009-10-04SCI: fixed crash in sq5/german (umlauts)Martin Kiewitz
2009-10-04SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m...Martin Kiewitz
2009-10-04SCI/newgui: cleanupMartin Kiewitz
2009-10-03SCI: Add hack to gui to fix loadingWillem Jan Palenstijn
2009-10-03SCI: attempt to fix wii/dc build errorWillem Jan Palenstijn
2009-10-03SCI: Fix parse error in parse_reg_tWillem Jan Palenstijn
2009-10-03SCI: Redraw edit controls when they change.Willem Jan Palenstijn
2009-10-03SCI/newgui: removed duplicate unused codeMartin Kiewitz
2009-10-03SCI/newgui: constant 0xFFFF -> -1Martin Kiewitz
2009-10-03SCI: Fix sign issue in stringfragsWillem Jan Palenstijn
2009-10-03SCI/newgui: Removed SciGUIpicture::drawPalette11Martin Kiewitz
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