aboutsummaryrefslogtreecommitdiff
path: root/src/client/particles.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Animated particlespawners and more (#11545)Lexi Hale2022-07-131-11/+59
| | | | | Co-authored-by: Lars Mueller <appgurulars@gmx.de> Co-authored-by: sfan5 <sfan5@live.de> Co-authored-by: Dmitry Kostenko <codeforsmile@gmail.com>
* Implement spawning particles with node texture appearancesfan52020-05-231-2/+2
|
* Cleanup of particle & particlespawner structures and code (#9893)sfan52020-05-221-45/+13
|
* Fix rotation of attached particlespawnerPedro Gimeno2019-08-311-2/+1
| | | | Co-authored-by: ANAND <ClobberXD@gmail.com>
* Fix particle spawners not visible since CSM spawner implementation (#8289)Loïc Blot2019-03-011-10/+16
| | | | | * Drop the ID mapper, use a big u64 instead. This will permit to resync server ids properly with the manager code * Modernize some code parts (std::unordered_map, auto) * generate id on client part on U32_MAX + 1 ids, lower are for server ids
* Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ↵Loïc Blot2019-02-261-0/+8
| | | | | | (#8288)" This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
* Revert CSM particles commit to fix particle spawner bug for 5.0.0 (#8288)Paramat2019-02-261-8/+0
| | | | Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd "[CSM] Add functions to create particles and particlespawners."
* Move client-specific files to 'src/client' (#7902)Quentin Bazin2018-11-281-0/+223
Update Android.mk Remove 'src/client' from include_directories