Age | Commit message (Expand) | Author |
2009-10-08 | SCI: Turn reconstruct_scripts into SegManager::reconstructScripts | Max Horn |
2009-10-08 | SCI: Remove outdated comment | Willem Jan Palenstijn |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn |
2009-10-08 | SCI: Removed SegManager::getDescription | Max Horn |
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May lead... | Max Horn |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-08 | Restore the engine state stored within SciGui during loading once more, since... | Filippos Karapetis |
2009-10-08 | Removed the unused game_time variable, and fixed the incorrect calculation of... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | SCI: Fix warning, cleanup | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: kDrawPic / had an error in previous revision | Martin Kiewitz |
2009-10-07 | SCI: changed kDrawPic to use oldGfxFuncs() | Martin Kiewitz |
2009-10-07 | SCI/newgui: kDrawPic cleanup, addToFlag inverse detection currently not worki... | Martin Kiewitz |
2009-10-07 | SCI: set default EGA palette to 0, if no parameter is actually given us. Fixe... | Martin Kiewitz |
2009-10-07 | Fixed a potential buffer overflow in kFormat, which occurs in the "About" scr... | Filippos Karapetis |
2009-10-07 | SCI/newgui: kSetCursor (show, hide, pos, shape) implemented | Martin Kiewitz |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-07 | SCI: removed r44595, sierra sci really does behave like Common::Rect, no need... | Martin Kiewitz |
2009-10-06 | - Fixed kGetTime() again | Filippos Karapetis |
2009-10-06 | SCI: Minor cleanup | Willem Jan Palenstijn |
2009-10-06 | SCI/newgui: kHiLite support | Martin Kiewitz |
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 |