aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/animation.cpp
AgeCommit message (Expand)Author
2007-08-16Now using stacks to keep track of multiple levels when parsing location scripts.Nicola Mettifogo
2007-08-16Changed more parsing routines to use tables instead of switch statements.Nicola Mettifogo
2007-08-13Added invalid opcode entries in slot 0 of opcode lists, and adjusted indices ...Nicola Mettifogo
2007-08-13Moved opcode initialization to new routine.Nicola Mettifogo
2007-08-13Changed instruction parsing to array of function pointers.Nicola Mettifogo
2007-08-13Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie...Nicola Mettifogo
2007-08-13Changed Command parsing/execution and Instruction execution from switch state...Nicola Mettifogo
2007-08-11Moved core font management from Gfx to engine. Gfx still retains features rel...Nicola Mettifogo
2007-08-07Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan...Nicola Mettifogo
2007-08-06Added workaround for bugged scripts not declaring local variables before usin...Nicola Mettifogo
2007-07-29- Added parser strings for Big Red AdventureNicola Mettifogo
2007-07-29Removed direct references to callable functions (opcodes). They are now only ...Nicola Mettifogo
2007-06-23Now clipping frame # to avoid crashes because of bad behavior of game scripts.Nicola Mettifogo
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-18Reverting my last change.Nicola Mettifogo
2007-05-16Replaced explicit bitmasks with function calls.Nicola Mettifogo
2007-05-13cleanupNicola Mettifogo
2007-05-13New debug messages.Nicola Mettifogo
2007-05-12New debug strings and levels.Nicola Mettifogo
2007-05-01Fix compilation (sigh).Nicola Mettifogo
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