index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
mohawk
/
myst_scripts.h
Age
Commit message (
Expand
)
Author
2018-06-13
MOHAWK: MYST: Move the current stack id to ScriptParser
Bastien Bouclet
2018-06-13
MOHAWK: MYST: Extract a Card class out of the main engine class
Bastien Bouclet
2018-04-15
MOHAWK: MYST: Make changeBackgroundSound wait for the effect to complete
Bastien Bouclet
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Don't cast function pointers when registering commands
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Improve script execution tracing
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Switch to bounds checked opcode arguments
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Start reworking mainloop detection
Bastien Bouclet
2016-02-07
MOHAWK: Don't downcast _invokingResource using static_cast
Bastien Bouclet
2016-02-07
MOHAWK: Rename Myst's Area classes
Bastien Bouclet
2016-02-07
MOHAWK: Use nullptr where applicable in the Myst code
Bastien Bouclet
2016-02-07
MOHAWK: Remove some dead code
Bastien Bouclet
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
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-05-15
MOHAWK: Implement "Show Map" feature for Myst ME
Bastien Bouclet
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-01-18
MOHAWK: Move Myst's o_quit opcode to the base class
Matthew Hoops
2010-12-26
MOHAWK: Move myst_saveload.* to myst_state.*
Matthew Hoops
2010-12-26
MOHAWK: Merge classes MystVariables and MystSaveLoad to form MystGameState
Bastien Bouclet
2010-12-18
MOHAWK: Separate background sound handling from other sounds for Myst. Allow ...
Bastien Bouclet
2010-12-16
MOHAWK: Added the "resources" command to Myst's debug console, which lists th...
Bastien Bouclet
2010-12-14
MOHAWK: Rework Myst GFX updates
Bastien Bouclet
2010-12-11
MOHAWK: Implement Myst opcodes 116, 186, 188, 189, clock tower time controls
Bastien Bouclet
2010-12-06
MOHAWK: Fix Myst library books, fireplace combination book, and bookcase tran...
Bastien Bouclet
2010-12-02
MOHAWK: Fix resource type 12
Bastien Bouclet
2010-12-01
MOHAWK: Rename the Myst stack/card link maps
Matthew Hoops
2010-12-01
MOHAWK: Cleanup Myst opcode handling and reduce code duplication
Matthew Hoops
2010-11-29
MOHAWK: Misc cleanups
Bastien Bouclet
2010-11-29
MOHAWK: Implement retrieving the invoking resource from data for init and exi...
Bastien Bouclet
2010-11-29
MOHAWK: Persistent scripts cleanup
Bastien Bouclet
2010-11-29
MOHAWK: Add a generic temp var for use by Myst scripts.
Bastien Bouclet
2010-11-29
MOHAWK: More animated update opcodes work for Myst
Bastien Bouclet
2010-11-29
MOHAWK: Start implementing opcodes using the animated update feature
Bastien Bouclet
2010-11-29
MOHAWK: Implement opcode 3 "take / drop page", and the corresponding getters ...
Bastien Bouclet
2010-11-29
MOHAWK: Implement / fix Myst opcode 4.
Bastien Bouclet
2010-11-29
MOHAWK: More Myst common opcodes checking / renaming
Bastien Bouclet
2010-11-29
MOHAWK: Rename and fix / explain a few Myst opcodes
Bastien Bouclet
2010-11-29
MOHAWK: Describe Myst opcode 9
Bastien Bouclet
2010-11-29
MOHAWK: Check / Fixed / Renamed some simple opcodes.
Bastien Bouclet
2010-11-29
MOHAWK : Finished implementing Selenitic sound receiver
Bastien Bouclet
2010-11-29
MOHAWK: Start splitting Myst scripts into one class per Stack.
Bastien Bouclet
2010-11-18
MOHAWK: Cleanup Myst script handling
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-30
Removed some unnecessary whitespace. Changed some spaces to tabs.
Torbjörn Andersson
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko