Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-18 | Patch #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 entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-08-05 | Merged fsnode with trunk: r27971:28460 | David Corrales | |
svn-id: r28462 | |||
2007-07-29 | Fixed bug in Resource::getFileHandle. | Johannes Schickel | |
svn-id: r28306 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes 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-08 | Merged the FSNode branch with trunk r27681:27969 | David Corrales | |
svn-id: r27970 | |||
2007-07-02 | Optimisation for resource loading in Kyra engine | Neil Millstone | |
svn-id: r27875 | |||
2007-06-05 | Renamed 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-30 | Updated 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-23 | Commit of patch #1715313 ("CORE: STL like algorithm implementation"). | Johannes Schickel | |
svn-id: r26929 | |||
2007-04-15 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
2007-04-01 | made _vm/_engine usage consistent. (_engine -> _vm all over the place now). | Johannes Schickel | |
svn-id: r26342 | |||
2007-03-24 | Commit of patch #1686414 ("Kyra: FM-Towns music"). | Johannes Schickel | |
svn-id: r26285 | |||
2007-03-20 | - more cleanup | Johannes Schickel | |
- added some .pak file integrity checks svn-id: r26264 | |||
2007-03-20 | Little cleanup. | Johannes Schickel | |
svn-id: r26263 | |||
2007-03-07 | - cleanup | Johannes Schickel | |
- some diffs for Amiga version svn-id: r26010 | |||
2007-01-25 | Support for loading the correct EMC pak file in the FM-Towns version. | Johannes Schickel | |
svn-id: r25190 | |||
2006-10-24 | Never unload files loat on startup like "CAVE.APK" and "LAGOON.APK". | Johannes Schickel | |
svn-id: r24485 | |||
2006-10-24 | Fix for (reopened) bug #1582149 ("KYRA1: Crash when meeting Malcolm"). | Johannes Schickel | |
svn-id: r24480 | |||
2006-10-22 | Fix for bug #1582149 ("KYRA1: Crash when meeting Malcolm"). | Johannes Schickel | |
svn-id: r24462 | |||
2006-10-22 | Some 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-16 | Simplifies 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-10 | Simplifies PAK file loading a bit. | Johannes Schickel | |
svn-id: r23862 | |||
2006-09-09 | Renamed Resource::fileHandle() to Resource::getFileHandle() | Max Horn | |
svn-id: r23853 | |||
2006-09-09 | Get rid of fsnode hack | Max Horn | |
svn-id: r23852 | |||
2006-09-09 | Fix memory leak | Max Horn | |
svn-id: r23848 | |||
2006-09-09 | Fixed warning. | Torbjörn Andersson | |
svn-id: r23844 | |||
2006-09-09 | Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it ↵ | Neil Millstone | |
doesn't load the entire file. svn-id: r23843 | |||
2006-08-29 | Init unitialised var. | Johannes Schickel | |
svn-id: r23805 | |||
2006-08-28 | Makes sure FilesystemNode::name isn't used to open a file, use a regular ↵ | Oystein Eftevaag | |
filehandle name instead. svn-id: r23800 | |||
2006-08-28 | Removing an extra '!' in a warning message. | Johannes Schickel | |
svn-id: r23799 | |||
2006-08-26 | Catalog 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-08 | Little Common::String usage 'fix'. | Johannes Schickel | |
svn-id: r23698 | |||
2006-07-31 | Yet 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.h | Johannes 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-23 | String class usage cleanup | Max Horn | |
svn-id: r23582 | |||
2006-07-22 | Changing usage of FSNode::displayName to FSNode::path | Johannes Schickel | |
svn-id: r23549 | |||
2006-07-20 | Using path instead of displayName. | Johannes Schickel | |
svn-id: r23541 | |||
2006-07-16 | - don't error on CHAPTER1.VRM miss anymore | Johannes Schickel | |
- nicer error messages when no font files are found - implements nicer way to load fonts svn-id: r23531 | |||
2006-07-15 | Should fix loading of pakfiles. | Johannes Schickel | |
svn-id: r23516 | |||
2006-07-15 | Adds filesize check for kyra.dat, this forces to upgrade always to the ↵ | Johannes Schickel | |
newest version though. svn-id: r23514 | |||
2006-07-15 | Get rid of some asserts and adds error messages instead. | Johannes Schickel | |
svn-id: r23513 | |||
2006-07-15 | Little cleanup. | Johannes Schickel | |
svn-id: r23512 | |||
2006-07-15 | Use the FS Api to load all .PAK and .APK files. (I just made a few quick ↵ | Johannes Schickel | |
tests, but before this should be integrated to branch-0-9-0 there should be a test for it on *every* platform, since I'm not quite sure if FilesystemNode::displayName is useable for this...) svn-id: r23511 | |||
2006-07-08 | - fixes some c/p errors from my last commit | Johannes Schickel | |
- fixes embedded pak loading svn-id: r23425 | |||
2006-07-08 | Implements 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 |