summaryrefslogtreecommitdiffstats
path: root/src/graphics
Commit message (Collapse)AuthorAgeFilesLines
* Map texture paintingPiotr Dziwinski2012-09-302-10/+29
|
* Texture coloringPiotr Dziwinski2012-09-292-7/+153
|
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-296-59/+11
|
* Fixed texture regressionPiotr Dziwinski2012-09-296-80/+21
| | | | | There was a bug in texture modesetting but only visible after certain mode changes.
* Some fixes and optimizationsPiotr Dziwinski2012-09-299-133/+204
| | | | | | | | - 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
* Merge remote-tracking branch 'origin/dev' into dev-graphicsadiblol2012-09-272-22/+47
|\
| * * Ingame help should now display correctlyerihel2012-09-272-22/+47
| |
* | Completely fixed light issuesPiotr Dziwinski2012-09-273-20/+48
| | | | | | | | Directional and spot lights are now set properly
* | Updated docs and some Doxygen fixesPiotr Dziwinski2012-09-277-34/+36
| |
* | Fixed blinking light problemPiotr Dziwinski2012-09-271-5/+2
| | | | | | | | | | | | - temporarily commented out misbehaving code in CPhysics - some fixes in CLightManager - minor refactoring in CRobotMain
* | Lighting fix (experimental)Piotr Dziwinski2012-09-268-87/+151
| | | | | | | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* | Refactored resource and relief loadingPiotr Dziwinski2012-09-262-43/+73
|/ | | | | - now loading can be from any image format - added IntColor struct for precise pixel operations
* Merge master & devPiotr Dziwinski2012-09-265-66/+61
|\
| * Fog color fix; refactoringPiotr Dziwinski2012-09-265-66/+61
| | | | | | | | | | | | - fixed fog color setting - removed unused glSecondaryColor and altered struct VertexCol - minor refactoring in CText
| * made graphics/engine/text cleaner, I hopeMichał Zieliński2012-09-242-32/+35
| |
* | made graphics/engine/text cleaner, I hopeMichał Zieliński2012-09-252-32/+35
| |
* | * Building should work now without 'ground not flat' messageerihel2012-09-252-7/+7
|/
* Various fixesPiotr Dziwinski2012-09-222-7/+25
| | | | | | | | - disabled UserDir() in path lookup - fixed crashes on loading missions in CObject - fixed texture bug in CTerrain - changed mouse move event handling to avoid flooding event queue - enabled all missions for testing
* Data dir pathsPiotr Dziwinski2012-09-225-17/+4
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-222-12/+15
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* Alpha operation fixPiotr Dziwinski2012-09-211-1/+1
|
* robotmain, restext and engine fixesPiotr Dziwinski2012-09-211-1/+4
|
* Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-202-104/+132
|
* Namespace and styling fixPiotr Dziwinski2012-09-1933-2184/+2344
|
* Forgotten fix in dev-graphicsPiotr Dziwinski2012-09-1911-290/+123
|\
| * 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
| |/
* / Fixed old model format bugsPiotr Dziwinski2012-09-091-1/+5
|/
* 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