aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmenu.cpp
AgeCommit message (Expand)Author
2012-03-13JANITORIAL: Replace (x ? false : true) by !(x).Christoph Mallon
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-03-01SCI: Fixed the background color of the status bar in Amiga versionsmd5
2010-08-29SCI: Fixed bug #3038767 - "SCI Fanmade - Cascade Quest: Crash when restoring ...Filippos Karapetis
2010-07-06SCI: fix regression of r50721 - pausing/resuming only on actual menu usageMartin Kiewitz
2010-07-06SCI: implemented pauseSound inside kMenuSelectMartin Kiewitz
2010-06-18SCI: Rewrap some overlong commentsMax Horn
2010-06-15SCI: SciGui/SciGui32 gone for good...Martin Kiewitz
2010-04-15SCI: split menu/item strings when displaying instead of when initializing - m...Martin Kiewitz
2010-02-13SCI: Move language related code from EngineState to SciEngineMax Horn
2010-02-13SCI: Get rid of EngineState::resManMax Horn
2010-02-13SCI: Move Gui/Gfx related permanent objects from EngineState to SciEngineMax Horn
2010-02-05SCI: drawMenuBar, drawStatus now called directly and w/o SciGuiMartin Kiewitz
2010-02-01SCI: class menu renamed to GfxMenu - now getting called directly, also fix fo...Martin Kiewitz
2010-01-05More renamingFilippos Karapetis
2010-01-05Renamed /gui to /graphics and /sfx to /sound, to better illustrate their purposeFilippos Karapetis
2010-01-05SCI: Removed the old graphics codeFilippos Karapetis
2009-12-21Fixed menus in multilingual SCI01 gamesFilippos Karapetis
2009-11-12The menu bar code is no longer used in the new graphics code, and the menu st...Filippos Karapetis
2009-11-03SCI/newgui: SciGuiMenu partially implementedMartin Kiewitz
2009-11-02SCI: Fix warning about unused variableMax Horn
2009-11-02SCI: SciGuiMenu created, kMenu-related stuff now using SciGuiMartin Kiewitz
2009-10-30- Removed status_bar_foreground and status_bar_background variables from the ...Filippos Karapetis
2009-10-30Remove unused includes when INCLUDE_OLDGFX is not set. Implemented the full s...Filippos Karapetis
2009-10-29Moved some menu code outside the INCLUDE_OLDGFX safeguardsFilippos Karapetis
2009-10-28Changed some of the menu code to use new graphics functionsFilippos Karapetis
2009-10-28Wording. Added warnings for unimplemented menu-related functions in the new G...Filippos Karapetis
2009-10-28Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def...Filippos Karapetis
2009-10-22Fixed a crash when selecting menu itemsFilippos Karapetis
2009-10-19Changed mapPointer() to accept a Common::Rect, thus removing the reference to...Filippos Karapetis
2009-10-18SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicitMax Horn
2009-10-09SCI: drawMenuBar/clearMenuBar now using gui class, currently unimplemented in...Martin Kiewitz
2009-10-07- Cleaned up the cursor codeFilippos Karapetis
2009-10-05SCI/newgui: changed the way dithering works on ega games, also default value ...Martin Kiewitz
2009-10-05SCI: kDrawStatus changed, dont call gui if no text receivedMartin Kiewitz
2009-10-05SCI: kDrawStatus now calls s->gui->drawStatus with NULL if no text givenMartin Kiewitz
2009-10-05SVN/newgui: kDrawStatus implementedMartin Kiewitz
2009-10-04SCI: Rename EngineState::segMan to _segManMax Horn
2009-10-01SCI: cleanupWillem Jan Palenstijn
2009-10-01Rewrote 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-27SCI: Major string handling update.Willem Jan Palenstijn
2009-09-25SCI: Fix a memory leakMax Horn
2009-09-14SCI: Rename SegManager::kernelDeref*() methods to SegManager::deref*()Max Horn
2009-09-14SCI: kernelDeref*() functions are now seSegmentManager methodsMax Horn
2009-09-06SCI: Rename resManager -> resMan; segManager -> segManMax Horn
2009-09-02Some renaming:Filippos Karapetis
2009-09-02SCI: Renamed kernel_dereference_* to kernelDeref*, and added kernelDerefStringMax Horn
2009-09-02SCI: funct_nr is not used in 99% of all opcodes -- hide it in those (to be re...Max Horn
2009-08-25- Replaced more cases of EngineState parametersFilippos Karapetis