Age | Commit message (Expand) | Author |
2009-10-18 | SCI/newgui: kDisplay fixme comment added for kq5 credits | Martin Kiewitz |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-18 | SCI/newgui: listbox now finally working correctly | Martin Kiewitz |
2009-10-18 | SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont ge... | Martin Kiewitz |
2009-10-17 | Removed obsolete/resolved FIXME | Filippos Karapetis |
2009-10-17 | SCI/newgui: kDisplay restoreUnder completed | Martin Kiewitz |
2009-10-17 | SCI/newgui: fix bug in kCanBeHere, fixes sq4 intro roger hanging not falling | Martin Kiewitz |
2009-10-17 | SCI/newgui: set amiga palette immediately at game start and stop kPalette/ani... | Martin Kiewitz |
2009-10-17 | SCI/newgui: Inserted comment about sq4 intro problem | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-15 | SCI/newgui: within transitions mouse cursor is now hidden | Martin Kiewitz |
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz |
2009-10-14 | SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional param... | Martin Kiewitz |
2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we h... | Martin Kiewitz |
2009-10-14 | SCI: kDrawPic now reads out blackout flag for transitions | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro) | Martin Kiewitz |
2009-10-14 | SCI/newgui: implemented code to differentiate between EGA and VGA transitions | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions now at least supports fadeIn/out | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions receives SciGui now | Martin Kiewitz |
2009-10-14 | SCI/newgui: SciGuiTransitions now gets picRect | Martin Kiewitz |
2009-10-14 | Proper variable naming | Filippos Karapetis |
2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis |
2009-10-13 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz |
2009-10-13 | SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ... | Martin Kiewitz |
2009-10-13 | SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_* | Martin Kiewitz |
2009-10-13 | SCI/newgui: canBeHere fixed, walk-anywhere in sq3 is not possible anymore | Martin Kiewitz |
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis |
2009-10-13 | SCI/newgui: kSetPort() now also supporting 7 parameters | Martin Kiewitz |
2009-10-13 | SCI/newgui: implemented resetEngineState() in SciGuiAnimate | Martin Kiewitz |
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | SCI/newgui: kDrawControl (icon) now also calls BitsShow() | Martin Kiewitz |
2009-10-12 | Move the line drawing code to SciGuiScreen() | Filippos Karapetis |
2009-10-12 | SCI/newgui: implemented kPicNotValid | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph updateBox implemented, cleaned up usage of BitsShow() stil... | Martin Kiewitz |
2009-10-11 | SCI/newgui: support for textedit control (mouse support not yet implemented) | Martin Kiewitz |
2009-10-11 | fix compilation | Joost Peters |
2009-10-11 | Use BitsShow() for partial screen updates | Filippos Karapetis |
2009-10-11 | Fill box routines do not translate the fill box coordinates | Filippos Karapetis |
2009-10-11 | Optimized some screen updates in the new GUI to only update the changed recta... | Filippos Karapetis |
2009-10-11 | Reset the EngineState pointer in the SciGuiGfx class when loading. Fixes load... | Filippos Karapetis |
2009-10-11 | Stop passing the engine state to SciGuiWindowMgr | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI: kDrawControl for list and textedit controls also using gui class | Martin Kiewitz |
2009-10-11 | Fixed compilation with the current GUI | Filippos Karapetis |
2009-10-11 | SCI: made kEditControl use SciGui class, not currently implemented in newgui | Martin Kiewitz |
2009-10-11 | SCI/newgui: SciGuiGfx::BitsFree() implemented, currently used in kAnimate, Bi... | Martin Kiewitz |
2009-10-11 | SCI/newgui: comment change on SciGui::moveCursor() | Martin Kiewitz |
2009-10-11 | SCI/newgui: kDisplay restoreUnder/saveUnder implemented, fixes previously sti... | Martin Kiewitz |
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz |