Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-08 | update | Paweł Kołodziejski | |
svn-id: r12253 | |||
2004-01-08 | Need for loomcd too. | Travis Howell | |
svn-id: r12252 | |||
2004-01-08 | Workaround for bug #770049 | Max Horn | |
svn-id: r12251 | |||
2004-01-08 | - new Grid class to handle all zones / areas stuff | Gregory Montoir | |
- adapted Logic/Walk code to use it svn-id: r12250 | |||
2004-01-08 | add newlines to end of files | Oliver Kiehl | |
svn-id: r12249 | |||
2004-01-08 | Merged read() and readBuffer(), like in BS2. | Torbjörn Andersson | |
svn-id: r12248 | |||
2004-01-08 | Allow quitting during cutscenes and credits again. This is getting a bit | Torbjörn Andersson | |
hackish... svn-id: r12247 | |||
2004-01-08 | Save more memory on PalmOS | Chris Apers | |
svn-id: r12246 | |||
2004-01-08 | No more needed | Chris Apers | |
svn-id: r12245 | |||
2004-01-08 | Renamed functions + a missing one | Chris Apers | |
svn-id: r12244 | |||
2004-01-08 | More iterations | Chris Apers | |
svn-id: r12243 | |||
2004-01-08 | Lastest Simon changes | Chris Apers | |
svn-id: r12242 | |||
2004-01-08 | Moved and renamed | Chris Apers | |
svn-id: r12241 | |||
2004-01-08 | mostly cleanup : | Gregory Montoir | |
- moved main update() method to QueenEngine - merged update() & checkPlayer() - added a method in Logic class to handle the CUTAWAY_SPECIAL stuff - Journal remembers last seen page - no need to call loadPanel() to restore panel palette, use palSetPanel() instead svn-id: r12240 | |||
2004-01-08 | add name here too | Paweł Kołodziejski | |
svn-id: r12239 | |||
2004-01-08 | forgot about this | Paweł Kołodziejski | |
svn-id: r12238 | |||
2004-01-08 | or maybe not :) | Paweł Kołodziejski | |
svn-id: r12237 | |||
2004-01-08 | jumps only for the same hookid and ignore jumps for music for now. added ↵ | Paweł Kołodziejski | |
sound names for checks if some sounds are really have a lot jumps and regions(it's posssible), in bundle loop size can be 0 and after that loops should be ended svn-id: r12236 | |||
2004-01-08 | Changed spaces to tabs. | Torbjörn Andersson | |
svn-id: r12235 | |||
2004-01-08 | more cleanup | Max Horn | |
svn-id: r12234 | |||
2004-01-08 | useful convenience method | Max Horn | |
svn-id: r12233 | |||
2004-01-08 | cleanup (make some more use of class Common::Rect) | Max Horn | |
svn-id: r12232 | |||
2004-01-08 | Fix for bug #803381 (COMI: Text cut off) | Max Horn | |
svn-id: r12231 | |||
2004-01-08 | fix a memory leak; re-add assert, just to be sure | Max Horn | |
svn-id: r12230 | |||
2004-01-08 | fix maskpos (I think... needs testing) | Max Horn | |
svn-id: r12229 | |||
2004-01-08 | various fixes for vertical scrolling rooms: fixed, screen updates (and made ↵ | Max Horn | |
them more efficient), fixed transitionEffect() for 'high' rooms, documented drawStripToScreen() params a little (we really should start documenting for each function which takes coordinates in which coordinate system they are). Please test all vertical scrolling rooms (and others, too) for regressions svn-id: r12228 | |||
2004-01-07 | fixed uninitialized warning | Paweł Kołodziejski | |
svn-id: r12227 | |||
2004-01-07 | some cleanup | Paweł Kołodziejski | |
svn-id: r12226 | |||
2004-01-07 | some cleanup | Paweł Kołodziejski | |
svn-id: r12225 | |||
2004-01-07 | fixed size result related bug in imuse digi | Paweł Kołodziejski | |
svn-id: r12224 | |||
2004-01-07 | implemented drawing of additional scrolling frames | Robert Göffringmann | |
svn-id: r12223 | |||
2004-01-07 | Tried to make the menus behave a bit more like the original. Perhaps most | Torbjörn Andersson | |
noticeably: * It no longer matters where you release the mouse button when talking to someone. It uses whatever topic you selected on mouse-down. * The inventory menu doesn't vanish if you're holding an object, even if you move the pointer away from it. * When using an object on a character (to talk to him about it), the top menu fades away, rather than vanishing instantly. Ok, that last change is rather non-obvious, but it does obsolete the clearMenu() function, which has therefore been removed. svn-id: r12222 | |||
2004-01-07 | some changes for Czech version | Robert Göffringmann | |
svn-id: r12221 | |||
2004-01-07 | implemented volume control panel | Robert Göffringmann | |
svn-id: r12220 | |||
2004-01-07 | fix 'panel still displayed during dialogue' bug (this was noticeable when ↵ | Gregory Montoir | |
trying to bypass the floda receptionist) svn-id: r12219 | |||
2004-01-07 | - moved some Person/Anim code to Graphics | Gregory Montoir | |
- some renaming svn-id: r12218 | |||
2004-01-07 | Testing stuff. | James Brown | |
svn-id: r12217 | |||
2004-01-07 | is this discrepancy here intended? | Max Horn | |
svn-id: r12216 | |||
2004-01-07 | Temporarly enabling this buffer underrun hack until aquadran looks at it. ↵ | James Brown | |
(See bug 872339) svn-id: r12215 | |||
2004-01-07 | do clipping somewhat more efficiently | Max Horn | |
svn-id: r12214 | |||
2004-01-07 | malloc/new are relatively slow operations; avoid doing them in tight loops, ↵ | Max Horn | |
if possible svn-id: r12213 | |||
2004-01-07 | Actor flip should be reset, fixes some glitches in putt putt games | Travis Howell | |
svn-id: r12212 | |||
2004-01-07 | Valgrind fixes. Mostly about memory not being freed when the engine is | Torbjörn Andersson | |
deleted. svn-id: r12211 | |||
2004-01-07 | changed lipsync func param | Paweł Kołodziejski | |
svn-id: r12210 | |||
2004-01-07 | Add another check for ignoreTurns, ignoreTurns. | Travis Howell | |
Should be complete for scumm7 games svn-id: r12209 | |||
2004-01-07 | comment unused vars | Jonathan Gray | |
svn-id: r12208 | |||
2004-01-07 | handle jumps | Paweł Kołodziejski | |
svn-id: r12207 | |||
2004-01-07 | These two subops are the same, checked dig/ft disasm. | Travis Howell | |
svn-id: r12206 | |||
2004-01-07 | Add missing break | Travis Howell | |
svn-id: r12205 | |||
2004-01-07 | added code for ms track position | Paweł Kołodziejski | |
svn-id: r12204 |