summaryrefslogtreecommitdiffstats
path: root/src/math/intpoint.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Correct font scaling with resolutionPiotr Dziwinski2013-01-041-0/+6
|
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-0/+10
| | | | | | - added font coloring and changed default color to black - fixed resize hack incorrectly changing video config, but font resizing will not work for now
* Namespace and styling fixPiotr Dziwinski2012-09-191-1/+4
|
* Documentation updatePiotr Dziwinski2012-08-111-7/+5
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Font renderingPiotr Dziwinski2012-08-061-3/+3
| | | | - implemented rest of CText interface excluding some minor features
* Whitespace and language changePiotr Dziwinski2012-06-261-5/+5
| | | | | | | - 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
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-241-0/+44
- added CApplication and Gfx::CEngine interfaces - added Gfx::Material struct - added Math::IntPoint struct - added template for Gfx::CDevice class - added templates for Gfx::CGLDevice and Gfx::CGLEngine classes