aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/resource.cpp
AgeCommit message (Collapse)Author
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
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-09-18Patch #1768757: Merge fsnode-gsoc into trunk (MAJOR change, will break ↵Max Horn
compilation on some ports) svn-id: r28944
2007-09-15- added PC-98 platform entryJohannes Schickel
- added Kyrandia 1 PC-98 detection entries svn-id: r28907
2007-08-05Merged fsnode with trunk: r27971:28460David Corrales
svn-id: r28462
2007-07-29Fixed bug in Resource::getFileHandle.Johannes Schickel
svn-id: r28306
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-07-08Merged the FSNode branch with trunk r27681:27969David Corrales
svn-id: r27970
2007-07-02Optimisation for resource loading in Kyra engineNeil Millstone
svn-id: r27875
2007-06-05Renamed methods in the FilesystemNode class to match the AbstractFSNode ↵David Corrales
implementations. Also exposed the new methods (exists, isReadable and isWritable) in FilesystemNode. svn-id: r27113
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-24Commit of patch #1686414 ("Kyra: FM-Towns music").Johannes Schickel
svn-id: r26285
2007-03-20- more cleanupJohannes Schickel
- added some .pak file integrity checks svn-id: r26264
2007-03-20Little cleanup.Johannes Schickel
svn-id: r26263
2007-03-07- cleanupJohannes Schickel
- some diffs for Amiga version svn-id: r26010
2007-01-25Support for loading the correct EMC pak file in the FM-Towns version.Johannes Schickel
svn-id: r25190
2006-10-24Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". Johannes Schickel
svn-id: r24485
2006-10-24Fix for (reopened) bug #1582149 ("KYRA1: Crash when meeting Malcolm").Johannes Schickel
svn-id: r24480
2006-10-22Fix for bug #1582149 ("KYRA1: Crash when meeting Malcolm").Johannes Schickel
svn-id: r24462
2006-10-22Some AMIGA resource loading code (of course it's still not supported).Johannes Schickel
svn-id: r24461
2006-09-17- removes the kyra specific language flag system, and uses the language enum ↵Johannes Schickel
defined in Common for that now - also reworks the game flag system in general svn-id: r23920
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-16Simplifies resource handling for the CD version of Kyrandia.Johannes Schickel
(also less file loading at startup, but more on room change) svn-id: r23887
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-09-09Get rid of fsnode hackMax Horn
svn-id: r23852
2006-09-09Fix memory leakMax Horn
svn-id: r23848
2006-09-09Fixed warning.Torbjörn Andersson
svn-id: r23844
2006-09-09Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it ↵Neil Millstone
doesn't load the entire file. svn-id: r23843
2006-08-29Init unitialised var.Johannes Schickel
svn-id: r23805
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-08-28Removing an extra '!' in a warning message.Johannes Schickel
svn-id: r23799
2006-08-26Catalog the PAK files by base name instead of full path name so we can ↵Oystein Eftevaag
properly unload them. The method may be slightly hackish, but I don't see how else to do it since we apparently support recursive PAK files so the File object can't be instantiated directly using the FilesystemNode. It's this, or add a function to File that gives us just the base name of the file. svn-id: r23762
2006-08-08Little Common::String usage 'fix'.Johannes Schickel
svn-id: r23698
2006-07-31Yet more kyra3 init code.Johannes Schickel
svn-id: r23648
2006-07-30- fixes bug in fileData (introduced with last commit)Johannes Schickel
- show mouse cursor in Screen::setMouseCursor if it's allready shown - a little bit more kyra3 init stuff svn-id: r23623
2006-07-30- fixes copyright of kyra3.hJohannes Schickel
- implements a bit more init functions for kyra3 - removes hacked mouse cursor - changes Resource::fileData to accept a null pointer for size svn-id: r23622
2006-07-23String class usage cleanupMax Horn
svn-id: r23582
2006-07-22Changing usage of FSNode::displayName to FSNode::pathJohannes Schickel
svn-id: r23549
2006-07-20Using path instead of displayName.Johannes Schickel
svn-id: r23541
2006-07-16- don't error on CHAPTER1.VRM miss anymoreJohannes Schickel
- nicer error messages when no font files are found - implements nicer way to load fonts svn-id: r23531
2006-07-15Should fix loading of pakfiles.Johannes Schickel
svn-id: r23516
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-15Get rid of some asserts and adds error messages instead.Johannes Schickel
svn-id: r23513