Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet | |
2012-12-16 | MOHAWK: Play Channelwood stairs door closing movie backwards | Bastien Bouclet | |
2012-03-13 | JANITORIAL: Avoid the ugly operator invocation syntax. | Christoph Mallon | |
2012-03-10 | MOHAWK: Split the graphics classes into their own files | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-01-30 | MOHAWK: Myst, pass the playback direction from the calling script to the ↵ | Bastien Bouclet | |
movie player. svn-id: r55657 | |||
2011-01-30 | MOHAWK: Myst, display a warning when trying to play a movie backwards. | Bastien Bouclet | |
svn-id: r55656 | |||
2011-01-27 | MOHAWK: Implement Stoneship chest puzzle | Bastien Bouclet | |
svn-id: r55577 | |||
2011-01-22 | MOHAWK: Dragging resources / levers code cleanup | Bastien Bouclet | |
svn-id: r55439 | |||
2011-01-18 | MOHAWK: Rename some Myst-specific sound functions; cleanup | Matthew Hoops | |
svn-id: r55314 | |||
2011-01-18 | MOHAWK: Rename some VideoManager functions so we have some unified naming ↵ | Matthew Hoops | |
between versions svn-id: r55312 | |||
2011-01-11 | MOHAWK: Implement Myst imager videos seeking / looping | Bastien Bouclet | |
svn-id: r55208 | |||
2011-01-09 | MOHAWK: Cleanup named video handling | Matthew Hoops | |
svn-id: r55188 | |||
2011-01-09 | MOHAWK: Myst zip mode improvements | Bastien Bouclet | |
- Save visited zip destinations in the game state - Only allow zipping to visited zip destinations - Save zip mode setting in the game state svn-id: r55185 | |||
2011-01-08 | MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵ | Bastien Bouclet | |
skippable intro. svn-id: r55164 | |||
2011-01-03 | MOHAWK: Cleanup some spacing, formatting, and naming | Matthew Hoops | |
svn-id: r55109 | |||
2011-01-02 | MOHAWK: Fix checking Myst rocket sound puzzle before moving all the sliders. | Bastien Bouclet | |
Fix a off by one graphical glitch that happened when moving sliders. Implement opcode 300. svn-id: r55092 | |||
2010-12-30 | MOHAWK: Implement Myst opcodes 129 to 132, and 192 to 197, Stellar ↵ | Bastien Bouclet | |
observatory buttons svn-id: r55065 | |||
2010-12-19 | MOHAWK: Fix Myst courtyard boxes. Hover areas entering / leaving is now ↵ | Bastien Bouclet | |
handled separatly from other resources since the former have to get events even when they are disabled. svn-id: r54959 | |||
2010-12-18 | MOHAWK: Separate background sound handling from other sounds for Myst. Allow ↵ | Bastien Bouclet | |
the scripts to change the background sound volume. svn-id: r54953 | |||
2010-12-16 | MOHAWK: Added the "resources" command to Myst's debug console, which lists ↵ | Bastien Bouclet | |
the resources in the current card. Allow the "drawRect" debug command to take a resource id as a parameter, to draw the resource's bounding rect. svn-id: r54933 | |||
2010-12-16 | MOHAWK: Implement Myst opcodes 147, 169, 182 : Cabin match | Bastien Bouclet | |
svn-id: r54931 | |||
2010-12-14 | MOHAWK: Rework Myst GFX updates | Bastien Bouclet | |
- Initial card state is drawn to the back buffer - Script driven updates are drawn to the front buffer Allows opcode 28 (copy back buffer to screen) and opcodes 29/33 (copy image to screen / back buffer) to work properly. Fixes among others the generator room lights, and the matchbox. svn-id: r54907 | |||
2010-12-11 | MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / close | Bastien Bouclet | |
In progress tower rotation svn-id: r54866 | |||
2010-12-11 | MOHAWK: Implement Myst opcodes 116, 186, 188, 189, clock tower time controls | Bastien Bouclet | |
svn-id: r54863 | |||
2010-12-10 | MOHAWK: Fix another typo (heigth -> height) | Matthew Hoops | |
svn-id: r54858 | |||
2010-12-10 | MOHAWK: Implement Myst opcode 115, give page to book | Bastien Bouclet | |
svn-id: r54856 | |||
2010-12-06 | MOHAWK: Fix Myst library books, fireplace combination book, and bookcase ↵ | Bastien Bouclet | |
transform animation. svn-id: r54802 | |||
2010-12-05 | MOHAWK: Implement Myst opcodes 158 to 166: Rocket sliders + check lever + ↵ | Bastien Bouclet | |
link book svn-id: r54776 | |||
2010-12-02 | MOHAWK: Fix resource type 12 | Bastien Bouclet | |
svn-id: r54740 | |||
2010-11-29 | MOHAWK: Misc cleanups | Bastien Bouclet | |
svn-id: r54645 | |||
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: 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: Fix flag values used to dertermine if an area can become active. | Bastien Bouclet | |
svn-id: r54622 | |||
2010-11-29 | MOHAWK: Describe Myst opcode 9 | Bastien Bouclet | |
svn-id: r54617 | |||
2010-11-29 | MOHAWK: Fix Myst opcode 14 | Bastien Bouclet | |
svn-id: r54616 | |||
2010-11-29 | MOHAWK: Disabled hotspots are now unclickable areas. Display blue rects for ↵ | Bastien Bouclet | |
unreachable zip destinations when drawing resource rects. svn-id: r54615 | |||
2010-11-29 | MOHAWK: Fixed some warnings | Bastien Bouclet | |
svn-id: r54612 | |||
2010-11-29 | MOHAWK : Implemented selenitic sound lock slider opcodes and adjusted ↵ | Bastien Bouclet | |
sliders behaviour. svn-id: r54610 | |||
2010-11-29 | MOHAWK: Implement slider value setting | Bastien Bouclet | |
svn-id: r54608 | |||
2010-11-29 | MOHAWK: Don't change current resource when dragging | Bastien Bouclet | |
svn-id: r54607 | |||
2010-11-29 | MOHAWK: Implement sliders | Bastien Bouclet | |
svn-id: r54606 | |||
2010-11-29 | MOHAWK; Post rebase fixes : | Bastien Bouclet | |
- Restore invoking resource change - Update the screen after drawing a conditional image svn-id: r54604 | |||
2010-11-29 | MOHAWK: Start implementing type 10 areas | Bastien Bouclet | |
svn-id: r54603 | |||
2010-11-29 | MOHAWK: Update area type 11 position when the mouse moves | Bastien Bouclet | |
svn-id: r54602 | |||
2010-11-29 | MOHAWK: Rename some fields for type 11 areas | Bastien Bouclet | |
svn-id: r54600 | |||
2010-11-29 | MOHAWK : Change areas inheritance to match the original | Bastien Bouclet | |
svn-id: r54599 | |||
2010-11-29 | MOHAWK : Move area classes to their own file | Bastien Bouclet | |
svn-id: r54598 |