Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | DRACI: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-08-03 | DRACI: Take advantage of Surface::getPixels. | Johannes Schickel | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-02-14 | DRACI: Adapt to setPalette RGBA->RGB. | Johannes Schickel | |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2009-12-09 | DRACI: Reduce header interdependencies; some cleanup | Max Horn | |
svn-id: r46320 | |||
2009-11-11 | Documented palette shift | Robert Špalek | |
svn-id: r45825 | |||
2009-11-08 | Updated the list of TODOs | Robert Špalek | |
svn-id: r45768 | |||
2009-10-30 | Moved all one-line getters/setters to the header files | Robert Špalek | |
svn-id: r45524 | |||
2009-10-29 | Fix several palette fading bugs. | Robert Špalek | |
svn-id: r45497 | |||
2009-10-28 | Implement palette fading | Robert Špalek | |
svn-id: r45455 | |||
2009-09-30 | Remove trailing whitespaces | Max Horn | |
svn-id: r44493 | |||
2009-09-30 | - Adapt parts of the Draci code to match our code formatting guidelines | Johannes Schickel | |
- Remove use of tabs for formatting, now in nearly all cases tabs are only used for indentation - Use "uint" instead of "unsigned int" in the whole engine for consistency's sake - Strip some trailing tabs and leading whitespaces svn-id: r44478 | |||
2009-09-28 | Added const's to getPalette() and several uses of getObject() | Robert Špalek | |
svn-id: r44434 | |||
2009-09-25 | Added some more const's to the interface of Dragon History | Robert Špalek | |
svn-id: r44362 | |||
2009-09-25 | Add const's to many interfaces of engines/draci/ | Robert Špalek | |
svn-id: r44331 | |||
2009-09-25 | Silenced some warnings | Filippos Karapetis | |
svn-id: r44329 | |||
2009-07-13 | Added Surface::fill() method and made Screen::fillScreen() use that instead ↵ | Denis Kasak | |
of filling the surface manually. Changed Surface to use uint instead of uint8 throughout. svn-id: r42447 | |||
2009-07-08 | Stopped doing a screen update immediately after changing the palette. This ↵ | Denis Kasak | |
caused a noisy effect when changing rooms because the palette was changed before the new scene was loaded. svn-id: r42251 | |||
2009-06-22 | Changed Font::fillScreen() to accept a uint8 instead of a uint16. | Denis Kasak | |
svn-id: r41780 | |||
2009-06-22 | * Expanded docs for the Sprite class | Denis Kasak | |
* Added Surface and Screen docs * Small documentation fixes svn-id: r41779 | |||
2009-06-19 | * Made the Screen class use the new Surface class. | Denis Kasak | |
* Added Screen::drawRect() method. * Added support for updating dirty rectangles. svn-id: r41657 | |||
2009-06-18 | Turned constants into enum in order to remove need of prototypes. | Eugene Sandulenko | |
svn-id: r41623 | |||
2009-06-18 | Changed _screenWidth and _screenHeight from member variables to constants ↵ | Denis Kasak | |
because the screen size doesn't change. svn-id: r41620 | |||
2009-06-17 | Added kNumColours constant and replaced magic numbers with it. | Denis Kasak | |
svn-id: r41617 | |||
2009-06-17 | Added default parameter to Screen::setPaletteEmpty() so it clears all ↵ | Denis Kasak | |
colours by default. svn-id: r41614 | |||
2009-06-17 | Began work on the Screen class. Modified the demo animation to use the it. | Denis Kasak | |
svn-id: r41604 |