summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/vertex.h
Commit message (Collapse)AuthorAgeFilesLines
* Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-15/+18
|
* Fix test compilationPiotr Dziwinski2014-06-261-1/+3
|
* Fixed code formattingPiotr Dziwinski2013-05-271-0/+1
| | | | | | * moved braces to new lines * fixed some function/variable names * fixed whitespace issues
* Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-141-16/+4
|
* Fixed texture regressionPiotr Dziwinski2012-09-291-2/+1
| | | | | There was a bug in texture modesetting but only visible after certain mode changes.
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-3/+18
| | | | | | | | - fixed 2nd texture setting - added padding to some structs for faster access - changed rendering primitives to glDrawArrays() - optimized texture modesetting calls - fixed some valgrind errors
* Fog color fix; refactoringPiotr Dziwinski2012-09-261-13/+5
| | | | | | - fixed fog color setting - removed unused glSecondaryColor and altered struct VertexCol - minor refactoring in CText
* Namespace and styling fixPiotr Dziwinski2012-09-191-10/+14
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-11/+11
| | | | | - refactored CTerrain code - fixed some minor bugs
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+141
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine