Age | Commit message (Expand) | Author |
2008-02-10 | Cleanup ManagedList. | Nicola Mettifogo |
2008-01-28 | Fixed animation sorting: everything should be drawn like before revision 3067... | Nicola Mettifogo |
2008-01-28 | Fixed the spaces before tabs. | Jordi Vilalta Prat |
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have bee... | Nicola Mettifogo |
2007-07-07 | Moved SaveLoadChooser class to saveload.cpp and adjusted dependencies. | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-04-27 | Refactored 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-10 | Moved Jobs to ManagedList. Since Jobs must be ordered according to their prio... | Nicola Mettifogo |
2007-04-07 | Fixed broken implementation of ManagedList | Nicola Mettifogo |
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The same... | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-04-01 | Added GF_DEMO flag and ability to load the correct location at start. | Nicola Mettifogo |
2007-03-29 | oops | Nicola 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 mismatch | Nicola Mettifogo |
2007-03-18 | Fixed warning: warning: base class 'struct Parallaction::Node' should be expl... | Max Horn |
2007-03-18 | changed Animation::_cnv to be a pointer, in view of changes to Disk::loadFram... | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed code to use WalkNode constructors | Nicola Mettifogo |
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | converted walk routines to use Common::Point | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | cleanup | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
2007-03-17 | minor cleanup | Nicola Mettifogo |
2007-03-12 | The only uses for StaticCnv::_data2 were by Get and Door zones, so a new fiel... | Nicola Mettifogo |
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo |
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to inter... | Nicola Mettifogo |
2007-02-18 | fixes last broken commit | Nicola Mettifogo |
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko |
2007-02-04 | added more debug levels and comments | Nicola Mettifogo |
2007-02-04 | changed handling of zone labels to match original engine | Nicola Mettifogo |
2007-01-26 | added more debug messages | Nicola Mettifogo |
2007-01-17 | fixed broken tab widths | Nicola Mettifogo |
2007-01-16 | added first debug messages | Nicola Mettifogo |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |