Age | Commit message (Expand) | Author |
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 | made Animation a subclass of Zone (finally!) | Nicola Mettifogo |
2007-03-18 | Made loadStatic return a new StaticCnv instead of accepting a parameter. All ... | Nicola Mettifogo |
2007-03-18 | Made loadFrames return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | changed DoorData::_cnv to be a pointer, in view of changes to Disk::loadFrames() | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | - Made global Node's (_zones, _animations, _helperNode) and the functions usi... | Nicola Mettifogo |
2007-03-18 | converted DoorData and Zone to Common::Point | Nicola Mettifogo |
2007-03-18 | Made loadHead return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo |
2007-03-18 | fixed usage of reference operator | Nicola Mettifogo |
2007-03-17 | added getRect() to Zone to slightly simplify hitZone condition check | Nicola Mettifogo |
2007-03-17 | renamed structures to be more general | Nicola Mettifogo |
2007-03-17 | added getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | Flattened anonymous union in Zone. Its members have been partially merged. | Nicola Mettifogo |
2007-03-17 | - Made Node a superclass for Zone, WalkNode, Command, Instruction, Program an... | Nicola Mettifogo |
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-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo |
2007-03-12 | renamed Graphics class to Gfx and Parallaction::_graphics to Parallaction::_g... | 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-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 | replaced calls to loadExternalStaticCnv with separate loaders for Head and Po... | Nicola Mettifogo |
2007-03-02 | added openTalk as loader for talk resources | Nicola Mettifogo |
2007-02-27 | changed font handling: | Nicola Mettifogo |
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ... | Nicola Mettifogo |
2007-02-20 | changed parseComment to use Script stream instead of file | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-19 | fixed regression bug preventing user from interacting with many items, notabl... | Nicola Mettifogo |
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson |
2007-02-17 | changed some debug levels | Nicola Mettifogo |
2007-02-17 | fixed regression bug caused by ZoneTypeData being declared as a struct instea... | Nicola Mettifogo |
2007-02-10 | fixed wrong implementation: zones and animations now survive location switche... | Nicola Mettifogo |
2007-02-04 | changed handling of zone labels to match original engine | Nicola Mettifogo |
2007-02-01 | Used Fingolfin's workaround for a bogus (?) warning produced by some versions | Torbjörn Andersson |
2007-01-26 | added more debug messages | Nicola Mettifogo |
2007-01-15 | Fixing const related warnings in the parallaction engine | Max Horn |
2007-01-15 | fix warning | Paweł Kołodziejski |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |