Translated using Weblate (Italian)
[oweals/minetest.git] / src / server /
2020-06-04 SmallJokerMove shared parameters sending to UnitSAO (#9968)
2020-05-29 sfan5Clean up CAO nametag handling and remove deprecated...
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 sfan5Server: Improve some log messages (#9820)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-27 sfan5Expose collision information to LuaEntity on_step
2020-04-16 Loïc BlotOptimize get_objects_inside_radius calls (#9671)
2020-04-11 Loic BlotDrop content_sao.{cpp,h}
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 Loic Blotpass clang-format
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-08 sfan5Overall improvements to log messages (#9598)
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-07-16 Lars HofhanslOptimize getting active objects a bit. #8674
2018-12-13 Loïc BlotAdd an activeobject manager to hold active objects...
2018-07-08 lhofhanslRevert 6587 - Optimize entity-entity collision (#7539)
2018-06-06 Loïc BlotCSM/SSM: Add on_mods_loaded callback (#7411)
2018-04-19 rubenwardyAdd online content repository
2018-04-06 VitaliyFix SAOM (#7200)
2018-04-03 Loïc BlotFix various clang-tidy reported performance-type-promot...
2018-04-03 VitaliyOptimize entity-entity collision (#6587)
2018-03-23 youPrint the mod loading time (#7137)
2018-03-16 Loïc BlotServer: delegate mod management & config to ServerModCo...