Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace and language change | Piotr Dziwinski | 2012-06-26 | 1 | -66/+66 |
| | | | | | | | - changed tabs to spaces and DOS line endings to Unix (except in CBot and metafile) - changed language to English - fixed #include <d3d.h> in d3dengine.h | ||||
* | Refactoring of #includes and forward declarations in object/ | Piotr Dziwinski | 2012-06-20 | 1 | -10/+0 |
| | |||||
* | Switched to new implementation of the rest of math module | Piotr Dziwinski | 2012-06-19 | 1 | -1/+1 |
| | | | | | | | | - changed structs from D3DVECTOR to Math::Vector and from D3DMATRIX to Math::Matrix - changed functions to new Math namespace functions - moved mainmovie module from graphics to object - added Get and Set to Math::Matrix | ||||
* | Changed #defined constants to consts; typedef struct -> struct | Piotr Dziwinski | 2012-06-11 | 1 | -5/+11 |
| | |||||
* | BOOL -> bool; additional fixes in constructors/destructors | Piotr Dziwinski | 2012-06-10 | 1 | -5/+5 |
| | |||||
* | Fixed include paths and CMakeLists.txt | Piotr Dziwinski | 2012-06-10 | 1 | -5/+2 |
| | | | | Additionally, changed #ifndef to #pragma once everywhere | ||||
* | Source files split into modules | Piotr Dziwinski | 2012-04-28 | 1 | -0/+73 |