aboutsummaryrefslogtreecommitdiff
path: root/src/client/renderingengine.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix Android blank screen (#12604)ROllerozxa2022-07-311-0/+4
* Enforce limits of settings that could cause buggy behaviour (#12450)SmallJoker2022-07-091-5/+6
* Remove remains of video mode queryingsfan52022-05-291-15/+0
* Make logging cost free when there is no output target (#12247)paradust72022-05-041-1/+1
* Touch UI support for desktop builds (#10729)TheBrokenRail2021-09-261-3/+3
* Fix trivial typossfan52021-09-191-1/+1
* Remove unused header includeshecks2021-07-211-1/+0
* Fix build on Ubuntu 16.04 and macOSsfan52021-07-121-6/+6
* Refactor video driver name retrieval (#11413)hecks2021-07-111-21/+8
* Remove unsupported video drivers (#11395)hecks2021-06-301-31/+23
* Drop --videomodes, fullscreen_bpp and high_precision_fpu settingssfan52021-06-161-77/+1
* fix: some code tidy about includes & irr namespacesLoic Blot2021-05-031-1/+1
* refacto: remove get_gui_env & draw_load_screen from RenderingEngine singletonLoic Blot2021-05-031-1/+1
* refacto: RenderingEngine is now better hiddenLoic Blot2021-05-031-6/+6
* refacto: hide mesh_cache inside the rendering engineLoic Blot2021-05-031-1/+6
* refacto: add RenderingEngine::cleanupMeshCacheLoic Blot2021-05-031-0/+9
* GLES fixes (#11205)sfan52021-04-181-0/+4
* Enable Irrlicht debug logging with --tracesfan52021-03-121-0/+2
* Restore Irrlicht 1.9 supportsfan52021-03-091-0/+2
* Fix memory leak detected by address sanitizer (#10896)k.h.lai2021-02-021-1/+1
* Android: add OpenGL ES 2 support (#9715)Maksim2020-04-221-5/+2
* Implement DPI scaling for Windows (#9586)sfan52020-04-111-17/+60
* Overall improvements to log messages (#9598)sfan52020-04-081-18/+2
* Unify OpenGL ES supportsfan52019-08-041-1/+6
* Add styles to most elementsrubenwardy2019-08-031-8/+8
* Add custom colorable GUIButton implementationrubenwardy2019-08-031-17/+47
* Fix crash if display resolution is not set (#7950)Martin Renold2018-12-081-12/+9
* Provide Xorg/net wm process ID (#7445)thoughtjigs2018-06-171-7/+104
* Android build fixes for c++11stujones112018-03-111-0/+15
* [CSM] Add basic HUD manipulation. (#6067)red-0012018-01-201-1/+1
* Add confirmation on new player registration (#6849)Muhammad Rifqi Priyo Susanto2018-01-131-0/+20
* Rewrite rendering engine (#6253)Vitaliy2017-10-311-558/+21
* Initial Haiku support (#6568)miqlas2017-10-301-1/+2
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-091-8/+21
* Cleanup various headers to reduce compilation times (#6255)Loïc Blot2017-08-161-0/+2
* Modernize client code (#6250)Loïc Blot2017-08-151-2/+1
* Isolate irrlicht references and use a singleton (#6041)Loïc Blot2017-06-261-0/+1072