aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
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
2008-05-23Added 'enter' command to kyra1 debugger again.Johannes Schickel
svn-id: r32230
2008-05-23Cleanup.Johannes Schickel
svn-id: r32226
2008-05-19Fixed bug in KyraEngine_v2::directLinePassable. This should fix some ↵Johannes Schickel
pathfinder issues in HoF and MR. svn-id: r32190
2008-05-19- Fixed out of bounds bug in KyraEngine_MR::updateItemAnimationsJohannes Schickel
- Clean up in KyraEngine_HoF::updateItemAnimations svn-id: r32189
2008-05-19Fixed max text line length for French version in HoF.Johannes Schickel
svn-id: r32186
2008-05-19Fixed filename string in KyraEngine_MR::objectChat.Johannes Schickel
svn-id: r32185
2008-05-19Added a comment to TextDisplayer_MR::preprocessString.Johannes Schickel
svn-id: r32184
2008-05-19Fix for bug #1967311 "KYRA3: Word-wrapping is slightly buggy".Johannes Schickel
svn-id: r32183
2008-05-18Cleanup.Johannes Schickel
svn-id: r32176
2008-05-18add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵Florian Kagerer
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175
2008-05-18Typos.Johannes Schickel
svn-id: r32171
2008-05-18Reverted commit #32166.Johannes Schickel
svn-id: r32170
2008-05-18Formatting.Johannes Schickel
svn-id: r32168
2008-05-18Fixed fillRect opcode for HoF.Johannes Schickel
svn-id: r32166
2008-05-17fix o1_fillRect()Florian Kagerer
svn-id: r32160
2008-05-17Added default search path "hof_cd"/"malcolm" directory for HoF/Kyra3.Johannes Schickel
svn-id: r32156
2008-05-17- fixes bug #1962601 at least for intro and outroFlorian Kagerer
- add a mutex lock in sound_towns svn-id: r32155
2008-05-17Changed parameter of KyraEngine_LoK::setMouseItem.Johannes Schickel
svn-id: r32153
2008-05-17- Fixed sound channel fadeout on VQA playingJohannes Schickel
- Minor formatting fixes svn-id: r32152
2008-05-17Loop the Kyra 3 menu music. (The original does.)Torbjörn Andersson
svn-id: r32149