summaryrefslogtreecommitdiffstats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-0/+18
|
* Fixed code formattingPiotr Dziwinski2013-05-273-0/+3
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-0/+2
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-271-17/+25
|
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-262-18/+4
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* Whitespace fixPiotr Dziwinski2012-09-201-286/+286
|
* FixPiotr Dziwinski2012-08-311-0/+1
|
* New model file formatPiotr Dziwinski2012-08-313-0/+302
- added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes