Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-21 | Fixed the largest memory leaks. | Nicola Mettifogo | |
svn-id: r26905 | |||
2007-05-13 | Reverted some changes to inventory handling. | Nicola Mettifogo | |
svn-id: r26838 | |||
2007-05-13 | More cleanup. | Nicola Mettifogo | |
svn-id: r26835 | |||
2007-05-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-05-06 | Added embryonic debugger, and some adjustments to make basic commands work. | Nicola Mettifogo | |
svn-id: r26755 | |||
2007-04-09 | - moved walk code to List<> | Nicola Mettifogo | |
- some adjustments to #include statements svn-id: r26424 | |||
2007-04-07 | cleanup | Nicola Mettifogo | |
svn-id: r26409 | |||
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-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo | |
svn-id: r26216 | |||
2007-03-18 | converted input and labels to Common::Point | Nicola Mettifogo | |
svn-id: r26214 | |||
2007-03-18 | Made loadObjects return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26202 | |||
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo | |
svn-id: r26189 | |||
2007-03-17 | cleanup | Nicola Mettifogo | |
svn-id: r26179 | |||
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-13 | enforced use of Common::Rect on all graphic routines | Nicola Mettifogo | |
svn-id: r26128 | |||
2007-03-13 | removed special case of Graphics::copyRect in favor of more general code | Nicola Mettifogo | |
svn-id: r26126 | |||
2007-03-13 | Moved inventory surface management into inventory.cpp, thus removing ↵ | Nicola Mettifogo | |
Graphics::kBit3. Some duplicated code now exists in graphics.cpp and inventory.cpp. svn-id: r26123 | |||
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-11 | cleanup | Nicola Mettifogo | |
svn-id: r26077 | |||
2007-03-11 | more refactoring | Nicola Mettifogo | |
svn-id: r26076 | |||
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also ↵ | Nicola Mettifogo | |
responsible for handling Archives in place of the Parallaction engine. svn-id: r25972 | |||
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo | |
svn-id: r25937 | |||
2007-03-02 | added inventory objects loader routine | Nicola Mettifogo | |
svn-id: r25936 | |||
2007-02-18 | enforced use of MAKE_INVENTORY_ID | Nicola Mettifogo | |
svn-id: r25676 | |||
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson | |
svn-id: r25654 | |||
2007-02-04 | changed handling of zone labels to match original engine | Nicola Mettifogo | |
svn-id: r25376 | |||
2007-01-21 | fixed out-of-bounds error causing premature crashes on some systems | Nicola Mettifogo | |
svn-id: r25140 | |||
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko | |
svn-id: r25083 |