aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-04-15Formatting/Cleanup.Johannes Schickel
svn-id: r26511
2007-04-15Fixing compile for me, hopefully not breaking it for the MSVC8 again...Sven Hesse
svn-id: r26508
2007-04-15fixed warningsPaweł Kołodziejski
svn-id: r26506
2007-04-15Fix mouse regression in Swampy Adventures.Travis Howell
svn-id: r26503
2007-04-15More cleanup.Johannes Schickel
svn-id: r26502
2007-04-15Update reporting of invalid script opcodes.Travis Howell
svn-id: r26501
2007-04-15Fix Elvira 1 regression.Travis Howell
svn-id: r26500
2007-04-15cleanup.Johannes Schickel
svn-id: r26499
2007-04-15Some more MSVC8 uninitialed variable warning (see bug #1700986)Sven Hesse
svn-id: r26498
2007-04-15Cleanup.Travis Howell
svn-id: r26497
2007-04-15Readded lost files.Johannes Schickel
svn-id: r26496
2007-04-15MSVC8 apparently complains about uninitialized variables there, fixing (see ↵Sven Hesse
bug #1700986) svn-id: r26495
2007-04-15- Renamed some files for consistency with other engines.Johannes Schickel
- Kyra2 detector entries update. svn-id: r26494
2007-04-15Removed the need for double<->int conversions in readBuffer()Sven Hesse
svn-id: r26493
2007-04-15Fixed another IMD drawing glitch (noticeable after Ooya gets his magic bag back)Sven Hesse
svn-id: r26492
2007-04-15Altered message display to correctly handle optional display of ↵Paul Gilbert
hotspot/character article prefixes svn-id: r26491
2007-04-15Add eriktorbjorn's patch to split script opcodes into specific game engines.Travis Howell
svn-id: r26490
2007-04-15Bugfix to have Ratpouch correctly follow player, and new object animation ↵Paul Gilbert
handlers added svn-id: r26487
2007-04-15Bugfix to restore the correct part of the screen when the menu changesPaul Gilbert
svn-id: r26486
2007-04-15Added new script methodsPaul Gilbert
svn-id: r26485
2007-04-15Fix a few Valgrind warnings.Travis Howell
svn-id: r26484
2007-04-15Fixed some memory leaks.Nicola Mettifogo
svn-id: r26483
2007-04-15Cleanup.Travis Howell
svn-id: r26482
2007-04-15Split game engines, to allow further cleanups.Travis Howell
svn-id: r26481
2007-04-15Cleanup.Travis Howell
svn-id: r26480
2007-04-15Cleanup.Travis Howell
svn-id: r26479
2007-04-15Cleanup.Travis Howell
svn-id: r26478
2007-04-14oops, openStreamFile of course uses milliseconds, not frames, for the ↵Max Horn
playback offsets/durations svn-id: r26475
2007-04-14Removed some leftoversMax Horn
svn-id: r26474
2007-04-14Replaced the use of DigitalTrackInfo objects (which were being leaked, BTW) ↵Max Horn
with a call to openStreamFile (code completely *untested*, so it might not work properly yet). Note the new FIXME comment regarding the playback duration svn-id: r26473
2007-04-14- Fixed another IMD drawing glitch (noticeable when becoming a giant)Sven Hesse
- The IMD player now uses an AppendableAudioStream instead of a ringbuffer - Changed waitEndSoundSlice() to use the time the sound was started as a reference point. This should help with the sync and fix stutter issues (in Wynnona's letter, for example) svn-id: r26470
2007-04-14I must have accidentally broken frame skipping when I added DXA playback. MadeTorbjörn Andersson
frame skipping actually skip the updateScreen() call. svn-id: r26469
2007-04-14Renamed AGOSEngine::midi to AGOSEngine::_midiMax Horn
svn-id: r26468
2007-04-14Gave proper names to previously unknown/partially-known constantsPaul Gilbert
svn-id: r26467
2007-04-14Fixed warning.Torbjörn Andersson
svn-id: r26466
2007-04-14Implemented handling for barmen (rooms 29, 32, and 35)Paul Gilbert
svn-id: r26464
2007-04-14Added script method for barmen serving playerPaul Gilbert
svn-id: r26463
2007-04-13Implemented fast modes: CTRL-f for double and CTRL-g for triple speedSven Hesse
Though I think it shouldn't break anything, use it at your own risk svn-id: r26461
2007-04-13Moving the mutex locking out of the loopSven Hesse
svn-id: r26460
2007-04-13Actually use the palette after loadingSven Hesse
svn-id: r26459
2007-04-13The scrolling now works without cursor jittering...Sven Hesse
svn-id: r26458
2007-04-13Adjusted word wrapping width in talk dialogsPaul Gilbert
svn-id: r26457
2007-04-12Fixed an IMD glitch where frames weren't drawn at all (noticable in the CD ↵Sven Hesse
version's cutscenes after the "IDOL" screen, for example) svn-id: r26454
2007-04-11Implemented palette animation to Amiga version of Nippon Safes.Nicola Mettifogo
svn-id: r26453
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
- Removed any reference to Node from codebase. svn-id: r26452
2007-04-10Moved Jobs to ManagedList. Since Jobs must be ordered according to their ↵Nicola Mettifogo
priority, a new insertSorted method has been added to the implementation. svn-id: r26451
2007-04-10Correct details for Simon the Sorcerer 2 (DOS Floppy) with Russian patch.Travis Howell
svn-id: r26449
2007-04-10Remove two invalid entries for Simon the Sorcerer 2, since they use md5 ↵Travis Howell
checksums of the complete files (based on ICON.DAT). svn-id: r26448
2007-04-10Bugfix to prevent a used item in give actions from not getting pased to the ↵Paul Gilbert
talk dialog for display svn-id: r26447
2007-04-09Fix compile.Johannes Schickel
svn-id: r26446