Age | Commit message (Expand) | Author |
2009-10-05 | SCI/newgui: changed the way dithering works on ega games, also default value ... | Martin Kiewitz |
2009-10-05 | SCI: kDrawStatus changed, dont call gui if no text received | Martin Kiewitz |
2009-10-05 | SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text given | Martin Kiewitz |
2009-10-05 | Fixed crash when starting games with the stable GUI | Filippos Karapetis |
2009-10-05 | SVN/newgui: kDrawStatus implemented | Martin Kiewitz |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-05 | Lines are no longer treated as fake rectangles and are shown correctly again | Filippos Karapetis |
2009-10-05 | SCI/newgui: kDrawControl on icon implemented | Martin Kiewitz |
2009-10-05 | - Renamed GUI -> Gui and capitalized as appropriate (e.g. SciGUIwindowMgr -> ... | Filippos Karapetis |
2009-10-04 | SCI: Really remove sci/gui/gui.h include from engine/state.h | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-10-04 | SCI: Add include guards for gui headers; don't include gui/gui.h from engine/... | Max Horn |
2009-10-04 | SCI/newgui: implemented kPalette / set intensity | Martin Kiewitz |
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 |