Age | Commit message (Expand) | Author |
2010-02-01 | SCI: implemented reset for GfxMenu, not recreating object anymore | Martin Kiewitz |
2010-01-31 | Fixed endless looping in Longbow, when the after market GM patches are used | Filippos Karapetis |
2010-01-29 | SCI: added new SciGui32 class, Gfx class needs some work though and hopefully... | Martin Kiewitz |
2010-01-23 | - Moved all of the parser-related variables inside the Vocabulary class | Filippos Karapetis |
2010-01-16 | The GM patches from Sierra's GM utility can now also be processed with their ... | 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 |
2010-01-04 | Fallback detector: | Filippos Karapetis |
2009-12-28 | SCI/new sound code: | Filippos Karapetis |
2009-12-27 | SCI/new music code: | Filippos Karapetis |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-26 | Some more work on the new music code | Filippos Karapetis |
2009-12-25 | SCI/newmusic: added filter support for kq4early and adlib | Martin Kiewitz |
2009-12-19 | - Started wrapping the current sound code around appropriate defines | Filippos Karapetis |
2009-12-19 | Fix segfault when quitting. static const Common::String's shouldn't be used. | Matthew Hoops |
2009-11-23 | SCI: Reduce header interdependency | Max Horn |
2009-11-20 | Fixed game restarting regression | 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-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-04 | Removed unused variables and placed some more old code inside INCLUDE_OLDGFX ... | Filippos Karapetis |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | priority_first and priority_last are not used by the new drawing code, thus t... | Filippos Karapetis |
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-28 | Wrapped some more oldgui-specific code around INCLUDE_OLDGFX safeguards | Filippos Karapetis |
2009-10-28 | Wording. Added warnings for unimplemented menu-related functions in the new G... | Filippos Karapetis |
2009-10-28 | Added detection for pq1, cnick-lslcasino and cnick-longbow to the fallback de... | Filippos Karapetis |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1... | Filippos Karapetis |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-22 | Fixed a crash when selecting menu items | Filippos Karapetis |
2009-10-18 | SCI: Rename game_obj to _gameObj | Max Horn |
2009-10-10 | SCI: kMessage() rewrite | Walter van Niftrik |
2009-10-08 | SCI: Removed obsolete stringfrags code | Max Horn |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: SciGuiCursor class added, cleanup, OSystem removed from SciGui constructor | Martin Kiewitz |
2009-10-05 | Fixed crash when starting games with the stable GUI | Filippos Karapetis |
2009-10-05 | Moved the cursor movement code in the GUI | Filippos Karapetis |
2009-10-04 | SCI: Rename EngineState::segMan to _segMan | Max Horn |
2009-09-30 | - Moved the list of synonyms and parser nodes inside the vocabulary class | Filippos Karapetis |
2009-09-23 | - Moved the SCI version in a global variable | Filippos Karapetis |
2009-09-22 | SCI: Change SystemStrings to use RAW storage consistenly | Max Horn |
2009-09-22 | SCI: Change SystemString::name from char* to Common::String | Max Horn |
2009-09-22 | SCI: SegmentObj's now set their type in constructor; replace central SegmentO... | Max Horn |
2009-09-17 | SCI: Add EngineState::_kernel member for convenience | Max Horn |
2009-09-17 | Made script_lookup_export() a method of SegManager | Filippos Karapetis |
2009-09-15 | Removed some unused variables from the engine state | Filippos Karapetis |
2009-09-12 | - Made obj_get and obj_get_name methods of SegManager (getObject and getObjec... | Filippos Karapetis |