summaryrefslogtreecommitdiffstats
path: root/src/graphics/core/texture.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
* Non-power-of-2 padding for background imagesPiotr Dziwinski2013-05-111-0/+5
| | | | | * added padding options * removed old hardcoded image sizes
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-291-0/+4
|
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-15/+19
| | | | | | | | - 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
* Namespace and styling fixPiotr Dziwinski2012-09-191-38/+47
|
* Object handling in CEnginePiotr Dziwinski2012-08-121-9/+18
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Documentation updatePiotr Dziwinski2012-08-111-1/+4
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-2/+2
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Video mode changingPiotr Dziwinski2012-07-291-5/+5
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+237
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine