aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/defs.h
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-04-27Refactored music code for dos version and added music to Amiga versions.Nicola Mettifogo
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-07Fixed broken implementation of ManagedListNicola Mettifogo
2007-04-07Added new ManagedList class to handle Instruction and Command lists. The same...Nicola Mettifogo
2007-04-07Reduced dependency between project files, and prepared defs.h for deletion as...Nicola Mettifogo
2007-04-01Added GF_DEMO flag and ability to load the correct location at start.Nicola Mettifogo
2007-03-29oopsNicola Mettifogo
2007-03-29- changed Cnv to use a single large buffer for frames instead of small chunks...Nicola Mettifogo
2007-03-29- implemented destructor for Cnv, thus removing calls to Gfx::freeCnv()Nicola Mettifogo
2007-03-24- fixed regression bug: one free/delete mismatchNicola Mettifogo
2007-03-18Fixed warning: warning: base class 'struct Parallaction::Node' should be expl...Max Horn
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-18changed remaining stuff to Common::Point and got rid of custom Point and RectNicola Mettifogo
2007-03-18converted walk routines to use Common::PointNicola Mettifogo
2007-03-17renamed structures to be more generalNicola 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-12The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel...Nicola Mettifogo
2007-03-04replaced memAlloc/memFree with standard malloc/freeNicola Mettifogo
2007-02-25made Archive inherit from Common::File, added some methods to comply to inter...Nicola Mettifogo
2007-02-18fixes last broken commitNicola Mettifogo
2007-02-14More skip_whitespace -> Common::ltrim(). For real now.Eugene Sandulenko
2007-02-04added more debug levels and commentsNicola Mettifogo
2007-02-04changed handling of zone labels to match original engineNicola Mettifogo
2007-01-26added more debug messagesNicola Mettifogo
2007-01-17fixed broken tab widthsNicola Mettifogo
2007-01-16added first debug messagesNicola Mettifogo
2007-01-14Initial import of Parallaction engineEugene Sandulenko