summaryrefslogtreecommitdiffstats
path: root/src/tools/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * 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
* Engine optimization - rewritten model managementPiotr Dziwinski2012-12-261-1/+0
| | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* New model file formatPiotr Dziwinski2012-08-311-0/+13
- added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes