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
/
particles.cpp
Age
Commit message (
Expand
)
Author
2022-10-09
Optimize lighting calculation (#12797)
Jude Melton-Houghton
2022-09-20
Fix formula used for acceleration (#12353)
Lars Müller
2022-09-10
Allow looped animation to be used safely with old clients
sfan5
2022-08-12
Physics overrides: Move values to a common struct (#12591)
SmallJoker
2022-07-13
Make BlendMode::alpha the fallback for unknown future blend modes
Dmitry Kostenko
2022-07-13
Animated particlespawners and more (#11545)
Lexi Hale
2021-05-03
refacto: RenderingEngine::get_scene_manager() is now not callable from singleton
Loic Blot
2020-06-19
ParticleSpawner: Fix crash when attaching to invisible entity
SmallJoker
2020-05-23
Implement spawning particles with node texture appearance
sfan5
2020-05-22
Cleanup of particle & particlespawner structures and code (#9893)
sfan5
2019-08-31
particles.cpp: Fix code-style
ANAND
2019-08-31
Fix rotation of attached particlespawner
Pedro Gimeno
2019-08-10
Merge pull request #8776 from osjc/FixGetNode
Jozef Behran
2019-03-01
Fix particle spawners not visible since CSM spawner implementation (#8289)
Loïc Blot
2018-11-28
Move client-specific files to 'src/client' (#7902)
Quentin Bazin