summaryrefslogtreecommitdiffstats
path: root/src/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Mouse wheel events, motion vectorsPiotr Dziwinski2012-09-192-19/+17
| | | | | | - added mouse wheel events - added motion vectors to CRobotMain - other minor changes in event.h
* Input bindings rewritePiotr Dziwinski2012-09-191-1/+0
| | | | | | - moved input bindings to CRobotMain - added virtual keymod and joystick button key presses - fixed putenv error; other minor fixes
* Merge branch 'dev' of https://github.com/adiblol/colobot into devZaba9992012-09-183-150/+73
|\ | | | | | | | | Conflicts: src/ui/slider.cpp
| * Change of background image handlingPiotr Dziwinski2012-09-173-150/+73
| | | | | | | | | | | | - removed old 4 quarter backgrounds - fixes in texture loading - other minor fixes
* | warnings fight in progress.Zaba9992012-09-182-2/+2
|/
* changes needeto to cimpile on windows.Zaba9992012-09-172-4/+4
|
* Fix max lights errorPiotr Dziwinski2012-09-161-2/+4
|
* Some memory leaks fixedPiotr Dziwinski2012-09-161-6/+8
|
* Interface worksPiotr Dziwinski2012-09-161-10/+4
| | | | | | - removed mock of CInterface and fixed event passing to CRobotMain - changed texture names from tga and bmp to png - UI now works but interaction is still broken
* Merge dev-common and various fixes to achieve compilationPiotr Dziwinski2012-09-154-35/+9
|\ | | | | | | | | | | | | | | - merged changes from dev-common - fixed many compilation errors (CBrain, UI, ...) - temporarily commented out some problematic code (e.g. input bindings) - (partially) fixed #include styling - everything compiles except for CRobotMain, CMainDialog and CStudio
| * Simulation timestamps and input bindingsPiotr Dziwinski2012-09-122-33/+6
| | | | | | | | | | | | - added new simulation time calculations in CApplication - added simulation frame updates - rewritten old input binding code and input state tracking
| * Refactoring in src/commonPiotr Dziwinski2012-09-092-2/+3
| | | | | | | | | | - refactored CInstanceManager and some headers - removed old headers
* | half of task compile.Zaba9992012-09-112-61/+1
| |
* | commented new part in cmakelist and reverted stubs in camera.cpp. Will be ↵Zaba9992012-09-101-0/+62
| | | | | | | | commited later after implementation is finished in dev-object branch.
* | Merge with changes from Zaba999 fork.Zaba9992012-09-101-61/+0
|/
* Texture format detection; minor fixesPiotr Dziwinski2012-09-095-25/+77
| | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-0810-663/+715
| | | | | - refactored CTerrain code - fixed some minor bugs
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-083-182/+460
| | | | | | - fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
* FixPiotr Dziwinski2012-09-031-2/+6
|
* FixPiotr Dziwinski2012-09-031-4/+3
|
* FixPiotr Dziwinski2012-08-311-12/+0
|
* New model file formatPiotr Dziwinski2012-08-314-332/+771
| | | | | | | - added new binary and text formats for models - fixes and improvements in CModelFile - tool for converting model files - minor additions and fixes
* Fixes in terrain renderingPiotr Dziwinski2012-08-273-14/+31
|
* Improved error messagesPiotr Dziwinski2012-08-134-20/+10
| | | | Added some logging and improved error messages displayed to user
* Test fixPiotr Dziwinski2012-08-135-16/+17
|
* Rendering functions, documentationPiotr Dziwinski2012-08-1312-452/+575
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-1216-580/+1705
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-128-122/+315
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Documentation updatePiotr Dziwinski2012-08-1124-44/+114
| | | | | | - updated Doxyfile - added/changed file, dir and namespace descriptions - fixed some errors in doxygen tags
* Render mode setting, refactoringPiotr Dziwinski2012-08-117-281/+287
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Partial CEngine implementationPiotr Dziwinski2012-08-103-401/+2318
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Graphics stubsPiotr Dziwinski2012-08-0912-103/+798
| | | | | | | - added stubs for functions in CLightning, CParticle and CPyro - cleaned object.h and physics.h headers - created temporary stubs to compile CCamera - other necessary changes to compile successfully
* CPlanet implementationPiotr Dziwinski2012-08-092-27/+209
| | | | Added rewritten CPlanet implementation
* CWater and CCloud basic implementationPiotr Dziwinski2012-08-084-75/+1043
| | | | | Added rewritten implementation for CWater and CCloud Won't link yet because of missing functions
* CTerrain implementationPiotr Dziwinski2012-08-087-104/+1988
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* Font renderingPiotr Dziwinski2012-08-064-136/+492
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-037-139/+837
| | | | | - added basic font rendering - minor refactoring & fixes
* Switched to new style castsPiotr Dziwinski2012-07-304-51/+51
| | | | | | - 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-302-21/+21
| | | | Will probably be useful
* CCamera rewritePiotr Dziwinski2012-07-292-117/+1874
| | | | | Rewritten old code; doesn't compile yet because changes in other modules are needed.
* Video mode changingPiotr Dziwinski2012-07-296-29/+82
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* GLEWPiotr Dziwinski2012-07-281-5/+31
| | | | Added GLEW for loading OpenGL extensions
* Change of paths in src/graphicsPiotr Dziwinski2012-07-2640-113/+152
| | | | | - moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine
* Dynamic light managerPiotr Dziwinski2012-07-265-54/+517
| | | | - rewrote old CLight as CLightManager
* LightingPiotr Dziwinski2012-07-266-42/+615
| | | | | - fixed problems with lighting - added light_test
* Fixed bug in texturingPiotr Dziwinski2012-07-253-13/+20
|
* Refactoring of texture codePiotr Dziwinski2012-07-259-282/+274
| | | | | | | - refactored texture structs & functions - added note about OpenGL extensions - removed device.cpp as unnecessary - minor changes in CEngine
* Cursor drawingPiotr Dziwinski2012-07-237-239/+248
| | | | | - fixed cursor drawing in CEngine - changed event loop to generate more events
* Texture & mouse functions; refactoring & fixesPiotr Dziwinski2012-07-2215-458/+1278
| | | | | | | | | | | - cleaned up and added documentation to engine.h - refactored CEngine interface and associated structs - added mouse handling functions in CApplication & CEngine - fixed bugs in projection matrix setting - changed texture loading & handling - added const-values in CDevice & CGLDevice - changed event management in CApplication - other minor changes & bugfixes
* ComputeSphereVisibility functionPiotr Dziwinski2012-07-183-3/+103
| | | | | - borrowed implementation of ComputeSphereVisibility from libwine - added -lrt to Linux libs