summaryrefslogtreecommitdiffstats
path: root/src/graphics/common/text.h
Commit message (Collapse)AuthorAgeFilesLines
* CDevice interface and stub of implementationPiotr Dziwinski2012-07-011-2/+2
| | | | | | | | - added CDevice abstract interface - began implementation of CGLDevice - added stub for Texture struct - created CGLDeviceConfig - changed particule -> particle & other minor changes
* Whitespace and language changePiotr Dziwinski2012-06-261-41/+41
| | | | | | | - 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
* Declarations for graphics/commonProgramerus2012-06-251-1/+87
|
* Templates for new implementationPiotr Dziwinski2012-06-221-0/+27
| | | | | | - added template of classes/structs for new implementation - changed #include paths - updated README files
* Moved old implementations to src/oldPiotr Dziwinski2012-06-221-111/+0
|
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-131-12/+13
| | | | | | | | | - 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
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-111-7/+7
|
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-101-5/+2
| | | | Additionally, changed #ifndef to #pragma once everywhere
* Source files split into modulesPiotr Dziwinski2012-04-281-0/+113