Piotr Dziwinski
|
45a5e1e865
|
Object handling in CEngine
- finished rewriting CEngine object, shadow, etc. handling
- refactored texture code
- added new log levels
|
2012-08-12 19:28:22 +02:00 |
Piotr Dziwinski
|
b4b74c30e9
|
Fixes & testing in CEngine
- fixed bugs in settings modes, etc.
- some additions and minor refactoring
|
2012-08-12 10:45:04 +02:00 |
Piotr Dziwinski
|
1996507fd3
|
Documentation update
- updated Doxyfile
- added/changed file, dir and namespace descriptions
- fixed some errors in doxygen tags
|
2012-08-11 18:39:16 +02:00 |
Piotr Dziwinski
|
7f80ca2971
|
Render mode setting, refactoring
- finished SetState in CEngine
- refactored Size and IntSize back to Point and IntPoint
- other minor changes in CEngine
|
2012-08-11 17:17:04 +02:00 |
Piotr Dziwinski
|
63257034c9
|
Partial CEngine implementation
- added rewritten implementation for basic modesetting in CEngine
- started rewriting proper rendering and object handling in CEngine
|
2012-08-10 23:31:42 +02:00 |
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
|
d8a0c8d32e
|
Lines and line strip primitives
Will probably be useful
|
2012-07-30 22:32:28 +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 |