aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/zone.cpp
AgeCommit message (Expand)Author
2007-04-21- Implemented Amiga halfbrite mode in palette code, though usage is limited t...Nicola Mettifogo
2007-04-16Now handling fonts with brand-new Font hierarchy. Amiga font have been implem...Nicola Mettifogo
2007-04-15- Fonts are now preloaded at start.Nicola Mettifogo
2007-04-15Fixed some memory leaks.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-07Implemented destructors for Question and Answer.Nicola Mettifogo
2007-04-07Turned free___() routines into proper destructors for Zone, Animation and Pro...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-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-18Made loadStatic return a new StaticCnv instead of accepting a parameter. All ...Nicola Mettifogo
2007-03-18Made loadFrames return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames()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-18converted DoorData and Zone to Common::PointNicola 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-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17added getRect() to Zone to slightly simplify hitZone condition checkNicola Mettifogo
2007-03-17renamed structures to be more generalNicola Mettifogo
2007-03-17added getters for width and height in Zone and AnimationNicola 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-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-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...Nicola Mettifogo
2007-03-10character loading/freeing routines now also handle Heads and Talks, instead o...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-02enforced convention on loader names: load[ItemType]Nicola Mettifogo
2007-03-02changed every font name to be platform independent, added font loader routineNicola Mettifogo
2007-03-02replaced calls to loadExternalStaticCnv with separate loaders for Head and Po...Nicola Mettifogo
2007-03-02added openTalk as loader for talk resourcesNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
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
2007-02-19first step in parser simplificationNicola Mettifogo
2007-02-19fixed regression bug preventing user from interacting with many items, notabl...Nicola Mettifogo
2007-02-17Some indentation and format changes. Mostly replacing spaces with tabs.Torbjörn Andersson
2007-02-17changed some debug levelsNicola Mettifogo