Age | Commit message (Expand) | Author |
2009-10-31 | SCI/newgui: fixing kDisposeWindow so that reanimate is correctly called (fixe... | Martin Kiewitz |
2009-10-31 | Fix compilation. | Johannes Schickel |
2009-10-31 | SCI/newgui: SciGuiPortrait created | Martin Kiewitz |
2009-10-31 | Comment out unused variables. | Johannes Schickel |
2009-10-31 | - Added some TODOs | Filippos Karapetis |
2009-10-31 | SCI/newgui: kGraph support for Save-UpscaledHires-Box (not sure if coordinate... | Martin Kiewitz |
2009-10-30 | Formatting. | Johannes Schickel |
2009-10-30 | Some work on the kPortrait kernel function, used to show hires character port... | Filippos Karapetis |
2009-10-29 | Cleanup | Filippos Karapetis |
2009-10-29 | - Implemented savegame deletion for SQ4 floppy | Filippos Karapetis |
2009-10-29 | Disable the "Delete" button for all versions of SQ4 floppy, and the "Change D... | Filippos Karapetis |
2009-10-29 | SCI/newgui: Defining color white and others in SciGuiScreen and using that. A... | Martin Kiewitz |
2009-10-28 | Added a workaround for the casino door in LSL1 | Filippos Karapetis |
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 | 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 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard (def... | Filippos Karapetis |
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis |
2009-10-25 | SCI: kAddToPic - removing support for argc==0 case, if this really gets used ... | Martin Kiewitz |
2009-10-23 | SCI: kAddToPic - abort when list is null reference (fixes qfg1 saved game loa... | Martin Kiewitz |
2009-10-23 | SCI: speed throttler moved to kGameIsRestarting for all games. Also made the ... | Martin Kiewitz |
2009-10-22 | SCI: kAnimate disable throttler for SCI0 and SCI01 games cause of issues in a... | Martin Kiewitz |
2009-10-22 | Cleanup | Filippos Karapetis |
2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis |
2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, a... | Filippos Karapetis |
2009-10-20 | SCI: kPalVary - pause | Martin Kiewitz |
2009-10-20 | SCI: kPalVary basic | Martin Kiewitz |
2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ... | Martin Kiewitz |
2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz |
2009-10-18 | SCI: kDrawCel priority is signed | Martin Kiewitz |
2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn |
2009-10-18 | Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics b... | Matthew Hoops |
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz |
2009-10-18 | Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ... | 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: kAnimate comment added about qfg3 | Martin Kiewitz |
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 | 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 |