aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-02-15Merged lots of _mixer->isReady() warnings into a single one in Engine ↵Max Horn
constructor svn-id: r30871
2008-02-14patch [ 1891542 ] KYRA: text/speech options support for HoF sequence playerFlorian Kagerer
svn-id: r30865
2008-02-10Committed patch #1885629 "KYRA: HoF missing talkie credits and demo support".Johannes Schickel
svn-id: r30845
2008-02-09Fixed comments a bit (typos etc.).Johannes Schickel
svn-id: r30839
2008-02-09Revised way of how archive files are mounted:Johannes Schickel
- file entries from protected archives do not get overwritten anymore - preload indicator of archives will be unflagged, if embedded file entries are overwritten by other archives svn-id: r30838
2008-02-09Revised checking if files can be load.Johannes Schickel
svn-id: r30837
2008-02-09Changed some asserts to errors.Johannes Schickel
svn-id: r30836
2008-02-09Added filename check before header check when trying to detect archives ↵Johannes Schickel
types, this should lower the file i/o need a lot when starting up kyra2. svn-id: r30835
2008-02-09Implemented proper PAK archive detector.Johannes Schickel
svn-id: r30834
2008-02-09Added another check if PAK file is corrupted.Johannes Schickel
svn-id: r30833
2008-02-09Cleanup.Johannes Schickel
svn-id: r30832
2008-02-08- cleanup.Johannes Schickel
- kyra.dat shouldn't be load by default. svn-id: r30831
2008-02-08Should fix regression which prevented kyra.dat to be detected corretly when ↵Johannes Schickel
in game path. svn-id: r30830
2008-02-08Should make load message appear in CD version while loading talk files.Johannes Schickel
svn-id: r30829
2008-02-08Initial support for plugin typesJordi Vilalta Prat
svn-id: r30825
2008-02-07Fixed memory leak.Johannes Schickel
svn-id: r30824
2008-02-07Fixed kyra3 related regression (should show the menu now again).Johannes Schickel
svn-id: r30823
2008-02-07Fixed kyra3 code.Johannes Schickel
svn-id: r30822
2008-02-07Fixed regression introduced while reworking resource loading code.Johannes Schickel
svn-id: r30821
2008-02-07Reworked Kyrandia resource loading code.Johannes Schickel
svn-id: r30820
2008-02-03Revised 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-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754
2008-02-02Moved AdvancedMetaEngine to namespace CommonMax Horn
svn-id: r30736
2008-02-02Converted the remaining engines to use MetaEngineJordi Vilalta Prat
svn-id: r30728
2008-01-28Commit slightly modified patch #1880670 "KYRA: Hof: Zanthia chat fix for ↵Johannes Schickel
towns and floppy versions". svn-id: r30694
2008-01-28Fixed the spaces before tabs.Jordi Vilalta Prat
svn-id: r30667
2008-01-27Removed trailing spaces.Jordi Vilalta Prat
svn-id: r30664
2008-01-27Cleanup.Johannes Schickel
svn-id: r30657
2008-01-27Fix for some problems introduced (like wrong text display) with last commit.Johannes Schickel
svn-id: r30654
2008-01-27- slightly refactored user settings handlingJohannes Schickel
- added user some settings handling for HoF svn-id: r30653
2008-01-27Commit patch #1869752 "KYRA: HoF startup patch for towns and floppy". ↵Johannes Schickel
(Slightly modified) svn-id: r30645
2008-01-16Fixed some warningsOystein Eftevaag
svn-id: r30523
2008-01-12Removed warning in Screen::getOverlayPtr for now.Johannes Schickel
svn-id: r30440
2008-01-12Use getMousePos in checkInput.Johannes Schickel
svn-id: r30439
2008-01-12Commit patch #1869749 "KYRA: HoF Towns Audio fix".Johannes Schickel
svn-id: r30438
2008-01-12Commit patch #1869747 "KYRA: HoF sjis patch".Johannes Schickel
svn-id: r30437
2008-01-11Added some paranoia checks.Johannes Schickel
svn-id: r30398
2008-01-11Fix regression introduced with last commit. (Caused crash in Amiga version)Johannes Schickel
svn-id: r30397
2008-01-10Commit slighty modified patch #1865509 "KYRA: kyradat support for hof".Johannes Schickel
svn-id: r30394
2008-01-06Committed patch #1864214 "KYRA2: correct platform and talkie flags for ↵Johannes Schickel
sequence player". svn-id: r30290
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
svn-id: r30238
2008-01-03Fix compilationFilippos Karapetis
svn-id: r30204
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
2008-01-03Committed slightly modified patch #1862758 "KYRA: audio data assignment patch".Johannes Schickel
svn-id: r30198
2007-12-28Fixes compiling on msvc7.1, it seems like it has problems to decide when to ↵Johannes Schickel
use operator bool. svn-id: r30024
2007-12-26Update comment.Johannes Schickel
svn-id: r29998
2007-12-26Simplification of GM vs MT-32 detection.Johannes Schickel
svn-id: r29997
2007-12-24Cleanup(/formatting).Johannes Schickel
svn-id: r29983
2007-12-24MenuItem member renaming.Johannes Schickel
svn-id: r29969