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.cpp
Age
Commit message (
Expand
)
Author
2007-01-25
Support for loading the correct EMC pak file in the FM-Towns version.
Johannes Schickel
2006-10-24
Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK".
Johannes Schickel
2006-10-24
Fix for (reopened) bug #1582149 ("KYRA1: Crash when meeting Malcolm").
Johannes Schickel
2006-10-22
Fix for bug #1582149 ("KYRA1: Crash when meeting Malcolm").
Johannes Schickel
2006-10-22
Some AMIGA resource loading code (of course it's still not supported).
Johannes Schickel
2006-09-17
- removes the kyra specific language flag system, and uses the language enum ...
Johannes Schickel
2006-09-16
- enables pseudo unloading of loaded pak files (which reduces the loading of ...
Johannes Schickel
2006-09-16
Simplifies resource handling for the CD version of Kyrandia.
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-09-09
Get rid of fsnode hack
Max Horn
2006-09-09
Fix memory leak
Max Horn
2006-09-09
Fixed warning.
Torbjörn Andersson
2006-09-09
Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it does...
Neil Millstone
2006-08-29
Init unitialised var.
Johannes Schickel
2006-08-28
Makes sure FilesystemNode::name isn't used to open a file, use a regular file...
Oystein Eftevaag
2006-08-28
Removing an extra '!' in a warning message.
Johannes Schickel
2006-08-26
Catalog the PAK files by base name instead of full path name so we can proper...
Oystein Eftevaag
2006-08-08
Little Common::String usage 'fix'.
Johannes Schickel
2006-07-31
Yet more kyra3 init code.
Johannes Schickel
2006-07-30
- fixes bug in fileData (introduced with last commit)
Johannes Schickel
2006-07-30
- fixes copyright of kyra3.h
Johannes Schickel
2006-07-23
String class usage cleanup
Max Horn
2006-07-22
Changing usage of FSNode::displayName to FSNode::path
Johannes Schickel
2006-07-20
Using path instead of displayName.
Johannes Schickel
2006-07-16
- don't error on CHAPTER1.VRM miss anymore
Johannes Schickel
2006-07-15
Should fix loading of pakfiles.
Johannes Schickel
2006-07-15
Adds filesize check for kyra.dat, this forces to upgrade always to the newest...
Johannes Schickel
2006-07-15
Get rid of some asserts and adds error messages instead.
Johannes Schickel
2006-07-15
Little cleanup.
Johannes Schickel
2006-07-15
Use the FS Api to load all .PAK and .APK files. (I just made a few quick test...
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-07-08
Adds a message dialog if kyra.dat is missing which tells the user to download...
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-05-29
Committed patch [ 1496602 ] KYRA: typo on Kyra2 file list
Oystein Eftevaag
2006-05-28
- makes Screen::getPagePtr private
Johannes Schickel
2006-05-28
Commits Chriliths patch for fixing Kyra on PalmOS.
Johannes Schickel
2006-05-28
Kyra.dat wasn't being loaded for the kyra1 demo (which is needed). Fixed.
Oystein Eftevaag
2006-05-16
- implements kyrandia 3 wsa loader
Johannes Schickel
2006-05-12
- little cleanups
Johannes Schickel
2006-05-03
- modifies loadBitmap not to crash if a image isn't found
Johannes Schickel
2006-05-01
Adds archive file list, MD5 for my CD version, and a few function stubs for H...
Oystein Eftevaag
2006-04-14
Changed File::open to take a Common::String as file name parameter
Max Horn
2006-03-29
Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...
Max Horn
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
Gave the loadBitmap debug message its old debug level back. (I.e. made it less
Torbjörn Andersson
2006-03-14
- Deletes wrong spaces in debugC calls in resource.cpp
Johannes Schickel
[next]