Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo | |
svn-id: r26407 | |||
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo | |
svn-id: r26405 | |||
2007-04-07 | New struct Answer introduced. | Nicola Mettifogo | |
svn-id: r26404 | |||
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion ↵ | Nicola Mettifogo | |
as soon as List<>'s usage is implemented. svn-id: r26400 | |||
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-24 | Added new class Table, and updated Disk accordingly. Tables can be populated ↵ | Nicola Mettifogo | |
after their creation or wrapped around existing arrays. Thus, the old functions (initTable, freeTable and searchTable) have been removed. svn-id: r26295 | |||
2007-03-24 | made more functions members of Parallaction | Nicola Mettifogo | |
svn-id: r26294 | |||
2007-03-19 | final version of runDialogue | Nicola Mettifogo | |
svn-id: r26251 | |||
2007-03-19 | applied De Morgan's law to an expression to expose similarities | Nicola Mettifogo | |
svn-id: r26250 | |||
2007-03-19 | fixed bug from first decompile | Nicola Mettifogo | |
svn-id: r26249 | |||
2007-03-19 | refactoring of the main loop of runDialogue, now in a decent shape | Nicola Mettifogo | |
svn-id: r26247 | |||
2007-03-19 | a bit of refactoring for dialogue code | Nicola Mettifogo | |
svn-id: r26246 | |||
2007-03-19 | removed most useless (paranoid) debugC | Nicola Mettifogo | |
svn-id: r26245 | |||
2007-03-18 | - added constructors for most structs | Nicola Mettifogo | |
- structs are now allocated via new instead of malloc's - respective free's have been replaced with delete svn-id: r26228 | |||
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 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo | |
svn-id: r26199 | |||
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo | |
svn-id: r26198 | |||
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo | |
svn-id: r26197 | |||
2007-03-18 | removed unused parameter from Gfx::flatBlitCnv | Nicola Mettifogo | |
svn-id: r26195 | |||
2007-03-18 | more formatting | Nicola Mettifogo | |
svn-id: r26194 | |||
2007-03-18 | formatting | Nicola Mettifogo | |
svn-id: r26193 | |||
2007-03-18 | broke down huge runDialogue in more manageable chunks | Nicola Mettifogo | |
svn-id: r26192 | |||
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class ↵ | Max Horn | |
OSystem) to common/events.h (part of namespace Common). Porters may have to make minor changes to their backends to get them to compile again svn-id: r26180 | |||
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-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn | |
svn-id: r26156 | |||
2007-03-13 | made hi-level graphics routine use Common::Rect instead of (x,y,w,h) t-uples | Nicola Mettifogo | |
svn-id: r26121 | |||
2007-03-12 | removed useless routines (maybe leftovers from the amiga conversion) | Nicola Mettifogo | |
svn-id: r26116 | |||
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 | wrapped active location data into a new structure | Nicola Mettifogo | |
svn-id: r26085 | |||
2007-03-11 | should stop Q's Visual Studio from complaining | Nicola Mettifogo | |
svn-id: r26079 | |||
2007-03-11 | more refactoring | Nicola Mettifogo | |
svn-id: r26076 | |||
2007-03-10 | some refactoring | Nicola Mettifogo | |
svn-id: r26072 | |||
2007-03-10 | commented nasty hack in the original code | Nicola Mettifogo | |
svn-id: r26071 | |||
2007-03-10 | character loading/freeing routines now also handle Heads and Talks, instead ↵ | Nicola Mettifogo | |
of having scattered code around svn-id: r26059 | |||
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-04 | replaced memAlloc/memFree with standard malloc/free | Nicola Mettifogo | |
svn-id: r25962 | |||
2007-03-02 | added loaders for static images like pickable items and for characters frames | Nicola Mettifogo | |
svn-id: r25940 | |||
2007-03-02 | enforced convention on loader names: load[ItemType] | Nicola Mettifogo | |
svn-id: r25937 | |||
2007-03-02 | changed every font name to be platform independent, added font loader routine | Nicola Mettifogo | |
svn-id: r25935 | |||
2007-03-02 | added openTalk as loader for talk resources | Nicola Mettifogo | |
svn-id: r25931 | |||
2007-02-27 | changed font handling: | Nicola Mettifogo | |
- engine doesn't see font as a low-level Cnv anymore - the Graphics class takes care of freeing memory on font changes svn-id: r25900 | |||
2007-02-25 | wrapped archive routines into a new class named Archive. File-level static ↵ | Nicola Mettifogo | |
variables have been made members of the new class. svn-id: r25866 | |||
2007-02-20 | made hi-level parsing routines (Zone, Commands, Dialogue, Animation) rely on ↵ | Nicola Mettifogo | |
Script objects for input. svn-id: r25743 | |||
2007-02-19 | first step in parser simplification | Nicola Mettifogo | |
svn-id: r25733 | |||
2007-02-17 | Changed spaces to tabs again. | Torbjörn Andersson | |
svn-id: r25656 | |||
2007-02-17 | more conventional termination handling. Event loops are going to get merged ↵ | Nicola Mettifogo | |
soon, so there are FIXME remainders around there. svn-id: r25655 | |||
2007-02-17 | Some indentation and format changes. Mostly replacing spaces with tabs. | Torbjörn Andersson | |
svn-id: r25654 | |||
2007-02-14 | More skip_whitespace -> Common::ltrim(). For real now. | Eugene Sandulenko | |
svn-id: r25577 | |||
2007-02-08 | fixed bug: dialogue questions don't clutter the screen anymore when user is ↵ | Nicola Mettifogo | |
selecting an answer svn-id: r25429 |