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
/
clientenvironment.cpp
Age
Commit message (
Expand
)
Author
2023-01-06
Add dynamic exposure correction (#12959)
x2048
2022-11-20
Object selection: Improve distance checks (#12974)
DS
2022-10-30
Allow rotating entity selectionboxes (#12379)
Lars Müller
2022-09-27
Pause shader animation timer in singleplayer pause menu (#12766)
DS
2022-09-20
Fix formula used for acceleration (#12353)
Lars Müller
2022-08-13
Reduce the use of porting::getTimeMs() when rendering frames (#12679)
x2048
2022-08-12
Physics overrides: Move values to a common struct (#12591)
SmallJoker
2022-05-20
Fix lighting of the wield mesh (#12341)
x2048
2021-10-01
Split liquid_viscosity to liquid_viscosity and move_resistance (#10810)
Wuzzy
2021-05-03
refacto: RenderingEngine::get_scene_manager() is now not callable from singleton
Loic Blot
2021-05-03
refacto: don't use RenderingEngine singleton on CAO
Loic Blot
2021-04-11
Modifying fall damage via armor group (#11080)
Wuzzy
2021-01-22
Remove dead code (#10845)
rubenwardy
2020-12-19
Cleanup shader generation code (#10663)
Vitaliy
2020-10-29
Player physics: Ensure larger dtime simulation steps (#10563)
Lars Müller
2020-10-05
Remove unused functions reported by cppcheck (#10463)
SmallJoker
2020-09-09
Darwin platform build fix (#10376)
David CARLIER
2020-07-07
Fix player controls only being applied for the first move
TheTermos
2020-06-01
ContentCAO: Update light of all attached entities (#9975)
SmallJoker
2020-04-10
Drop genericobject.{cpp,h} (#9629)
Loïc Blot
2020-02-16
Basic model shading (#9374)
Danila Shutov
2019-10-02
Attachments: Fix attachments to temporary removed objects (#8989)
SmallJoker
2019-08-13
Better F6 profiler (#8750)
SmallJoker
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-07-29
ContentCAO: Fix broken attachments on join (#8701)
SmallJoker
2019-02-10
Consistent HP and damage types (#8167)
SmallJoker
2018-12-31
Extend pitch fly mode to swimming (#7943)
random-geek
2018-12-13
Add an activeobject manager to hold active objects (#7939)
Loïc Blot
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin