Age | Commit message (Expand) | Author |
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 |
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson |
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko |
2007-02-08 | fixed bug: dialogue questions don't clutter the screen anymore when user is s... | Nicola Mettifogo |
2007-02-08 | fixed bug in dialogue parsing code: available answers now really depend on ga... | Nicola Mettifogo |
2007-02-01 | Used Fingolfin's workaround for a bogus (?) warning produced by some versions | Torbjörn Andersson |
2007-01-31 | fixed casting bug as suggested by fingolfin on tracker item #1648325 | Nicola Mettifogo |
2007-01-26 | fixed out-of-bounds error causing random crashes in dialogues | Nicola Mettifogo |
2007-01-26 | added more debug messages | Nicola Mettifogo |
2007-01-15 | Fixing const related warnings in the parallaction engine | Max Horn |
2007-01-14 | Initial import of Parallaction engine | Eugene Sandulenko |