scummvm/engines/parallaction
Nicola Mettifogo 7e310422c3 - added constructors for most structs
- structs are now allocated via new instead of malloc's
- respective free's have been replaced with delete

svn-id: r26228
2007-03-18 20:18:19 +00:00
..
animation.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
archive.cpp corrected error message 2007-03-02 21:46:54 +00:00
callables.cpp - Made global Node's (_zones, _animations, _helperNode) and the functions using them members of the engine. 2007-03-18 19:35:54 +00:00
commands.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
commands.h - added constructors for most structs 2007-03-18 20:18:19 +00:00
debug.cpp replaced memAlloc/memFree with standard malloc/free 2007-03-04 08:58:23 +00:00
defs.h - added constructors for most structs 2007-03-18 20:18:19 +00:00
detection.cpp Use AGDS feature for specifying demos 2007-02-24 15:24:38 +00:00
dialogue.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
disk.cpp Made loadFont return a new Cnv instead of accepting a parameter. 2007-03-18 10:38:31 +00:00
disk.h Made loadFont return a new Cnv instead of accepting a parameter. 2007-03-18 10:38:31 +00:00
graphics.cpp changed remaining stuff to Common::Point and got rid of custom Point and Rect 2007-03-18 17:22:07 +00:00
graphics.h converted input and labels to Common::Point 2007-03-18 17:12:48 +00:00
intro.cpp - Made global Node's (_zones, _animations, _helperNode) and the functions using them members of the engine. 2007-03-18 19:35:54 +00:00
inventory.cpp changed remaining stuff to Common::Point and got rid of custom Point and Rect 2007-03-18 17:22:07 +00:00
inventory.h fixed regression bug caused by ZoneTypeData being declared as a struct instead of an union. Should have taken care of this when the switch was actually made... 2007-02-17 10:58:54 +00:00
location.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
menu.cpp changed remaining stuff to Common::Point and got rid of custom Point and Rect 2007-03-18 17:22:07 +00:00
menu.h Initial import of Parallaction engine 2007-01-14 21:29:12 +00:00
module.mk fix broken build 2007-03-02 22:55:46 +00:00
music.cpp wrapped active location data into a new structure 2007-03-11 14:14:08 +00:00
music.h Add support for MIDI music. THough the music is not yet heard since 2007-02-21 21:42:37 +00:00
parallaction.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
parallaction.h - Made global Node's (_zones, _animations, _helperNode) and the functions using them members of the engine. 2007-03-18 19:35:54 +00:00
parser.cpp made Script optionally take ownership and dispose input text 2007-03-04 15:00:50 +00:00
parser.h made Script optionally take ownership and dispose input text 2007-03-04 15:00:50 +00:00
saveload.cpp converted DoorData and Zone to Common::Point 2007-03-18 17:17:21 +00:00
staticres.cpp renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics 2007-03-12 20:41:25 +00:00
walk.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
walk.h oops forgot to add a file 2007-03-12 22:54:04 +00:00
zone.cpp - added constructors for most structs 2007-03-18 20:18:19 +00:00
zone.h - added constructors for most structs 2007-03-18 20:18:19 +00:00