index
:
minetest.git
clamp
dual_wielding
find_nodes_in_area
handswap_keybind
hud_font_style
itemmeta_restrictions
mirror_hands
physics
serversoundpack
stencil_shadows
wield_animation
lizzy's patches for luanti
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
client
/
renderingengine.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
Add dynamic exposure correction (#12959)
x2048
2022-12-25
Fully remove pageflip 3D mode (#13074)
ROllerozxa
2022-12-24
Fix progress bar look on HiDPI displays (#13055)
Jean-Patrick Guerrero
2022-11-02
Improve bloom effect (#12916)
x2048
2022-07-31
Fix Android blank screen (#12604)
ROllerozxa
2022-07-09
Enforce limits of settings that could cause buggy behaviour (#12450)
SmallJoker
2022-05-29
Remove remains of video mode querying
sfan5
2022-05-04
Make logging cost free when there is no output target (#12247)
paradust7
2021-09-26
Touch UI support for desktop builds (#10729)
TheBrokenRail
2021-09-19
Fix trivial typos
sfan5
2021-07-21
Remove unused header includes
hecks
2021-07-12
Fix build on Ubuntu 16.04 and macOS
sfan5
2021-07-11
Refactor video driver name retrieval (#11413)
hecks
2021-06-30
Remove unsupported video drivers (#11395)
hecks
2021-06-16
Drop --videomodes, fullscreen_bpp and high_precision_fpu settings
sfan5
2021-05-03
fix: some code tidy about includes & irr namespaces
Loic Blot
2021-05-03
refacto: remove get_gui_env & draw_load_screen from RenderingEngine singleton
Loic Blot
2021-05-03
refacto: RenderingEngine is now better hidden
Loic Blot
2021-05-03
refacto: hide mesh_cache inside the rendering engine
Loic Blot
2021-05-03
refacto: add RenderingEngine::cleanupMeshCache
Loic Blot
2021-04-18
GLES fixes (#11205)
sfan5
2021-03-12
Enable Irrlicht debug logging with --trace
sfan5
2021-03-09
Restore Irrlicht 1.9 support
sfan5
2021-02-02
Fix memory leak detected by address sanitizer (#10896)
k.h.lai
2020-04-22
Android: add OpenGL ES 2 support (#9715)
Maksim
2020-04-11
Implement DPI scaling for Windows (#9586)
sfan5
2020-04-08
Overall improvements to log messages (#9598)
sfan5
2019-08-04
Unify OpenGL ES support
sfan5
2019-08-03
Add styles to most elements
rubenwardy
2019-08-03
Add custom colorable GUIButton implementation
rubenwardy
2018-12-08
Fix crash if display resolution is not set (#7950)
Martin Renold
2018-06-17
Provide Xorg/net wm process ID (#7445)
thoughtjigs
2018-03-11
Android build fixes for c++11
stujones11
2018-01-20
[CSM] Add basic HUD manipulation. (#6067)
red-001
2018-01-13
Add confirmation on new player registration (#6849)
Muhammad Rifqi Priyo Susanto
2017-10-31
Rewrite rendering engine (#6253)
Vitaliy
2017-10-30
Initial Haiku support (#6568)
miqlas
2017-10-09
Travis: Update clang from 4.0 to 5.0 (#6467)
Loïc Blot
2017-08-16
Cleanup various headers to reduce compilation times (#6255)
Loïc Blot
2017-08-15
Modernize client code (#6250)
Loïc Blot
2017-06-26
Isolate irrlicht references and use a singleton (#6041)
Loïc Blot