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
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
2006-03-08
Commits patch #1437774 ("KYRA1: Game will crash if bitmap is missing").
Johannes Schickel
2006-03-08
Fixed tons of format string warnings for debug/error calls (including several...
Max Horn
2006-02-14
Made the kyra debug extensions more generic, i.e. scumm engine could replace
Johannes Schickel
2006-02-14
Reworked kyra debug output system. Now he have special kyra intern debug leve...
Johannes Schickel
2006-02-11
Moved engines to the new engines/ directory
Max Horn