aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-06-30Fix game flags for detection entries of installed kyra3 versions.Johannes Schickel
svn-id: r32859
2008-06-30Added support for Spanish fan translation of kyra3 (See fr #1994040 "KYRA3: ↵Johannes Schickel
Add support for Spanish fan translation"). svn-id: r32858
2008-06-30- this fixes Hof PC98 music initializationFlorian Kagerer
- music sounds exactly like FM-Towns for now svn-id: r32854
2008-06-29fix warningFlorian Kagerer
svn-id: r32843
2008-06-29cleanupFlorian Kagerer
svn-id: r32842
2008-06-29- some more work on the Hof FM-Towns/PC98 music driverFlorian Kagerer
- move channels to a separate class svn-id: r32841
2008-06-28Fixed warning. (Hopefully without breaking anything.)Torbjörn Andersson
svn-id: r32830
2008-06-28- implement music fading for Hof FM-TownsFlorian Kagerer
svn-id: r32829
2008-06-28hof: remove debug codeFlorian Kagerer
svn-id: r32821
2008-06-28- HOF: bug fix for music driverFlorian Kagerer
- KYRA1 PC98: fix music file selection svn-id: r32819
2008-06-26fix bad const castsFlorian Kagerer
svn-id: r32812
2008-06-26more cleanupFlorian Kagerer
svn-id: r32811
2008-06-26cleanupFlorian Kagerer
svn-id: r32810
2008-06-26Fixing compilation for me. There are still lots of "cast casts away ↵Sven Hesse
constness" warnings, though svn-id: r32809
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-06-24Added const to some static data.Johannes Schickel
svn-id: r32763
2008-06-22Cleanup.Johannes Schickel
svn-id: r32754
2008-06-22missed this in last commit (bug fix for #1997149)Florian Kagerer
svn-id: r32753
2008-06-22Cleanup.Johannes Schickel
svn-id: r32751
2008-06-22this should fix bug #1997149: KYRA2: no text in spellbookFlorian Kagerer
svn-id: r32750
2008-06-06- Fixed a valgrind waringJohannes Schickel
- Formatting - Removed an assert svn-id: r32575
2008-06-03Added support for compressed kyra3 audio files.Johannes Schickel
svn-id: r32516
2008-06-01Should fix gcc warningJohannes Schickel
svn-id: r32482
2008-06-01CleanupJohannes Schickel
svn-id: r32469
2008-06-01Some paranoia checks in TIMInterpreter::refreshTimersAfterPause.Johannes Schickel
svn-id: r32468
2008-06-01- fix 'order of evaluation' bug (MSVC release build)Florian Kagerer
svn-id: r32467
2008-06-01- fix regression in non-interactive HOF demoFlorian Kagerer
svn-id: r32464
2008-06-01- (hopefully) fix valgrind warning for installer file decompressionFlorian Kagerer
- some more pauseEngineIntern code for Hof svn-id: r32462
2008-05-31Added error calls when out of memory while uncompressing HoF installer files.Johannes Schickel
svn-id: r32449
2008-05-31Cleanup.Johannes Schickel
svn-id: r32443
2008-05-31cleanupFlorian Kagerer
svn-id: r32441
2008-05-31fix hof installer file loadingFlorian Kagerer
svn-id: r32440
2008-05-31- Fixed possible invalid memory access in Resource::loadFileToBufJohannes Schickel
- Reworked compressed installer files handling - Updated HoF installer file code (thanks to _athrxx for that) svn-id: r32439
2008-05-31Added ADGF_CD to Italian fan translation of kyra1 cd.Johannes Schickel
svn-id: r32438
2008-05-27Fixed KyraEngine_v1::snd_stopVoice and KyraEngine_v1::snd_voiceIsPlaying ↵Johannes Schickel
implementations. svn-id: r32330
2008-05-25typoFlorian Kagerer
svn-id: r32271
2008-05-25- some pauseEngineIntern() code for the HOF sequence player (not tested)Florian Kagerer
svn-id: r32270
2008-05-24Little cleanup.Johannes Schickel
svn-id: r32262
2008-05-24Committed my fix for bug #1497437 "KYRA1: Subtitles glitch during 'Speech of ↵Johannes Schickel
the Land'". svn-id: r32260
2008-05-24- CleanupJohannes Schickel
- Added support for showing kyra.dat error messages in a dialog svn-id: r32259
2008-05-24- Fixed mismatching malloc/delete[]Johannes Schickel
- More formatting fixes svn-id: r32255
2008-05-24Formatting fixes.Johannes Schickel
svn-id: r32254
2008-05-24cleanupFlorian Kagerer
svn-id: r32253
2008-05-24more fixes for spellbook/letter text in Hof (French and German floppy)Florian Kagerer
svn-id: r32252
2008-05-24some cleanup (especially loads of strange casts)Florian Kagerer
svn-id: r32251
2008-05-24Fixed errors, a few of the warnings, and added a FIXME comment about possiblyTorbjörn Andersson
undefined behaviour. svn-id: r32250
2008-05-24- add support for HOF floppy versionsFlorian Kagerer
- playing directly from installer files (WESTWOOD.00X) is supported (not recommended for low-end machines and certain ports) svn-id: r32249
2008-05-24fix for missing spellbook and letter text in the floppy versionsFlorian Kagerer
svn-id: r32242
2008-05-23Fixed KyraEngine_v2::pauseEngineIntern.Johannes Schickel
svn-id: r32235
2008-05-23- Added a simple (but yet better) implementation of pauseEngineIntern for ↵Johannes Schickel
Kyra_v1 and Kyra_v2 - Added comments about what game specific details are missing in the pause implementation svn-id: r32231