aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.cpp
AgeCommit message (Expand)Author
2008-06-06- Fixed a valgrind waringJohannes Schickel
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
2008-06-01- fix 'order of evaluation' bug (MSVC release build)Florian Kagerer
2008-06-01- (hopefully) fix valgrind warning for installer file decompressionFlorian Kagerer
2008-05-31Added error calls when out of memory while uncompressing HoF installer files.Johannes Schickel
2008-05-31Cleanup.Johannes Schickel
2008-05-31cleanupFlorian Kagerer
2008-05-31fix hof installer file loadingFlorian Kagerer
2008-05-31- Fixed possible invalid memory access in Resource::loadFileToBufJohannes Schickel
2008-05-25- some pauseEngineIntern() code for the HOF sequence player (not tested)Florian Kagerer
2008-05-24- CleanupJohannes Schickel
2008-05-24- Fixed mismatching malloc/delete[]Johannes Schickel
2008-05-24Formatting fixes.Johannes Schickel
2008-05-24some cleanup (especially loads of strange casts)Florian Kagerer
2008-05-24Fixed errors, a few of the warnings, and added a FIXME comment about possiblyTorbjörn Andersson
2008-05-24- add support for HOF floppy versionsFlorian Kagerer
2008-05-17Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3.Johannes Schickel
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
2008-04-26- load new tlk file on chapter changeJohannes Schickel
2008-04-20Simplified Kyra3 TLK loading.Johannes Schickel
2008-04-20Use correct (I hope) size when loading TLK files. The size field in the AUDTorbjörn Andersson
2008-04-19Implemented some kyra opcodes and some chat handling code, now Malcolm should...Johannes Schickel
2008-04-19Ops isInPakList behavior was still not quite correct. Fixed bug with embedded...Johannes Schickel
2008-04-19Fixed Resource::isInPakList behavior.Johannes Schickel
2008-04-19- some minor renaming in TIM codeJohannes Schickel
2008-04-18- complete support for the playable HOF demoFlorian Kagerer
2008-04-17Fixed gcc warning.Johannes Schickel
2008-04-17Fixed Kyra 3 TLK file loading.Johannes Schickel
2008-04-17Implemented support for Kyra3 TLK files.Johannes Schickel
2008-04-12- some refactoring for Kyra3Johannes Schickel
2008-04-11Silence MSVC8+ warning C4800 about forcing an int value to bool that got turn...Kari Salminen
2008-04-10Load all needed package files for kyra3 on startup.Johannes Schickel
2008-04-10Small bug fix.Johannes Schickel
2008-04-10Improved searchpath support. (Should again detect everything Common::File is ...Johannes Schickel
2008-04-04Fixed nameclash.Johannes Schickel
2008-04-03Cleanup.Johannes Schickel
2008-04-03Replaced unloadAllPakFiles with a simple _map.clear on resource class destruc...Johannes Schickel
2008-03-28cleanupMax Horn
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...Johannes Schickel
2008-03-20Add HoF CD demo.Travis Howell
2008-03-20Fixed compilation.Torbjörn Andersson
2008-03-20Fixed loading of 'filedata.fdt' in HoF demo from Malcolm's Revenge CD.Johannes Schickel
2008-03-18- Implemented opcodes:Johannes Schickel
2008-02-24Oops fix stupid copy&paste error...Johannes Schickel
2008-02-24Also add extrapath to default search location for Kyrandia resources.Johannes Schickel
2008-02-09Fixed comments a bit (typos etc.).Johannes Schickel
2008-02-09Revised way of how archive files are mounted:Johannes Schickel
2008-02-09Revised checking if files can be load.Johannes Schickel
2008-02-09Changed some asserts to errors.Johannes Schickel