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.cpp
Age
Commit message (
Expand
)
Author
2012-03-10
MOHAWK: Split the graphics classes into their own files
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-06-14
MOHAWK: Finish implementation of Riven's stopSound() opcode
Matthew Hoops
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-23
MOHAWK: Use direct access on the hashmap for Riven variables now
Matthew Hoops
2011-03-22
MOHAWK: Begin to implement Riven opcode 38
Matthew Hoops
2011-03-22
MOHAWK: Minor cursor call cleanup
Matthew Hoops
2011-03-07
MOHAWK: Make Riven use original executables for cursors
Matthew Hoops
2011-01-24
MOHAWK: Recheck the current hotspot if a script has changed the enabled hotsp...
Matthew Hoops
2011-01-23
MOHAWK: Implement Riven's stopSound() and fadeAmbientSounds() opcodes
Matthew Hoops
2011-01-23
MOHAWK: Cleanup Riven opcode 12 (now known as stopSound())
Matthew Hoops
2011-01-19
MOHAWK: Cleanup some Riven code
Matthew Hoops
2011-01-18
MOHAWK: Rename some VideoManager functions so we have some unified naming bet...
Matthew Hoops
2010-11-25
MOHAWK: Refactor cursor handling
Matthew Hoops
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-11-20
MOHAWK: Cleanup resource handling
Matthew Hoops
2010-11-09
MOHAWK: Fix memory leaks (thanks to digitall for finding)
Matthew Hoops
2010-11-07
MOHAWK: Convert all printf to debugN calls
Max Horn
2010-09-08
MOHAWK: Implement blocking sound in Riven
Matthew Hoops
2010-09-07
MOHAWK: Sound cleanup
Matthew Hoops
2010-09-01
MOHAWK: Update videos when the delay opcode is called
Matthew Hoops
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-06-18
Add a comment on the unknown switch command argument.
Matthew Hoops
2010-06-02
In Riven, if we get a change card opcode on a mouse down event, ignore the ne...
Matthew Hoops
2010-05-26
Fix the 'boiling water' videos in the boiler puzzle.
Matthew Hoops
2010-05-23
Move Mohawk's QuickTime code to graphics/ (and QDM2 to sound, disabled when M...
Matthew Hoops
2010-03-18
COMMON: Move typedef StringList from str.h to new header str-array.h
Max Horn
2010-02-26
Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...
Matthew Hoops
2010-02-13
Implement background video support for Riven; some VideoManager/QTPlayer clea...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-19
Make the workaround for the Riven intro background music work in the DVD vers...
Matthew Hoops
2009-12-30
MOHAWK: Reduce header interdependencies
Max Horn
2009-12-29
Add Mohawk engine code. Part 1/3: main code.
Eugene Sandulenko