Age | Commit message (Expand) | Author |
2009-12-30 | SCI: palette merging / comment addition | Martin Kiewitz |
2009-12-30 | SCI: fix palette merging (fixes lsl1demo right at the beginning and sq5 wilco... | Martin Kiewitz |
2009-12-30 | SCI32: Added sanity checks to kAddScreenItem and kUpdateScreenItem, so that t... | Filippos Karapetis |
2009-12-30 | SCI: support for uncompressed sci1 views (fixes qfg3 demo) | Martin Kiewitz |
2009-12-27 | Renamed gameName -> gameId, to keep the same vocabulary everywhere | Filippos Karapetis |
2009-12-26 | SCI: Added #ifdefs for sci32 picture format code | Martin Kiewitz |
2009-12-26 | SCI: added TODO priority map of sci32 pictures | Martin Kiewitz |
2009-12-26 | SCI: support for "no compression" pictures in sci32 | Martin Kiewitz |
2009-12-26 | SCI: support for sci32 picture resource data | Martin Kiewitz |
2009-12-26 | SCI/newgui: Added support for draw_pic command | Martin Kiewitz |
2009-12-26 | Removed the file and line parameters from the selector handling functions | Filippos Karapetis |
2009-12-21 | SCI32: | Matthew Hoops |
2009-12-21 | Fixed menus in multilingual SCI01 games | Filippos Karapetis |
2009-12-09 | SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (... | Martin Kiewitz |
2009-12-08 | SCI: SciGui::getPortPic now uses byref | Martin Kiewitz |
2009-12-08 | SCI: Saving picPort now (fixes loading saved games in castle of dr. brain) | Martin Kiewitz |
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn |
2009-12-07 | Stop using variables named "byte", as byte is a variable type in ScummVM, and... | Filippos Karapetis |
2009-12-04 | SCI: Make event constants more verbose | Martin Kiewitz |
2009-12-04 | SCI: SciEvent created, kernel_sleep() created | Martin Kiewitz |
2009-12-04 | SCI: Fixed kSetCursor (fixes qfg1vga menu immediately disappearing after open... | Martin Kiewitz |
2009-12-02 | SCI: Reverting 46242, wasn't a bug at all | Martin Kiewitz |
2009-12-02 | SCI: WindowMgr init correction | Martin Kiewitz |
2009-12-02 | SCI: Do clipping on celNo for case when celNo is below 0 (fixes crash in isla... | Martin Kiewitz |
2009-12-01 | Removed unnecessary semi-colons. | Torbjörn Andersson |
2009-11-30 | SCI: Fix kSetCursor (Sci1.1) to behave like Sierra Sci (fixes cursor hiding/s... | Martin Kiewitz |
2009-11-29 | SCI/newgui: handling of right aligned menu text changed | Martin Kiewitz |
2009-11-20 | Added a sanity check to prevent a crash in LB1 and KQ4 (needs proper fixing) | Filippos Karapetis |
2009-11-12 | SCI/newgui: SciGuiMenu forgot to reset memory handles after restoring | Martin Kiewitz |
2009-11-12 | SCI/newgui: SciGuiFont fixing delete | Martin Kiewitz |
2009-11-12 | SCI/newgui: support for disabled menu entries, changed textface (int) to grey... | Martin Kiewitz |
2009-11-12 | SCI/newgui: SciGuiMenu adjustment, when no right aligned text is available at... | Martin Kiewitz |
2009-11-12 | SCI/newgui: SciGuiMenu now has said support (used in at least codename iceman) | Martin Kiewitz |
2009-11-12 | SCI/newgui: changed behaviour of menu when left/right to follow sierra. Added... | Martin Kiewitz |
2009-11-11 | SCI/newgui: inserted comment about not following sierra completely here in in... | Martin Kiewitz |
2009-11-11 | SCI/newgui: if left/right walks into a separator line, do down instead of rep... | Martin Kiewitz |
2009-11-11 | SCI/newgui: call menuReset() on game_init(), fixes double menu in pq2 | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu done, separator line adjusted slightly, menu is now inverted... | Martin Kiewitz |
2009-11-11 | SCI/newgui: separator line support for menu, also fixed item adjustment | Martin Kiewitz |
2009-11-11 | SCI/newgui: menu now only missing: menu invert, separators | Martin Kiewitz |
2009-11-11 | SCI/newgui: Almost done with menu support | Martin Kiewitz |
2009-11-05 | Fixed compilation when INCLUDE_OLDGFX isn't defined | Filippos Karapetis |
2009-11-05 | SCI/newgui: SciGuiMenu interactive keyboard support added (menu drawing still... | Martin Kiewitz |
2009-11-04 | SCI/newgui: select() implemented (interactive modes not done yet) | Martin Kiewitz |
2009-11-04 | SCI/newgui: SciGuiMenu select() created, little cleanup | Martin Kiewitz |
2009-11-04 | SCI/newgui: SciGuiMenu - set()/get() implemented | Martin Kiewitz |
2009-11-04 | - Changed the segment manager to be a static part of the engine, and stopped ... | Filippos Karapetis |
2009-11-04 | Removed the reference to EngineState from the SciGuiGfx class | Filippos Karapetis |
2009-11-04 | SCI/newgui: kGraph / InitPriority changed to reflect sci0 implementation, als... | Martin Kiewitz |
2009-11-04 | Removed the reference to SciGuiCursor from EngineState | Filippos Karapetis |