Piotr Dziwinski
|
901f10b2ba
|
Fixed old model format bugs
|
2012-09-09 23:34:52 +02:00 |
Piotr Dziwinski
|
31c29ea482
|
CModelFile fixes; test framework
- fixes in CModelFile IO
- added Google Test framework for automatic testing
- rewrote modelfile_test in the new framework
|
2012-09-08 03:05:12 +02:00 |
Piotr Dziwinski
|
08f1b68ffd
|
Fix
|
2012-09-03 22:37:28 +02:00 |
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 |