Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | KYRA: Some formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: (EOB) - ignore 'EYE.PAK' file in resource loader | athrxx | |
(This seems to be some sort of installer archive which is not supported atm) | |||
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-08-24 | KYRA: Cleanup. | Johannes Schickel | |
svn-id: r52348 | |||
2010-08-24 | KYRA: Add support for playing KYRA3 from CD. | Johannes Schickel | |
svn-id: r52336 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-24 | Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings ↵ | Filippos Karapetis | |
and issues in compilers which don't support NORETURN svn-id: r44314 | |||
2009-09-24 | Fixed some more warnings about unreachable code | Filippos Karapetis | |
svn-id: r44299 | |||
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel | |
svn-id: r43737 | |||
2009-04-28 | Some code for the intro only LoL demo. It is disabled currently though. | Johannes Schickel | |
svn-id: r40187 | |||
2009-04-06 | LOL: startup fix for floppy version | Florian Kagerer | |
svn-id: r39875 | |||
2009-01-23 | Renamed Kyra's Resource::getFileStream to createReadStream | Max Horn | |
svn-id: r36022 | |||
2009-01-23 | Renamed Archive::openFile to createReadStreamForMember | Max Horn | |
svn-id: r36021 | |||
2009-01-23 | Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵ | Max Horn | |
(const); same for Archive::openFile svn-id: r36020 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-29 | Cleanup. | Johannes Schickel | |
svn-id: r35604 | |||
2008-12-20 | Cleanup. | Johannes Schickel | |
svn-id: r35451 | |||
2008-12-19 | KYRA: fix mt-32 sysex loading for LOL floppy | Florian Kagerer | |
svn-id: r35434 | |||
2008-11-01 | Commit of patch #2207782 "ARCHIVE: New method 'getMember'". | Johannes Schickel | |
svn-id: r34871 | |||
2008-10-22 | Committed updated version of my patch #2184529 "SearchSet: Get rid of ↵ | Johannes Schickel | |
SharedPtr usage". svn-id: r34837 | |||
2008-10-21 | Cleanup. | Johannes Schickel | |
svn-id: r34831 | |||
2008-10-03 | Check all 'kyra.dat' files in setup paths instead of only the first one found. | Johannes Schickel | |
svn-id: r34735 | |||
2008-10-02 | Engine class changed: | Max Horn | |
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720 | |||
2008-10-02 | Renamed FilesystemNode -> FSNode | Max Horn | |
svn-id: r34716 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-09-08 | Fixed LoL file loading regression. | Johannes Schickel | |
svn-id: r34451 | |||
2008-09-07 | Changed priorities for search paths. (Just in case system specific data ↵ | Johannes Schickel | |
paths contain an outdated kyra.dat version) svn-id: r34438 | |||
2008-09-07 | - Fixed regression in Resource::unloadPakFile | Johannes Schickel | |
- Changed priority value for OSystem::addSysArchivesToSearchSet call svn-id: r34436 | |||
2008-09-07 | Got rid of all Common::File usages in Kyra. | Johannes Schickel | |
svn-id: r34435 | |||
2008-09-07 | Moved Kyra resource code to a SearchSet/Archive based implementation, this ↵ | Johannes Schickel | |
removes dependencies on Common::File. svn-id: r34428 | |||
2008-09-07 | Temporary workaround for bug #2098279: ALL: Game path with no trailing ↵ | Max Horn | |
backslash fails svn-id: r34408 | |||
2008-09-03 | Moved FilesystemNode / FSList to namespace Common; also got rid of some ↵ | Max Horn | |
'typedef Common::String String;' name aliases svn-id: r34302 | |||
2008-08-20 | Fix compilation: Changed 'not' to '!'. | Kari Salminen | |
svn-id: r34057 | |||
2008-08-20 | Committed patch #2055831 "KYRA: ResFileEntry parent cache optimization". | Johannes Schickel | |
svn-id: r34055 | |||
2008-08-14 | Formatting. | Johannes Schickel | |
svn-id: r33879 | |||
2008-08-14 | Improved version of my resource loading patch from -devel (check also r33876). | Johannes Schickel | |
svn-id: r33878 | |||
2008-08-11 | LOL: add support for floppy installer files | Florian Kagerer | |
(startup will fail nonethelesse since we have different pak file names) svn-id: r33777 | |||
2008-08-05 | Output errors on (some) missing files. | Johannes Schickel | |
svn-id: r33635 | |||
2008-08-02 | add non-interactive lol demo | Florian Kagerer | |
svn-id: r33556 | |||
2008-07-31 | Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + ↵ | Johannes Schickel | |
Character selection". svn-id: r33463 | |||
2008-06-06 | - Fixed a valgrind waring | Johannes Schickel | |
- Formatting - Removed an assert svn-id: r32575 | |||
2008-06-03 | Added support for compressed kyra3 audio files. | Johannes Schickel | |
svn-id: r32516 | |||
2008-06-01 | - fix 'order of evaluation' bug (MSVC release build) | Florian Kagerer | |
svn-id: r32467 | |||
2008-06-01 | - (hopefully) fix valgrind warning for installer file decompression | Florian Kagerer | |
- some more pauseEngineIntern code for Hof svn-id: r32462 | |||
2008-05-31 | Added error calls when out of memory while uncompressing HoF installer files. | Johannes Schickel | |
svn-id: r32449 | |||
2008-05-31 | Cleanup. | Johannes Schickel | |
svn-id: r32443 | |||
2008-05-31 | cleanup | Florian Kagerer | |
svn-id: r32441 |