summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine
Commit message (Expand)AuthorAgeFilesLines
...
* Changes in texture code & refactoringPiotr Dziwinski2013-05-262-49/+47
* Corrected some valgrind issuesPiotr Dziwinski2013-05-261-1/+2
* Unicode symbols for special charactersPiotr Dziwinski2013-05-122-22/+131
* Added simple texturepack support (#208)krzys-h2013-05-122-7/+37
* Non-power-of-2 padding for background imagesPiotr Dziwinski2013-05-112-14/+20
* Fixed problem with test compilationerihel2013-04-291-1/+1
* Merge branch 'fix-for-shadows' of https://github.com/xiendev/colobot into xie...erihel2013-04-291-1/+1
|\
| * Fix for shadows (bugs #176 and #132)XienDev2013-04-291-1/+1
* | Some code refactoringerihel2013-04-271-1/+1
|/
* Improved log levelskrzys-h2013-04-011-1/+1
* Fixed graphics objects after resetPiotr Dziwinski2013-03-313-0/+37
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-9/+9
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-222-3/+3
* Fixed segfault in light managerPiotr Dziwinski2013-02-281-2/+3
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-282-16/+15
* Better light sortingPiotr Dziwinski2013-02-253-48/+58
* * Fix for satcom freezeerihel2013-02-242-15/+28
* CInstanceManager refactoringPiotr DziwiƄski2013-02-1724-182/+197
* Additional parameter for function aim(x, y)PaweX2013-02-131-2/+2
* More camera distance from AlienQueenadiblol2013-02-111-0/+1
* * Syntax highlighting in cbot editor (needs to be tested)erihel2013-02-092-17/+18
* * Fixes to ingame editorerihel2013-02-091-3/+5
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-279-289/+226
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-2/+2
* Merge dev and dev-graphicsPiotr Dziwinski2013-01-071-1/+0
|\
| * Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
* | Correct font scaling with resolutionPiotr Dziwinski2013-01-042-3/+9
* | Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-042-4/+7
|\|
| * Fixed unicode rendering bugPiotr Dziwinski2012-12-271-1/+1
| * Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| * Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| * Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+1
* | Fixed spider and worm model loadingPiotr Dziwinski2012-12-282-4/+46
* | Fixes and refactoringPiotr Dziwinski2012-12-272-238/+121
* | Engine optimization - rewritten model managementPiotr Dziwinski2012-12-2611-1257/+1362
* | Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-145-80/+204
* | Performance countersPiotr Dziwinski2012-10-251-14/+130
* | ComputeSphereVisibility and fixes in CEngine TODOsPiotr Dziwinski2012-10-203-36/+36
* | Transparent plant texturesPiotr Dziwinski2012-10-201-3/+4
* | Ground spot texture drawingPiotr Dziwinski2012-10-201-11/+257
* | Flare textures should work nowPiotr Dziwinski2012-10-191-2/+1
* | Fix track mapping and sphere particle positionPiotr Dziwinski2012-10-192-7/+6
* | Track texture mappingPiotr Dziwinski2012-10-191-9/+92
|/
* Doxygen/comment fixes and some #include refactoringPiotr Dziwinski2012-10-171-1/+1
* Removed unnecessary dynamic_castsPiotr Dziwinski2012-10-171-1/+1
* Merge branch 'dev' of https://github.com/colobot/colobot into devZaba9992012-10-118-445/+6669
|\
| * CParticle rewritePiotr Dziwinski2012-10-054-287/+3936
| * Some CPyro docsPiotr Dziwinski2012-10-051-3/+31
| * CLightning rewritePiotr Dziwinski2012-10-052-48/+385
| * CPyro rewritePiotr Dziwinski2012-10-032-109/+2319