Age | Commit message (Expand) | Author |
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 |
2009-08-25 | - Replaced more cases of EngineState parameters | Filippos Karapetis |
2009-06-07 | Replaced KP_ALT, SKPV_OR_ALT and UKPV_OR_ALT | Filippos Karapetis |
2009-06-07 | Replaced/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 state | Filippos Karapetis |
2009-05-30 | Moved 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 /sci | Filippos Karapetis |
2009-05-13 | - Simplified SCI version detection a bit and clarified the different version ... | Filippos Karapetis |
2009-05-12 | SCI: Removed sci_memory.h/.cpp | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::draw function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Turned GfxWidget::print function pointer into virtual method | Max Horn |
2009-04-24 | SCI: Got rid of GFXW() macro; turned GfxWidget::widfree into destructors | Max Horn |
2009-04-24 | SCI: font_nr -> _font | Max Horn |
2009-04-24 | SCI: Renamed gfxw_widget_t and subtypes to GfxWidget etc. | Max Horn |
2009-04-24 | SCI: Started to C++ify the gfxw_widget_t codebase | Max Horn |
2009-03-25 | Merged 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-24 | SCI: Changed some char* into Common::String | Max Horn |
2009-03-24 | SCI: Only pass the pointerpos to Menubar::mapPointer, not the full gfx_state_t | Max Horn |
2009-03-24 | SCI: C++ify menu code | Max Horn |
2009-03-17 | Removed the "About FreeSCI" menu as discussed in -devel, now that the FreeSCI... | Filippos Karapetis |
2009-03-08 | Use new Palette class to manager pixmap palettes. | Willem Jan Palenstijn |
2009-03-07 | SCI: Reduced header interdependencies some more | Max Horn |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | resource_t struct replaced with stub Resource class for future objectifying. ... | Greg Frieger |
2009-02-28 | Turned ResourceManager into a class, along with all related functions | Greg Frieger |
2009-02-27 | SCI: Renamed include/engine.h to engine/state.h; added a corresponding .cpp f... | Max Horn |
2009-02-27 | SCI: Moved almost all files from include/ to other dirs; only include/engine.... | Max Horn |
2009-02-26 | cleanup | Max Horn |
2009-02-25 | Reverted my wrong commit #38870. Most of the key codes are handled by the eng... | Filippos Karapetis |
2009-02-24 | Replaced some of the internal SCI scan codes with the ones from ScummVM | Filippos Karapetis |
2009-02-24 | SCI: Replaced gfxop_usleep by gfxop_sleep (taking millisecs instead of micros... | Max Horn |
2009-02-24 | SCI: Renamed gfx/gfx_operations.h to gfx/operations.h (matching the source fi... | Max Horn |