Commit Graph

7 Commits

Author SHA1 Message Date
sfan5
9d6e7e48d6 Implement spawning particles with node texture appearance 2020-05-23 22:52:21 +02:00
sfan5
1357ea1da2 Cleanup of particle & particlespawner structures and code () 2020-05-22 13:23:25 +02:00
Loïc Blot
170dd409cb Fix particle spawners not visible since CSM spawner implementation ()
* 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
2019-03-01 20:16:11 +01:00
Loïc Blot
111f1dc9c5 Revert "Revert CSM particles commit to fix particle spawner bug for 5.0.0 ()"
This reverts commit 01cd63bd3bca0192dab2834faf414b022706a77e.
2019-02-26 08:53:53 +01:00
Paramat
01cd63bd3b Revert CSM particles commit to fix particle spawner bug for 5.0.0 ()
Reverts 5dab7426451842793b183fbd961ad2ae83c8acbd
"[CSM] Add functions to create particles and particlespawners."
2019-02-26 04:26:25 +00:00
Quentin Bazin
5f1cd555cd Move client-specific files to 'src/client' ()
Update Android.mk
Remove 'src/client' from include_directories
2018-11-28 20:01:49 +01:00
red-001
5dab742645 [CSM] Add functions to create particles and particlespawners. () 2018-01-20 23:31:53 +01:00