Piotr Dziwinski
|
61bfb22f27
|
Basic font rendering
- added basic font rendering
- minor refactoring & fixes
|
2012-08-03 23:23:13 +02:00 |
Piotr Dziwinski
|
5e637ca028
|
Switched to new style casts
- rewrote old C-style casts to new ..._cast<>
- corrected some dangerous casts
- added -Wold-style-cast to compile flags
|
2012-07-30 22:59:18 +02:00 |
Piotr Dziwinski
|
220ff9fe52
|
CCamera rewrite
Rewritten old code; doesn't compile yet because changes in other
modules are needed.
|
2012-07-29 18:42:56 +02:00 |
Piotr Dziwinski
|
7c5a3514dd
|
Video mode changing
- added video mode querying & changing
- added joystick querying & changing
- cleaned up CApplication interface
|
2012-07-29 15:09:53 +02:00 |
Piotr Dziwinski
|
4ddcd9f810
|
Change of paths in src/graphics
- moved abstract core to src/graphics/core
- moved proper graphics engine to src/graphics/engine
|
2012-07-26 22:26:19 +02:00 |