Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-24 | PARALLACTION: Janitorial - Fix spacing errors | Strangerke | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2009-03-16 | Added mouse cursor to BRA Amiga. To be perfected. | Nicola Mettifogo | |
svn-id: r39434 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2008-12-06 | Implemented horizontal scrolling for BRA, by using a back buffer. Dialogues ↵ | Nicola Mettifogo | |
in scrollable locations are a bit messed up for the moment. svn-id: r35253 | |||
2008-08-30 | Moved mouse cursor loading/handling to Input class. | Nicola Mettifogo | |
svn-id: r34206 | |||
2008-08-21 | Fixed warning. | Torbjörn Andersson | |
svn-id: r34086 | |||
2008-08-21 | Removed unused code and structures, and a bit of cleanup. | Nicola Mettifogo | |
svn-id: r34080 | |||
2008-07-25 | * Merged old input management flags into a single mouse status variable. | Nicola Mettifogo | |
* Mouse is now displayed when it is needed, and hidden when it is not ;) svn-id: r33270 | |||
2008-07-24 | * Moved end intro and end game sequences code to gui. | Nicola Mettifogo | |
* Rewrote all gui code to be run inside the main loop * Added code to avoid crashes when a scene with no standard background is drawn svn-id: r33260 | |||
2008-07-23 | Removed the historical waitUntilLeftClick function and adapted code to use ↵ | Nicola Mettifogo | |
the more general readInput and waitForButtonEvent. svn-id: r33226 | |||
2008-07-23 | Removed useless event management code and made readInput() more general. | Nicola Mettifogo | |
svn-id: r33225 | |||
2008-07-23 | More decoupling of inventory code. | Nicola Mettifogo | |
svn-id: r33224 | |||
2008-07-23 | More merging of input code. | Nicola Mettifogo | |
svn-id: r33219 | |||
2008-07-22 | Merged inventory input code from different files. | Nicola Mettifogo | |
svn-id: r33198 | |||
2008-07-22 | Removed unneeded input code. | Nicola Mettifogo | |
svn-id: r33189 | |||
2008-07-21 | Some refactoring for tracking of floating labels. | Nicola Mettifogo | |
svn-id: r33165 | |||
2008-07-21 | Massive refactoring of dialogue code, which is now implemented as a finite ↵ | Nicola Mettifogo | |
state machine. Related code in other files has been updated has well. svn-id: r33162 | |||
2008-07-02 | - Changed labels to be GfxObj's, thus removing the Label object altogether. | Nicola Mettifogo | |
- Changed Item's to be almost GfxObj's, since ownership and destruction of underlying resource is an issue here (got to think some more about it). svn-id: r32873 | |||
2008-05-15 | * Cleanup of input code. | Nicola Mettifogo | |
* Removed old timer routines. svn-id: r32135 | |||
2008-05-14 | Fix compilation | Sven Hesse | |
svn-id: r32118 | |||
2008-05-14 | - Moved input code to its own class. | Nicola Mettifogo | |
- Slightly simplified inventory highlight code thanks to changes in input code. svn-id: r32115 |