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
Age
Commit message (
Expand
)
Author
2010-02-26
Slightly rework refreshing cards in Riven (and remove the hackish changeToCar...
Matthew Hoops
2010-02-26
Cleanup the sound code a bit.
Matthew Hoops
2010-02-18
Mohawk : Update with work on Myst EXIT opcodes to work out purpose.
David Turner
2010-02-17
Implement stopMovie() for Riven. Fixes some dome related videos.
Matthew Hoops
2010-02-17
Mohawk : Adding resource cache class and integrating into Myst engine.
David Turner
2010-02-17
Cleanup handling of the telescope cover combination; matches the original alg...
Matthew Hoops
2010-02-16
Implement xgwatch so you can now find out the combination to free Catherine.
Matthew Hoops
2010-02-16
Implement xpisland990_elevcombo which allows you to free Catherine.
Matthew Hoops
2010-02-16
Fix typo in the ospit->tspit linking book RMAP code.
Matthew Hoops
2010-02-16
Move Riven variable randomization to initVars() and implement randomization f...
Matthew Hoops
2010-02-16
Add a workaround for two 'spare' variables that can exist in some save files.
Matthew Hoops
2010-02-16
Correct a rogue typo.
Matthew Hoops
2010-02-14
Mohawk : Corrected Myst Opcode 200/300 in Intro/Demo stack to correctly call ...
David Turner
2010-02-14
Remove an obsolete TODO.
Matthew Hoops
2010-02-13
Implement background video support for Riven; some VideoManager/QTPlayer clea...
Matthew Hoops
2010-02-12
Fix trap book external commands.
Matthew Hoops
2010-02-10
Fix a potential problem for some compilers with having multiple stream reads.
Matthew Hoops
2010-02-10
Add support for the Motion JPEG codec (used in some Myst ME 10th Anniversary ...
Matthew Hoops
2010-01-31
Switch makeADPCMStream to DisposeAfterUse::Flag
Max Horn
2010-01-30
MOHAWK: Don't remove save_slot config entries the user may have added on purpose
Max Horn
2010-01-30
Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.
Johannes Schickel
2010-01-28
Fix warning when using -Wuninitialized
Max Horn
2010-01-26
Correct our interpretation of the first four bytes of the RSRC section in Moh...
Matthew Hoops
2010-01-26
Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...
Max Horn
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-24
Fill in the unknown values of the ADPC chunk in Mohawk sounds and update comm...
Matthew Hoops
2010-01-23
Reorder params to Audio::makeRawMemoryStream
Max Horn
2010-01-23
Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...
Max Horn
2010-01-22
Always loop sounds declared in the VIEW resources of Myst. While Myst specifi...
Matthew Hoops
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops
2010-01-19
Started to get rid of Audio::FLAG_LOOP
Max Horn
2010-01-19
Move raw audio flags from sound/mixer.h to sound/raw.h
Max Horn
2010-01-19
Add support for the flyby videos in Myst ME Macintosh.
Matthew Hoops
2010-01-19
Missed copying a line from console.cpp; fixes a memory leak.
Matthew Hoops
2010-01-19
Make the workaround for the Riven intro background music work in the DVD vers...
Matthew Hoops
2010-01-19
Get rid of Mixer::FLAG_AUTOFREE.
Max Horn
2010-01-19
Move raw audio streams to new header sound/raw.h
Max Horn
2010-01-19
Rename 'Linear' audio streams to 'raw'
Max Horn
2010-01-18
Fixed assertion when setting non 8-bit cursors in Myst, Masterpiece Edition.
Torbjörn Andersson
2010-01-16
Switch most AudioStream factories to use DisposeAfterUse::Flag
Max Horn
2010-01-08
Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...
Max Horn
2010-01-08
Rename QueuedAudioStream to QueuingAudioStream
Max Horn
2010-01-08
Move Mohawk's QueuedAudioStream to sound/ (with some tweaks)
Max Horn
2010-01-07
Remove the deprecated FLAC, Vorbis and MP3 factories.
Johannes Schickel
2010-01-07
Create a wrapper makeLoopingAudioStream to reduce code duplcation.
Johannes Schickel
2010-01-07
Let ADPCM streams subclass RewindableAudioStreams and thus allow them to be l...
Johannes Schickel
2010-01-04
Minor cleanup; remove GF_10TH, it's not used or needed anywhere.
Matthew Hoops
2010-01-04
Fix a memory leak spotted by cppcheck. Thanks salty-horse\!
Matthew Hoops
2010-01-04
Merge the Mohawk Video class into QTPlayer and general cleanup.
Matthew Hoops
2010-01-04
Mohawk : Improved code formatting conventions compliance.
David Turner
[next]