Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-12-16 | MOHAWK: Add the remaining Myst transition effects | Bastien Bouclet | |
2012-12-16 | MOHAWK: Implement most of Myst's transition system | Bastien Bouclet | |
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2011-08-14 | MOHAWK: Add a return to menu button to the dialog for the demo | Bastien Bouclet | |
2011-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-15 | MOHAWK: Implement "Show Map" feature for Myst ME | Bastien Bouclet | |
2011-05-14 | MOHAWK: Implement page drop button for Myst | Bastien Bouclet | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-03-07 | MOHAWK: Remove unused runLoadDialog() function | Matthew Hoops | |
2011-02-13 | MOHAWK: Remove Myst's var store from the build since it is not used | Bastien Bouclet | |
anymore. Keep the files are to be kept around for reference until Mechanical is finished. | |||
2011-01-22 | MOHAWK: Dragging resources / levers code cleanup | Bastien Bouclet | |
svn-id: r55439 | |||
2011-01-13 | MOHAWK: Implement video seeking Myst's rocket link book | Bastien Bouclet | |
svn-id: r55230 | |||
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-07 | MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine ↵ | Bastien Bouclet | |
method changeStack svn-id: r55152 | |||
2011-01-03 | MOHAWK: Cleanup some spacing, formatting, and naming | Matthew Hoops | |
svn-id: r55109 | |||
2010-12-26 | MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameState | Bastien Bouclet | |
svn-id: r55041 | |||
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: Implement Myst opcodes 157, 161 and 162: Rocket piano | Bastien Bouclet | |
svn-id: r54949 | |||
2010-12-11 | MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / close | Bastien Bouclet | |
In progress tower rotation svn-id: r54866 | |||
2010-12-07 | MOHAWK: Further limit where Myst can be saved | Matthew Hoops | |
svn-id: r54812 | |||
2010-12-04 | MOHAWK: Implement Myst opcodes 120 and 210, rocket power generator | Bastien Bouclet | |
svn-id: r54759 | |||
2010-12-02 | MOHAWK: Fix resource type 12 | Bastien Bouclet | |
svn-id: r54740 | |||
2010-11-30 | MOHAWK: One last getRawData() to getResource() rename | Matthew Hoops | |
svn-id: r54679 | |||
2010-11-30 | MOHAWK: Fix changing the stack via an opcode | Matthew Hoops | |
svn-id: r54676 | |||
2010-11-29 | MOHAWK: Create constants for remaining Myst resource types | Bastien Bouclet | |
svn-id: r54634 | |||
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: Only draw a resource conditional subimages if it has the "subimages ↵ | Bastien Bouclet | |
enabled" flag set. svn-id: r54620 | |||
2010-11-29 | MOHAWK: More Myst common opcodes checking / renaming | Bastien Bouclet | |
svn-id: r54619 | |||
2010-11-29 | MOHAWK: Fix Myst opcode 14 | Bastien Bouclet | |
svn-id: r54616 | |||
2010-11-29 | MOHAWK: Added helpher functions to redraw a resource. Do not redraw all the ↵ | Bastien Bouclet | |
resources on mouse up. svn-id: r54613 | |||
2010-11-29 | MOHAWK: Don't change current resource when dragging | Bastien Bouclet | |
svn-id: r54607 | |||
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 : Move area classes to their own file | Bastien Bouclet | |
svn-id: r54598 | |||
2010-11-29 | MOHAWK: Add mouse move event for type 10 and 11 resources | Bastien Bouclet | |
svn-id: r54597 | |||
2010-11-29 | MOHAWK: Keep resource type around | Bastien Bouclet | |
svn-id: r54595 | |||
2010-11-29 | MOHAWK : Finished implementing Selenitic sound receiver | Bastien Bouclet | |
svn-id: r54593 | |||
2010-11-23 | MOHAWK: Pass objs by const ref not by value | Max Horn | |
svn-id: r54443 | |||
2010-11-18 | MOHAWK: Cleanup Myst script handling | Matthew Hoops | |
Scripts are now loaded from a central place and are properly freed at the correct time. This fixes a regression from r54152. svn-id: r54309 | |||
2010-11-17 | MOHAWK: Cache the Myst screen buffer | Matthew Hoops | |
This is needed for use with sliders. The screen is now updated fewer times as well. svn-id: r54300 | |||
2010-11-09 | MOHAWK: Close a number of memory leaks in Myst. | David Turner | |
These corrections close a number of leaks reported by running Valgrind with --leak-check=full option, but some still remain, mainly in the image loading and caching. svn-id: r54152 | |||
2010-02-17 | Mohawk : Adding resource cache class and integrating into Myst engine. | David Turner | |
The resource caching trades increased memory usage against disk access. This functionality can be disabled and enabled by the console "cache" command. svn-id: r48080 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-12-30 | MOHAWK: Reduce header interdependencies | Max Horn | |
svn-id: r46782 | |||
2009-12-29 | Add Mohawk engine code. Part 1/3: main code. | Eugene Sandulenko | |
svn-id: r46727 |