Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed GivAttrName() to GetAttrName() | MichaĆ Konopacki | 2012-08-11 | 1 | -3/+3 |
| | |||||
* | Removed trailing whitespace | Piotr Dziwinski | 2012-06-26 | 1 | -3/+3 |
| | |||||
* | Whitespace and language change | Piotr Dziwinski | 2012-06-26 | 1 | -437/+437 |
| | | | | | | | - 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 | -26/+4 |
| | |||||
* | FPOINT -> Math::Point & other math functions | Piotr Dziwinski | 2012-06-13 | 1 | -3/+1 |
| | | | | | | | | | - changed FPOINT to Math::Point and some functions from math module to the new implementation - moved old function and FPOINT struct declarations to math3d.cpp - removed some unused functions in math module - fixed some #include dependencies - moved #define STRICT and #define D3D_OVERLOADS to compile options | ||||
* | BOOL -> bool; additional fixes in constructors/destructors | Piotr Dziwinski | 2012-06-10 | 1 | -30/+30 |
| | |||||
* | Fixed include paths and CMakeLists.txt | Piotr Dziwinski | 2012-06-10 | 1 | -28/+28 |
| | | | | Additionally, changed #ifndef to #pragma once everywhere | ||||
* | Source files split into modules | Piotr Dziwinski | 2012-04-28 | 1 | -0/+461 |