aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-11-18Moved Gob's square wave generator to sound/softsynth/pcspk.hSven Hesse
svn-id: r29564
2007-11-18Muting the compiler :PSven Hesse
svn-id: r29563
2007-11-18Cleanup.Nicola Mettifogo
svn-id: r29562
2007-11-18Partly decoupled rendering from game data update. Graphics routines to ↵Nicola Mettifogo
draw/erase animations and labels are now invoked explicitly instead of being handled in the job list. svn-id: r29561
2007-11-18added rjp1 module specific pattern playbackGregory Montoir
svn-id: r29559
2007-11-18Removed other paranoia code from the original engine (as in revision 29505).Nicola Mettifogo
svn-id: r29558
2007-11-18Cleanup.Nicola Mettifogo
svn-id: r29556
2007-11-18Fixed sluggish mouse cursor on restart/restore screen.Torbjörn Andersson
svn-id: r29555
2007-11-18Further fixes to sound code (thanks to eriktorbjorn)Paul Gilbert
svn-id: r29554
2007-11-18Added some extra mutex locks to the sound code to hopefully prevent randomo ↵Paul Gilbert
crashes svn-id: r29553
2007-11-18- added CTMF music supportGregory Montoir
- fixed dialogue in PART12 svn-id: r29552
2007-11-18Bugfix to only delay showing a new talk dialog if there isn't one active in ↵Paul Gilbert
the current room svn-id: r29550
2007-11-18Reordered savegame content to fix bug where restoring a savegame from after ↵Paul Gilbert
a fight caused the opponent to briefly appear alive again svn-id: r29549
2007-11-18Added sounds to endgame animation sequencePaul Gilbert
svn-id: r29548
2007-11-18Cleaned up animation player and added support for a set of sounds to be ↵Paul Gilbert
played during an animation svn-id: r29547
2007-11-18Update comment for workaround for bug #1745996.Travis Howell
svn-id: r29545
2007-11-18Switch invalid items back to error message, since restart state issues are ↵Travis Howell
fixed now.. svn-id: r29544
2007-11-18Fix loading restart state file in Amiga version of Waxworks.Travis Howell
svn-id: r29543
2007-11-17Use unique save game naming for PC versions of Elvira 2 and Waxworks, due to ↵Travis Howell
the save game format differences. svn-id: r29539
2007-11-17Bugfix to properly clear previous room layers and fade in the screen when ↵Paul Gilbert
restoring a game svn-id: r29537
2007-11-17Added missing code to deactivate animations that have finishedPaul Gilbert
svn-id: r29536
2007-11-17Fixed sluggish mouse cursor during palette fade ins/outs.Torbjörn Andersson
svn-id: r29535
2007-11-17Fix bug #1759850 - ELVIRA2: Restart state file causes crash. The itemStore ↵Travis Howell
data needed to be adjusting, when loading or saving in the AtariST and Amiga versions. svn-id: r29534
2007-11-17Identified some more Endian issues (thanks to Max)Paul Gilbert
svn-id: r29533
2007-11-17Refactored main input code.Nicola Mettifogo
svn-id: r29532
2007-11-17Added missing destructor and sounds to barrel animation sequencePaul Gilbert
svn-id: r29531
2007-11-17Added saving of the current hotspot animation record to savegamesPaul Gilbert
svn-id: r29528
2007-11-17Changed default value of _walkFlag in Hotspot constructorPaul Gilbert
svn-id: r29527
2007-11-17Bugfixes to the fighting animations and proper reset of fight data between ↵Paul Gilbert
save sessions svn-id: r29526
2007-11-17Cleaned up the logic of the activateHotspot methodPaul Gilbert
svn-id: r29525
2007-11-17Bugfixes to restoring or restarting a game from the Restore/Restart dialogPaul Gilbert
svn-id: r29524
2007-11-16Added const to static data.Johannes Schickel
svn-id: r29520
2007-11-16Fixed a direct access causing endian problemsPaul Gilbert
svn-id: r29519
2007-11-16Refactored language selection code.Nicola Mettifogo
svn-id: r29518
2007-11-16Changed Audio::makeADPCMStream so that the stream passed to it can ↵Max Horn
automatically be disposed svn-id: r29517
2007-11-16Changed conversation guards so that the player talking will only be paused ↵Paul Gilbert
if there's another active conversation that's in the same room svn-id: r29516
2007-11-16Bugfix for talk dialog not closing if the same character talks twice in ↵Paul Gilbert
immediate succession svn-id: r29515
2007-11-16Added guard to prevent a character being reset to a default direction frame ↵Paul Gilbert
after a call to SetDirection if they're already facing in that direction - fixes some characters alternating frames svn-id: r29514
2007-11-16Bugfix to make player walk over to Goewin when talking to herPaul Gilbert
svn-id: r29513
2007-11-16Bugfix to have NPC stand still during showMessage talk actionsPaul Gilbert
svn-id: r29512
2007-11-15added support for Adlib tracksGregory Montoir
svn-id: r29509
2007-11-15Fixes to parameters of script methodsPaul Gilbert
svn-id: r29508
2007-11-15Bugfix to prevent characters occasionally facing one way whilst walking in ↵Paul Gilbert
another direction svn-id: r29507
2007-11-14Removed an unclear (paranoid?) continue statement from the original engine. ↵Nicola Mettifogo
We are just doing a screen update more than the original this way. If this is bad, then we can go back, but for now, let the execution flow. svn-id: r29505
2007-11-14* centralized kEngineChangeLocation flag handlingNicola Mettifogo
* simplified runGame, moving flags testing into called routines svn-id: r29504
2007-11-14Improved the game desc naming in the drascula detection codeMax Horn
svn-id: r29503
2007-11-14Fixed clipping issues that were still occurring in some roomsPaul Gilbert
svn-id: r29500
2007-11-13Moving the vitual keyboard show/hide hints during the copy protection ↵Kostas Nakos
screens to the scumm engine. As the original code is slightly cryptic, there may be something wrong with MI1 (as commented) svn-id: r29495
2007-11-13- implemented opcodes:Johannes Schickel
-> o2_setHiddenItemsEntry 147 -> o2_getHiddenItemsEntry 148 -> o2t_fadeScenePal 3 - added o2t_playSoundEffect to the temporary opcode list svn-id: r29494
2007-11-13Added guard to prevent one character's talk dialog interrupting another one ↵Paul Gilbert
that's already in-progress svn-id: r29492