aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/animation.cpp
AgeCommit message (Expand)Author
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
2007-04-09- moved walk code to List<>Nicola Mettifogo
2007-04-07Added new ManagedList class to handle Instruction and Command lists. The same...Nicola Mettifogo
2007-04-07cleanupNicola Mettifogo
2007-04-07Changed Commands to use List<>Nicola Mettifogo
2007-04-07oops forgot to deallocate List nodes after usageNicola Mettifogo
2007-04-07change Program to use a List<> of Instructions instead of a homebrew linked listNicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...Nicola Mettifogo
2007-04-06Made Program hold an explicit reference to its set of Instruction(s) instead ...Nicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ...Nicola Mettifogo
2007-03-24made more functions members of ParallactionNicola Mettifogo
2007-03-21- moved buildWalkPath inner loop into a new functionNicola Mettifogo
2007-03-20replaced some x,y/left,top pairs with Common::PointNicola Mettifogo
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-18Made loadFrames return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram...Nicola Mettifogo
2007-03-18- added constructors for most structsNicola Mettifogo
2007-03-18- Made global Node's (_zones, _animations, _helperNode) and the functions usi...Nicola Mettifogo
2007-03-18hidden _cnv member of Animation from callersNicola Mettifogo
2007-03-18converted DoorData and Zone to Common::PointNicola Mettifogo
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17added getters for width and height in Zone and AnimationNicola Mettifogo
2007-03-17split Zone::_oldPosition in two membersNicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola Mettifogo
2007-03-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-14removed explicit references to kMask0 since there is only 1 mask availableNicola Mettifogo
2007-03-13made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uplesNicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11should stop Q's Visual Studio from complainingNicola Mettifogo
2007-03-10changed kEngineMiniDonna to a more appropriate kEngineTransformedDonnaNicola Mettifogo
2007-03-04made loadScript and loadLocation benefit from Script's ability to dispose of ...Nicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-02added loaders for static images like pickable items and for characters framesNicola Mettifogo
2007-03-02added Script loader routineNicola Mettifogo
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo
2007-02-25made Archive behave more like Common::File, preparing for inheritanceNicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the a...Nicola Mettifogo
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...Nicola Mettifogo
2007-02-20cleanup and small fixesNicola Mettifogo
2007-02-20animation scripts are now parsed through the same pipeline used for location ...Nicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-19moved specialised parsing routines in parser.cpp, so code can be refactored m...Nicola Mettifogo
2007-02-19fixed bad implementationNicola Mettifogo
2007-02-18new special debug levelsNicola Mettifogo