Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | GRAPHICS: Rename MacFont to MacFONTFont to avoid clashed | Eugene Sandulenko | |
2016-03-01 | COMMON: Cleanup: Use StringArray instead of custom type. | Johannes Schickel | |
2016-03-01 | COMMON: Add a method to list files to MacResManager. | Johannes Schickel | |
2014-08-29 | COMMON: Fix some Doxygen comments that seem wrong. | Einar Johan Trøan Sømåen | |
2014-02-18 | COMMON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-07-11 | COMMON: Cleanup the MacResManager a bit | Matthew Hoops | |
2012-08-31 | ALL: Mark off some things as used by Pegasus | Matthew Hoops | |
2012-04-07 | COMMON: Hopefully fix AppleDouble files with directories | Matthew Hoops | |
2012-03-08 | COMMON: Add an exists function to MacResManager | Matthew Hoops | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-05 | COMMON: Remove convertCrsrCursor() | Matthew Hoops | |
Graphics::MacCursor is its replacement | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-03-06 | SCUMM: Use the new WinCursor code in SCUMM HE | Matthew Hoops | |
Also, updated the MacResManager cursor code to reflect the SCUMM resource extractor code changes | |||
2011-02-04 | COMMON: Only take the md5 of the resource fork data section | Matthew Hoops | |
Since various apps can modify the type/creator of the files, we can't rely on the header of the resource fork to take the md5. I've therefore also recalculated all of the detector entries (all 5 of them) that use the Mac resource fork code. svn-id: r55764 | |||
2011-01-22 | COMMON: Update documentation of the MacResManager | Matthew Hoops | |
svn-id: r55403 | |||
2010-11-07 | COMMON: Add const qualifiers and remove Common:: prefix in MacResManager code | Max Horn | |
svn-id: r54122 | |||
2010-11-07 | COMMON: Rename and tweak MD5 functions | Max Horn | |
* names now comply to our naming conventions * the function computeStreamMD5AsString which computes the MD5 as a hex string now returns it as a Common::String * add doxygen comments svn-id: r54121 | |||
2010-09-17 | COMMON: Extend getting a Mac resource fork resource with a name | Matthew Hoops | |
Resource names can be the same across types (ie. 'PICT' "Foo" and 'snd ' "Foo"), so this ensures that the right type is chosen in those cases. svn-id: r52756 | |||
2010-08-14 | COMMON: Cleanup MacResManager::convertCrsrCursor a bit | Matthew Hoops | |
It's now a static function since it doesn't require any local variables and is really separate from the resource fork code. Also, actually assigning the keycolor (which was just being ignored). svn-id: r52075 | |||
2010-05-20 | Make the MacResManager opening more robust to failed tries and plug its ↵ | Jordi Vilalta Prat | |
memory leaks svn-id: r49116 | |||
2010-05-18 | Added getBaseFileName() method and enhanced open() with trying macbinary ↵ | Eugene Sandulenko | |
format in plain files svn-id: r49074 | |||
2010-05-11 | Pass by reference instead of value to getResource(String) | Matthew Hoops | |
svn-id: r49008 | |||
2010-05-11 | Add support for getting a resource from the resource fork by name. | Matthew Hoops | |
svn-id: r49004 | |||
2010-05-10 | Add support to the MacResManager and AdvancedDetector to take the md5 of a ↵ | Matthew Hoops | |
resource fork. This introduces a new flag, ADGF_MACRESFORK, which when set will take the md5 and size from the resource fork instead of the data fork. svn-id: r48997 | |||
2010-05-09 | Patch #2901515: HE: Resource Forks on Mac OS X | Eugene Sandulenko | |
svn-id: r48984 | |||
2010-01-11 | Move Mac Binary resource loader to common class. Plug tons of memory leaks ↵ | Eugene Sandulenko | |
along the way. svn-id: r47258 |