Title: [...]
Split some .h file into .h/.cpp files.
Use std::floor instead of cast in the CSDLImage to avoid any problem.
Add a SetRelativePos methode for all CRenderable object allowing the computation of the position relatively to a base point (top, bottom, left, right, center, or any or'ed combinaison).
|
Module |
File name |
Revision |
|
bankiz2 |
client/client.cpp |
1.20 |
>>> |
1.21 |
|
bankiz2 |
client/graphic/SConscript |
1.2 |
>>> |
1.3 |
|
bankiz2 |
client/graphic/animation.h |
1.5 |
>>> |
1.6 |
|
bankiz2 |
client/graphic/font.cpp |
1.9 |
>>> |
1.10 |
|
bankiz2 |
client/graphic/font.h |
1.5 |
>>> |
1.6 |
| + |
bankiz2 |
client/graphic/pos_based_animation.cpp |
|
|
1.1 |
|
bankiz2 |
client/graphic/pos_based_animation.h |
1.2 |
>>> |
1.3 |
| + |
bankiz2 |
client/graphic/renderable.cpp |
|
|
1.1 |
|
bankiz2 |
client/graphic/renderable.h |
1.3 |
>>> |
1.4 |
| + |
bankiz2 |
client/graphic/sprite.cpp |
|
|
1.1 |
|
bankiz2 |
client/graphic/sprite.h |
1.8 |
>>> |
1.9 |
| + |
bankiz2 |
client/graphic/text.cpp |
|
|
1.1 |
|
bankiz2 |
client/graphic/text.h |
1.6 |
>>> |
1.7 |
| + |
bankiz2 |
client/graphic/timed_animation.cpp |
|
|
1.1 |
|
bankiz2 |
client/graphic/timed_animation.h |
1.6 |
>>> |
1.7 |
|
bankiz2 |
client/graphic/sdl/sdl_image.cpp |
1.8 |
>>> |
1.9 |
|
bankiz2 |
common/geometrical.h |
1.4 |
>>> |
1.5 |