aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2009-09-16Increase kyra.dat version.Johannes Schickel
svn-id: r44119
2009-09-16Kyra/LoL: fix pc98 audio driver destructorFlorian Kagerer
svn-id: r44117
2009-09-16LOL/Floppy: fixed outroFlorian Kagerer
svn-id: r44116
2009-09-14LOL: fix some regressionsFlorian Kagerer
svn-id: r44092
2009-09-13- CleanupJohannes Schickel
- Fix mismatching new[]/delete svn-id: r44075
2009-09-13KYRA: - add sfx support for PC98-VersionFlorian Kagerer
svn-id: r44074
2009-09-13Preliminary support for German Kyrandia 1 Amiga.Johannes Schickel
svn-id: r44071
2009-09-13Fix gcc warning.Johannes Schickel
svn-id: r44070
2009-09-13Modify Kyrandia 1 Amiga detection entry to allow the detector to ↵Johannes Schickel
differentiate between different languages. svn-id: r44069
2009-09-13Proper fix for bug #2835715 "KYRA: GFX glitch at the bridge". The old fix ↵Johannes Schickel
broke saves, which were made in front of the castle door. svn-id: r44065
2009-09-13Fix regression caused by OSystem::updateScreen call limitation, which caused ↵Johannes Schickel
certain animations not to display at all. svn-id: r44063
2009-09-13Fix bug when skipping Kyrandia 1 Intro, when no restart save game file is ↵Johannes Schickel
present. svn-id: r44062
2009-09-13LOL/Floppy: fixed size of menu boxesFlorian Kagerer
svn-id: r44061
2009-09-13LOL: add missing opcodeFlorian Kagerer
svn-id: r44053
2009-09-12LOL: fix bug that would sometimes accidently swap the freeze palette and the ↵Florian Kagerer
normal palette in the ghorka swamp svn-id: r44040
2009-09-11LOL: added another missing opcodeFlorian Kagerer
svn-id: r44037
2009-09-11LOL: add missing opcodeFlorian Kagerer
svn-id: r44036
2009-09-11LOL/Floppy: fixed gfx tables generationFlorian Kagerer
svn-id: r44034
2009-09-09LOL/Floppy: - fix spell book animationFlorian Kagerer
svn-id: r44021
2009-09-06LOL/Floppy: implemented missing opcodeFlorian Kagerer
svn-id: r43997
2009-09-06LOL: add message to load/delete menus when no save files are presentFlorian Kagerer
svn-id: r43992
2009-09-06LOL: fixed bug in delete menu codeFlorian Kagerer
svn-id: r43991
2009-09-06LOL: fixed warningFlorian Kagerer
svn-id: r43971
2009-09-06LOL/Floppy: fix menusFlorian Kagerer
svn-id: r43970
2009-09-05LOL/Floppy: fix compassFlorian Kagerer
svn-id: r43968
2009-09-05LOL/Floppy: fix bug in dialogue displayerFlorian Kagerer
svn-id: r43967
2009-09-05LOL: fix floppy version static dataFlorian Kagerer
svn-id: r43962
2009-09-05LOL: fix inventory drawing in floppy versionFlorian Kagerer
svn-id: r43960
2009-09-03LOL: some more work on the floppy version (drawing code is still broken)Florian Kagerer
svn-id: r43923
2009-09-02LOL: - fix speech/text settingsFlorian Kagerer
- start fixing floppy version svn-id: r43914
2009-09-02LOL: update kyra.dat with floppy version data (floppy version still doesn't ↵Florian Kagerer
work, though) svn-id: r43904
2009-08-29Fix possible corruption of restart game save in Kyrandia 1.Johannes Schickel
svn-id: r43803
2009-08-29Whitespace fix.Johannes Schickel
svn-id: r43795
2009-08-29Fix regression, which caused skipping of some dialogue lines to fail in ↵Johannes Schickel
Kyrandia 1. svn-id: r43794
2009-08-29Move Amiga SFX tables to kyra.dat.Johannes Schickel
svn-id: r43793
2009-08-25Whitespace fix.Johannes Schickel
svn-id: r43740
2009-08-25Add fade to black effect at the end of Kyra1 CD demo.Johannes Schickel
svn-id: r43739
2009-08-25Fix uninitialized variable.Johannes Schickel
svn-id: r43738
2009-08-25Implement support for the Kyrandia 1 CD demo.Johannes Schickel
svn-id: r43737
2009-08-24Merge with trunkNorbert Lange
svn-id: r43701
2009-08-19- Fix sluggish mouse movement in Kyra2/Kyra3/LoL main menu.Johannes Schickel
- Fix sluggish mouse movement in the text input dialog of the GUI. svn-id: r43541
2009-08-19Use Common::List::empty instead of Common::List::size, which is faster for ↵Johannes Schickel
checking whether the list is empty and easier to read. svn-id: r43538
2009-08-19Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵Johannes Schickel
when the screen really changed OR the palette changed. svn-id: r43537
2009-08-19Add missing "break" in switch statement.Johannes Schickel
svn-id: r43536
2009-08-19Cleanup.Johannes Schickel
svn-id: r43535
2009-08-19Cleanup.Johannes Schickel
svn-id: r43534
2009-08-19Cleanup.Johannes Schickel
svn-id: r43533
2009-08-19Implemented proper character selection of Lands of Lore PC98.Johannes Schickel
svn-id: r43531
2009-08-19Skip the whole Lore of the Lands special when the user does any input, like ↵Johannes Schickel
the original did. svn-id: r43527
2009-08-17merge with trunkNorbert Lange
svn-id: r43478