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
/
resource.cpp
Age
Commit message (
Expand
)
Author
2011-06-30
MOHAWK: Fix tMOV resources at the end of a file
Matthew Hoops
2011-06-28
MOHAWK: Add archive functions to get type/id lists
Matthew Hoops
2011-06-28
MOHAWK: Use matchString instead of equalsIgnoreCase for resource names
Matthew Hoops
2011-06-28
MOHAWK: Rework archive handling
Matthew Hoops
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2010-12-21
MOHAWK: Remove sound.h include from resource.h
Alyssa Milburn
2010-12-14
MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe)
Matthew Hoops
2010-12-05
MOHAWK: Fix tMOV resources at the end of the file list (thanks, fuzzie)
Matthew Hoops
2010-11-29
MOHAWK : Finished implementing Selenitic sound receiver
Bastien Bouclet
2010-11-23
MOHAWK: Pass objs by const ref not by value
Max Horn
2010-11-22
MOHAWK: Have MohawkResource::open() return a bool for success/failure
Matthew Hoops
2010-11-22
MOHAWK: Switch slider bitmap ID's to matching via string; fixes some versions
Matthew Hoops
2010-11-21
MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie)
Matthew Hoops
2010-11-20
MOHAWK: Cleanup resource handling
Matthew Hoops
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-06-26
Fix saving while viewing the inventory in Riven and cleanup the save/load code.
Matthew Hoops
2010-01-26
Correct our interpretation of the first four bytes of the RSRC section in Moh...
Matthew Hoops
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-22
Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...
Matthew Hoops