Age | Commit message (Expand) | Author |
2009-10-16 | SCI: insert comment about kq6 issue caused by new speed throttler. theoretica... | Martin Kiewitz |
2009-10-16 | Moved the SEQ decoder outside the gfx directory, as it is completely stand al... | Filippos Karapetis |
2009-10-16 | Added a new convenience method to the video player, which adds the event of s... | Filippos Karapetis |
2009-10-15 | Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. S... | Filippos Karapetis |
2009-10-15 | SCI: kAnimate speed throttler fix | Martin Kiewitz |
2009-10-15 | SCI: kAnimate now uses gfxop_sleep for sleeping, mouse cursor is more fluid t... | Martin Kiewitz |
2009-10-15 | SCI: included stub for kPalVary to make Pharkas work a little bit more (curre... | Martin Kiewitz |
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz |
2009-10-14 | SCI: kAnimate now delays a bit if needed (fixes typing in intro of lsl5, kq6 ... | 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 | Fixed the palette in the SEQ decoder again | Filippos Karapetis |
2009-10-14 | Started rewriting the SEQ decoder to use the new GUI functions | Filippos Karapetis |
2009-10-14 | Fixed kMoveCursor(). Now the cursor will be moved to the correct spot when pr... | Filippos Karapetis |
2009-10-14 | SCI: kDrawPic - flags is actually uint16 | Martin Kiewitz |
2009-10-14 | SCI: kDrawControl now also fixes bad rects (fixes jones/vga) | Martin Kiewitz |
2009-10-14 | SCI: Fix warning, cleanup | Max Horn |
2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis |
2009-10-13 | Moved some old GUI specific code from kgraphics.cpp into gui32.cpp | Filippos Karapetis |
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: stub for kDrawControl K_CONTROL_PERCENTAGE | Martin Kiewitz |
2009-10-13 | Removed some leftover code, fixes KQ5CD | Filippos Karapetis |
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-12 | SCI: kCelHigh / kCelWide got broken with last revision, now fixed | Martin Kiewitz |
2009-10-12 | SCI: now allowing calling celWide and celHigh with only 2 parameters (done by... | Martin Kiewitz |
2009-10-12 | SCI: kGraph cleanup | Martin Kiewitz |
2009-10-12 | SCI: kGraph now fixes up coordinates before constructing a rect (invalid rect... | Martin Kiewitz |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
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 | Added kSetPort case with 4 parameters (used in the ending of LSL6) | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI: Implement CoordPri() with two args. | Walter van Niftrik |
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: kShakeScreen partially implemented | Martin Kiewitz |
2009-10-10 | Merged _k_base_setter() inside kBaseSetter() | Filippos Karapetis |
2009-10-09 | SCI/newgui: calling process_sound_events now directly within kAnimate(), fixe... | Martin Kiewitz |
2009-10-09 | SCI: kgraphics.cpp cleanup (no code changes) | Martin Kiewitz |
2009-10-09 | SCI/newgui: kCanBeHere partially implemented, little corrections | Martin Kiewitz |
2009-10-09 | SCI/newgui: support for priority bands, kCoordPri kPriCoord implemented, prio... | Martin Kiewitz |
2009-10-08 | Started rewriting the check for the graphics functions type (still not finis... | Filippos Karapetis |
2009-10-07 | SCI: Turn lookup_node & lookup_list into SegManager::lookupNode & SegManager:... | Max Horn |
2009-10-07 | - Cleaned up the cursor code | Filippos Karapetis |
2009-10-07 | SCI: kDrawPic / had an error in previous revision | Martin Kiewitz |
2009-10-07 | SCI: changed kDrawPic to use oldGfxFuncs() | Martin Kiewitz |