| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-10-28 | Reimplemented isItSkip() using new graphics code | Filippos Karapetis | |
| svn-id: r45461 | |||
| 2009-10-28 | Enclose all of the old graphics code within the INCLUDE_OLDGFX safeguard ↵ | Filippos Karapetis | |
| (defined in sci.h) svn-id: r45459 | |||
| 2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis | |
| svn-id: r45379 | |||
| 2009-10-25 | SCI: kAddToPic - removing support for argc==0 case, if this really gets used ↵ | Martin Kiewitz | |
| somewhere, we need to set _picNotValid in that case svn-id: r45372 | |||
| 2009-10-23 | SCI: kAddToPic - abort when list is null reference (fixes qfg1 saved game ↵ | Martin Kiewitz | |
| loading on some screens) svn-id: r45351 | |||
| 2009-10-23 | SCI: speed throttler moved to kGameIsRestarting for all games. Also made the ↵ | Martin Kiewitz | |
| delay shorter. sq3 now seems to work fine, kq1 also has animations and lsl5 mud wrestling is also working correctly. svn-id: r45345 | |||
| 2009-10-22 | SCI: kAnimate disable throttler for SCI0 and SCI01 games cause of issues in ↵ | Martin Kiewitz | |
| at least kq1. temporary solution only! svn-id: r45341 | |||
| 2009-10-22 | Cleanup | Filippos Karapetis | |
| svn-id: r45337 | |||
| 2009-10-22 | Moved the view loop counting code in the new GUI | Filippos Karapetis | |
| svn-id: r45322 | |||
| 2009-10-21 | - Removed kShow() and the related code it uses - it's a debugging function, ↵ | Filippos Karapetis | |
| and we have the same functionality in the debug console - Merged the view signal flags from kernel.h and gui_animate.h, and named them appropriately. Also, updated the notes next to them, cause some were incorrectly marked as not used in our engine - Added a note about a hack used in the old GUI in the view signal flags - Moved the control state flags inside gui_helpers.h svn-id: r45310 | |||
| 2009-10-20 | SCI: kPalVary - pause | Martin Kiewitz | |
| svn-id: r45292 | |||
| 2009-10-20 | SCI: kPalVary basic | Martin Kiewitz | |
| svn-id: r45287 | |||
| 2009-10-20 | SCI/newgui: Changed kPalette(animate) and implemented setFlags/unsetFlags | Martin Kiewitz | |
| svn-id: r45277 | |||
| 2009-10-20 | SCI/newgui: kPalette/animate - accidentally changed speed to uint16 in prev. ↵ | Martin Kiewitz | |
| revision although its signed svn-id: r45274 | |||
| 2009-10-20 | SCI/newgui: kPalette cleanup, preparing for sq5 paletteAnimate support | Martin Kiewitz | |
| svn-id: r45273 | |||
| 2009-10-18 | SCI: kDrawCel priority is signed | Martin Kiewitz | |
| svn-id: r45239 | |||
| 2009-10-18 | SCI: Make the implicit segMan param to GET_SEL32(V) and PUT_SEL32(V) explicit | Max Horn | |
| svn-id: r45234 | |||
| 2009-10-18 | Move the SeqDecoder to the Sci namespace, it makes more sense than Graphics ↵ | Matthew Hoops | |
| because it's only used in Sci. svn-id: r45230 | |||
| 2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz | |
| svn-id: r45224 | |||
| 2009-10-18 | Re-enabled the speed throttler for SCI1.1 games again, as disabling it makes ↵ | Filippos Karapetis | |
| CPU load spike up in some of them (e.g. LSL6). Added a workaround for the Sierra logo scene in QFG3, too svn-id: r45215 | |||
| 2009-10-18 | Limited the speed throttler in kAnimate to work on SCI0-SCI1. SCI1.1 games ↵ | Filippos Karapetis | |
| seem to work fine without it, and disabling it removes the very long delay at the Sierra logo in QFG3 svn-id: r45211 | |||
| 2009-10-17 | SCI: kAnimate comment added about qfg3 | Martin Kiewitz | |
| svn-id: r45189 | |||
| 2009-10-16 | SCI: kAnimate now delays the first few calls less, otherwise sq3 will remove ↵ | Martin Kiewitz | |
| details graphicwise. Walter please check, if this creates a regression with lsl3. svn-id: r45173 | |||
| 2009-10-16 | Hide the mouse cursor when showing a video | Filippos Karapetis | |
| svn-id: r45171 | |||
| 2009-10-16 | Converting AVIPlayer into a class that inherits from VideoDecoder and adapt ↵ | Matthew Hoops | |
| SCI to use this. Also, moving the codec and Codec class into their own folder. (Based on a patch by md5) svn-id: r45170 | |||
| 2009-10-16 | SCI: insert comment about kq6 issue caused by new speed throttler. ↵ | Martin Kiewitz | |
| theoretically this could go away when reanimate/cel updates are implemented svn-id: r45160 | |||
| 2009-10-16 | Moved the SEQ decoder outside the gfx directory, as it is completely stand ↵ | Filippos Karapetis | |
| alone now and no longer uses any GUI-related code svn-id: r45153 | |||
| 2009-10-16 | Added a new convenience method to the video player, which adds the event of ↵ | Filippos Karapetis | |
| skipping videos with the escape key by default, thereby simplifying the video playing code in all places where it's used svn-id: r45151 | |||
| 2009-10-15 | Changed the KQ6 floppy SEQ decoder to use the common VideoPlayer interface. ↵ | Filippos Karapetis | |
| Some cleanup svn-id: r45124 | |||
| 2009-10-15 | SCI: kAnimate speed throttler fix | Martin Kiewitz | |
| svn-id: r45118 | |||
| 2009-10-15 | SCI: kAnimate now uses gfxop_sleep for sleeping, mouse cursor is more fluid ↵ | Martin Kiewitz | |
| that way svn-id: r45105 | |||
| 2009-10-15 | SCI: included stub for kPalVary to make Pharkas work a little bit more ↵ | Martin Kiewitz | |
| (currently crashes in kMessage) svn-id: r45102 | |||
| 2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz | |
| svn-id: r45094 | |||
| 2009-10-14 | SCI: kAnimate now delays a bit if needed (fixes typing in intro of lsl5, kq6 ↵ | Martin Kiewitz | |
| sierra logo and much more) svn-id: r45093 | |||
| 2009-10-14 | SCI/newgui: kPalette / setIntensity / reimplemented setPalette optional ↵ | Martin Kiewitz | |
| parameter, fixed memory corruption in setIntensity svn-id: r45091 | |||
| 2009-10-14 | SCI/newgui: changed kPalette (setIntensity) to behave differently (seems we ↵ | Martin Kiewitz | |
| had it wrong) also changed nonsense clipping svn-id: r45090 | |||
| 2009-10-14 | SCI: kDrawPic now reads out blackout flag for transitions | Martin Kiewitz | |
| svn-id: r45089 | |||
| 2009-10-14 | Fixed the palette in the SEQ decoder again | Filippos Karapetis | |
| svn-id: r45088 | |||
| 2009-10-14 | Started rewriting the SEQ decoder to use the new GUI functions | Filippos Karapetis | |
| svn-id: r45083 | |||
| 2009-10-14 | Fixed kMoveCursor(). Now the cursor will be moved to the correct spot when ↵ | Filippos Karapetis | |
| pressing tab in dialogs svn-id: r45078 | |||
| 2009-10-14 | SCI: kDrawPic - flags is actually uint16 | Martin Kiewitz | |
| svn-id: r45069 | |||
| 2009-10-14 | SCI: kDrawControl now also fixes bad rects (fixes jones/vga) | Martin Kiewitz | |
| svn-id: r45064 | |||
| 2009-10-14 | SCI: Fix warning, cleanup | Max Horn | |
| svn-id: r45059 | |||
| 2009-10-14 | - Moved cel width and height calculation in the GUI | Filippos Karapetis | |
| - Merged the engine states of the old and new GUI svn-id: r45057 | |||
| 2009-10-13 | Moved some old GUI specific code from kgraphics.cpp into gui32.cpp | Filippos Karapetis | |
| svn-id: r45047 | |||
| 2009-10-13 | SCI/newgui: DrawControl type 10 is actually just a dummy in qfg1ega, we dont ↵ | Martin Kiewitz | |
| need to do anything. I believe some other control is responsible for the percentage box svn-id: r45044 | |||
| 2009-10-13 | SCI/newgui: K_CONTROL_* renamed to SCI_CONTROLS_TYPE_* | Martin Kiewitz | |
| svn-id: r45035 | |||
| 2009-10-13 | SCI: stub for kDrawControl K_CONTROL_PERCENTAGE | Martin Kiewitz | |
| svn-id: r45032 | |||
| 2009-10-13 | Removed some leftover code, fixes KQ5CD | Filippos Karapetis | |
| svn-id: r45031 | |||
| 2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis | |
| svn-id: r45029 | |||
