aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-10Small bug fix.Johannes Schickel
svn-id: r31479
2008-04-10Improved searchpath support. (Should again detect everything Common::File is ↵Johannes Schickel
able to load). svn-id: r31478
2008-04-10Initial attempt at handling non-default AGI game input promptFilippos Karapetis
svn-id: r31477
2008-04-10- Reverted r31454 changes to detection.cppJohannes Schickel
- 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-10Add way to denote CD versions of games and drop language in augmentedEugene Sandulenko
names per LordHoto's request. svn-id: r31475
2008-04-10Fixed regression in Kyra1.Johannes Schickel
svn-id: r31474
2008-04-10- fixed valgrind warningJohannes Schickel
- reduced midi volume fadeout from 2s to 1s like HoF is doing (Kyra1 should use the same value) svn-id: r31473
2008-04-10Fixed track unloading for MIDI.Johannes Schickel
svn-id: r31472
2008-04-10Don't mention EPOC as deonted in bug #1939634: "Web site should not mention ↵Eugene Sandulenko
EPOC" svn-id: r31470
2008-04-10Lock mutex in playSoundEffect, should help threading safeness of the code.Johannes Schickel
svn-id: r31469
2008-04-10Small fix related to all notes off event.Johannes Schickel
svn-id: r31468
2008-04-10fix make cleanJoost Peters
svn-id: r31466
2008-04-10Made KyraEngine::startup just loading soundfile instead of also playing track 0.Johannes Schickel
svn-id: r31465
2008-04-10- Updated debug output for KyraEngine::snd_playThemeJohannes Schickel
- cleanup svn-id: r31464
2008-04-10- Fixed missing static data for kyra1 demoJohannes Schickel
- Fixed some warnings in create_kyradat - Updated kyra.dat for new data for kyra1 demo svn-id: r31463
2008-04-10Allow the predictive dialog to be shown when ego cannot be moved (i.e. when ↵Filippos Karapetis
_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-09fix drawShape glitch (Brandon's feet got mutilated and one vertical line was ↵Florian Kagerer
not drawn when leaving the screen to the left or to the right ) svn-id: r31461
2008-04-09Fixed warnings for msvc9.Johannes Schickel
svn-id: r31460
2008-04-09Fixed an off-by one error in the AGI set_menu opcode. Fixes bug #1935896 - ↵Filippos Karapetis
"AGI: Fan(Beyond Titanic 2) - Assertion" svn-id: r31457
2008-04-08First attempt to support Japanese DIGEugene Sandulenko
svn-id: r31456
2008-04-08Oops removed leftover.Johannes Schickel
svn-id: r31455
2008-04-08- Set language to Common::UNK_LANG for multilanguage games (kyra2cd and ↵Johannes Schickel
kyra3) in detection code - Save language changes done in menu in HoF to the config file svn-id: r31454
2008-04-08Ignore pointers on saveEugene Sandulenko
svn-id: r31453
2008-04-08SpellifixEugene Sandulenko
svn-id: r31452
2008-04-08Implement the full range of Apple IIGS MIDI program number to instrument ↵Kari Salminen
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-08Fix compilation on my 64-bit system...Sven Hesse
svn-id: r31450
2008-04-08Added a sanity check for original game script bugs in Agent06. Fixes bugs ↵Filippos Karapetis
#1935842 - "AGI: Fan(Agent06) - Graphic errors" and #1935838 - "AGI: Fan(Agent06) - Crash on Quit" svn-id: r31449
2008-04-08Change add_to_config_mk_if_no to the more natural add_to_config_mk_if_yes in ↵Jordi Vilalta Prat
some cases svn-id: r31448
2008-04-07Fixed compilation on gcc 2.95.Johannes Schickel
svn-id: r31447
2008-04-07Advanced detector: Let the user define a language/platform override for ↵Max Horn
games which do not specify a fixed one (like multilingual versions) svn-id: r31446
2008-04-07Fix a recent regression reported in bug #1937042: "FEEBLE: Capitalization Eugene Sandulenko
variations when searching for files" svn-id: r31445
2008-04-07Patch #1913862: "CinE Script system"Eugene Sandulenko
svn-id: r31444
2008-04-07Some MIDI related cleanup.Johannes Schickel
svn-id: r31443
2008-04-07Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed ↵Paul Gilbert
structures within a class svn-id: r31442
2008-04-06implement missing Screen::drawShapePlotType11_15()Florian Kagerer
svn-id: r31441
2008-04-06fix label for first save slot (towns/floppy)Florian Kagerer
svn-id: r31440
2008-04-06Implemented support for Towns (and hopefully DOS floppy too) menus.Johannes Schickel
svn-id: r31438
2008-04-06Fixed memory leaks.Johannes Schickel
svn-id: r31437
2008-04-06Fixed mouse input handling when entering savefile description.Johannes Schickel
svn-id: r31436
2008-04-06Fixed walkspeed on save loading.Johannes Schickel
svn-id: r31435
2008-04-06Silenced MSVC warningFilippos Karapetis
svn-id: r31434
2008-04-06Oops. that shouldn't have been reverted by last committ.Johannes Schickel
svn-id: r31433
2008-04-06Fixed potentional crash.Johannes Schickel
svn-id: r31432
2008-04-06svn-id: r31431Florian Kagerer
2008-04-06improved static res handling (sequence data, shape animation data)Florian Kagerer
svn-id: r31430
2008-04-06improved static res handling (sequence data, shape animation data)Florian Kagerer
svn-id: r31429
2008-04-06Fixed crash on startup when running japanese versions of Kyrandia.Johannes Schickel
svn-id: r31428
2008-04-06Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now.Johannes Schickel
Also added a comment about that. svn-id: r31427
2008-04-06Cleanup.Johannes Schickel
svn-id: r31426
2008-04-06Implemented opcode 33 o2_loadSoundfile.Johannes Schickel
svn-id: r31425