aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.cpp
AgeCommit message (Collapse)Author
2008-05-24- add support for HOF floppy versionsFlorian Kagerer
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports) svn-id: r32249
2008-05-17Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3.Johannes Schickel
svn-id: r32156
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-04-26- load new tlk file on chapter changeJohannes Schickel
- added warning when trying to play non-existent soundfile svn-id: r31742
2008-04-20Simplified Kyra3 TLK loading.Johannes Schickel
svn-id: r31634
2008-04-20Use correct (I hope) size when loading TLK files. The size field in the AUDTorbjörn Andersson
header does not count the size of the header itself. (This fixes a failed assertion when entering the Pegasus Landing in Kyrandia 3.) svn-id: r31590
2008-04-19Implemented some kyra opcodes and some chat handling code, now Malcolm ↵Johannes Schickel
should say something after crawling out of the dump. svn-id: r31581
2008-04-19Ops isInPakList behavior was still not quite correct. Fixed bug with ↵Johannes Schickel
embedded pak files. svn-id: r31574
2008-04-19Fixed Resource::isInPakList behavior.Johannes Schickel
svn-id: r31573
2008-04-19- some minor renaming in TIM codeJohannes Schickel
- added exists function to Resource - started to add checks via exists to assure that important files are present svn-id: r31572
2008-04-18- complete support for the playable HOF demoFlorian Kagerer
svn-id: r31560
2008-04-17Fixed gcc warning.Johannes Schickel
svn-id: r31543
2008-04-17Fixed Kyra 3 TLK file loading.Johannes Schickel
svn-id: r31541
2008-04-17Implemented support for Kyra3 TLK files.Johannes Schickel
svn-id: r31540
2008-04-12- some refactoring for Kyra3Johannes Schickel
- removed unneeded map code in KyraEngine_v3 svn-id: r31488
2008-04-11Silence MSVC8+ warning C4800 about forcing an int value to bool that got ↵Kari Salminen
turned into error C2220 (Warning treated as error). svn-id: r31484
2008-04-10Load all needed package files for kyra3 on startup.Johannes Schickel
svn-id: r31480
2008-04-10Small bug fix.Johannes Schickel
svn-id: r31479
2008-04-10Improved searchpath support. (Should again detect everything Common::File is ↵Johannes Schickel
able to load). svn-id: r31478
2008-04-04Fixed nameclash.Johannes Schickel
svn-id: r31379
2008-04-03Cleanup.Johannes Schickel
-This line, and those below, will be ignored-- M kyra/resource.cpp svn-id: r31370
2008-04-03Replaced unloadAllPakFiles with a simple _map.clear on resource class ↵Johannes Schickel
destruction. (Should save a little file i/o need on shutdown) svn-id: r31369
2008-03-28cleanupMax Horn
svn-id: r31289
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed ↵Johannes Schickel
List". Unlike the patch on the tracker this commit includes documentation for SharedPtr. svn-id: r31287
2008-03-20Add HoF CD demo.Travis Howell
svn-id: r31205
2008-03-20Fixed compilation.Torbjörn Andersson
svn-id: r31203
2008-03-20Fixed loading of 'filedata.fdt' in HoF demo from Malcolm's Revenge CD.Johannes Schickel
svn-id: r31202
2008-03-18- Implemented opcodes:Johannes Schickel
-> 21: o2_backUpScreen -> 22: o2_restoreScreen -> 28: o2_addItemToInventory -> 50: o2_wipeDownMouseItem -> 67: o2_loadPalette384 -> 68: o2_setPalette384 -> 165: o2_disableTimer -> 166: o2_enableTimer -> 167: o2_setTimerCountdown - renamed some timer functions svn-id: r31182
2008-02-24Oops fix stupid copy&paste error...Johannes Schickel
svn-id: r30950
2008-02-24Also add extrapath to default search location for Kyrandia resources.Johannes Schickel
svn-id: r30949
2008-02-09Fixed comments a bit (typos etc.).Johannes Schickel
svn-id: r30839
2008-02-09Revised way of how archive files are mounted:Johannes Schickel
- file entries from protected archives do not get overwritten anymore - preload indicator of archives will be unflagged, if embedded file entries are overwritten by other archives svn-id: r30838
2008-02-09Revised checking if files can be load.Johannes Schickel
svn-id: r30837
2008-02-09Changed some asserts to errors.Johannes Schickel
svn-id: r30836
2008-02-09Added filename check before header check when trying to detect archives ↵Johannes Schickel
types, this should lower the file i/o need a lot when starting up kyra2. svn-id: r30835
2008-02-09Implemented proper PAK archive detector.Johannes Schickel
svn-id: r30834
2008-02-09Added another check if PAK file is corrupted.Johannes Schickel
svn-id: r30833
2008-02-09Cleanup.Johannes Schickel
svn-id: r30832
2008-02-08- cleanup.Johannes Schickel
- kyra.dat shouldn't be load by default. svn-id: r30831
2008-02-08Should fix regression which prevented kyra.dat to be detected corretly when ↵Johannes Schickel
in game path. svn-id: r30830
2008-02-07Fixed memory leak.Johannes Schickel
svn-id: r30824
2008-02-07Fixed kyra3 code.Johannes Schickel
svn-id: r30822
2008-02-07Fixed regression introduced while reworking resource loading code.Johannes Schickel
svn-id: r30821
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
svn-id: r30820
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30394
2008-01-03Resolve portabillity issues introduced with last commit.Johannes Schickel
svn-id: r30201
2008-01-03- got rid of hardcoding "KYRA.DAT" in all places, where it's usedJohannes Schickel
- now using "kyra.dat" rather than "KYRA.DAT" svn-id: r30200
2007-10-09HoF:Johannes Schickel
- make sure we really got uppercase filenames in FILEDATA.FDT - (and silently removed a leftover debug oops) svn-id: r29177