aboutsummaryrefslogtreecommitdiff
path: root/src/server.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow configuring block disk and net compression. Change default disk level.Lars2020-12-151-2/+2
* Minimap as HUD element with API controlPierre-Yves Rollo2020-10-041-0/+17
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-2/+2
* Remove null bytes from TOCLIENT_BLOCKDATA (#10433)luk3yx2020-09-261-1/+1
* Correct erroneous reported max lag with prometheus (#10427)Buckaroo Banzai2020-09-251-1/+6
* Clean up server-side translations, remove global variable (#10075)rubenwardy2020-09-161-31/+22
* Properly handle mod-errors in on_shutdownDesour2020-08-241-2/+15
* Load media from subfolders (#9065)DS2020-08-201-5/+11
* Sanitize world directory names on create. Keep original name separate (#9432)Hugues Ross2020-07-281-2/+7
* Server pushing media at runtime (#9961)sfan52020-06-131-72/+123
* Value copy / allocation optimizations mostly in server, SAO and serialize codesfan52020-05-271-23/+20
* Optimize particlespawner sending by not sending to distant playerssfan52020-05-231-0/+18
* Implement spawning particles with node texture appearancesfan52020-05-231-0/+1
* Cleanup of particle & particlespawner structures and code (#9893)sfan52020-05-221-71/+35
* Cache liquid alternative IDs (#8053)Vitaliy2020-05-201-2/+2
* Add support for statbar “off state” icons (#9462)Wuzzy2020-05-111-1/+2
* Server class code cleanups (#9769)Loïc Blot2020-05-071-166/+26
* Sky API: Rename *_tint to fog_*_tint for consistencySmallJoker2020-05-051-2/+2
* set_fov: Add support for time-based transitions (#9705)ANAND2020-05-021-2/+2
* Add MetricsBackend with prometheus counter supportLoic Blot2020-04-291-12/+45
* Add server side translations capability (#9733)EvidenceB Kidscode2020-04-251-1/+21
* Android: fix handling non-latin characters on older Android devices (#9309)Maksim2020-04-171-0/+8
* Refactor texture overrides and add new features (#9600)Hugues Ross2020-04-141-2/+5
* Move PlayerSAO to dedicated filesLoic Blot2020-04-111-1/+1
* Move serveractiveobject & unitsaoLoic Blot2020-04-111-1/+1
* Drop genericobject.{cpp,h} (#9629)Loïc Blot2020-04-101-5/+2
* Overall improvements to log messages (#9598)sfan52020-04-081-9/+8
* Fix 2 log messages when player joined to game (#9477)Maksim2020-03-081-4/+3
* set_sky improvements, set_sun, set_moon and set_starsJordach2020-03-051-12/+76
* Script API: Check that SAOs are still usable before attempting to use themsfan52020-02-111-8/+2
* Improve core.sound_play with ephemeral sounds and player exclusionsfan52020-02-011-15/+33
* Fix the player information version_string return value (#8616)Lejo2019-12-201-1/+1
* Add z-index management to HUDPierre-Yves Rollo2019-12-061-1/+2
* Rework packet receiving in ServerThreadsfan52019-11-191-19/+51
* Attachments: Fix attachments to temporary removed objects (#8989)SmallJoker2019-10-021-17/+28
* Fix some reference counters (memleak) (#8981)SmallJoker2019-09-241-5/+10
* Add support for per-player FOV overrides and multipliersAnand S2019-09-191-0/+10
* Inventory: Undo prediction on dropSmallJoker2019-09-171-0/+1
* Send ActiveObjects once right after Init2ANAND2019-09-141-109/+106
* Formspecs: Introduce formspec_version to modsSmallJoker2019-09-141-4/+5
* Send cumulated inventory changes only each step (#8856)SmallJoker2019-09-091-13/+10
* Inventory: Send dirty lists where appropriate (#8742)SmallJoker2019-08-241-12/+27
* remove_detached_inventory: Fix segfault during mod loadSmallJoker2019-08-201-1/+9
* Fix unnecessary exception use in 3 more methods (#8791)Jozef Behran2019-08-131-9/+5
* Better F6 profiler (#8750)SmallJoker2019-08-131-18/+8
* Merge pull request #8776 from osjc/FixGetNodeJozef Behran2019-08-101-1/+1
* Implement adding velocity to player from Luasfan52019-08-101-0/+7
* Allow customizing chat message format (#8529)ANAND2019-08-081-21/+19
* Avoid crash caused by, and improve, 'findSpawnPos()' (#8728)Paramat2019-08-071-12/+31
* Group "immortal" also protects players from damageWuzzy2019-08-011-1/+1