aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
AgeCommit message (Expand)Author
2007-03-19final version of runDialogueNicola Mettifogo
2007-03-19applied De Morgan's law to an expression to expose similaritiesNicola Mettifogo
2007-03-19fixed bug from first decompileNicola Mettifogo
2007-03-19refactoring of the main loop of runDialogue, now in a decent shapeNicola Mettifogo
2007-03-19a bit of refactoring for dialogue codeNicola Mettifogo
2007-03-19removed most useless (paranoid) debugCNicola Mettifogo
2007-03-19made Animation a subclass of Zone (finally!)Nicola Mettifogo
2007-03-19added member initializationNicola Mettifogo
2007-03-19deleted some dead codeNicola Mettifogo
2007-03-18Fixed warning: warning: base class 'struct Parallaction::Node' should be expl...Max Horn
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-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-18changed code to use WalkNode constructorsNicola 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-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-18converted walk routines to use Common::PointNicola Mettifogo
2007-03-18Made loadFont return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18Made loadObjects return a new Cnv instead of accepting a parameter.Nicola Mettifogo
2007-03-18- made loadPointer return a new StaticCnv 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-18Removed old and commented hack code for Dino in the museum location.Nicola Mettifogo
2007-03-18extracted more code from runDialogue and renamed some key variablesNicola Mettifogo
2007-03-18removed unused parameter from Gfx::flatBlitCnvNicola Mettifogo
2007-03-18more formattingNicola Mettifogo
2007-03-18formattingNicola Mettifogo
2007-03-18broke down huge runDialogue in more manageable chunksNicola Mettifogo
2007-03-18Bug fixed: inventory wasn't refreshed when loading a savegame if character wa...Nicola Mettifogo
2007-03-18fixed usage of reference operatorNicola Mettifogo
2007-03-17added getRect() to Zone to slightly simplify hitZone condition checkNicola Mettifogo
2007-03-17added translate() to ZoneNicola 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-17split Zone::_oldPosition in two membersNicola Mettifogo
2007-03-17Flattened anonymous union in Zone. Its members have been partially merged.Nicola Mettifogo
2007-03-17Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst...Max Horn
2007-03-17cleanupNicola Mettifogo
2007-03-17cleanupNicola Mettifogo
2007-03-17oops forgot to commit changes for CommandNicola Mettifogo
2007-03-17- Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an...Nicola Mettifogo
2007-03-17minor cleanupNicola Mettifogo
2007-03-17renamed freeCharacterFrames() to freeCharacter() for consistencyNicola 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