aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.cpp
AgeCommit message (Expand)Author
2006-07-15Little cleanup.Johannes Schickel
2006-07-15Use 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 commitJohannes Schickel
2006-07-08Implements loading of 'westwood.001' for kyra3 (no need to run the installer ...Johannes Schickel
2006-07-08Adds a message dialog if kyra.dat is missing which tells the user to download...Johannes Schickel
2006-06-03Changes 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-29Committed patch [ 1496602 ] KYRA: typo on Kyra2 file listOystein Eftevaag
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-28Commits Chriliths patch for fixing Kyra on PalmOS.Johannes Schickel
2006-05-28Kyra.dat wasn't being loaded for the kyra1 demo (which is needed). Fixed.Oystein Eftevaag
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-12- little cleanupsJohannes Schickel
2006-05-03- modifies loadBitmap not to crash if a image isn't foundJohannes Schickel
2006-05-01Adds archive file list, MD5 for my CD version, and a few function stubs for H...Oystein Eftevaag
2006-04-14Changed File::open to take a Common::String as file name parameterMax Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-18Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ...Oystein Eftevaag
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-14Gave the loadBitmap debug message its old debug level back. (I.e. made it lessTorbjörn Andersson
2006-03-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
2006-03-08Commits patch #1437774 ("KYRA1: Game will crash if bitmap is missing").Johannes Schickel
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel
2006-02-14Reworked kyra debug output system. Now he have special kyra intern debug leve...Johannes Schickel
2006-02-11Moved engines to the new engines/ directoryMax Horn