summaryrefslogtreecommitdiffstats
path: root/src/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Improved log levelskrzys-h2013-04-011-1/+1
|
* Fixed graphics objects after resetPiotr Dziwinski2013-03-313-0/+37
| | | | Should fix #120 and perhaps some other bugs as well
* Fixed timer functions on win32Piotr Dziwinski2013-03-241-9/+9
| | | | | | | * changed win32 implementation to QueryPerformaceTimer system function * refactored system utils code * proper tests for time utils and update event creation in application * should fix issue #134
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-223-4/+4
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* VBO override option; argv parsing using getoptPiotr Dziwinski2013-03-102-4/+35
| | | | | | * added -vbo option to override autodetection of OpenGL VBO extension * refactored argument parsing to use getopt() * fixed failing UTs
* Fixed segfault in light managerPiotr Dziwinski2013-02-281-2/+3
| | | | Also fixed minor memory leak
* Fixed stupid error, tweaked ambient light colorsPiotr Dziwinski2013-02-283-16/+25
| | | | | | * fixed stupid error in light manager * tweaked ambient light colors to 0.1 of diffuse; colors should not be oversaturated now
* Better light sortingPiotr Dziwinski2013-02-253-48/+58
| | | | Should fix lighting issue (#62)
* * Fix for satcom freezeerihel2013-02-242-15/+28
|
* CInstanceManager refactoringPiotr DziwiƄski2013-02-1724-182/+197
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* 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
| | | | * Fixes to editor window. It's now possible to resize, move and press buttons
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-038-1469/+0
| | | | | | | * all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot
* Changed model min/max to LOD levelsPiotr Dziwinski2013-01-279-289/+226
|
* CMakeLists enhancementsPiotr Dziwinski2013-01-081-2/+2
| | | | | | | - compiler detection (clang and gcc version check) - compile flags only for src/ subdir - system and local include paths - fix for clang compilation
* Merge dev and dev-graphicsPiotr Dziwinski2013-01-072-2/+0
|\
| * Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-052-2/+0
| |
* | GLEW fix for some graphics driversPiotr Dziwinski2013-01-061-2/+6
| |
* | Corrected OpenGL extension detectionPiotr Dziwinski2013-01-053-99/+116
| | | | | | | | | | | | - corrected multitexture and VBO detection - GLEW is now a required library - minor CMakeLists refactoring
* | Correct font scaling with resolutionPiotr Dziwinski2013-01-042-3/+9
| |
* | Merge branch 'dev' into dev-graphicsPiotr Dziwinski2013-01-043-6/+12
|\|
| * Fixed unicode rendering bugPiotr Dziwinski2012-12-271-1/+1
| |
| * Put common CXX flags in common variablesDidier Raboud2012-12-192-2/+4
| | | | | | | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
| * Don't enforce CMake build type on users.Didier Raboud2012-12-192-2/+6
| | | | | | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
| * Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+1
| | | | | | | | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* | Fixed stupid debug codePiotr Dziwinski2013-01-031-1/+1
| | | | | | | | Terrain VBOs should work now
* | Fixed spider and worm model loadingPiotr Dziwinski2012-12-282-4/+46
| |
* | Fixes and refactoringPiotr Dziwinski2012-12-273-239/+122
| |
* | Engine optimization - rewritten model managementPiotr Dziwinski2012-12-2614-1277/+1475
| | | | | | | | | | | | | | | | - new class CModelManager - rewritten engine object structure in CEngine - created shared model data instead of separate objects per each model instance - minor refactoring
* | Static objects using OpenGL VBOs and display listsPiotr Dziwinski2012-12-149-99/+480
| |
* | Performance countersPiotr Dziwinski2012-10-251-14/+130
| |
* | ComputeSphereVisibility and fixes in CEngine TODOsPiotr Dziwinski2012-10-207-87/+122
| | | | | | | | | | | | | | - view frustum culling with ComputeSphereVisibility - game should run faster now - resolved/removed most TODOs from CEngine - fixed OpenGL tests
* | 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-1112-449/+6681
|\
| * Merge branch 'dev-graphics' into devPiotr Dziwinski2012-10-0511-448/+6680
| |\
| | * CParticle rewritePiotr Dziwinski2012-10-055-287/+3944
| | |
| | * Some CPyro docsPiotr Dziwinski2012-10-051-3/+31
| | |
| | * CLightning rewritePiotr Dziwinski2012-10-052-48/+385
| | |
| | * CPyro rewritePiotr Dziwinski2012-10-032-109/+2319
| | |
| | * Spot light angle fixPiotr Dziwinski2012-10-032-3/+3
| | |
| * | Disabled window resizePiotr Dziwinski2012-10-051-1/+1
| |/
* / Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-114-7/+12
|/