scummvm/engines/agi
Martin Kiewitz 34117170f2 AGI: Change cycle delay handling, seems to fix GR
Removed pollTimer()
Renamed pause() to wait()
Doing 10 msec delays instead of at least 50 msec per EventProcess
Seems to fix weird Gold Rush ingame timer issue?! bug #4147
2016-02-03 02:40:01 +01:00
..
agi.cpp AGI: Change cycle delay handling, seems to fix GR 2016-02-03 02:40:01 +01:00
agi.h AGI: Change cycle delay handling, seems to fix GR 2016-02-03 02:40:01 +01:00
checks.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
configure.engine BUILD: Split configure.engines down to a single file per engine. 2013-11-24 00:45:38 +00:00
console.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
console.h AGI: graphics rewrite + cleanup 2016-01-29 13:22:22 +01:00
cycle.cpp AGI: Change cycle delay handling, seems to fix GR 2016-02-03 02:40:01 +01:00
detection_tables.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
detection.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
font.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
font.h AGI: font cleanup 2016-01-31 13:49:42 +01:00
global.cpp AGI: Implement messageBox() as inner loop 2016-02-03 01:32:57 +01:00
graphics.cpp AGI: add drawCharacterOnDisplay() 2016-02-02 23:27:13 +01:00
graphics.h AGI: add drawCharacterOnDisplay() 2016-02-02 23:27:13 +01:00
id.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
inv.cpp AGI: Cycle event processing changed 2016-02-03 02:21:07 +01:00
inv.h AGI: Make inner loop handlers consistent 2016-02-03 01:41:32 +01:00
keyboard.cpp AGI: Change cycle delay handling, seems to fix GR 2016-02-03 02:40:01 +01:00
keyboard.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
loader_v1.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
loader_v2.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
loader_v3.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
logic.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
logic.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
lzw.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
lzw.h AGI: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
menu.cpp AGI: Cycle event processing changed 2016-02-03 02:21:07 +01:00
menu.h AGI: Make inner loop handlers consistent 2016-02-03 01:41:32 +01:00
module.mk AGI: new font class created 2016-01-29 16:18:31 +01:00
motion.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
mouse_cursor.h AGI: fix amiga mouse cursor comment 2016-01-30 00:14:29 +01:00
objects.cpp AGI: graphics rewrite + cleanup 2016-01-29 13:22:22 +01:00
op_cmd.cpp AGI: Remove Gold Rush workaround, no longer needed 2016-02-03 01:03:40 +01:00
op_dbg.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
op_test.cpp AGI: Change cycle delay handling, seems to fix GR 2016-02-03 02:40:01 +01:00
opcodes.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
opcodes.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
palette.h AGI: graphics rewrite + cleanup 2016-01-29 13:22:22 +01:00
picture.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
picture.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
POTFILES I18N: Move specification of engine specific files to enginedir/POTFILES. 2013-08-12 17:54:31 +02:00
preagi_mickey.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi_mickey.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi_troll.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi_troll.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi_winnie.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi_winnie.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
preagi.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
saveload.cpp AGI: Implement messageBox() as inner loop 2016-02-03 01:32:57 +01:00
sound_2gs.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_2gs.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_coco3.cpp AGI: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
sound_coco3.h AGI: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
sound_midi.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_midi.h AGI: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
sound_pcjr.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_pcjr.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_sarien.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound_sarien.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sound.cpp AGI: getflag/setflag/etc. cleanup 2016-01-31 17:56:53 +01:00
sound.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sprite.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
sprite.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
systemui.cpp AGI: Cycle event processing changed 2016-02-03 02:21:07 +01:00
systemui.h AGI: Make inner loop handlers consistent 2016-02-03 01:41:32 +01:00
text.cpp AGI: Cycle event processing changed 2016-02-03 02:21:07 +01:00
text.h AGI: Make inner loop handlers consistent 2016-02-03 01:41:32 +01:00
view.cpp AGI: code formatting 2016-02-02 20:41:11 +01:00
view.h AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
wagparser.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
wagparser.h AGI: Make GPL headers consistent in themselves. 2014-02-18 02:39:32 +01:00
words.cpp AGI: Fix formatting. 2016-02-02 20:15:18 +01:00
words.h AGI: graphics rewrite + cleanup 2016-01-29 13:22:22 +01:00