scummvm/engines/agi
Filippos Karapetis 5fadff59f9 AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game"
We now only test for events in testKeypressed() without updating the
game cycle at all (NAGI doesn't update the game cycle either). This
fixes the slowdowns in some animations where have.key() is issued,
like Manannan's lightnings in the intro of KQ3 and the bullets in the
intro of PQ1
2013-05-11 17:09:59 +03:00
..
agi.cpp AGI: Fix unitialized variables. CID 1002922 2013-05-02 14:17:46 +03:00
agi.h AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" 2013-05-11 17:09:59 +03:00
checks.cpp AGI: Fix bug #3451122 - "AGI-FANMADE: Nick's Quest hangs ScummVM upon starting" 2012-01-07 18:56:23 +02:00
console.cpp AGI: Some cleanup of the debug console 2012-11-06 20:44:09 +02:00
console.h AGI: Some cleanup of the debug console 2012-11-06 20:44:09 +02:00
cycle.cpp AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" 2013-05-11 17:09:59 +03:00
detection_tables.h COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
detection.cpp AGI: Remove obsolete TODO 2013-05-11 17:09:58 +03:00
font.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
global.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
graphics.cpp AGI: Fix warnings 2011-11-02 22:20:40 +00:00
graphics.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
id.cpp AGI: Refactor interpreter core (somewhat akin to SCI) 2011-08-13 23:26:51 +01:00
inv.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
keyboard.cpp GUI: Move predictive dialog to common gui 2012-03-25 12:21:38 +03:00
keyboard.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
loader_v1.cpp AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
loader_v2.cpp AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
loader_v3.cpp AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
logic.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
logic.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
lzw.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
lzw.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
menu.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
menu.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
module.mk GUI: Move predictive dialog to common gui 2012-03-25 12:21:38 +03:00
motion.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
objects.cpp AGI: Fix bug #3095169: AGI inventory items 2011-12-13 00:39:50 +00:00
op_cmd.cpp AGI: Null terminate string. CID 1003888 2013-04-27 08:43:06 +03:00
op_dbg.cpp AGI: Refactor interpreter core (somewhat akin to SCI) 2011-08-13 23:26:51 +01:00
op_test.cpp AGI: Fix bug #3600733 - "AGI FANMADE: function slowing down game" 2013-05-11 17:09:59 +03:00
opcodes.cpp AGI: Fix the Apple IIGS versions of Manhunter 1 and Gold Rush 2012-11-07 02:00:05 +02:00
opcodes.h Checked V1 instructions till 0x42 2011-08-14 21:40:07 +01:00
picture.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
picture.h AGI: Fix bug #3451122 - "AGI-FANMADE: Nick's Quest hangs ScummVM upon starting" 2012-01-07 18:56:23 +02:00
preagi_mickey.cpp AGI: doUpdate() already calls updateScreen() 2011-09-26 01:43:14 +03:00
preagi_mickey.h JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
preagi_troll.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
preagi_troll.h AGI: Make Troll inherit from PreAgiEngine 2011-08-15 11:55:03 -04:00
preagi_winnie.cpp COMMON: Change kPlatformPC to kPlatformDOS 2013-05-02 18:43:10 -04:00
preagi_winnie.h JANITORIAL: Enforce "} // End of namespace" with a single space after }. 2013-01-26 19:38:02 +01:00
preagi.cpp AGI: Fixed bug #3196882 - "KQ3: PCSpeaker affects render mode" 2011-09-26 05:23:42 +03:00
preagi.h AGI: Clean up save/load String usage 2011-09-26 09:27:15 +02:00
saveload.cpp AGI: Null terminate string. CID 1003890 2013-04-27 08:46:24 +03:00
sound_2gs.cpp AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
sound_2gs.h AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
sound_coco3.cpp AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_coco3.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_midi.cpp AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
sound_midi.h AGI: Get rid of unused SoundMgr parameters 2013-04-18 23:50:19 +02:00
sound_pcjr.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
sound_pcjr.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_sarien.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
sound_sarien.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound.cpp AGI: Fix sound deinit. CID 1004128 2013-04-21 14:12:13 +03:00
sound.h AGI: Fix sound deinit. CID 1004128 2013-04-21 14:12:13 +03:00
sprite.cpp JANITORIAL: Fix missing whitespace in pointer cast 2012-02-15 10:07:10 -06:00
sprite.h JANITORIAL: Fix whitespace in pointer template arg 2012-02-15 10:07:08 -06:00
text.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00
view.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
view.h AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
wagparser.cpp AGI: Fix delete/delete[] 2013-04-21 15:34:22 +02:00
wagparser.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
words.cpp JANITORIAL: Remove trailing whitespaces. 2012-09-26 04:17:55 +02:00