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
2018-07-10
MOHAWK: RIVEN: Fix off-by-one ids in ospit for the 25th localized versions
Bastien Bouclet
2018-03-31
MOHAWK: Fix some clang-tidy warnings
Bastien Bouclet
2017-07-07
MOHAWK: Fix tMOV size computation not to use uninitialized memory
Bastien Bouclet
2017-07-07
MOHAWK: Fix computing the size of tMOV resources
Bastien Bouclet
2017-07-03
MOHAWK: Don't allow string patterns when looking for resources
Bastien Bouclet
2017-07-03
MOHAWK: Be case insensitive when matching resource names
Bastien Bouclet
2014-02-18
MOHAWK: Make GPL headers consistent in themselves.
Johannes Schickel
2013-01-26
JANITORIAL: Enforce "} // End of namespace" with a single space after }.
Johannes Schickel
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