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
/
selenitic.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-25
MOHAWK: MYST: Turn held page state into an enum
dafioram
2018-04-21
MOHAWK: MYST: Always redraw the sound receiver at constant speeds
Bastien Bouclet
2018-04-21
MOHAWK: MYST: Make sound receiver hint boundary line up with orig
David Fioramonti
2018-04-21
MOHAWK: MYST: Enhance: slow down sound receiver max spin rate
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: Fix Selenitic sound receiver buttons not flashing
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: Rewrite the sound code
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Move the sound code to its own class
Bastien Bouclet
2017-07-22
MOHAWK: Myst: Change blocking movies and waits to use the main loop
Bastien Bouclet
2017-07-22
MOHAWK: Remove unused parameters VideoManager
Bastien Bouclet
2017-07-09
MOHAWK: Myst: Fix the sound receiver sound restarting on each frame
Bastien Bouclet
2017-07-05
MOHAWK: Myst: Poll for events every 10ms when waiting
Bastien Bouclet
2017-07-03
MOHAWK: Poll for events in two inner game loops on Selenitic
Bastien Bouclet
2016-04-14
JANITORIAL: Reduce GUI header dependencies
Ori Avtalion
2016-03-05
MOHAWK: Fix the sound receiver initially displaying an incorrect view
Bastien Bouclet
2016-03-05
MOHAWK: Fix the Selenitic sound receiver speed being too fast
Bastien Bouclet
2016-02-07
MOHAWK: Fix uninitialized memory accesses in the Myst stacks
Bastien Bouclet
2016-02-07
MOHAWK: Don't use static_cast to downcast view resources
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: Make MystResourceType8::_subImages private
Bastien Bouclet
2016-02-07
MOHAWK: Use nullptr where applicable in the Myst 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
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-04-21
MOHAWK: Don't initialize a null pointer, to make VS2010 happy.
Bastien Bouclet
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-23
MOHAWK: Fixed possible use of uninitialized variables in Myst Selenitic Age c...
David Turner
2011-01-18
MOHAWK: Rename some Myst-specific sound functions; cleanup
Matthew Hoops
2011-01-18
MOHAWK: Rename some VideoManager functions so we have some unified naming bet...
Matthew Hoops
2011-01-03
MOHAWK: Cleanup some spacing, formatting, and naming
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: Myst sound rework, part 2
Bastien Bouclet
2010-12-14
MOHAWK: Rework Myst GFX updates
Bastien Bouclet
2010-12-04
MOHAWK: Give meaningful names to the game global vars and selenitic vars
Bastien Bouclet
2010-12-01
MOHAWK: Implement maze runner backtrack button. Last part of Selenitic comple...
Bastien Bouclet
2010-12-01
MOHAWK: Cleanup Myst opcode handling and reduce code duplication
Matthew Hoops
2010-11-30
MOHAWK: Set the maze runner initial direction. Remove a hack that is not need...
Bastien Bouclet
2010-11-29
MOHAWK: Silence warnings
Filippos Karapetis
2010-11-29
MOHAWK: Move Myst stack-specific code to its own directory
Matthew Hoops