aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/location.cpp
AgeCommit message (Expand)Author
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
2007-02-25made Archive behave more like Common::File, preparing for inheritanceNicola Mettifogo
2007-02-25wrapped archive routines into a new class named Archive. File-level static va...Nicola Mettifogo
2007-02-25got rid of ArchievedFile. Since only one single file is being read from the a...Nicola Mettifogo
2007-02-24ArchiveFile's details are now known only to archive codeNicola Mettifogo
2007-02-23Fix fixed spelling :)Max Horn
2007-02-23Fix spelling.Eugene Sandulenko
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
2007-02-20cleanup and small fixesNicola Mettifogo
2007-02-19first step in parser simplificationNicola Mettifogo