Travis Howell
a525b5bdd5
Allow mixed Adlib/MIDI mode in VGA version of SOMI.
...
svn-id: r31483
2008-04-11 08:13:47 +00:00
Travis Howell
9f5eefdeec
Correct VAR_SOUNDCARD setting for PC Speaker and list all modes for VAR_SOUNDCARD.
...
svn-id: r31482
2008-04-11 08:12:22 +00:00
Florian Kagerer
829823c9a2
towns music file name fix
...
svn-id: r31481
2008-04-10 23:31:21 +00:00
Johannes Schickel
a81e9e456d
Load all needed package files for kyra3 on startup.
...
svn-id: r31480
2008-04-10 22:25:38 +00:00
Johannes Schickel
6830ff3449
Small bug fix.
...
svn-id: r31479
2008-04-10 22:22:35 +00:00
Johannes Schickel
6711a494a2
Improved searchpath support. (Should again detect everything Common::File is able to load).
...
svn-id: r31478
2008-04-10 22:18:47 +00:00
Filippos Karapetis
58b78bae07
Initial attempt at handling non-default AGI game input prompt
...
svn-id: r31477
2008-04-10 21:58:59 +00:00
Johannes Schickel
baf3d98513
- Reverted r31454 changes to detection.cpp
...
- Added ADGF_CD to all CD versions
- Added ADGF_DROPLANGUAGE to Kyra2/3 CD version
- Changed Kyrandia engine to use agumented target ids
svn-id: r31476
2008-04-10 21:50:41 +00:00
Johannes Schickel
9f16b3f5f5
Fixed regression in Kyra1.
...
svn-id: r31474
2008-04-10 20:42:56 +00:00
Johannes Schickel
5f3bfc702c
- fixed valgrind warning
...
- reduced midi volume fadeout from 2s to 1s like HoF is doing (Kyra1 should use the same value)
svn-id: r31473
2008-04-10 19:33:06 +00:00
Johannes Schickel
924912b7fb
Fixed track unloading for MIDI.
...
svn-id: r31472
2008-04-10 19:15:14 +00:00
Johannes Schickel
1bdc515880
Lock mutex in playSoundEffect, should help threading safeness of the code.
...
svn-id: r31469
2008-04-10 19:05:05 +00:00
Johannes Schickel
c13f2a73a3
Small fix related to all notes off event.
...
svn-id: r31468
2008-04-10 19:02:17 +00:00
Johannes Schickel
d91bc92189
Made KyraEngine::startup just loading soundfile instead of also playing track 0.
...
svn-id: r31465
2008-04-10 16:18:29 +00:00
Johannes Schickel
b54b9b34b4
- Updated debug output for KyraEngine::snd_playTheme
...
- cleanup
svn-id: r31464
2008-04-10 15:41:06 +00:00
Johannes Schickel
aac2b7019a
- Fixed missing static data for kyra1 demo
...
- Fixed some warnings in create_kyradat
- Updated kyra.dat for new data for kyra1 demo
svn-id: r31463
2008-04-10 15:05:59 +00:00
Filippos Karapetis
71f6a7e855
Allow the predictive dialog to be shown when ego cannot be moved (i.e. when _game.playerControl is 0), since in those cases it is possible to enter text in the input area. Should fix bugs #1935844 - "PQ1: Predictive Text does not load" and #1936374 - "LSL1: No predictive input at age verification page"
...
svn-id: r31462
2008-04-10 08:27:09 +00:00
Florian Kagerer
3d407b81f8
fix drawShape glitch (Brandon's feet got mutilated and one vertical line was not drawn when leaving the screen to the left or to the right )
...
svn-id: r31461
2008-04-09 23:38:11 +00:00
Johannes Schickel
b586235fb8
Fixed warnings for msvc9.
...
svn-id: r31460
2008-04-09 15:16:50 +00:00
Filippos Karapetis
08f7059cf2
Fixed an off-by one error in the AGI set_menu opcode. Fixes bug #1935896 - "AGI: Fan(Beyond Titanic 2) - Assertion"
...
svn-id: r31457
2008-04-09 11:25:23 +00:00
Eugene Sandulenko
9f6012c294
First attempt to support Japanese DIG
...
svn-id: r31456
2008-04-08 20:04:51 +00:00
Johannes Schickel
7bd2ae65dd
Oops removed leftover.
...
svn-id: r31455
2008-04-08 18:53:22 +00:00
Johannes Schickel
50c3732478
- Set language to Common::UNK_LANG for multilanguage games (kyra2cd and kyra3) in detection code
...
- Save language changes done in menu in HoF to the config file
svn-id: r31454
2008-04-08 18:52:27 +00:00
Eugene Sandulenko
e4ddd5d5f1
Ignore pointers on save
...
svn-id: r31453
2008-04-08 18:12:32 +00:00
Eugene Sandulenko
d037d7e579
Spellifix
...
svn-id: r31452
2008-04-08 18:11:54 +00:00
Kari Salminen
4cc4bd0f41
Implement the full range of Apple IIGS MIDI program number to instrument mapping. Switch to using 8-bit signed sample data with Apple IIGS (In preparation for mixing multiple channels). Make Apple IIGS wavefile handling use SharedPtr and Array.
...
svn-id: r31451
2008-04-08 14:45:42 +00:00
Sven Hesse
9f94a2fa8c
Fix compilation on my 64-bit system...
...
svn-id: r31450
2008-04-08 09:59:41 +00:00
Filippos Karapetis
9a0825cc06
Added a sanity check for original game script bugs in Agent06. Fixes bugs #1935842 - "AGI: Fan(Agent06) - Graphic errors" and #1935838 - "AGI: Fan(Agent06) - Crash on Quit"
...
svn-id: r31449
2008-04-08 08:54:05 +00:00
Eugene Sandulenko
732774fd8d
Patch #1913862 : "CinE Script system"
...
svn-id: r31444
2008-04-07 20:24:40 +00:00
Johannes Schickel
9377fc7dc8
Some MIDI related cleanup.
...
svn-id: r31443
2008-04-07 17:56:04 +00:00
Paul Gilbert
9f06984ba5
Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed structures within a class
...
svn-id: r31442
2008-04-07 10:29:18 +00:00
Florian Kagerer
831ab12268
implement missing Screen::drawShapePlotType11_15()
...
svn-id: r31441
2008-04-06 22:17:02 +00:00
Florian Kagerer
1fc3df7905
fix label for first save slot (towns/floppy)
...
svn-id: r31440
2008-04-06 19:48:47 +00:00
Johannes Schickel
4b58a431da
Implemented support for Towns (and hopefully DOS floppy too) menus.
...
svn-id: r31438
2008-04-06 16:54:51 +00:00
Johannes Schickel
16066fa3e7
Fixed memory leaks.
...
svn-id: r31437
2008-04-06 15:35:30 +00:00
Johannes Schickel
6552193ceb
Fixed mouse input handling when entering savefile description.
...
svn-id: r31436
2008-04-06 15:31:57 +00:00
Johannes Schickel
abf7914b81
Fixed walkspeed on save loading.
...
svn-id: r31435
2008-04-06 15:29:09 +00:00
Filippos Karapetis
9c59043664
Silenced MSVC warning
...
svn-id: r31434
2008-04-06 15:23:18 +00:00
Johannes Schickel
213ac50740
Oops. that shouldn't have been reverted by last committ.
...
svn-id: r31433
2008-04-06 15:05:12 +00:00
Johannes Schickel
a05b085a21
Fixed potentional crash.
...
svn-id: r31432
2008-04-06 14:58:02 +00:00
Florian Kagerer
22efb801d4
svn-id: r31431
2008-04-06 14:57:01 +00:00
Johannes Schickel
bf5840f587
Fixed crash on startup when running japanese versions of Kyrandia.
...
svn-id: r31428
2008-04-06 14:41:25 +00:00
Johannes Schickel
1c8aa0c807
Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.
...
Also added a comment about that.
svn-id: r31427
2008-04-06 14:16:27 +00:00
Johannes Schickel
2755727249
Cleanup.
...
svn-id: r31426
2008-04-06 14:13:14 +00:00
Johannes Schickel
22992f4aa5
Implemented opcode 33 o2_loadSoundfile.
...
svn-id: r31425
2008-04-06 14:11:43 +00:00
Johannes Schickel
a2e355d671
Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib.
...
svn-id: r31424
2008-04-06 13:57:28 +00:00
Johannes Schickel
21a66f12ba
- Fixed HACKs in o2_getMusicDriver and o2_getSfxDriver
...
- Implemented missing bits in KyraEngine_v2::enterNewScene for MIDI (AdLib code still missing)
- Added music/sfx type to Sound class
svn-id: r31423
2008-04-06 13:32:41 +00:00
Johannes Schickel
4f71d3814c
Fixed various bugs in GUI_v2::processButtonList.
...
This fixes bugs:
- #1935827 "HoF: Buttons pressed state not available"
- #1935219 "HoF: artefact after loading game"
svn-id: r31422
2008-04-06 13:06:05 +00:00
Torbjörn Andersson
0dcfa7b3df
Fixed warning. (The 'anim' variable shadowed the anim() function.)
...
svn-id: r31421
2008-04-06 12:17:41 +00:00
Filippos Karapetis
6a9acd7a5e
Replaced ManagedList with Common::SharedPtr in the rest of the lure engine
...
svn-id: r31420
2008-04-06 12:00:37 +00:00