aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Collapse)Author
2008-07-27- Fixed fadePalette for HoF and Kyra3Johannes Schickel
- Fixed bug in wsaFrameAnimationStep svn-id: r33334
2008-07-27Fixed typo.Johannes Schickel
svn-id: r33333
2008-07-27Fixed macro.Johannes Schickel
svn-id: r33332
2008-07-24Make sure _musicVolume and _sfxVolume are clipped to fit in a byte.Torbjörn Andersson
svn-id: r33266
2008-07-20Commented out some more PC-98 audio stuff, to avoid warnings.Torbjörn Andersson
svn-id: r33146
2008-07-20KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns ↵Florian Kagerer
audio instead) svn-id: r33145
2008-07-13- fix for bug #2016965: KYRA: does not compile in MSVC71Florian Kagerer
svn-id: r33030
2008-07-10Fixed Kyra 3 detection regression.Torbjörn Andersson
svn-id: r32992
2008-07-10Typo.Johannes Schickel
svn-id: r32990
2008-07-10Added filename to unkown command/opcode warnings for TIM scripts.Johannes Schickel
svn-id: r32989
2008-07-10Added filename to unknown opcode/command warnings of EMC scripts.Johannes Schickel
svn-id: r32988
2008-07-10Fixed mem leak in MIDI related code.Johannes Schickel
svn-id: r32987
2008-07-10Workaround for gcc 2.95 compiler bug.Johannes Schickel
svn-id: r32986
2008-07-07Fix for bug #2012293 "KYRA: Bad Spanish String in menu".Johannes Schickel
svn-id: r32949
2008-07-06Implemented Good Enough(TM) XMIDI looping. This is used by Kyrandia 2 (theTorbjörn Andersson
loop hack is no longer needed, and has been removed), and will be used by Discworld. svn-id: r32930
2008-07-05Added 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-07-05Added spanish menu strings for spanish fan translation of Kyrandia 3.Johannes Schickel
svn-id: r32911
2008-07-03minor fix for Towns/PC98 musicFlorian Kagerer
svn-id: r32899
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