Age | Commit message (Expand) | Author |
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 | SCI/newgui: fill screen with white instead of black before picture drawing, f... | Martin Kiewitz |
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz |
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz |
2009-10-28 | SCI/newgui: update whole screen when show_map console-command is used | Martin Kiewitz |
2009-10-28 | SCI/newgui: another floodfill change, fixes sq3 this time (this is madness) | Martin Kiewitz |
2009-10-28 | SCI/newgui: floodfill fixed (hopefully), fixes kq5 priority issues | Martin Kiewitz |
2009-10-28 | Fixed the rectangle top inside kBaseSetter() | Filippos Karapetis |
2009-10-28 | Cleanup | Filippos Karapetis |
2009-10-28 | Oops, removed leftover code (z was taken into account after all, but in a dif... | Filippos Karapetis |
2009-10-28 | Rewrote kBaseSetter() to use new graphics functions and behave like the origi... | Filippos Karapetis |
2009-10-28 | Reimplemented isItSkip() using new graphics code | Filippos Karapetis |
2009-10-28 | SCI/newgui: Jones windowMgr Port adjustment, added explanatory comment | Martin Kiewitz |
2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-28 | SCI/newgui: Added comment about jones hack | Martin Kiewitz |
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz |
2009-10-27 | Make Jones in the Fast Lane use up the whole screen as did the original game. | Matthew Hoops |
2009-10-26 | SCI/newgui: fixes text in jones | Martin Kiewitz |
2009-10-26 | Added proper detection and handling of transitive SCI1-SCI1.1 games, like PQ1... | Filippos Karapetis |
2009-10-26 | SCI/newgui: SciGuiText created | Martin Kiewitz |
2009-10-26 | Removed some duplicate code | Filippos Karapetis |
2009-10-26 | Cleanup | Filippos Karapetis |
2009-10-26 | Fixed some cppcheck warnings. | Torbjörn Andersson |
2009-10-26 | Removed unused variable. | Torbjörn Andersson |
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis |
2009-10-25 | - Removed graphics options code from the old GUI. Almost all of them are not ... | Filippos Karapetis |
2009-10-25 | SCI/newgui: SciGuiView is now able to detect "straight" EGA mappings and will... | Martin Kiewitz |
2009-10-25 | SCI: kGameIsRestarting - another change, setting back delay back to 30msecs, ... | Martin Kiewitz |
2009-10-25 | SCI: kGameIsRestarting - changing speed throttler to 10 msecs, lsl5 is still ... | Martin Kiewitz |
2009-10-25 | SCI/newgui: SciGuiView disable undithering when EGA mappings are available (s... | Martin Kiewitz |
2009-10-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and SCI1MIDD... | Martin Kiewitz |
2009-10-25 | SCI: kAddToPic - removing support for argc==0 case, if this really gets used ... | Martin Kiewitz |
2009-10-25 | SCI/newgui: removed list parameter from addToPicDrawCels() | Martin Kiewitz |
2009-10-25 | SCI/newgui: circle bitmap table fixed, fixes qfg1 character selection graphic | Martin Kiewitz |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-25 | Add support for CD Audio in Jones in the Fast Lane CD and KQ6 CD. | Matthew Hoops |
2009-10-25 | Cleanup | Filippos Karapetis |
2009-10-25 | Mark Jones CD with the CD flag and add CD in the extras field. | Matthew Hoops |
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel |
2009-10-24 | SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas car... | Martin Kiewitz |
2009-10-24 | SCI/newgui: support for EGA mapping in SCI1 games, fixes qfg2 character selec... | Martin Kiewitz |
2009-10-24 | SCI: Restore accumulator after executing send from debugger | Willem Jan Palenstijn |
2009-10-23 | SCI: kAddToPic - abort when list is null reference (fixes qfg1 saved game loa... | Martin Kiewitz |
2009-10-23 | Reset the graphics input after reconstructing game scripts. This fixes savega... | Filippos Karapetis |
2009-10-23 | SCI/newgui: fixed EGA palette code in SciGuiPicture so that palettes 1+ get a... | Martin Kiewitz |
2009-10-23 | SCI/newgui: Priority band (old gfx) now gets correctly initialized, fixes kq4... | Martin Kiewitz |
2009-10-23 | SCI: speed throttler moved to kGameIsRestarting for all games. Also made the ... | Martin Kiewitz |