Piotr Dziwinski
|
01fd19d2cd
|
Fix
|
2012-08-31 21:51:28 +02:00 |
Piotr Dziwinski
|
e94e26ae1e
|
New model file format
- added new binary and text formats for models
- fixes and improvements in CModelFile
- tool for converting model files
- minor additions and fixes
|
2012-08-31 20:55:16 +02:00 |
Piotr Dziwinski
|
712154bc4f
|
Rendering functions, documentation
- rewrote the render functions for CEngine, CCloud and CWater
- added documentation
|
2012-08-13 00:14:42 +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
|
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 |