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
/
demo.cpp
Age
Commit message (
Collapse
)
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-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
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-03-10
MOHAWK: Split the graphics classes into their own files
Matthew Hoops
2011-08-27
MOHAWK: Implement fading for Myst Demo
Bastien Bouclet
2011-08-14
MOHAWK: Implement remaining Myst demo menu opcodes
Bastien Bouclet
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
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-08
MOHAWK: Changed Myst intro stack to behave like the original. ie fully ↵
Bastien Bouclet
skippable intro. svn-id: r55164
2010-12-01
MOHAWK: Split intro and demo opcodes into their own classes
Matthew Hoops
svn-id: r54706