Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-10 | Fixed Kyra 3 detection regression. | Torbjörn Andersson | |
svn-id: r32992 | |||
2008-07-05 | Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 ↵ | Johannes Schickel | |
"KYRA: add support for Italian version of Kyrandia 2&3") svn-id: r32912 | |||
2008-06-30 | Fix game flags for detection entries of installed kyra3 versions. | Johannes Schickel | |
svn-id: r32859 | |||
2008-06-30 | Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: ↵ | Johannes Schickel | |
Add support for Spanish fan translation"). svn-id: r32858 | |||
2008-06-29 | - some more work on the Hof FM-Towns/PC98 music driver | Florian Kagerer | |
- move channels to a separate class svn-id: r32841 | |||
2008-06-26 | - improved hof music support for fm-towns (driver for *.twn tracks) (still ↵ | Florian Kagerer | |
needs quite some work) - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet) - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map) svn-id: r32807 | |||
2008-05-31 | Added ADGF_CD to Italian fan translation of kyra1 cd. | Johannes Schickel | |
svn-id: r32438 | |||
2008-05-24 | - add support for HOF floppy versions | Florian Kagerer | |
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports) svn-id: r32249 | |||
2008-05-14 | Changed kyra3 detection entries, now there are special entries for non ↵ | Johannes Schickel | |
installed version checking for WESTWOOD.001 and special entries for installed version checking for AUD.PAK. svn-id: r32120 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-06 | Allow static and dynamic plugins to be used at the same time | Jordi Vilalta Prat | |
svn-id: r31888 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-04-29 | Prevent analog sound driver to be created for Kyra3. | Johannes Schickel | |
svn-id: r31771 | |||
2008-04-19 | Fixed formatting. | Johannes Schickel | |
svn-id: r31577 | |||
2008-04-19 | fix detection for playable Hof demo | Florian Kagerer | |
svn-id: r31576 | |||
2008-04-10 | - Reverted r31454 changes to detection.cpp | Johannes Schickel | |
- Added ADGF_CD to all CD versions - Added ADGF_DROPLANGUAGE to Kyra2/3 CD version - Changed Kyrandia engine to use agumented target ids svn-id: r31476 | |||
2008-04-08 | - Set language to Common::UNK_LANG for multilanguage games (kyra2cd and ↵ | Johannes Schickel | |
kyra3) in detection code - Save language changes done in menu in HoF to the config file svn-id: r31454 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-03-27 | - Implemented support for --list-saves in Kyra engine | Johannes Schickel | |
- Added support for variable length savegame name field - Changed savegame identifier - Increased savegame file version svn-id: r31268 | |||
2008-03-20 | Add HoF CD demo. | Travis Howell | |
svn-id: r31205 | |||
2008-03-14 | Started to get rid of Common::EncapsulatedADGameDesc (using plain ↵ | Max Horn | |
Common::ADGameDescription instead) svn-id: r31121 | |||
2008-03-14 | Advanced Detector: Changed fallback detector from a callback function ↵ | Max Horn | |
pointer to an overrideable method of AdvancedMetaEngine svn-id: r31119 | |||
2008-02-08 | Initial support for plugin types | Jordi Vilalta Prat | |
svn-id: r30825 | |||
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a ↵ | Max Horn | |
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Converted the remaining engines to use MetaEngine | Jordi Vilalta Prat | |
svn-id: r30728 | |||
2007-12-21 | Naming consistency fixes. | Johannes Schickel | |
svn-id: r29938 | |||
2007-12-16 | Commit of patch #1848147 "KYRA: SoundTowns Update" with some changes. Thanks ↵ | Johannes Schickel | |
to Florian for the patch. svn-id: r29881 | |||
2007-11-05 | Committing '[ 1824376 ] KYRA: more sequence player code' from Florian, with ↵ | Oystein Eftevaag | |
a couple of warnings fixed svn-id: r29417 | |||
2007-11-03 | Patch #1825276: "DETECTION: advanced detector engine simplification" | Eugene Sandulenko | |
svn-id: r29386 | |||
2007-09-15 | - added PC-98 platform entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-08-25 | - reformatting AdvancedDetector engines (looks like what the gob engine uses ↵ | Johannes Schickel | |
now) - add entry for Kyrandia 1 Mac svn-id: r28715 | |||
2007-08-13 | Fix linking errors. | Eugene Sandulenko | |
svn-id: r28587 | |||
2007-08-13 | (At last) switched Kyra detection to AdvancedDetector | Eugene Sandulenko | |
svn-id: r28584 | |||
2007-07-10 | Add md5sum for Italian fan translation of CD version (see fr#1727941 "KYRA: ↵ | Johannes Schickel | |
add Italian CD Version to kyra.dat"). svn-id: r28007 | |||
2007-06-15 | ADV detector: Refactored findGameID() a bit, making it possible to use it ↵ | Max Horn | |
outside the AdvancedDetector framework; also made it generate somewhat more user friendly desc for obsolete game IDs svn-id: r27424 | |||
2007-06-12 | Patch #1733764: "Fallback detection patch". GSoC student. | Eugene Sandulenko | |
svn-id: r27375 | |||
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-27 | Updated error message. | Johannes Schickel | |
svn-id: r26965 | |||
2007-05-05 | - started to move v1 specific functions to KyraEngine_v1 (just opcodes yet) | Johannes Schickel | |
- reworked script opcode handling svn-id: r26749 | |||
2007-04-27 | Renamed plugin.cpp to detection.cpp in all engines | Max Horn | |
svn-id: r26622 |