Mineclonia/mods
cora d77f31eab8
Only set/send player properties if necessary
Before this patch, Mineclonia set (and therefore sent) player bone
positions and player properties in every globalstep. This results in
about 30 TOCLIENT_ACTIVE_OBJECT_MESSAGE per second per player. This
patch adds conditional functions to set bone positions and properties.
The functions set values only when they have changed, reducing traffic.
2021-12-09 04:26:22 +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 Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HELP Move data from deprecated files to mod.conf 2021-05-16 13:44:04 +02:00
HUD Add test cases for get_tool_name() 2021-12-06 04:11:55 +01:00
ITEMS Fix access to ender inventory without an ender chest 2021-12-03 21:23:10 +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 Only set/send player properties if necessary 2021-12-09 04:26:22 +01:00