scummvm/engines/agi
Eugene Sandulenko 4e83a49b0f AGI: Fix bug #3398171: AGI: SQ1/SQ2: problem entering name
Was introduced during refactoring to SCI-like opcode handling.
Also restored original comments about opcode parameter differences
between AGI versions.
2011-08-27 23:43:46 +01:00
..
agi.cpp AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
agi.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
checks.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
console.cpp AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
console.h AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
cycle.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
detection_tables.h AGI: Switched booters detection to AD 2011-08-13 23:27:34 +01:00
detection.cpp AGI: Make Troll inherit from PreAgiEngine 2011-08-15 11:55:03 -04:00
font.h
global.cpp
graphics.cpp ALL: behaviour -> behavior 2011-05-25 10:50:46 -04:00
graphics.h
id.cpp AGI: Refactor interpreter core (somewhat akin to SCI) 2011-08-13 23:26:51 +01:00
inv.cpp
keyboard.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
keyboard.h
loader_v1.cpp AGI: Switched booters detection to AD 2011-08-13 23:27:34 +01:00
loader_v2.cpp COMMON: Add exit() to list of forbidden symbols 2011-05-23 19:39:26 +02:00
loader_v3.cpp
logic.cpp
logic.h
lzw.cpp
lzw.h
menu.cpp
menu.h
module.mk AGI: Reorganize the PreAGI code a bit 2011-08-15 11:55:03 -04: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: Implement loader for V1 "object" file 2011-08-13 23:27:22 +01:00
op_cmd.cpp Checked V1 instructions till 0x42 2011-08-14 21:40:07 +01:00
op_dbg.cpp AGI: Refactor interpreter core (somewhat akin to SCI) 2011-08-13 23:26:51 +01:00
op_test.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
opcodes.cpp AGI: Fix bug #3398171: AGI: SQ1/SQ2: problem entering name 2011-08-27 23:43:46 +01:00
opcodes.h Checked V1 instructions till 0x42 2011-08-14 21:40:07 +01:00
picture.cpp
picture.h
preagi_mickey.cpp AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
preagi_mickey.h AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
preagi_troll.cpp AGI: Make Troll inherit from PreAgiEngine 2011-08-15 11:55:03 -04:00
preagi_troll.h AGI: Make Troll inherit from PreAgiEngine 2011-08-15 11:55:03 -04:00
preagi_winnie.cpp AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
preagi_winnie.h AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
preagi.cpp AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
preagi.h AGI: Cleanup PreAGI console code 2011-08-15 22:24:42 -04:00
predictive.cpp AGI: Fix Engine Exit While Predictive Dialog Is Open. 2011-06-08 03:38:52 +01:00
saveload.cpp AGI: Renamed some #defines to our code conventions and moved them to enums 2011-08-14 18:48:59 +01:00
sound_2gs.cpp AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_2gs.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04: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: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_midi.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_pcjr.cpp AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04: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 AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound_sarien.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sound.cpp Checked V1 instructions till 0x42 2011-08-14 21:40:07 +01:00
sound.h AGI: Make the sound code use AgiBase instead of AgiEngine 2011-08-14 13:10:43 -04:00
sprite.cpp Checked V1 instructions till 0x42 2011-08-14 21:40:07 +01:00
sprite.h
text.cpp AGI: Replace vsprintf by Common::String::vformat 2011-06-18 01:36:15 +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 ANALYSIS: Add static casts to is* functions 2011-06-23 08:52:52 -04:00
wagparser.h
words.cpp AGI: Formatting (+ a few debug prints) 2011-08-13 23:27:08 +01:00