aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/resource.cpp
AgeCommit message (Expand)Author
2018-03-31MOHAWK: Fix some clang-tidy warningsBastien Bouclet
2017-07-07MOHAWK: Fix tMOV size computation not to use uninitialized memoryBastien Bouclet
2017-07-07MOHAWK: Fix computing the size of tMOV resourcesBastien Bouclet
2017-07-03MOHAWK: Don't allow string patterns when looking for resourcesBastien Bouclet
2017-07-03MOHAWK: Be case insensitive when matching resource namesBastien Bouclet
2014-02-18MOHAWK: Make GPL headers consistent in themselves.Johannes Schickel
2013-01-26JANITORIAL: Enforce "} // End of namespace" with a single space after }.Johannes Schickel
2011-06-30MOHAWK: Fix tMOV resources at the end of a fileMatthew Hoops
2011-06-28MOHAWK: Add archive functions to get type/id listsMatthew Hoops
2011-06-28MOHAWK: Use matchString instead of equalsIgnoreCase for resource namesMatthew Hoops
2011-06-28MOHAWK: Rework archive handlingMatthew Hoops
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
2010-12-14MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe)Matthew Hoops
2010-12-05MOHAWK: Fix tMOV resources at the end of the file list (thanks, fuzzie)Matthew Hoops
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
2010-11-22MOHAWK: Have MohawkResource::open() return a bool for success/failureMatthew Hoops
2010-11-22MOHAWK: Switch slider bitmap ID's to matching via string; fixes some versionsMatthew Hoops
2010-11-21MOHAWK: Fix Living Books v1 sound (courtesy of fuzzie)Matthew Hoops
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
2010-11-19COMMON: Split common/stream.h into several headersMax Horn
2010-06-26Fix saving while viewing the inventory in Riven and cleanup the save/load code.Matthew Hoops
2010-01-26Correct our interpretation of the first four bytes of the RSRC section in Moh...Matthew Hoops
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to LivingBooksArchive_v1...Matthew Hoops