Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-08-06 | Fixes bug #1766217 (flickering monk), and prevents animations from stepping ↵ | Nicola Mettifogo | |
back one frame when a dialogue starts. This is part of the regression introduced when screen refreshes were cut down. svn-id: r28467 | |||
2007-08-04 | Fixes bug #1765310. Counter needs to be reset at the beginning of each ↵ | Nicola Mettifogo | |
iteration. svn-id: r28451 | |||
2007-07-29 | Cleanup. | Nicola Mettifogo | |
svn-id: r28315 | |||
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo | |
svn-id: r27975 | |||
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo | |
svn-id: r27974 | |||
2007-07-08 | The mouse cursor is shown during dialogues in the Amiga versions (Demo and ↵ | Travis Howell | |
Multi-lingual). svn-id: r27955 | |||
2007-07-05 | Fix incorrect face frame been shown during dialogs, due to regression in ↵ | Travis Howell | |
revision 27834. svn-id: r27917 | |||
2007-07-03 | Changed Dialogue from a typedef for an implicit n-tree of Questions to a ↵ | Nicola Mettifogo | |
plain-vanilla array. This greatly simplify management and doesn't require obscure flagging of tree leaves. svn-id: r27887 | |||
2007-07-03 | Some cheap renaming and cleanup. | Nicola Mettifogo | |
svn-id: r27886 | |||
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo | |
svn-id: r27850 | |||
2007-07-02 | Fixed glitch: protection code appearing over prompt. | Nicola Mettifogo | |
svn-id: r27848 | |||
2007-07-01 | Applied new flatBlitCnv and little refactoring to dialogue code. | Nicola Mettifogo | |
svn-id: r27834 | |||
2007-07-01 | Wrapped dialogue functions into a new DialogueManager, and some basic ↵ | Nicola Mettifogo | |
refactoring. svn-id: r27827 | |||
2007-06-22 | 0xD -> Common::KEYCODE_RETURN | Max Horn | |
svn-id: r27639 | |||
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after ↵ | Nicola Mettifogo | |
load/save dialog boxes are closed. Moreover, kEngineMouse constant has been renamed to better match its meaning. svn-id: r27539 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-05-15 | Fixed bug when typing protection code. | Nicola Mettifogo | |
svn-id: r26847 | |||
2007-05-13 | cleanup | Nicola Mettifogo | |
svn-id: r26834 | |||
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been ↵ | Nicola Mettifogo | |
implemented for dialogues/descriptions, but not for labels yet. svn-id: r26530 | |||
2007-04-15 | - Fonts are now preloaded at start. | Nicola Mettifogo | |
- Replaced font string names with enums. - Some slight simplification to Disk. svn-id: r26518 | |||
2007-04-09 | Fixed regression bug in dialogue code. | Nicola Mettifogo | |
svn-id: r26422 | |||
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The ↵ | Nicola Mettifogo | |
same class will be used to hold Zone, Animation and WalkNode lists. svn-id: r26410 | |||
2007-04-07 | cleanup | Nicola Mettifogo | |
svn-id: r26409 | |||
2007-04-07 | Fixed incomplete implementation of Command lists. | Nicola Mettifogo | |
svn-id: r26408 | |||
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 |