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_stacks
/
credits.cpp
Age
Commit message (
Expand
)
Author
2018-06-13
MOHAWK: MYST: Make the scripts time accounting pause safe
Bastien Bouclet
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-27
MOHAWK: MYST: Make Dni/Atrus endings an enum
David Fioramonti
2018-04-26
MOHAWK: MYST: Reset the main cursor when starting the credits
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: Update the screen only once per frame
Bastien Bouclet
2016-04-14
JANITORIAL: Reduce GUI header dependencies
Ori Avtalion
2016-03-05
MOHAWK: Fix error at the end of the Myst credits
Bastien Bouclet
2016-02-07
MOHAWK: Fix uninitialized memory accesses in the Myst stacks
Bastien Bouclet
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
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
2011-02-15
MOHAWK: Shorten Myst stack classes names
Bastien Bouclet
2011-02-15
MOHAWK: Put togeter the Myst stack classes in a namespace
Bastien Bouclet
2011-01-28
MOHAWK: Removed direct OSystem Quit calls from Myst Mohawk Interpreter.
David Turner
2011-01-18
MOHAWK: Move Myst's o_quit opcode to the base class
Matthew Hoops
2011-01-08
MOHAWK: Change Myst credits stack not to use the var store
Bastien Bouclet
2010-12-22
MOHAWK: Add Framework getVar() code to Myst Credits Stack Script Parser.
David Turner
2010-12-14
MOHAWK: Rework Myst GFX updates
Bastien Bouclet
2010-12-01
MOHAWK: Cleanup Myst opcode handling and reduce code duplication
Matthew Hoops
2010-11-30
MOHAWK: Split Myst credits code into a separate class
Matthew Hoops