Age | Commit message (Expand) | Author |
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/newgui: onControl implemented | Martin Kiewitz |
2009-10-04 | SCI/oldgui: onControl code moved | Martin Kiewitz |
2009-10-04 | SCI/newgui: TextColors and TextFonts implemented (for sq5) | Martin Kiewitz |
2009-10-04 | SCI: fixed crash in sq5/german (umlauts) | Martin Kiewitz |
2009-10-04 | SCI/newgui: unfinished TextColors/TextFonts support/setting default palette m... | Martin Kiewitz |
2009-10-04 | SCI/newgui: cleanup | Martin Kiewitz |
2009-10-03 | SCI: Add hack to gui to fix loading | Willem Jan Palenstijn |
2009-10-03 | SCI: attempt to fix wii/dc build error | Willem Jan Palenstijn |
2009-10-03 | SCI: Fix parse error in parse_reg_t | Willem Jan Palenstijn |
2009-10-03 | SCI: Redraw edit controls when they change. | Willem Jan Palenstijn |
2009-10-03 | SCI/newgui: removed duplicate unused code | Martin Kiewitz |
2009-10-03 | SCI/newgui: constant 0xFFFF -> -1 | Martin Kiewitz |
2009-10-03 | SCI: Fix sign issue in stringfrags | Willem Jan Palenstijn |
2009-10-03 | SCI/newgui: Removed SciGUIpicture::drawPalette11 | Martin Kiewitz |
2009-10-03 | SCI/newgui: initializer fixup | Martin Kiewitz |
2009-10-03 | SCI/newgui: cellCount changed to uint16 | Martin Kiewitz |
2009-10-03 | SCI/newgui: virtual warnings fixed | Martin Kiewitz |
2009-10-03 | SCI/newgui: set title on newWindow | Martin Kiewitz |
2009-10-03 | SCI: Merge new GUI code written by m_kiewitz. | Willem Jan Palenstijn |
2009-10-03 | fixed addMenu isspace() issue on umlauts | Martin Kiewitz |
2009-10-03 | SCI: Fix typo | Willem Jan Palenstijn |
2009-10-02 | SCI: Fix parse_reg_t, it no longer modified the const string passed to it | Max Horn |
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 | SCI: 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-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 | - Removed some leftover 16/32bpp color code, as we're always using palette mo... | Filippos Karapetis |
2009-09-30 | oops | Max Horn |
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: Some palette code cleanup | 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 |