Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-01 | Added GF_DEMO flag and ability to load the correct location at start. | Nicola Mettifogo | |
svn-id: r26340 | |||
2007-03-29 | oops | Nicola Mettifogo | |
svn-id: r26319 | |||
2007-03-29 | - changed Cnv to use a single large buffer for frames instead of small ↵ | Nicola Mettifogo | |
chunks of memory, to simplify loading by Disk. - added a new constructor with parameters to Cnv svn-id: r26318 | |||
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo | |
- enforced use of getFramePtr instead of Cnv::_array member svn-id: r26317 | |||
2007-03-24 | - fixed regression bug: one free/delete mismatch | Nicola Mettifogo | |
- added needed virtual destructors to structs svn-id: r26292 | |||
2007-03-18 | Fixed warning: warning: base class 'struct Parallaction::Node' should be ↵ | Max Horn | |
explicitly initialized in the copy constructor svn-id: r26235 | |||
2007-03-18 | changed Animation::_cnv to be a pointer, in view of changes to ↵ | Nicola Mettifogo | |
Disk::loadFrames() svn-id: r26229 | |||
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 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | converted walk routines to use Common::Point | Nicola Mettifogo | |
svn-id: r26213 | |||
2007-03-17 | renamed structures to be more general | Nicola Mettifogo | |
svn-id: r26184 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26166 | |||
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 | minor cleanup | Nicola Mettifogo | |
svn-id: r26161 | |||
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-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo | |
svn-id: r25962 | |||
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to ↵ | Nicola Mettifogo | |
interface, changed callers to exploit readByte capabilities svn-id: r25868 | |||
2007-02-18 | fixes last broken commit | Nicola Mettifogo | |
svn-id: r25673 | |||
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko | |
svn-id: r25577 | |||
2007-02-04 | added more debug levels and comments | Nicola Mettifogo | |
svn-id: r25386 | |||
2007-02-04 | changed handling of zone labels to match original engine | Nicola Mettifogo | |
svn-id: r25376 | |||
2007-01-26 | added more debug messages | Nicola Mettifogo | |
svn-id: r25214 | |||
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 |