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
/
kyra
/
resource.h
Age
Commit message (
Expand
)
Author
2007-02-07
Fixed credits in FM-Towns version.
Johannes Schickel
2007-01-29
- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)
Johannes Schickel
2006-10-24
Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK".
Johannes Schickel
2006-10-22
Some AMIGA resource loading code (of course it's still not supported).
Johannes Schickel
2006-10-01
Fixed msvc8 build.
Johannes Schickel
2006-09-16
- enables pseudo unloading of loaded pak files (which reduces the loading of ...
Johannes Schickel
2006-09-10
Simplifies PAK file loading a bit.
Johannes Schickel
2006-09-09
Renamed Resource::fileHandle() to Resource::getFileHandle()
Max Horn
2006-08-28
Makes sure FilesystemNode::name isn't used to open a file, use a regular file...
Oystein Eftevaag
2006-07-31
Yet more kyra3 init code.
Johannes Schickel
2006-07-15
Adds filesize check for kyra.dat, this forces to upgrade always to the newest...
Johannes Schickel
2006-07-08
- fixes some c/p errors from my last commit
Johannes Schickel
2006-07-08
Implements loading of 'westwood.001' for kyra3 (no need to run the installer ...
Johannes Schickel
2006-06-03
Changes some char* usage to Common::String.
Johannes Schickel
2006-06-03
- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve so...
Johannes Schickel
2006-04-23
Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...
Oystein Eftevaag
2006-04-09
Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...
Max Horn
2006-03-18
Oops, forgot to change a variable declaration in the last commit
Oystein Eftevaag
2006-03-18
Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ...
Oystein Eftevaag
2006-03-18
- started to rework static resource loading
Johannes Schickel
2006-03-14
- Deletes wrong spaces in debugC calls in resource.cpp
Johannes Schickel
2006-02-17
Reduced header dependencies
Max Horn
2006-02-11
Moved engines to the new engines/ directory
Max Horn