Age | Commit message (Expand) | Author |
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 getters for width and height in Zone and Animation | Nicola Mettifogo |
2007-03-17 | split Zone::_oldPosition in two members | 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-14 | removed explicit references to kMask0 since there is only 1 mask available | 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-11 | should stop Q's Visual Studio from complaining | Nicola Mettifogo |
2007-03-10 | changed kEngineMiniDonna to a more appropriate kEngineTransformedDonna | Nicola Mettifogo |
2007-03-04 | made loadScript and loadLocation benefit from Script's ability to dispose of ... | 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 | added Script loader routine | Nicola Mettifogo |
2007-02-25 | made Archive inherit from Common::File, added some methods to comply to inter... | Nicola Mettifogo |
2007-02-25 | made Archive behave more like Common::File, preparing for inheritance | Nicola Mettifogo |
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static va... | Nicola Mettifogo |
2007-02-25 | got rid of ArchievedFile. Since only one single file is being read from the a... | Nicola Mettifogo |
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ... | Nicola Mettifogo |
2007-02-20 | cleanup and small fixes | Nicola Mettifogo |
2007-02-20 | animation scripts are now parsed through the same pipeline used for location ... | Nicola Mettifogo |
2007-02-19 | first step in parser simplification | Nicola Mettifogo |
2007-02-19 | moved specialised parsing routines in parser.cpp, so code can be refactored m... | Nicola Mettifogo |
2007-02-19 | fixed bad implementation | Nicola Mettifogo |
2007-02-18 | new special debug levels | 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-15 | fixed warning pointed out by _Q | Nicola Mettifogo |
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko |
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-15 | Fixing const related warnings in the parallaction engine | Max Horn |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |