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
/
saga
/
resource.cpp
Age
Commit message (
Expand
)
Author
2009-12-30
Wrapped some IHNM-specific code around appropriate ifdef's
Filippos Karapetis
2009-12-27
fix resource refactor regression
Andrew Kurushin
2009-12-04
Fix warning.
Johannes Schickel
2009-12-04
Silenced GCC warnings.
Torbjörn Andersson
2009-12-04
refactor resource module:
Andrew Kurushin
2009-11-25
Cache resource file size to avoid excess file->size() calls.
Eugene Sandulenko
2009-03-23
Made the music and sound file names part of the class, instead of local
Torbjörn Andersson
2009-03-08
- Reworked the different file types a bit
Filippos Karapetis
2009-01-29
Moved AdvancedDetector from common/ to engines/
Max Horn
2009-01-06
Fixed regression: the ITE Mac version works correctly again
Filippos Karapetis
2009-01-04
Improved handling of sound resources
Filippos Karapetis
2009-01-02
Wrapped more engine-specific code around appropriate ifdefs
Filippos Karapetis
2008-12-29
- Removed game sound information for sound types that it can be determined au...
Filippos Karapetis
2008-12-29
- IHNM Mac loads correctly again
Filippos Karapetis
2008-12-29
Silenced MSVC warning
Filippos Karapetis
2008-12-25
SAGA2 HRS resources should be loaded correctly now
Filippos Karapetis
2008-12-25
- Implemented the SAGA2 resource loader
Filippos Karapetis
2008-12-22
- Split the SAGA resource manager in 3 different ones, depending on the resou...
Filippos Karapetis