Age | Commit message (Expand) | Author |
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: Rename some vars (cleaning up what seems to have been caused by a blind ... | Max Horn |
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 | SCI: Don't save HunkTable segments | Max Horn |
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: Skip loading HunkTable segments. This fixes a silly bug that can lead to... | Max Horn |
2009-10-13 | SCI: Merge SegManager::alloc_Hunk into SegManager::allocateHunkEntry | Max Horn |
2009-10-13 | SCI: cleanup | Max Horn |
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn |
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-13 | Fixed a bug in the graphics function detection code, and corrected the locati... | Filippos Karapetis |
2009-10-12 | Cleanup | Filippos Karapetis |
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 | Reverted the Common::String::printf() related commits, as the function works ... | Filippos Karapetis |
2009-10-12 | SCI: Fix warnings, cleanup | Max Horn |
2009-10-12 | SCI/newgui: kGraph RedrawBox (ReAnimate) is now using class calling (function... | Martin Kiewitz |
2009-10-12 | Fixed a warning message under MSVC... seems like Common::String::printf does ... | 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 | Show a warning when a selector vocabulary can't be found and a static vocabul... | Filippos Karapetis |
2009-10-11 | The _variables array is sized from syncArray, so there's no need to store its... | Filippos Karapetis |
2009-10-11 | Added kSetPort case with 4 parameters (used in the ending of LSL6) | Filippos Karapetis |
2009-10-11 | Implemented some advanced savegame functionality - loading and deleting saveg... | Filippos Karapetis |
2009-10-11 | SCI/newgui: list control implemented | Martin Kiewitz |
2009-10-11 | SCI: Relax GetAngle() signature for KQ6. | Walter van Niftrik |
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 | More work on the Object class | Filippos Karapetis |
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: change remove script FIXME warning into comment | Martin Kiewitz |
2009-10-11 | SCI/newgui: kShakeScreen partially implemented | Martin Kiewitz |
2009-10-11 | SCI: Fix bug in Message() recursion | Walter van Niftrik |
2009-10-11 | SCI: Fix hang in KQ6 book worm scene | Walter van Niftrik |
2009-10-10 | Started rewriting the Object struct into a class | Filippos Karapetis |
2009-10-10 | SCI: Fixed bug in new Message() code | Walter van Niftrik |
2009-10-10 | SCI: Fix warnings | Willem Jan Palenstijn |
2009-10-10 | Fixed loading again - a regression from commit #44803 | Filippos Karapetis |
2009-10-10 | Merged _k_base_setter() inside kBaseSetter() | Filippos Karapetis |
2009-10-10 | Replaced make_reg(0, -1) with SIGNAL_REG and fixed a warning (MessageRecord i... | Filippos Karapetis |