index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
draci
/
sprite.cpp
Age
Commit message (
Expand
)
Author
2012-02-15
JANITORIAL: Fix whitespace in pointer template arg
Tarek Soliman
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-14
ALL: colour -> color
Max Horn
2010-11-19
COMMON: Split common/stream.h into several headers
Max Horn
2009-12-09
DRACI: Reduce header interdependencies; some cleanup
Max Horn
2009-11-30
Removed <cmath> includes since a) not a part of Symbian OS b) Compiles fine w...
Lars Persson
2009-11-28
Fixed bug with exhausting sound handles
Robert Špalek
2009-11-23
Fixed breaking long lines instead of using smaller font (which is sometimes n...
Robert Špalek
2009-11-11
Refactored draw() according to drawReScaled()
Robert Špalek
2009-11-08
Updated the list of TODOs
Robert Špalek
2009-11-08
Debugged smooth walking except for 1 bug.
Robert Špalek
2009-11-01
Get rid of doubling memory allocation and a lot of copying.
Robert Špalek
2009-10-30
Moved all one-line getters/setters to the header files
Robert Špalek
2009-10-30
Remove most of default parameter values.
Robert Špalek
2009-10-30
Move WalkingMap into new module.
Robert Špalek
2009-09-30
Remove trailing whitespaces
Max Horn
2009-09-30
- Adapt parts of the Draci code to match our code formatting guidelines
Johannes Schickel
2009-09-29
Rewrite from scratch drawReScaled() and cropping now works well.
Robert Špalek
2009-09-27
Improved the interface of Sprite and Animation concerning relative coordinate...
Robert Špalek
2009-09-25
Added some more const's to the interface of Dragon History
Robert Špalek
2009-09-25
Created a macro for lround(), for non-C99 compilers, and used that in places ...
Filippos Karapetis
2009-09-25
Add const's to many interfaces of engines/draci/
Robert Špalek
2009-09-25
Replaced the C99 lround() with floor(), to get draci to compile under non-C99...
Filippos Karapetis
2009-08-09
Added Text::setFont().
Denis Kasak
2009-08-02
Calculate the character length of Text objects (without the '|' separators) w...
Denis Kasak
2009-07-27
* Added Sprite::getPixel() (takes into account whether a sprite is mirrored o...
Denis Kasak
2009-07-26
* Removed friend declarations in Drawable for Sprite and Text, and made Drawa...
Denis Kasak
2009-07-25
Simplified rectangle height and width calculation in Sprite::drawScaled() (us...
Denis Kasak
2009-07-22
Fixed scaled mirrored sprite drawing. This change enables the NoSense logo an...
Denis Kasak
2009-07-22
* Moved scaling support from Animation to Sprite
Denis Kasak
2009-07-20
* Added scaling support
Denis Kasak
2009-07-12
Moved the delay mechanism from Animation to Drawable since each frame in an a...
Denis Kasak
2009-07-07
Added const keyword to "transparent" local variable in Sprite::draw() and rem...
Denis Kasak
2009-07-06
Cache the transparent colour instead of calling a function for every pixel.
Denis Kasak
2009-07-04
Rewrote Sprite::draw() to draw overflowing sprites correctly. Stopped playing...
Denis Kasak
2009-07-04
* Removed tracking of Z coordinates in Drawable since it's not used
Denis Kasak
2009-07-03
Added Sprite::getRect() and Text::getRect().
Denis Kasak
2009-07-03
Added support for mirrored sprites.
Denis Kasak
2009-07-03
Added bool parameter markDirty to Sprite::draw() and Text::draw() to specify ...
Denis Kasak
2009-07-01
Added Text::setSpacing() method.
Denis Kasak
2009-07-01
Made Text objects calculate their widths and heights properly.
Denis Kasak
2009-07-01
Made coordinate specification mandatory when constructing objects of type Spr...
Denis Kasak
2009-07-01
Added Text::setText() and Text::setColour() methods. Changed demo animation t...
Denis Kasak
2009-07-01
Added text position specification to Text constructor.
Denis Kasak
2009-07-01
Added Text as a subclass of Drawable. Fixed syntax error in font.cpp
Denis Kasak
2009-06-30
Added the Drawable abstract base class and made Sprite inherit from it.
Denis Kasak
2009-06-25
Added transformToRows() static method to Sprite. Modified Sprite constructors...
Denis Kasak
2009-06-22
* Expanded docs for the Sprite class
Denis Kasak
2009-06-19
Added Sprite::draw() method for drawing sprites to a Surface.
Denis Kasak
2009-06-14
Removed superfluous return from the Sprite constructor.
Denis Kasak
[next]