Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-21 | SCI/newgui: kAnimate - now reads out signal again in .dispose loop, just in ↵ | Martin Kiewitz | |
case. Currently there is no issue known. svn-id: r45309 | |||
2009-10-21 | SCI/newgui: updating flags separately to fix issue in sq1 (almost at the ↵ | Martin Kiewitz | |
end) where wilco will go michael jackson otherwise svn-id: r45308 | |||
2009-10-20 | SCI/newgui: palVary logic as comments (work in progress) | Martin Kiewitz | |
svn-id: r45293 | |||
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: Listbox control now draws text up one pixel, so that it matches ↵ | Martin Kiewitz | |
sierra sci svn-id: r45288 | |||
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: old cursor uses now hardcoded white, fixes cursor color changing ↵ | Martin Kiewitz | |
in lsl5 svn-id: r45251 | |||
2009-10-19 | SCI/newgui: SciGuiPicture - fix drawing of mirrored embedded cel-data in ↵ | Martin Kiewitz | |
vectordata (fixes lsl5 scene) svn-id: r45249 | |||
2009-10-19 | SCI/newgui: kAnimate comment changed on fastCast | Martin Kiewitz | |
svn-id: r45245 | |||
2009-10-19 | Made the check for global var 84 more generic (checking for the fastCast object) | Filippos Karapetis | |
svn-id: r45244 | |||
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 | Remove unused variable. | Johannes Schickel | |
svn-id: r45225 | |||
2009-10-18 | SCI: cleanup text alignment | Martin Kiewitz | |
svn-id: r45224 | |||
2009-10-18 | SCI/newgui: Window manager cleanup | Martin Kiewitz | |
svn-id: r45222 | |||
2009-10-18 | SCI/newgui: listbox now finally working correctly | Martin Kiewitz | |
svn-id: r45220 | |||
2009-10-18 | SCI/newgui: Transitions workaround for lsl6 (till we find out what lsl6 ↵ | Martin Kiewitz | |
sierra sci really does), fixes menu not drawn to screen svn-id: r45218 | |||
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: SciGuiAnimate::updateScreen() completed | Martin Kiewitz | |
svn-id: r45201 | |||
2009-10-17 | SCI/newgui: setup default transition, also dont setup transition if no ↵ | Martin Kiewitz | |
transition-number was given by caller svn-id: r45199 | |||
2009-10-17 | SCI: Fix delete/delete[] mismatch | Willem Jan Palenstijn | |
svn-id: r45198 | |||
2009-10-17 | SCI/newgui: SciGuiTransitions fixed fadeIn | Martin Kiewitz | |
svn-id: r45197 | |||
2009-10-17 | SCI: Fix delete/free mismatches | Willem Jan Palenstijn | |
svn-id: r45196 | |||
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: SciGuiTransitions::doit will warn about missing blackout-transitions | Martin Kiewitz | |
svn-id: r45193 | |||
2009-10-17 | SCI/newgui: Transitions - include terminator into blackoutTransitionsIDs table | Martin Kiewitz | |
svn-id: r45192 | |||
2009-10-17 | Silence gcc warnings. | Matthew Hoops | |
svn-id: r45191 | |||
2009-10-17 | SCI/newgui: Inserted comment about sq4 intro problem | Martin Kiewitz | |
svn-id: r45188 | |||
2009-10-17 | SCI/newgui: SciGuiTransitions now supports blackout flag as well (used in ↵ | Martin Kiewitz | |
e.g. sq1 intro) svn-id: r45187 | |||
2009-10-17 | SCI/newgui: SciGuiTransitions now all transitions are supported, blackout ↵ | Martin Kiewitz | |
flag support still missing svn-id: r45186 | |||
2009-10-17 | SCI/newgui: menuPort gets id 0xFFFF assigned, fixes kq5 mouse coordination | Martin Kiewitz | |
svn-id: r45179 | |||
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-16 | SCI/newgui: WindowManager change so that WinMgrPort will get 0 and picWind ↵ | Martin Kiewitz | |
will get 1 svn-id: r45175 | |||
2009-10-16 | SCI/newgui: defined unused signal flags | Martin Kiewitz | |
svn-id: r45174 | |||
2009-10-16 | SCI/newgui: SciGuiTransitions - removed debug delay | Martin Kiewitz | |
svn-id: r45168 | |||
2009-10-16 | SCI/newgui: SciGuiTransitions now supports diagonal rolls as well (includes ↵ | Martin Kiewitz | |
bugfixes for other transitions) svn-id: r45167 | |||
2009-10-16 | SCI/newgui: changed comment | Martin Kiewitz | |
svn-id: r45164 | |||
2009-10-16 | SCI/newgui: addToPic priority issue fixed (lsl5 dream sequences) | Martin Kiewitz | |
svn-id: r45162 | |||
2009-10-16 | SCI/newgui: SciGuiTransitions now supports "none" id used in longbow | Martin Kiewitz | |
svn-id: r45157 | |||
2009-10-16 | SCI/newgui: SciGuiTransitions now supports vertical roll from/to center ↵ | Martin Kiewitz | |
(e.g. qfg1ega) svn-id: r45156 | |||
2009-10-15 | SCI/newgui: transition 100 (no transition at all) now also supported | Martin Kiewitz | |
svn-id: r45136 | |||
2009-10-15 | SCI/newgui: transitions now also support horizontalRoll (e.g. qfg1ega), ↵ | Martin Kiewitz | |
cleanup, oldIdTable now also supports blackoutFlag svn-id: r45134 |