aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/location.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-11- Moved Zone and Animation to List<>.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-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-03-28Overhaul of palette management to bring it back to its original form. Gfx pal...Nicola Mettifogo
2007-03-24Added new class Table, and updated Disk accordingly. Tables can be populated ...Nicola Mettifogo
2007-03-24- fixed regression bug: one free/delete mismatchNicola 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-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-18converted DoorData and Zone to Common::PointNicola 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-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-17some renaming to shorten linesNicola Mettifogo
2007-03-17gathered character related stuff into a new struct Character, and modified ca...Nicola Mettifogo
2007-03-15moved remaining background related functions to disk.cpp, and changed Gfx acc...Nicola Mettifogo
2007-03-13enforced use of Common::Rect on all graphic routinesNicola Mettifogo
2007-03-12renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g...Nicola Mettifogo
2007-03-11fixed bug: now considering Array's ability to shift values when removing elem...Nicola Mettifogo
2007-03-11wrapped active location data into a new structureNicola Mettifogo
2007-03-11changed changeLocation to use StringList instead of multiple nested if'sNicola Mettifogo
2007-03-11some simplification for changeLocationNicola Mettifogo
2007-03-11added comment to changeLocationNicola Mettifogo
2007-03-11some refactoring for music managementNicola Mettifogo
2007-03-10some refactoringNicola 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-04no more overloading for loadBackgroundNicola Mettifogo
2007-03-04hid mask and path loading details from the engine, so it is now independent f...Nicola Mettifogo
2007-03-04separated slide from scenery loading to take care of filename aliasesNicola Mettifogo
2007-03-04moved background loading into disk.cppNicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-03-03corrected parsing of LOCATION commandNicola 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-02added openLocation as loader for location scripts resourcesNicola Mettifogo
2007-02-27changed font handling:Nicola Mettifogo
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo