aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/resource.h
AgeCommit message (Collapse)Author
2011-01-19MOHAWK: Fix comment in resource.h.Alyssa Milburn
svn-id: r55329
2011-01-03MOHAWK: Add/update some resource FourCC entries.Alyssa Milburn
svn-id: r55111
2010-12-21MOHAWK: Remove sound.h include from resource.hAlyssa Milburn
svn-id: r54988
2010-12-14MOHAWK: Add support for DOS v2 archives (CSWorld Deluxe)Matthew Hoops
svn-id: r54912
2010-12-09MOHAWK: Add BCOD resource typeAlyssa Milburn
svn-id: r54842
2010-11-29MOHAWK : Finished implementing Selenitic sound receiverBastien Bouclet
svn-id: r54593
2010-11-26MOHAWK: Fill in meanings of known resourcesMatthew Hoops
svn-id: r54497
2010-11-23MOHAWK: Pass objs by const ref not by valueMax Horn
svn-id: r54443
2010-11-22MOHAWK: Have MohawkResource::open() return a bool for success/failureMatthew Hoops
svn-id: r54418
2010-11-22MOHAWK: Switch slider bitmap ID's to matching via string; fixes some versionsMatthew Hoops
svn-id: r54416
2010-11-20MOHAWK: Cleanup resource handlingMatthew Hoops
- Renamed getRawData() to getResource() - Add a getResource() and hasResource() function for named resources - Other minor formatting changes svn-id: r54396
2010-01-26Correct our interpretation of the first four bytes of the RSRC section in ↵Matthew Hoops
Mohawk archives. svn-id: r47583
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
svn-id: r47541
2010-01-22Rename MohawkFile to MohawkArchive and OldMohawkFile to ↵Matthew Hoops
LivingBooksArchive_v1 (the latter originally having an ambiguous meaning) and move them to resource.* Also, renaming the Living Books game types to remove the ambiguous old/new. svn-id: r47429