Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-30 | MOHAWK: Split Myst credits code into a separate class | Matthew Hoops | |
svn-id: r54677 | |||
2010-11-30 | MOHAWK: Fix changing the stack via an opcode | Matthew Hoops | |
svn-id: r54676 | |||
2010-11-30 | MOHAWK: fix LB playback seek behaviour | Alyssa Milburn | |
svn-id: r54675 | |||
2010-11-30 | MOHAWK: tidy up LBLiveTextItem code | Alyssa Milburn | |
svn-id: r54674 | |||
2010-11-30 | MOHAWK: fix LBAnimation start/seek behaviour | Alyssa Milburn | |
svn-id: r54673 | |||
2010-11-30 | MOHAWK: Remove leftover Selenitic code from the Myst stack | Matthew Hoops | |
svn-id: r54672 | |||
2010-11-30 | MOHAWK: Fill in missing detector details (as per FIXME) | Scott Thomas | |
svn-id: r54671 | |||
2010-11-30 | MOHAWK: don't include livingbooks.h from graphics.h | Alyssa Milburn | |
svn-id: r54670 | |||
2010-11-30 | NEWS: Added note about Lure and Cruise bugfixes | Paul Gilbert | |
svn-id: r54669 | |||
2010-11-30 | Fix bug #3093750 - FT: Truck and Aircraft computer text missing (regression). | Travis Howell | |
svn-id: r54665 | |||
2010-11-30 | HUGO: Close Memory Leak in PlayMusic() Function. | David Turner | |
svn-id: r54664 | |||
2010-11-30 | SCI: Added an uninitialized read script workaround for QFG1VGA | Filippos Karapetis | |
svn-id: r54663 | |||
2010-11-30 | SCI: Fixed bug #3053093 - "QFG1VGA and QFG3: Text box glitches" | Filippos Karapetis | |
svn-id: r54662 | |||
2010-11-30 | MOHAWK: don't try reading non-existent messages | Alyssa Milburn | |
svn-id: r54661 | |||
2010-11-30 | MOHAWK: silence harmless case of a LB warning | Alyssa Milburn | |
svn-id: r54660 | |||
2010-11-30 | HUGO: Close Two Memory Leaks. | David Turner | |
Note that the first leak is the allocation of the Common::RandomSource, _rnd. I'm not sure of the effect of deallocating this while it is still registered to g_eventRec, but all other engines seem to be the same (or implicitly do this by making a Common::RandomSource member of the engine object) so this is not a engine specific issue, but should be assessed. svn-id: r54659 | |||
2010-11-29 | HUGO: Fix save/load screens, which were always showing slot0 info | Arnaud Boutonné | |
svn-id: r54658 | |||
2010-11-29 | MOHAWK: implement hardcoded Living Books 1.0 code | Alyssa Milburn | |
svn-id: r54657 | |||
2010-11-29 | MOHAWK: implement hard-coded LB language/options GUI | Alyssa Milburn | |
svn-id: r54656 | |||
2010-11-29 | MOHAWK: don't start animations in LBAnimation::seek | Alyssa Milburn | |
svn-id: r54655 | |||
2010-11-29 | MOHAWK: Silence warnings | Filippos Karapetis | |
svn-id: r54654 | |||
2010-11-29 | HUGO: Fix assert in H3 Win when displaying the elephant and the plane | Arnaud Boutonné | |
svn-id: r54653 | |||
2010-11-29 | MOHAWK: move GF_NO_READONLY check to after actual page load | Alyssa Milburn | |
svn-id: r54652 | |||
2010-11-29 | MOHAWK: implement more of LBLiveTextItem | Alyssa Milburn | |
svn-id: r54651 | |||
2010-11-29 | MOHAWK: read command messages, so LB doesn't just error out | Alyssa Milburn | |
svn-id: r54650 | |||
2010-11-29 | MOHAWK: Move Myst stack-specific code to its own directory | Matthew Hoops | |
svn-id: r54648 | |||
2010-11-29 | MOHAWK: Don't store the sound name in SndHandle | Matthew Hoops | |
svn-id: r54647 | |||
2010-11-29 | MOHAWK: Remove superfluous junk (no not Mohawk itself). | Johannes Schickel | |
svn-id: r54646 | |||
2010-11-29 | MOHAWK: Misc cleanups | Bastien Bouclet | |
svn-id: r54645 | |||
2010-11-29 | MOHAWK: Set the initial stack back to the intro | Bastien Bouclet | |
svn-id: r54644 | |||
2010-11-29 | MOHAWK: Play videos when the maze runner moves. | Bastien Bouclet | |
svn-id: r54643 | |||
2010-11-29 | MOHAWK: Add Selenitic opcode 101, maze runner sound help. | Bastien Bouclet | |
svn-id: r54642 | |||
2010-11-29 | MOHAWK: Minimal implementation of the maze runner. Selenitic is now completable. | Bastien Bouclet | |
svn-id: r54641 | |||
2010-11-29 | MOHAWK: Implement Selenitic maze runner init opcodes 200, 201, 202, 205, 206 | Bastien Bouclet | |
svn-id: r54640 | |||
2010-11-29 | MOHAWK: Implement retrieving the invoking resource from data for init and ↵ | Bastien Bouclet | |
exit scripts. svn-id: r54639 | |||
2010-11-29 | MOHAWK: Implement selenitic opcode 110 used for the maze runner exit logic. | Bastien Bouclet | |
svn-id: r54638 | |||
2010-11-29 | MOHAWK: Complete the list of stack / start cards. | Bastien Bouclet | |
Fix linking back from another age. svn-id: r54637 | |||
2010-11-29 | MOHAWK: Preinitialise saved card id for use when linking back to Myst from ↵ | Bastien Bouclet | |
an other age. svn-id: r54636 | |||
2010-11-29 | MOHAWK: Fix drawing the last step of an animated update | Bastien Bouclet | |
svn-id: r54635 | |||
2010-11-29 | MOHAWK: Create constants for remaining Myst resource types | Bastien Bouclet | |
svn-id: r54634 | |||
2010-11-29 | MOHAWK: Persistent scripts cleanup | Bastien Bouclet | |
- Rename InitOpcodes / PersistentOpcodes to Persistent Scripts for consistency - Get rid of the global var used to tell if the sound receiver script is running svn-id: r54633 | |||
2010-11-29 | MOHAWK: Add a generic temp var for use by Myst scripts. | Bastien Bouclet | |
svn-id: r54632 | |||
2010-11-29 | MOHAWK: Complete drawing the animated rect if running the animation steps ↵ | Bastien Bouclet | |
didn't draw the whole rect. svn-id: r54631 | |||
2010-11-29 | MOHAWK: Do not always update the screen after a card change. Necessary for ↵ | Bastien Bouclet | |
"animated card changes" to work. svn-id: r54630 | |||
2010-11-29 | MOHAWK: Implement 4 types of animated updates for Myst | Bastien Bouclet | |
svn-id: r54629 | |||
2010-11-29 | MOHAWK: More animated update opcodes work for Myst | Bastien Bouclet | |
svn-id: r54628 | |||
2010-11-29 | MOHAWK: Start implementing opcodes using the animated update feature | Bastien Bouclet | |
svn-id: r54627 | |||
2010-11-29 | MOHAWK: Changed sliders to restore the main background instead of doing ↵ | Bastien Bouclet | |
their own background caching. It is possible now there is the image cache. svn-id: r54626 | |||
2010-11-29 | MOHAWK: Added dirty rects support for Myst | Bastien Bouclet | |
svn-id: r54625 | |||
2010-11-29 | Revert "MOHAWK: Revert the screen cache since it has a huge performance hit, ↵ | Bastien Bouclet | |
and is not needed as is." This reverts commit 291bea1858c12b8557aeb46e6f57dc701293c956. svn-id: r54624 |