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
/
common
/
macresman.cpp
Age
Commit message (
Expand
)
Author
2013-07-11
COMMON: Cleanup the MacResManager a bit
Matthew Hoops
2012-12-13
COMMON: Fix potential uninitialized memory usage
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-10-29
JANITORIAL: Remove unnecessary semicolons
Torbjörn Andersson
2011-10-07
COMMON: Ensure numTypes is set to 0 on close
Matthew Hoops
2011-06-10
COMMON: Do not try to read from res forks of non-existant files
Max Horn
2011-06-03
COMMON: Access mac res fork via FSNode instead of StdioStream
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-05-05
COMMON: Remove convertCrsrCursor()
Matthew Hoops
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-17
COMMON: Partial fix for #3087922: COMMON/BASE/BACKENDS: Code analysis warnings
Eugene Sandulenko
2011-03-06
SCUMM: Use the new WinCursor code in SCUMM HE
Matthew Hoops
2011-02-14
COMMON: Make MacResManager::convertCrsrCursor to return a RGB palette.
Johannes Schickel
2011-02-04
COMMON: Only take the md5 of the resource fork data section
Matthew Hoops
2011-01-11
COMMON: Fix a few space formatting issues.
Jordi Vilalta Prat
2010-12-05
COMMON: Fix AppleDouble support in the MacResManager (thanks, fuzzie)
Matthew Hoops
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2010-11-07
COMMON: Add const qualifiers and remove Common:: prefix in MacResManager code
Max Horn
2010-11-07
COMMON: Rename and tweak MD5 functions
Max Horn
2010-09-17
COMMON: Extend getting a Mac resource fork resource with a name
Matthew Hoops
2010-08-14
COMMON: Cleanup MacResManager::convertCrsrCursor a bit
Matthew Hoops
2010-06-21
Fixed some Cppcheck warnings. (There are plenty left, if anyone's wondering.)
Torbjörn Andersson
2010-05-24
Have the MacResManager ignore resources with length 0.
Matthew Hoops
2010-05-20
Make the MacResManager opening more robust to failed tries and plug its memor...
Jordi Vilalta Prat
2010-05-18
Added getBaseFileName() method and enhanced open() with trying macbinary form...
Eugene Sandulenko
2010-05-12
Fix mismatched new[]/delete[]
Matthew Hoops
2010-05-11
Pass by reference instead of value to getResource(String)
Matthew Hoops
2010-05-11
Add support for getting a resource from the resource fork by name.
Matthew Hoops
2010-05-10
Add support to the MacResManager and AdvancedDetector to take the md5 of a re...
Matthew Hoops
2010-05-10
Minor fix for using the MacResManager with a regular file; switch MacBinary's...
Matthew Hoops
2010-05-09
Patch #2901515: HE: Resource Forks on Mac OS X
Eugene Sandulenko
2010-01-25
Strip trailing spaces/tabs.
Johannes Schickel
2010-01-11
Move Mac Binary resource loader to common class. Plug tons of memory leaks al...
Eugene Sandulenko