Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-17 | DRACI: Prefer Surface::create taking a PixelFormat over the one taking a ↵ | Johannes Schickel | |
byte depth. | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2009-10-30 | Moved all one-line getters/setters to the header files | Robert Špalek | |
svn-id: r45524 | |||
2009-10-30 | Remove most of default parameter values. | Robert Špalek | |
Also, add comments to the last commit. svn-id: r45511 | |||
2009-10-03 | Fixed positioning and update of the title under the mouse pointer. | Robert Špalek | |
Clamping on the border of the screen works precisely. When switched to the inventory, titles of game items are displayed instead of a (sticky) title of the last object before entering the inventory. Put some const's where appropriate. svn-id: r44550 | |||
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-27 | Fix rounding coordinates at the edge of the screen. | Robert Špalek | |
svn-id: r44430 | |||
2009-09-26 | draci: Fixed bug in Surface::centerOn{X,Y}() which made it return a negative ↵ | Denis Kasak | |
coordinate for strings that are too long. Resolves the crash caused by the English data files containing strings which are improperly line-breaked. Ideally, the engine should do the line-breaking itself when the string does not fit. svn-id: r44376 | |||
2009-09-25 | Add const's to many interfaces of engines/draci/ | Robert Špalek | |
svn-id: r44331 | |||
2009-08-08 | Implemented Surface::getRect(). | Denis Kasak | |
svn-id: r43109 | |||
2009-08-04 | Added Surface methods centerOnX() and centerOnY(). | Denis Kasak | |
svn-id: r43051 | |||
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-06-22 | * Expanded docs for the Sprite class | Denis Kasak | |
* Added Surface and Screen docs * Small documentation fixes svn-id: r41779 | |||
2009-06-18 | Added Surface class. | Denis Kasak | |
svn-id: r41653 |