scummvm/engines/teenagent
D G Turner de59b3c25a TEENAGENT: Fix inventory regression due to missing blank entry.
This was a regression from f856a0a746.
The _objects list starts with a blank Inventory Object entry, but this
was previously done in an implicit manner with an address overlap. Fixed
in a more explicit manner.
2012-07-27 22:04:27 +01:00
..
actor.cpp TEENAGENT: Add symbols for idle animation table usage in Actor class. 2012-07-27 08:27:13 +01:00
actor.h TEENAGENT: Remove static Resources class Instance. 2012-07-07 13:46:28 +01:00
animation.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
animation.h
callbacks.cpp TEENAGENT: Migrated remaining recursive processCallback calls. 2012-07-26 22:35:22 +01:00
console.cpp TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
console.h TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
detection.cpp TEENAGENT: Further symbol migration associated with saveStates. 2012-07-16 15:09:34 +01:00
dialog.cpp TEENAGENT: Migrate Dialog functions to using dialog numbers. 2012-07-11 18:21:46 +01:00
dialog.h TEENAGENT: Migrate Dialog functions to using dialog numbers. 2012-07-11 18:21:46 +01:00
font.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
font.h
inventory.cpp TEENAGENT: Fix inventory regression due to missing blank entry. 2012-07-27 22:04:27 +01:00
inventory.h TEENAGENT: Add symbols in Inventory class for various sizes. 2012-07-27 05:48:48 +01:00
module.mk
music.cpp TEENAGENT: Minor formatting fixes for consistency. 2012-07-12 21:03:47 +01:00
music.h TEENAGENT: Remove static Resources class Instance. 2012-07-07 13:46:28 +01:00
notes.txt TEENAGENT: Update refactoring notes. 2012-07-16 12:25:28 +01:00
objects.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
objects.h TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
pack.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
pack.h
resources.cpp TEENAGENT: Migrate deinit functions to constructor/destructors. 2012-07-26 09:18:57 +01:00
resources.h TEENAGENT: Add symbols for idle animation table usage in Actor class. 2012-07-27 08:27:13 +01:00
scene.cpp TEENAGENT: Migrate two more dseg regions to symbolic addresses. 2012-07-16 14:06:27 +01:00
scene.h TEENAGENT: Further symbol migration for processCallback() usage. 2012-07-17 00:04:27 +01:00
segment.cpp
segment.h TEENAGENT: Removed unused quad functions from Segment class. 2012-07-05 11:40:02 +01:00
surface_list.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
surface_list.h TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
surface.cpp TEENAGENT: Migrate engine to using debugflags. 2012-07-08 00:36:05 +01:00
surface.h ALL: Remove unnecessary forward declarations. 2011-11-21 15:59:19 +01:00
teenagent.cpp TEENAGENT: Migrate deinit functions to constructor/destructors. 2012-07-26 09:18:57 +01:00
teenagent.h TEENAGENT: Migrated remaining recursive processCallback calls. 2012-07-26 22:35:22 +01:00