aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/myst.h
AgeCommit message (Expand)Author
2010-12-11MOHAWK: Implement Myst opcodes 113, 114, 198 : Vault open / closeBastien Bouclet
2010-12-07MOHAWK: Further limit where Myst can be savedMatthew Hoops
2010-12-04MOHAWK: Implement Myst opcodes 120 and 210, rocket power generatorBastien Bouclet
2010-12-02MOHAWK: Fix resource type 12Bastien Bouclet
2010-11-30MOHAWK: One last getRawData() to getResource() renameMatthew Hoops
2010-11-30MOHAWK: Fix changing the stack via an opcodeMatthew Hoops
2010-11-29MOHAWK: Create constants for remaining Myst resource typesBastien Bouclet
2010-11-29MOHAWK: Do not always update the screen after a card change. Necessary for "a...Bastien Bouclet
2010-11-29MOHAWK: Changed sliders to restore the main background instead of doing their...Bastien Bouclet
2010-11-29MOHAWK: Only draw a resource conditional subimages if it has the "subimages e...Bastien Bouclet
2010-11-29MOHAWK: More Myst common opcodes checking / renamingBastien Bouclet
2010-11-29MOHAWK: Fix Myst opcode 14Bastien Bouclet
2010-11-29MOHAWK: Added helpher functions to redraw a resource. Do not redraw all the r...Bastien Bouclet
2010-11-29MOHAWK: Don't change current resource when draggingBastien Bouclet
2010-11-29MOHAWK: Update area type 11 position when the mouse movesBastien Bouclet
2010-11-29MOHAWK: Rename some fields for type 11 areasBastien Bouclet
2010-11-29MOHAWK : Move area classes to their own fileBastien Bouclet
2010-11-29MOHAWK: Add mouse move event for type 10 and 11 resourcesBastien Bouclet
2010-11-29MOHAWK: Keep resource type aroundBastien Bouclet
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-18MOHAWK: Cleanup Myst script handlingMatthew Hoops
2010-11-17MOHAWK: Cache the Myst screen bufferMatthew Hoops
2010-11-09MOHAWK: Close a number of memory leaks in Myst.David Turner
2010-02-17Mohawk : Adding resource cache class and integrating into Myst engine.David Turner
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2009-12-30MOHAWK: Reduce header interdependenciesMax Horn
2009-12-29Add Mohawk engine code. Part 1/3: main code.Eugene Sandulenko