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
/
riven_scripts.h
Age
Commit message (
Expand
)
Author
2019-01-30
MOHAWK: RIVEN: Patch Jungle island book closing animation script
Bastien Bouclet
2018-07-13
MOHAWK: RIVEN: Queue opening and closing the main menu as scripts
Bastien Bouclet
2017-10-06
MOHAWK: Fix undefined behaviour in variadic functions
Thierry Crozat
2017-08-11
MOHAWK: Riven: Patch an invalid card change when entering Gehn's office
Bastien Bouclet
2017-07-19
MOHAWK: Riven: Add script patch for missing sound when entering sub
Bastien Bouclet
2017-07-14
MOHAWK: Riven: Patch prison island dome switch sound change
Bastien Bouclet
2017-07-05
MOHAWK: Use movie slots instead of movie ids for stored opcodes
Bastien Bouclet
2017-07-03
MOHAWK: Switch SimpleCommand arguments to Common::Array
Bastien Bouclet
2017-07-03
MOHAWK: Add some missing public interface comments
Bastien Bouclet
2017-07-03
MOHAWK: Implement interrupting scripts for the new script manager
Bastien Bouclet
2017-07-03
MOHAWK: Switch timers to script commands
Bastien Bouclet
2017-07-03
MOHAWK: Rewrite the Riven movie manager
Bastien Bouclet
2017-07-03
MOHAWK: Rework stack frame updates to work like the original
Bastien Bouclet
2017-07-03
MOHAWK: Add an enum for Riven's command types
Bastien Bouclet
2017-07-03
MOHAWK: Keep turning pages while the mouse is pressed in Atrus' book
Bastien Bouclet
2017-07-03
MOHAWK: Improve script debug output
Bastien Bouclet
2017-07-03
MOHAWK: Add a command to check if background scripts are running
Bastien Bouclet
2017-07-03
MOHAWK: Turn script commands into SharedPtrs
Bastien Bouclet
2017-07-03
MOHAWK: Move the changeToStack command to a dedicated class
Bastien Bouclet
2017-07-03
MOHAWK: Add a convenience method for creating a script with a single command
Bastien Bouclet
2017-07-03
MOHAWK: Ensure constructing and deleting cards does not have side effects
Bastien Bouclet
2017-07-03
MOHAWK: Add console commands to dump Riven cards and stacks to stdout
Bastien Bouclet
2017-07-03
MOHAWK: Move running the card leave script to the RivenCard destructor
Bastien Bouclet
2017-07-03
MOHAWK: Move the current hotspot to RivenCard
Bastien Bouclet
2017-07-03
MOHAWK: Move Riven's name lists to a separate class
Bastien Bouclet
2017-07-03
MOHAWK: Chane Riven's graphics manager to automatically handle screen updates
Bastien Bouclet
2017-07-03
MOHAWK: Move PLST handling to the RivenCard class
Bastien Bouclet
2017-07-03
MOHAWK: Move Riven's Card to a separate object
Bastien Bouclet
2017-07-03
MOHAWK: Add a script queue to Riven's script manager
Bastien Bouclet
2017-07-03
MOHAWK: Add documentation to Riven's script module
Bastien Bouclet
2017-07-03
MOHAWK: Rename Riven's script types
Bastien Bouclet
2017-07-03
MOHAWK: Change Riven's scripts not to have a type
Bastien Bouclet
2017-07-03
MOHAWK: Refactor the script manager to read data to Command classes
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
2012-02-15
JANITORIAL: Fix whitespace in pointer template arg
Tarek Soliman
2011-06-14
MOHAWK: Finish implementation of Riven's storeMovieOpcode opcode
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-03-22
MOHAWK: Begin to implement Riven opcode 38
Matthew Hoops
2011-01-23
MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())
Matthew Hoops
2011-01-18
MOHAWK: Rename some VideoManager functions so we have some unified naming bet...
Matthew Hoops
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-09-01
MOHAWK: Implement xbookclick
Matthew Hoops
2010-07-09
Introduce the RivenScriptManager to keep track of scripts and free them when ...
Matthew Hoops
2010-05-04
Get rid of Engine::_gameDataDir.
Max Horn
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko