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
/
intro.cpp
Age
Commit message (
Expand
)
Author
2018-07-02
MOHAWK: MYST: Always clear the screen before playing fullscreen movies
Bastien Bouclet
2018-06-29
MOHAWK: MYST: Introduce a main menu stack
Bastien Bouclet
2018-06-13
MOHAWK: MYST: Move the current stack id to ScriptParser
Bastien Bouclet
2018-04-26
MOHAWK: MYST: Make global currentAge an enum
David Fioramonti
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-07-30
MOHAWK: Myst: Set the mixer sound type to SFX for videos
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: Get rid of VideoHandle
Bastien Bouclet
2017-07-05
MOHAWK: Myst: Poll for events every 10ms when waiting
Bastien Bouclet
2016-04-14
JANITORIAL: Reduce GUI header dependencies
Ori Avtalion
2016-02-07
MOHAWK: Don't downcast _invokingResource using static_cast
Bastien Bouclet
2016-02-07
MOHAWK: Rename Myst's Area classes
Bastien Bouclet
2015-07-17
MOHAWK: Move further VideoManager functionality to VideoEntry
Matthew Hoops
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-07-29
MOHAWK: Remove Myst ME Macintosh "support"
Matthew Hoops
2012-04-08
MOHAWK: Enable the SVQ1 intro for Myst ME Mac
Matthew Hoops
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-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-18
MOHAWK: Rename some VideoManager functions so we have some unified naming bet...
Matthew Hoops
2011-01-10
MOHAWK: Fix the Myst ME Mac intro and cleanup
Matthew Hoops
2011-01-09
MOHAWK: Cleanup named video handling
Matthew Hoops
2011-01-08
MOHAWK: Changed Myst intro stack to behave like the original. ie fully skippa...
Bastien Bouclet
2011-01-07
MOHAWK: Merge Myst intro opcode 100 with generic opcode 40 into engine method...
Bastien Bouclet
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: Myst sound rework, part 2
Bastien Bouclet
2010-12-14
MOHAWK: Rework Myst GFX updates
Bastien Bouclet
2010-12-07
MOHAWK: Implement loading to different ages in Myst
Matthew Hoops
2010-12-06
MOHAWK: Fix Myst library books, fireplace combination book, and bookcase tran...
Bastien Bouclet
2010-12-01
MOHAWK: Split intro and demo opcodes into their own classes
Matthew Hoops