Age | Commit message (Expand) | Author |
2014-02-18 | SCI: Make GPL headers consistent in themselves. | Johannes Schickel |
2012-03-13 | JANITORIAL: Replace (x ? false : true) by !(x). | Christoph Mallon |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-03-01 | SCI: Fixed the background color of the status bar in Amiga versions | md5 |
2010-08-29 | SCI: Fixed bug #3038767 - "SCI Fanmade - Cascade Quest: Crash when restoring ... | Filippos Karapetis |
2010-07-06 | SCI: fix regression of r50721 - pausing/resuming only on actual menu usage | Martin Kiewitz |
2010-07-06 | SCI: implemented pauseSound inside kMenuSelect | Martin Kiewitz |
2010-06-18 | SCI: Rewrap some overlong comments | Max Horn |
2010-06-15 | SCI: SciGui/SciGui32 gone for good... | Martin Kiewitz |
2010-04-15 | SCI: split menu/item strings when displaying instead of when initializing - m... | Martin Kiewitz |
2010-02-13 | SCI: Move language related code from EngineState to SciEngine | Max Horn |
2010-02-13 | SCI: Get rid of EngineState::resMan | Max Horn |
2010-02-13 | SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngine | Max Horn |
2010-02-05 | SCI: drawMenuBar, drawStatus now called directly and w/o SciGui | Martin Kiewitz |
2010-02-01 | SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo... | Martin Kiewitz |
2010-01-05 | More renaming | Filippos Karapetis |
2010-01-05 | Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purpose | Filippos Karapetis |
2010-01-05 | SCI: Removed the old graphics code | Filippos Karapetis |
2009-12-21 | Fixed menus in multilingual SCI01 games | Filippos Karapetis |
2009-11-12 | The menu bar code is no longer used in the new graphics code, and the menu st... | Filippos Karapetis |
2009-11-03 | SCI/newgui: SciGuiMenu partially implemented | Martin Kiewitz |
2009-11-02 | SCI: Fix warning about unused variable | Max Horn |
2009-11-02 | SCI: SciGuiMenu created, kMenu-related stuff now using SciGui | Martin Kiewitz |
2009-10-30 | - Removed status_bar_foreground and status_bar_background variables from the ... | Filippos Karapetis |
2009-10-30 | Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s... | Filippos Karapetis |
2009-10-29 | Moved some menu code outside the INCLUDE_OLDGFX safeguards | Filippos Karapetis |
2009-10-28 | Changed some of the menu code to use new graphics functions | Filippos Karapetis |
2009-10-28 | Wording. Added warnings for unimplemented menu-related functions in the new G... | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-22 | Fixed a crash when selecting menu items | Filippos Karapetis |
2009-10-19 | Changed mapPointer() to accept a Common::Rect, thus removing the reference to... | Filippos Karapetis |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-09 | SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in... | Martin Kiewitz |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
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 | SVN/newgui: kDrawStatus implemented | Martin Kiewitz |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | 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-09-29 | - Changed the unimplemented debug SCI kernel functions (InspectObj, ShowSends... | Filippos Karapetis |
2009-09-27 | SCI: Major string handling update. | Willem Jan Palenstijn |
2009-09-25 | SCI: Fix a memory leak | Max Horn |
2009-09-14 | SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*() | Max Horn |
2009-09-14 | SCI: kernelDeref*() functions are now seSegmentManager methods | Max Horn |
2009-09-06 | SCI: Rename resManager -> resMan; segManager -> segMan | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-09-02 | SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefString | Max Horn |
2009-09-02 | SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re... | Max Horn |