aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine/kmenu.cpp
AgeCommit message (Expand)Author
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
2009-06-07Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALTFilippos Karapetis
2009-06-07Replaced/removed KP_UINT, KP_SINT, SKPV and UKPV as well as the VIEW_PRIORITY...Filippos Karapetis
2009-05-30- Removed debug_mode from the engine stateFilippos Karapetis
2009-05-30Moved 3 more debug commands to console.cpp ("simkey", "segment_table" and "sh...Filippos Karapetis
2009-05-15- Moved all the files out of /sci/scicore and into /sciFilippos Karapetis
2009-05-13- Simplified SCI version detection a bit and clarified the different version ...Filippos Karapetis
2009-05-12SCI: Removed sci_memory.h/.cppMax Horn
2009-04-24SCI: Turned GfxWidget::draw function pointer into virtual methodMax Horn
2009-04-24SCI: Turned GfxWidget::print function pointer into virtual methodMax Horn
2009-04-24SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructorsMax Horn
2009-04-24SCI: font_nr -> _fontMax Horn
2009-04-24SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc.Max Horn
2009-04-24SCI: Started to C++ify the gfxw_widget_t codebaseMax Horn
2009-03-25Merged sciw_select_item() and sciw_unselect_item()Filippos Karapetis
2009-03-25- Renamed gfx/sci_widgets.* to gfx/gfx_gui.*, as these files contain GUI elem...Filippos Karapetis
2009-03-24SCI: Changed some char* into Common::StringMax Horn
2009-03-24SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_tMax Horn
2009-03-24SCI: C++ify menu codeMax Horn
2009-03-17Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI...Filippos Karapetis
2009-03-08Use new Palette class to manager pixmap palettes.Willem Jan Palenstijn
2009-03-07SCI: Reduced header interdependencies some moreMax Horn
2009-02-28SCI: Use the ResourceType enum instead of integers where it makes senseJordi Vilalta Prat
2009-02-28resource_t struct replaced with stub Resource class for future objectifying. ...Greg Frieger
2009-02-28Turned ResourceManager into a class, along with all related functionsGreg Frieger
2009-02-27SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f...Max Horn
2009-02-27SCI: Moved almost all files from include/ to other dirs; only include/engine....Max Horn
2009-02-26cleanupMax Horn
2009-02-25Reverted my wrong commit #38870. Most of the key codes are handled by the eng...Filippos Karapetis
2009-02-24Replaced some of the internal SCI scan codes with the ones from ScummVMFilippos Karapetis
2009-02-24SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros...Max Horn
2009-02-24SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi...Max Horn