aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.h
AgeCommit message (Expand)Author
2007-04-11- Moved Zone and Animation to List<>.Nicola Mettifogo
2007-04-10Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio...Nicola Mettifogo
2007-04-09Cleanup of Zone/Animation removal code. Only the good god of void pointers kn...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-07Implemented destructors for Question and Answer.Nicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...Nicola Mettifogo
2007-04-04Characters now only store the set of frames they actually need. Basically, mi...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-18- Made global Node's (_zones, _animations, _helperNode) and the functions usi...Nicola Mettifogo
2007-03-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18converted DoorData and Zone to Common::PointNicola Mettifogo
2007-03-18converted input and labels to Common::PointNicola Mettifogo
2007-03-18Made loadObjects return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadHead return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadTalk return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-17renamed structures to be more generalNicola 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-17cleanupNicola Mettifogo
2007-03-17cleanupNicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola Mettifogo
2007-03-17minor cleanupNicola 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-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11Disk is now completely responsible for retrieving localized location scriptsNicola Mettifogo
2007-03-11wrapped active location data into a new structureNicola Mettifogo
2007-03-11some simplification for changeLocationNicola Mettifogo
2007-03-11some refactoring for music managementNicola Mettifogo
2007-03-11more refactoringNicola Mettifogo
2007-03-10changed kEngineMiniDonna to a more appropriate kEngineTransformedDonnaNicola Mettifogo
2007-03-10simplified character mode handlingNicola Mettifogo
2007-03-10some refactoringNicola Mettifogo
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...Nicola Mettifogo
2007-03-08deleted useless codeNicola Mettifogo
2007-03-04wrapped loader routines into a new class named Disk. The new class is also re...Nicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-21Add support for MIDI music. THough the music is not yet heard sinceEugene Sandulenko
2007-02-20made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ...Nicola Mettifogo
2007-02-20changed parseComment to use Script stream instead of fileNicola Mettifogo