aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.h
AgeCommit message (Collapse)Author
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
svn-id: r30820
2008-01-27Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". ↵Johannes Schickel
(Slightly modified) svn-id: r30645
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
- now uses "FILEDATA.FDT" to detect what PAK files have to be loaded for ingame use svn-id: r29176
2007-09-19Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵Nicola Mettifogo
been updated. svn-id: r28966
2007-07-29- Kyrandia 1 works againJohannes Schickel
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client ↵Max Horn
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024
2007-05-23Commit of patch #1715313 ("CORE: STL like algorithm implementation").Johannes Schickel
svn-id: r26929
2007-04-15Formatting/Cleanup.Johannes Schickel
svn-id: r26511
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
svn-id: r26342
2007-03-20- more cleanupJohannes Schickel
- added some .pak file integrity checks svn-id: r26264
2007-02-20Another batch of header consistency changes.Torbjörn Andersson
svn-id: r25746
2007-02-07Fixed credits in FM-Towns version.Johannes Schickel
svn-id: r25417
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
- gets rid of GameFlags::hasAudioCD svn-id: r25258
2006-10-24Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". Johannes Schickel
svn-id: r24485
2006-10-22Some AMIGA resource loading code (of course it's still not supported).Johannes Schickel
svn-id: r24461
2006-10-01Fixed msvc8 build.Johannes Schickel
svn-id: r24053
2006-09-16- enables pseudo unloading of loaded pak files (which reduces the loading of ↵Johannes Schickel
pak files on room changes) - uses Common::hashit_lower instead of scumm_stricmp for filename checking svn-id: r23896
2006-09-10Simplifies PAK file loading a bit.Johannes Schickel
svn-id: r23862
2006-09-09Renamed Resource::fileHandle() to Resource::getFileHandle()Max Horn
svn-id: r23853
2006-08-28Makes sure FilesystemNode::name isn't used to open a file, use a regular ↵Oystein Eftevaag
filehandle name instead. svn-id: r23800
2006-07-31Yet more kyra3 init code.Johannes Schickel
svn-id: r23648
2006-07-15Adds filesize check for kyra.dat, this forces to upgrade always to the ↵Johannes Schickel
newest version though. svn-id: r23514
2006-07-08- fixes some c/p errors from my last commitJohannes Schickel
- fixes embedded pak loading svn-id: r23425
2006-07-08Implements loading of 'westwood.001' for kyra3 (no need to run the installer ↵Johannes Schickel
anymore). (thanks to eriktorbjorn for his code to extract files from westwood.001) svn-id: r23423
2006-06-03Changes some char* usage to Common::String.Johannes Schickel
svn-id: r22902
2006-06-03- Replaces usage of PAKChunk* with PAKChunk for Common::List, should solve ↵Johannes Schickel
some strange MSVC6 warnings/(errors). svn-id: r22900
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means ↵Oystein Eftevaag
localized strings are now supported for the menus. Note that the size of the menus are not yet calculated to account for the longer strings in some languages svn-id: r22105
2006-04-09Fix const correctness in Kyra's StaticResource::loadStrings and ↵Max Horn
StaticResource::loadPaletteTable (notice the difference between a pointer pointing to a pointer pointing to const memory, vs. a pointer pointing to a *constant* pointer pointing to const memory) svn-id: r21708
2006-03-18Oops, forgot to change a variable declaration in the last commitOystein Eftevaag
svn-id: r21367
2006-03-18Changed 'amiga' keywords to 'isAmiga' in the resource handling code to avoid ↵Oystein Eftevaag
#define conflicts svn-id: r21366
2006-03-18- started to rework static resource loadingJohannes Schickel
- made some function parameters const (to work with new static res code) svn-id: r21365
2006-03-14- Deletes wrong spaces in debugC calls in resource.cppJohannes Schickel
- Adds support for amiga .pak files (and a filelist) svn-id: r21299
2006-02-17Reduced header dependenciesMax Horn
svn-id: r20743
2006-02-11Moved engines to the new engines/ directoryMax Horn
svn-id: r20582