summaryrefslogtreecommitdiffstats
path: root/src/graphics/core
Commit message (Collapse)AuthorAgeFilesLines
* 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-197-212/+203
|
* half of task compile.Zaba9992012-09-111-0/+1
|
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-082-12/+12
| | | | | - refactored CTerrain code - fixed some minor bugs
* Improved error messagesPiotr Dziwinski2012-08-131-3/+0
| | | | Added some logging and improved error messages displayed to user
* Object handling in CEnginePiotr Dziwinski2012-08-122-9/+28
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-2/+5
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Documentation updatePiotr Dziwinski2012-08-117-12/+31
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-112-5/+5
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Partial CEngine implementationPiotr Dziwinski2012-08-101-1/+5
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Basic font renderingPiotr Dziwinski2012-08-031-3/+6
| | | | | - added basic font rendering - minor refactoring & fixes
* Switched to new style castsPiotr Dziwinski2012-07-302-3/+3
| | | | | | - rewrote old C-style casts to new ..._cast<> - corrected some dangerous casts - added -Wold-style-cast to compile flags
* Lines and line strip primitivesPiotr Dziwinski2012-07-301-3/+3
| | | | Will probably be useful
* Video mode changingPiotr Dziwinski2012-07-292-11/+9
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-268-0/+1137
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine