Mineclonia/mods
cora 708f797dd0
mcl_playerplus: only send object props if changed
Mineclonia currently sends bone positions and player object properties
in every globalstep resulting in about 30 TOCLIENT_ACTIVE_OBJECT_MESSAGE
per second. This commit adds conditonal set_bone_position and
set_player_properties functions so this only happens when the relevant
values have actually changed.
2021-12-03 21:58:01 +01:00
..
CORE Fix typo in mcl_colors API documentation 2021-11-18 19:23:57 +01:00
ENTITIES Give mobs sunburn at correct light level 2021-11-19 03:14:36 +01:00
ENVIRONMENT replace nether dust particles with p. spawners 2021-12-03 21:57:53 +01:00
HELP Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HUD strip newlines from tools in death messages 2021-12-01 13:25:57 +00:00
ITEMS Add debug command to show ender chest inventory formspec. 2021-12-02 19:44:22 +01:00
MAPGEN Generate pig spawners in mineshafts 2021-07-23 04:11:33 +02:00
MISC Improve test for minetest.find_nodes_in_area() 2021-11-18 04:47:03 +01:00
PLAYER mcl_playerplus: only send object props if changed 2021-12-03 21:58:01 +01:00