Age | Commit message (Expand) | Author |
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The same... | Nicola Mettifogo |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Fixed incomplete implementation of Command lists. | Nicola Mettifogo |
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo |
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo |
2007-04-07 | New struct Answer introduced. | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
2007-03-29 | - implemented destructor for Cnv, thus removing calls to Gfx::freeCnv() | Nicola Mettifogo |
2007-03-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ... | Nicola Mettifogo |
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo |
2007-03-19 | final version of runDialogue | Nicola Mettifogo |
2007-03-19 | applied De Morgan's law to an expression to expose similarities | Nicola Mettifogo |
2007-03-19 | fixed bug from first decompile | Nicola Mettifogo |
2007-03-19 | refactoring of the main loop of runDialogue, now in a decent shape | Nicola Mettifogo |
2007-03-19 | a bit of refactoring for dialogue code | Nicola Mettifogo |
2007-03-19 | removed most useless (paranoid) debugC | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | more formatting | Nicola Mettifogo |
2007-03-18 | formatting | Nicola Mettifogo |
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | some renaming to shorten lines | Nicola Mettifogo |
2007-03-17 | gathered character related stuff into a new struct Character, and modified ca... | Nicola Mettifogo |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo |
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | Nicola Mettifogo |
2007-03-11 | wrapped active location data into a new structure | Nicola Mettifogo |
2007-03-11 | should stop Q's Visual Studio from complaining | Nicola Mettifogo |
2007-03-11 | more refactoring | Nicola Mettifogo |
2007-03-10 | some refactoring | Nicola Mettifogo |
2007-03-10 | commented nasty hack in the original code | Nicola Mettifogo |
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead o... | Nicola Mettifogo |
2007-03-04 | wrapped loader routines into a new class named Disk. The new class is also re... | Nicola Mettifogo |
2007-03-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo |
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo |
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo |
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo |
2007-03-02 | added openTalk as loader for talk resources | Nicola Mettifogo |
2007-02-27 | changed font handling: | Nicola Mettifogo |
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static va... | Nicola Mettifogo |
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ... | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-17 | Changed spaces to tabs again. | Torbjörn Andersson |
2007-02-17 | more conventional termination handling. Event loops are going to get merged s... | Nicola Mettifogo |