Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-11 | - Moved Zone and Animation to List<>. | Nicola Mettifogo | |
- Removed any reference to Node from codebase. svn-id: r26452 | |||
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo | |
- some adjustments to #include statements svn-id: r26424 | |||
2007-04-07 | Explicit constructor invoked when instancing WalkNode. | Nicola Mettifogo | |
svn-id: r26406 | |||
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion ↵ | Nicola Mettifogo | |
as soon as List<>'s usage is implemented. svn-id: r26400 | |||
2007-04-07 | Turned free___() routines into proper destructors for Zone, Animation and ↵ | Nicola Mettifogo | |
Program, and added memo comments for porting the engine to Common::List<>. svn-id: r26399 | |||
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo | |
svn-id: r26294 | |||
2007-03-22 | unrolled loop in buildWalkPath and renamed some variables | Nicola Mettifogo | |
svn-id: r26276 | |||
2007-03-21 | - moved buildWalkPath inner loop into a new function | Nicola Mettifogo | |
- renamed some variables in buildWalkPath - deleted an old extern for buildWalkPath svn-id: r26272 | |||
2007-03-21 | got rid of cryptic pseudo-boolean variable in buildWalkPath | Nicola Mettifogo | |
svn-id: r26269 | |||
2007-03-20 | replaced some x,y/left,top pairs with Common::Point | Nicola Mettifogo | |
svn-id: r26262 | |||
2007-03-20 | some refactoring for walking code | Nicola Mettifogo | |
svn-id: r26260 | |||
2007-03-19 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo | |
svn-id: r26244 | |||
2007-03-18 | - added constructors for most structs | Nicola Mettifogo | |
- structs are now allocated via new instead of malloc's - respective free's have been replaced with delete svn-id: r26228 | |||
2007-03-18 | changed code to use WalkNode constructors | Nicola Mettifogo | |
svn-id: r26227 | |||
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions ↵ | Nicola Mettifogo | |
using them members of the engine. - Added a constructor for Node svn-id: r26226 | |||
2007-03-18 | hidden _cnv member of Animation from callers | Nicola Mettifogo | |
svn-id: r26217 | |||
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo | |
svn-id: r26215 | |||
2007-03-18 | converted walk routines to use Common::Point | Nicola Mettifogo | |
svn-id: r26213 | |||
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo | |
svn-id: r26183 | |||
2007-03-17 | split Zone::_oldPosition in two members | Nicola Mettifogo | |
svn-id: r26182 | |||
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo | |
svn-id: r26181 | |||
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program ↵ | Nicola Mettifogo | |
and Job. - Moved Job list management inside Parallaction (because constructors for global variables are not always invoked on some platforms) svn-id: r26164 | |||
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo | |
svn-id: r26159 | |||
2007-03-17 | gathered character related stuff into a new struct Character, and modified ↵ | Nicola Mettifogo | |
calling code accordingly svn-id: r26158 | |||
2007-03-12 | moved background path buffer management into walk.cpp | Nicola Mettifogo | |
svn-id: r26117 | |||
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to ↵ | Nicola Mettifogo | |
Parallaction::_gfx to shorten lines and avoid aliasing with framework's Graphics svn-id: r26111 | |||
2007-03-12 | The only uses for StaticCnv::_data2 were by Get and Door zones, so a new ↵ | Nicola Mettifogo | |
field has been added to those structure and _data2 has been deleted. Some graphic routines has been renamed to better reflect this change, too. svn-id: r26107 | |||
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo | |
svn-id: r26085 | |||
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo | |
svn-id: r25962 | |||
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson | |
svn-id: r25654 | |||
2007-01-18 | fixed walk bug: characters now walk along complex paths | Nicola Mettifogo | |
svn-id: r25117 | |||
2007-01-17 | fixed broken tab widths | Nicola Mettifogo | |
svn-id: r25111 | |||
2007-01-16 | added first debug messages | Nicola Mettifogo | |
svn-id: r25106 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 |