aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.h
AgeCommit message (Expand)Author
2008-01-03Resolve portabillity issues introduced with last commit.Johannes Schickel
2008-01-03- got rid of hardcoding "KYRA.DAT" in all places, where it's usedJohannes Schickel
2007-10-09HoF:Johannes Schickel
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have bee...Nicola Mettifogo
2007-07-29- Kyrandia 1 works againJohannes Schickel
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-03-20- more cleanupJohannes Schickel
2007-02-20Another batch of header consistency changes.Torbjörn Andersson
2007-02-07Fixed credits in FM-Towns version.Johannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
2006-10-24Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". Johannes Schickel
2006-10-22Some AMIGA resource loading code (of course it's still not supported).Johannes Schickel
2006-10-01Fixed msvc8 build.Johannes Schickel
2006-09-16- enables pseudo unloading of loaded pak files (which reduces the loading of ...Johannes Schickel
2006-09-10Simplifies PAK file loading a bit.Johannes Schickel
2006-09-09Renamed Resource::fileHandle() to Resource::getFileHandle()Max Horn
2006-08-28Makes sure FilesystemNode::name isn't used to open a file, use a regular file...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-15Adds filesize check for kyra.dat, this forces to upgrade always to the newest...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-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-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-09Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...Max Horn
2006-03-18Oops, forgot to change a variable declaration in the last commitOystein Eftevaag
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-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
2006-02-17Reduced header dependenciesMax Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn