summaryrefslogtreecommitdiffstats
path: root/src/graphics/engine/engine.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CParticle rewritePiotr Dziwinski2012-10-051-0/+1
|
* Fixed bugs in texture coloringPiotr Dziwinski2012-09-301-17/+18
|
* Font coloring; fix for resize hackPiotr Dziwinski2012-09-301-3/+5
| | | | | | - added font coloring and changed default color to black - fixed resize hack incorrectly changing video config, but font resizing will not work for now
* Map texture paintingPiotr Dziwinski2012-09-301-9/+24
|
* Texture coloringPiotr Dziwinski2012-09-291-2/+140
|
* Fix for transparent objects and fadeoutsPiotr Dziwinski2012-09-291-28/+5
|
* Fixed texture regressionPiotr Dziwinski2012-09-291-18/+6
| | | | | There was a bug in texture modesetting but only visible after certain mode changes.
* Some fixes and optimizationsPiotr Dziwinski2012-09-291-23/+33
| | | | | | | | - 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
* Completely fixed light issuesPiotr Dziwinski2012-09-271-8/+23
| | | | Directional and spot lights are now set properly
* Lighting fix (experimental)Piotr Dziwinski2012-09-261-5/+5
| | | | | - changed fixed light allocation to prioritized per-use basis - minor refactoring in CPlanet and CWater
* Fog color fix; refactoringPiotr Dziwinski2012-09-261-8/+8
| | | | | | - fixed fog color setting - removed unused glSecondaryColor and altered struct VertexCol - minor refactoring in CText
* Various fixesPiotr Dziwinski2012-09-221-1/+4
| | | | | | | | - 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-221-7/+1
| | | | | - changed access to paths in data directory in CApplication - models now load from data directory
* Event fixes & refactoringPiotr Dziwinski2012-09-221-0/+1
| | | | | | - added new state tracking to Event - removed old fields from Event - fixed some issues with Events and fps counter
* robotmain, restext and engine fixesPiotr Dziwinski2012-09-211-1/+4
|
* Mouse pos setting, low cpu mode, stats displayPiotr Dziwinski2012-09-201-46/+83
|
* Namespace and styling fixPiotr Dziwinski2012-09-191-626/+637
|
* Change of background image handlingPiotr Dziwinski2012-09-171-128/+25
| | | | | | - removed old 4 quarter backgrounds - fixes in texture loading - other minor fixes
* 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
* Simulation timestamps and input bindingsPiotr Dziwinski2012-09-121-25/+5
| | | | | | - added new simulation time calculations in CApplication - added simulation frame updates - rewritten old input binding code and input state tracking
* Texture format detection; minor fixesPiotr Dziwinski2012-09-091-2/+3
| | | | | | - detection of texture format - fixed depth mask bug - minor refactoring
* CTerrain refactoring & fixesPiotr Dziwinski2012-09-081-6/+6
| | | | | - refactored CTerrain code - fixed some minor bugs
* Fixes in terrain renderingPiotr Dziwinski2012-08-271-11/+21
|
* Improved error messagesPiotr Dziwinski2012-08-131-5/+2
| | | | Added some logging and improved error messages displayed to user
* Rendering functions, documentationPiotr Dziwinski2012-08-131-227/+225
| | | | | - rewrote the render functions for CEngine, CCloud and CWater - added documentation
* Object handling in CEnginePiotr Dziwinski2012-08-121-238/+1240
| | | | | | - finished rewriting CEngine object, shadow, etc. handling - refactored texture code - added new log levels
* Fixes & testing in CEnginePiotr Dziwinski2012-08-121-94/+264
| | | | | - fixed bugs in settings modes, etc. - some additions and minor refactoring
* Render mode setting, refactoringPiotr Dziwinski2012-08-111-186/+181
| | | | | | - finished SetState in CEngine - refactored Size and IntSize back to Point and IntPoint - other minor changes in CEngine
* Partial CEngine implementationPiotr Dziwinski2012-08-101-240/+1996
| | | | | - added rewritten implementation for basic modesetting in CEngine - started rewriting proper rendering and object handling in CEngine
* Graphics stubsPiotr Dziwinski2012-08-091-4/+125
| | | | | | | - 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
* CTerrain implementationPiotr Dziwinski2012-08-081-0/+5
| | | | | | Added rewritten CTerrain implementation Compiles OK, but functions are missing from other classes Also needs testing
* Font renderingPiotr Dziwinski2012-08-061-1/+36
| | | | - implemented rest of CText interface excluding some minor features
* Basic font renderingPiotr Dziwinski2012-08-031-61/+87
| | | | | - added basic font rendering - minor refactoring & fixes
* Video mode changingPiotr Dziwinski2012-07-291-3/+17
| | | | | | - added video mode querying & changing - added joystick querying & changing - cleaned up CApplication interface
* Change of paths in src/graphicsPiotr Dziwinski2012-07-261-0/+729
- moved abstract core to src/graphics/core - moved proper graphics engine to src/graphics/engine