Age | Commit message (Expand) | Author |
2007-08-25 | Added an abstract base class for representing multiple-frames for animations.... | Nicola Mettifogo |
2007-08-25 | Merged most parser contexts into a single structure, added some new fields to... | Nicola Mettifogo |
2007-08-24 | First step in restructuring engine code: | Nicola Mettifogo |
2007-08-16 | Changed more parsing routines to use tables instead of switch statements. | Nicola Mettifogo |
2007-08-13 | Changed Table to return 0 instead of -1 when lookup fails. Lookup already yie... | Nicola Mettifogo |
2007-08-11 | Moved core font management from Gfx to engine. Gfx still retains features rel... | Nicola Mettifogo |
2007-08-07 | Turned StaticCnv struct into stock Graphics::Surface, and changed all relevan... | Nicola Mettifogo |
2007-08-06 | User can now quit (using shortcuts) when asked for ingame protection code. | Nicola Mettifogo |
2007-08-06 | Fixes bug #1766217 (flickering monk), and prevents animations from stepping b... | Nicola Mettifogo |
2007-08-04 | Fixes bug #1765310. Counter needs to be reset at the beginning of each iterat... | Nicola Mettifogo |
2007-07-29 | Cleanup. | Nicola Mettifogo |
2007-07-08 | Changed inventory graphics update from synchronous to lazy. | Nicola Mettifogo |
2007-07-08 | Cleanup inventory code. | Nicola Mettifogo |
2007-07-08 | The mouse cursor is shown during dialogues in the Amiga versions (Demo and Mu... | Travis Howell |
2007-07-05 | Fix incorrect face frame been shown during dialogs, due to regression in revi... | Travis Howell |
2007-07-03 | Changed Dialogue from a typedef for an implicit n-tree of Questions to a plai... | Nicola Mettifogo |
2007-07-03 | Some cheap renaming and cleanup. | Nicola Mettifogo |
2007-07-02 | Removed special displayBalloonString routine. | Nicola Mettifogo |
2007-07-02 | Fixed glitch: protection code appearing over prompt. | Nicola Mettifogo |
2007-07-01 | Applied new flatBlitCnv and little refactoring to dialogue code. | Nicola Mettifogo |
2007-07-01 | Wrapped dialogue functions into a new DialogueManager, and some basic refacto... | Nicola Mettifogo |
2007-06-22 | 0xD -> Common::KEYCODE_RETURN | Max Horn |
2007-06-18 | Mouse is now properly hidden during dialogues, and is restored after load/sav... | Nicola Mettifogo |
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client fo... | Max Horn |
2007-05-15 | Fixed bug when typing protection code. | Nicola Mettifogo |
2007-05-13 | cleanup | Nicola Mettifogo |
2007-04-16 | Now handling fonts with brand-new Font hierarchy. Amiga font have been implem... | Nicola Mettifogo |
2007-04-15 | - Fonts are now preloaded at start. | Nicola Mettifogo |
2007-04-09 | Fixed regression bug in dialogue code. | Nicola Mettifogo |
2007-04-07 | Added new ManagedList class to handle Instruction and Command lists. The same... | Nicola Mettifogo |
2007-04-07 | cleanup | Nicola Mettifogo |
2007-04-07 | Fixed incomplete implementation of Command lists. | Nicola Mettifogo |
2007-04-07 | Changed Commands to use List<> | Nicola Mettifogo |
2007-04-07 | Implemented destructors for Question and Answer. | Nicola Mettifogo |
2007-04-07 | New struct Answer introduced. | Nicola Mettifogo |
2007-04-07 | Reduced dependency between project files, and prepared defs.h for deletion as... | Nicola Mettifogo |
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 | final version of runDialogue | Nicola Mettifogo |
2007-03-19 | applied De Morgan's law to an expression to expose similarities | Nicola Mettifogo |
2007-03-19 | fixed bug from first decompile | Nicola Mettifogo |
2007-03-19 | refactoring of the main loop of runDialogue, now in a decent shape | Nicola Mettifogo |
2007-03-19 | a bit of refactoring for dialogue code | Nicola Mettifogo |
2007-03-19 | removed most useless (paranoid) debugC | Nicola Mettifogo |
2007-03-18 | - added constructors for most structs | Nicola Mettifogo |
2007-03-18 | changed remaining stuff to Common::Point and got rid of custom Point and Rect | Nicola Mettifogo |
2007-03-18 | Made loadTalk return a new Cnv instead of accepting a parameter. | Nicola Mettifogo |
2007-03-18 | Removed old and commented hack code for Dino in the museum location. | Nicola Mettifogo |
2007-03-18 | extracted more code from runDialogue and renamed some key variables | Nicola Mettifogo |