Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-10 | Made 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_playTheme | Johannes Schickel | |
- cleanup svn-id: r31464 | |||
2008-04-10 | - Fixed missing static data for kyra1 demo | Johannes Schickel | |
- Fixed some warnings in create_kyradat - Updated kyra.dat for new data for kyra1 demo svn-id: r31463 | |||
2008-04-10 | Allow 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-09 | fix 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-09 | Fixed warnings for msvc9. | Johannes Schickel | |
svn-id: r31460 | |||
2008-04-09 | Fixed 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-08 | First attempt to support Japanese DIG | Eugene Sandulenko | |
svn-id: r31456 | |||
2008-04-08 | Oops 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-08 | Ignore pointers on save | Eugene Sandulenko | |
svn-id: r31453 | |||
2008-04-08 | Spellifix | Eugene Sandulenko | |
svn-id: r31452 | |||
2008-04-08 | Implement 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-08 | Fix compilation on my 64-bit system... | Sven Hesse | |
svn-id: r31450 | |||
2008-04-08 | Added 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-07 | Patch #1913862: "CinE Script system" | Eugene Sandulenko | |
svn-id: r31444 | |||
2008-04-07 | Some MIDI related cleanup. | Johannes Schickel | |
svn-id: r31443 | |||
2008-04-07 | Bugfix for linking error in MSVC8 - it doesn't like multiple unnamed ↵ | Paul Gilbert | |
structures within a class svn-id: r31442 | |||
2008-04-06 | implement missing Screen::drawShapePlotType11_15() | Florian Kagerer | |
svn-id: r31441 | |||
2008-04-06 | fix label for first save slot (towns/floppy) | Florian Kagerer | |
svn-id: r31440 | |||
2008-04-06 | Implemented support for Towns (and hopefully DOS floppy too) menus. | Johannes Schickel | |
svn-id: r31438 | |||
2008-04-06 | Fixed memory leaks. | Johannes Schickel | |
svn-id: r31437 | |||
2008-04-06 | Fixed mouse input handling when entering savefile description. | Johannes Schickel | |
svn-id: r31436 | |||
2008-04-06 | Fixed walkspeed on save loading. | Johannes Schickel | |
svn-id: r31435 | |||
2008-04-06 | Silenced MSVC warning | Filippos Karapetis | |
svn-id: r31434 | |||
2008-04-06 | Oops. that shouldn't have been reverted by last committ. | Johannes Schickel | |
svn-id: r31433 | |||
2008-04-06 | Fixed potentional crash. | Johannes Schickel | |
svn-id: r31432 | |||
2008-04-06 | svn-id: r31431 | Florian Kagerer | |
2008-04-06 | Fixed crash on startup when running japanese versions of Kyrandia. | Johannes Schickel | |
svn-id: r31428 | |||
2008-04-06 | Set opcode 31 (o2_limitMouseRrange) to o2_dummy for now. | Johannes Schickel | |
Also added a comment about that. svn-id: r31427 | |||
2008-04-06 | Cleanup. | Johannes Schickel | |
svn-id: r31426 | |||
2008-04-06 | Implemented opcode 33 o2_loadSoundfile. | Johannes Schickel | |
svn-id: r31425 | |||
2008-04-06 | Implemented fadeout waiting in KyraEngine_v2::enterNewScene for AdLib. | Johannes Schickel | |
svn-id: r31424 | |||
2008-04-06 | - Fixed HACKs in o2_getMusicDriver and o2_getSfxDriver | Johannes Schickel | |
- 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 | Fixed various bugs in GUI_v2::processButtonList. | Johannes Schickel | |
This fixes bugs: - #1935827 "HoF: Buttons pressed state not available" - #1935219 "HoF: artefact after loading game" svn-id: r31422 | |||
2008-04-06 | Fixed warning. (The 'anim' variable shadowed the anim() function.) | Torbjörn Andersson | |
svn-id: r31421 | |||
2008-04-06 | Replaced ManagedList with Common::SharedPtr in the rest of the lure engine | Filippos Karapetis | |
svn-id: r31420 | |||
2008-04-06 | Replaced ManagedList with Common::SharedPtr in lure's sound system | Filippos Karapetis | |
svn-id: r31419 | |||
2008-04-06 | Add very basic support for Amiga version of BRA. | Travis Howell | |
svn-id: r31416 | |||
2008-04-06 | Replaced custom ManagedList with Common::SharedPtr. | Nicola Mettifogo | |
svn-id: r31415 | |||
2008-04-05 | Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, ↵ | Max Horn | |
kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default) svn-id: r31413 | |||
2008-04-05 | Fixed regression causing a crash when the user had less than 5 savefiles. | Johannes Schickel | |
svn-id: r31412 | |||
2008-04-05 | Fixed warning. (You shouldn't have to use floor() to simulate integer math | Torbjörn Andersson | |
anyway.) svn-id: r31411 | |||
2008-04-05 | Fixed regression from previous commit | Filippos Karapetis | |
svn-id: r31410 | |||
2008-04-05 | Simplify code | Eugene Sandulenko | |
svn-id: r31409 | |||
2008-04-05 | Added code to load (but NOT play) the external music files in the Macintosh ↵ | Filippos Karapetis | |
version of IHNM. I believe that the music in the Mac version is in TFMX format, which is not supported yet svn-id: r31408 | |||
2008-04-05 | Speech is now played correctly in the Macintosh version of IHNM | Filippos Karapetis | |
svn-id: r31405 | |||
2008-04-05 | Sound effects in the Macintosh version of IHNM are now working | Filippos Karapetis | |
svn-id: r31404 | |||
2008-04-05 | Added detection for IHNM Mac. Gampe plays, but sound and music is a big TODO | Eugene Sandulenko | |
svn-id: r31403 | |||
2008-04-05 | Fixed crash when supplying illegal savefile names. | Johannes Schickel | |
svn-id: r31402 |