summaryrefslogtreecommitdiffstats
path: root/src/graphics
Commit message (Expand)AuthorAgeFilesLines
* Switched to new style castsPiotr Dziwinski2012-07-304-51/+51
* Lines and line strip primitivesPiotr Dziwinski2012-07-302-21/+21
* CCamera rewritePiotr Dziwinski2012-07-292-117/+1874
* Video mode changingPiotr Dziwinski2012-07-296-29/+82
* GLEWPiotr Dziwinski2012-07-281-5/+31
* Change of paths in src/graphicsPiotr Dziwinski2012-07-2640-113/+152
* Dynamic light managerPiotr Dziwinski2012-07-265-54/+517
* LightingPiotr Dziwinski2012-07-266-42/+615
* Fixed bug in texturingPiotr Dziwinski2012-07-253-13/+20
* Refactoring of texture codePiotr Dziwinski2012-07-259-282/+274
* Cursor drawingPiotr Dziwinski2012-07-237-239/+248
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-2215-458/+1278
* ComputeSphereVisibility functionPiotr Dziwinski2012-07-183-3/+103
* Fixed OpenGL transformationsPiotr Dziwinski2012-07-184-5/+358
* Fixes in texture loadingPiotr Dziwinski2012-07-166-54/+52
* Fix in model loading; simple model viewerPiotr Dziwinski2012-07-159-48/+560
* Minor changesPiotr Dziwinski2012-07-111-4/+1
* Rewritten model loadingPiotr Dziwinski2012-07-119-301/+996
* Refactoring in math & texture modulesPiotr Dziwinski2012-07-066-318/+154
* Fixed bug with texturingPiotr Dziwinski2012-07-058-106/+526
* Merged changes from devPiotr Dziwinski2012-07-041-2/+3
* Multitexturing supportPiotr Dziwinski2012-07-045-65/+628
* CGLDevice implementationPiotr Dziwinski2012-07-019-335/+1044
* CDevice interface and stub of implementationPiotr Dziwinski2012-07-0110-100/+578
* Switched back to old standard; addded -WallPiotr Dziwinski2012-06-302-5/+0
* Event handling, CApplication and switch to c++-11Piotr Dziwinski2012-06-301-1/+1
* Fixed brief Doxygen descriptionPiotr Dziwinski2012-06-263-6/+12
* Whitespace and language changePiotr Dziwinski2012-06-2619-1724/+1724
* SDL projectPiotr Dziwinski2012-06-2510-10/+95
* Declarations for graphics/commonProgramerus2012-06-2512-10/+1522
* CApplication and Gfx::CEngine interfaces & otherPiotr Dziwinski2012-06-246-98/+221
* Fix in light.hPiotr Dziwinski2012-06-221-2/+6
* Templates for new implementationPiotr Dziwinski2012-06-2233-33/+1492
* Moved old implementations to src/oldPiotr Dziwinski2012-06-2232-30201/+0
* Vertex and Light structuresPiotr Dziwinski2012-06-202-0/+135
* Add functions to namespace.Programerus2012-06-201-5/+5
* Struct ColorHSV copied to color.hProgramerus2012-06-201-0/+11
* Color functionsProgramerus2012-06-201-13/+11
* Struct ColorProgramerus2012-06-201-5/+8
* Switched to new implementation of the rest of math modulePiotr Dziwinski2012-06-1924-1026/+853
* FPOINT -> Math::Point & other math functionsPiotr Dziwinski2012-06-1329-808/+809
* Changed #defined constants to consts; typedef struct -> structPiotr Dziwinski2012-06-1115-146/+123
* BOOL -> bool; additional fixes in constructors/destructorsPiotr Dziwinski2012-06-1030-1270/+1270
* Fixed include paths and CMakeLists.txtPiotr Dziwinski2012-06-1036-274/+234
* Split math functions; beginning of common structuresPiotr Dziwinski2012-04-282-0/+181
* Source files split into modulesPiotr Dziwinski2012-04-2835-0/+30355