Age | Commit message (Expand) | Author |
2009-10-18 | Removed unused references to operations.h | Filippos Karapetis |
2009-10-18 | Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ... | Filippos Karapetis |
2009-10-18 | Added a sanity check in kStrAt() | Filippos Karapetis |
2009-10-18 | Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games se... | Filippos Karapetis |
2009-10-17 | SCI: kStrAt added fixme comment | Martin Kiewitz |
2009-10-17 | SCI: Fix delete/free mismatches | Willem Jan Palenstijn |
2009-10-17 | SCI: kAnimate comment added about qfg3 | Martin Kiewitz |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-16 | SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ... | Martin Kiewitz |
2009-10-16 | Hide the mouse cursor when showing a video | Filippos Karapetis |
2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt S... | Matthew Hoops |
2009-10-16 | Fix for bug #2874489 - "SCI: Larry 3 crashes at startup" | Filippos Karapetis |
2009-10-16 | SCI: insert comment about kq6 issue caused by new speed throttler. theoretica... | Martin Kiewitz |
2009-10-16 | SCI: Fixed debugger opcode names. | Walter van Niftrik |
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: pointer_add -> error changed to warning b/c iceman does it. Just ignorin... | Martin Kiewitz |
2009-10-15 | SCI: added fix for iceman (dance with girl walking) | Martin Kiewitz |
2009-10-15 | SCI: kAnimate speed throttler fix | Martin Kiewitz |
2009-10-15 | SCI: Add support for reg_t based segments to Message() | Walter van Niftrik |
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: Improve cmdSend slightly. It's still broken, though | Willem Jan Palenstijn |
2009-10-14 | SCI: Fix build with VM_DEBUG_SEND enabled | Willem Jan Palenstijn |
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: 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 |