Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-28 | Changed some of the menu code to use new graphics functions | Filippos Karapetis | |
svn-id: r45493 | |||
2009-10-28 | Wording. Added warnings for unimplemented menu-related functions in the new ↵ | Filippos Karapetis | |
GUI code svn-id: r45489 | |||
2009-10-28 | SCI/newgui: BaseSetter moved to SciGui | Martin Kiewitz | |
svn-id: r45480 | |||
2009-10-28 | SCI/newgui: IsItSkip moved into SciGui | Martin Kiewitz | |
svn-id: r45479 | |||
2009-10-28 | SCI/newgui: Cleanup | Martin Kiewitz | |
svn-id: r45478 | |||
2009-10-28 | SCI/newgui: Jones windowMgr Port adjustment, added explanatory comment | Martin Kiewitz | |
svn-id: r45460 | |||
2009-10-28 | SCI/newgui: SciGuiControls created, SciGuiText now active | Martin Kiewitz | |
svn-id: r45457 | |||
2009-10-25 | Moved the cel count calculation to the new graphics code | Filippos Karapetis | |
svn-id: r45379 | |||
2009-10-25 | SCI/newgui: kAddToPic - behaviour is different between SCI1EARLY and ↵ | Martin Kiewitz | |
SCI1MIDDLE (fixes graphic glitch in qfg2 intro) svn-id: r45373 | |||
2009-10-25 | SCI/newgui: removed list parameter from addToPicDrawCels() | Martin Kiewitz | |
svn-id: r45371 | |||
2009-10-24 | SCI/newgui: dont react on paletteSet when playing an EGA game (fixes Xmas ↵ | Martin Kiewitz | |
card EGA) svn-id: r45363 | |||
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/newgui: textedit control also changed to draw text like sierra sci | Martin Kiewitz | |
svn-id: r45289 | |||
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-20 | SCI/newgui: kDisplay fixed so text centering will work correctly (based on ↵ | Martin Kiewitz | |
sierra sci disassembly) - fixes kq5 credits, lb2 intro selection svn-id: r45264 | |||
2009-10-19 | SCI/newgui: kAnimate support for globalVar 84 in kq5 to fix cels drawn into ↵ | Martin Kiewitz | |
talking boxes svn-id: r45243 | |||
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 | SCI/newgui: kDisplay fixme comment added for kq5 credits | Martin Kiewitz | |
svn-id: r45232 | |||
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz | |
svn-id: r45224 | |||
2009-10-18 | SCI/newgui: listbox now finally working correctly | Martin Kiewitz | |
svn-id: r45220 | |||
2009-10-18 | SCI/newgui: kDrawStatus now does BitsShow() a little earlier, so rect wont ↵ | Martin Kiewitz | |
get messed up by oldPort (fixes status bar in qfg1ega, etc.) svn-id: r45214 | |||
2009-10-17 | Removed obsolete/resolved FIXME | Filippos Karapetis | |
svn-id: r45205 | |||
2009-10-17 | SCI/newgui: kDisplay restoreUnder completed | Martin Kiewitz | |
svn-id: r45202 | |||
2009-10-17 | SCI/newgui: fix bug in kCanBeHere, fixes sq4 intro roger hanging not falling | Martin Kiewitz | |
svn-id: r45195 | |||
2009-10-17 | SCI/newgui: set amiga palette immediately at game start and stop ↵ | Martin Kiewitz | |
kPalette/animate to do anything on Amiga svn-id: r45194 | |||
2009-10-17 | SCI/newgui: Inserted comment about sq4 intro problem | Martin Kiewitz | |
svn-id: r45188 | |||
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually ↵ | Filippos Karapetis | |
used, and removed tools.*. Also, removed all the unused includes to tools.h from several places svn-id: r45176 | |||
2009-10-15 | SCI/newgui: within transitions mouse cursor is now hidden | Martin Kiewitz | |
svn-id: r45104 | |||
2009-10-14 | SCI: removed speed throttler (cause of kAnimate change) | Martin Kiewitz | |
svn-id: r45094 | |||
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 | SCI/newgui: SciGuiTransitions now also supports scrolling up (lsl6 intro) | Martin Kiewitz | |
svn-id: r45084 | |||
2009-10-14 | SCI/newgui: implemented code to differentiate between EGA and VGA transitions | Martin Kiewitz | |
svn-id: r45073 | |||
2009-10-14 | SCI/newgui: SciGuiTransitions now at least supports fadeIn/out | Martin Kiewitz | |
svn-id: r45072 | |||
2009-10-14 | SCI/newgui: SciGuiTransitions receives SciGui now | Martin Kiewitz | |
svn-id: r45071 | |||
2009-10-14 | SCI/newgui: SciGuiTransitions now gets picRect | Martin Kiewitz | |
svn-id: r45068 | |||
2009-10-14 | Proper variable naming | Filippos Karapetis | |
svn-id: r45058 | |||
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 | SCI/newgui: class SciGuiTransitions created | Martin Kiewitz | |
svn-id: r45051 | |||
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/newgui: canBeHere fixed, walk-anywhere in sq3 is not possible anymore | Martin Kiewitz | |
svn-id: r45030 | |||
2009-10-13 | Merged the rest of the cursor code | Filippos Karapetis | |
svn-id: r45029 | |||
2009-10-13 | SCI/newgui: kSetPort() now also supporting 7 parameters | Martin Kiewitz | |
svn-id: r45027 | |||
2009-10-13 | SCI/newgui: implemented resetEngineState() in SciGuiAnimate | Martin Kiewitz | |
svn-id: r45023 | |||
2009-10-13 | SCI/newgui: SciGuiAnimate class created | Martin Kiewitz | |
svn-id: r45019 |