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
/
content_cao.h
Age
Commit message (
Expand
)
Author
2020-11-12
Fix overloaded virtual warnings with get/setAttachment()
sfan5
2020-10-19
Decouple entity minimap markers from nametags replacing with show_on_minimap ...
sfan5
2020-10-04
Add First Person Attachments (#10360)
Jordan Snelling
2020-06-19
ParticleSpawner: Fix crash when attaching to invisible entity
SmallJoker
2020-06-11
Use multiple light positions for CAO lighting
sfan5
2020-06-01
ContentCAO: Update light of all attached entities (#9975)
SmallJoker
2020-05-29
Clean up CAO nametag handling and remove deprecated AO_CMD
sfan5
2020-05-29
content_cao: Do not expire visuals when not necessary
sfan5
2020-04-10
Drop genericobject.{cpp,h} (#9629)
Loïc Blot
2020-03-16
Fix entity lighting (#9514)
Danila Shutov
2020-02-16
Basic model shading (#9374)
Danila Shutov
2019-12-07
Attachments: Fix interpolation from (0,0,0) after detach
SmallJoker
2019-10-02
Attachments: Fix attachments to temporary removed objects (#8989)
SmallJoker
2019-08-31
Fix rotation of attached particlespawner
Pedro Gimeno
2019-07-29
ContentCAO: Fix broken attachments on join (#8701)
SmallJoker
2019-05-26
Fix persistent ^[brighten after damage again (#5739)
SmallJoker
2019-05-18
Optimize string (mis)handling (#8128)
Jozef Behran
2019-02-10
Consistent HP and damage types (#8167)
SmallJoker
2019-02-07
Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)
Paul Ouellette
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin