Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-01 | Updated copyright | Max Horn | |
svn-id: r16398 | |||
2004-12-31 | added some comments and re-indented some parts of code | Gregory Montoir | |
svn-id: r16394 | |||
2004-12-02 | simplified palette handling | Gregory Montoir | |
svn-id: r15971 | |||
2004-11-30 | enabled savegame loading on startup | Gregory Montoir | |
svn-id: r15964 | |||
2004-08-06 | cleanup and simplify Resource class a bit more | Gregory Montoir | |
svn-id: r14488 | |||
2004-05-05 | make use of OSystem::setMouseCursor() change | Gregory Montoir | |
svn-id: r13792 | |||
2004-03-18 | minor cleanup | Gregory Montoir | |
svn-id: r13340 | |||
2004-03-17 | Added PalmOS support | Chris Apers | |
svn-id: r13336 | |||
2004-03-15 | implicitly declare use of OSystem | Max Horn | |
svn-id: r13291 | |||
2004-02-13 | Add hebrew font data | Joost Peters | |
svn-id: r12858 | |||
2004-01-15 | got rid of timer stuff to handle display sync | Gregory Montoir | |
svn-id: r12416 | |||
2004-01-11 | minor display code changes | Gregory Montoir | |
svn-id: r12323 | |||
2004-01-11 | tweaked a bit dirty blocks display code, this fixes the minor glitch in ↵ | Gregory Montoir | |
interview intro svn-id: r12317 | |||
2004-01-10 | enabled arrows in dialogue (non english versions) | Gregory Montoir | |
svn-id: r12306 | |||
2004-01-09 | fix mouse pointer glitch occuring when exiting Debugger | Gregory Montoir | |
svn-id: r12281 | |||
2004-01-09 | renamed some methods and moved some code to Display | Gregory Montoir | |
svn-id: r12276 | |||
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-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | simplified room switching code a bit | Gregory Montoir | |
svn-id: r12165 | |||
2004-01-04 | - added code to only redraw changed blocks in order to avoid full screen refresh | Gregory Montoir | |
- minor code cleanup in Graphics/Display svn-id: r12147 | |||
2004-01-02 | minor rewrite of screenblanker code | Gregory Montoir | |
svn-id: r12086 | |||
2003-12-29 | mass debuglevel change for less verbosity (0 -> 6) | Joost Peters | |
importance/relevance has to be decided on an individual basis, if needed, later on svn-id: r12021 | |||
2003-12-26 | cleanup | Gregory Montoir | |
svn-id: r11946 | |||
2003-12-26 | enable original screen blankers | Gregory Montoir | |
svn-id: r11944 | |||
2003-12-11 | constructors cleanup | Gregory Montoir | |
svn-id: r11589 | |||
2003-12-11 | cleanup | Gregory Montoir | |
svn-id: r11579 | |||
2003-12-03 | remaining stuff for Azura/Floda | Gregory Montoir | |
svn-id: r11487 | |||
2003-12-01 | cleanup header includes | Gregory Montoir | |
svn-id: r11449 | |||
2003-11-30 | cleanup | Gregory Montoir | |
svn-id: r11438 | |||
2003-11-24 | cleanup/update + make Display::palCustomScroll matching exactly the original ↵ | Gregory Montoir | |
source svn-id: r11361 | |||
2003-11-15 | fix some bugs : | Gregory Montoir | |
- right-clicking on inventory item doesn't execute default action - unapplied room light level when Joe enters a room - updated comment in roomDisplay on palette fading problem - during dialogue, invalid mouse-overs (added enum for joeWalk flag too) preparing Journal stuff : - add a (almost useless) useJournal method to Logic - removed useless code in Graphics, as it should (and could) be easily re-written in a more OO way svn-id: r11299 | |||
2003-11-14 | rewitten fullscreen/panel switching code | Gregory Montoir | |
svn-id: r11296 | |||
2003-11-10 | hack for special french character | Gregory Montoir | |
svn-id: r11250 | |||
2003-11-08 | Start/stop scenes - fixes missing panel. | David Eriksson | |
svn-id: r11205 | |||
2003-11-06 | The more I implement, the more I need to implement. | David Eriksson | |
- More cutaway code - More dialogue code Hint: Let the last intro cutaway finish if you don't want Joe to get stuck. svn-id: r11160 | |||
2003-11-01 | use input->delay instead of system->delay | Gregory Montoir | |
svn-id: r11035 | |||
2003-11-01 | don't do dynalum if palette scroll is disabled | Gregory Montoir | |
svn-id: r11032 | |||
2003-10-31 | use Command class | Gregory Montoir | |
svn-id: r11017 | |||
2003-10-31 | add mouse cursor code | Gregory Montoir | |
svn-id: r11015 | |||
2003-10-29 | only one RandomSource for the engine | Gregory Montoir | |
svn-id: r11004 | |||
2003-10-28 | handle (x,y) negative coordinates in dynalum | Gregory Montoir | |
svn-id: r10998 | |||
2003-10-28 | safer dynalum tweak | Gregory Montoir | |
svn-id: r10992 | |||
2003-10-28 | Safer use of dynalum. | David Eriksson | |
svn-id: r10991 | |||
2003-10-24 | misc fixes/tweaks | Gregory Montoir | |
svn-id: r10954 | |||
2003-10-20 | scrolling timing (copy/paste from SkyEngine) | Gregory Montoir | |
svn-id: r10919 | |||
2003-10-20 | remaining palette stuff | Gregory Montoir | |
svn-id: r10911 | |||
2003-10-18 | Special actions for cdint.cut | David Eriksson | |
svn-id: r10895 | |||
2003-10-17 | preliminar parallax scrolling support (Rita/Joe intro scene), not perfect as ↵ | Gregory Montoir | |
Bobs coordinates are also modified in cutaway/action_special_move svn-id: r10860 | |||
2003-10-17 | more palette stuff | Gregory Montoir | |
svn-id: r10859 | |||
2003-10-16 | modified/fixed palette code | Gregory Montoir | |
svn-id: r10832 |