]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.cpp
Merge pull request #35 from arydevy/patch-1
[dragonfireclient.git] / src / server.cpp
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-12 SmallJokerSend attachments instantly before set_pos (#10235)
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-05 SmallJokerServer: properly delete ServerMap on interrupted startups
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-01 sfan5Revise dynamic_add_media API to better accomodate futur...
2021-01-31 sfan5Preserve immortal group for players when damage is...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-29 SmallJokerSettings: Proper priority hierarchy
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinRevert "Make Lint Happy"
2020-11-04 Elias FleckensteinMerge branch 'master' into master
2020-11-04 Elias FleckensteinMake Lint Happy
2020-10-18 Elias FleckensteinMake lint happy; Remove stupid redirector
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-09-26 luk3yxRemove null bytes from TOCLIENT_BLOCKDATA (#10433)
2020-09-25 Buckaroo BanzaiCorrect erroneous reported max lag with prometheus...
2020-09-16 rubenwardyClean up server-side translations, remove global variab...
2020-08-24 DesourProperly handle mod-errors in on_shutdown
2020-08-20 DSLoad media from subfolders (#9065)
2020-07-28 Hugues RossSanitize world directory names on create. Keep original...
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-06-23 Elias Fleckensteintest
2020-06-13 sfan5Server pushing media at runtime (#9961)
2020-05-27 sfan5Value copy / allocation optimizations mostly in server...
2020-05-23 sfan5Optimize particlespawner sending by not sending to...
2020-05-23 sfan5Implement spawning particles with node texture appearance
2020-05-22 sfan5Cleanup of particle & particlespawner structures and...
2020-05-20 VitaliyCache liquid alternative IDs (#8053)
2020-05-11 WuzzyAdd support for statbar “off state” icons (#9462)
2020-05-07 Loïc BlotServer class code cleanups (#9769)
2020-05-05 SmallJokerSky API: Rename *_tint to fog_*_tint for consistency
2020-05-02 ANANDset_fov: Add support for time-based transitions (#9705)
2020-04-29 Loic BlotAdd MetricsBackend with prometheus counter support
2020-04-25 EvidenceB KidscodeAdd server side translations capability (#9733)
2020-04-17 MaksimAndroid: fix handling non-latin characters on older...
2020-04-14 Hugues RossRefactor texture overrides and add new features (#9600)
2020-04-11 Loic BlotMove PlayerSAO to dedicated files
2020-04-11 Loic BlotMove serveractiveobject & unitsao
2020-04-10 Loïc BlotDrop genericobject.{cpp,h} (#9629)
2020-04-08 sfan5Overall improvements to log messages (#9598)
2020-03-08 MaksimFix 2 log messages when player joined to game (#9477)
2020-03-05 Jordachset_sky improvements, set_sun, set_moon and set_stars
2020-02-11 sfan5Script API: Check that SAOs are still usable before...
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2019-12-20 LejoFix the player information version_string return value...
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-11-19 sfan5Rework packet receiving in ServerThread
2019-10-02 SmallJokerAttachments: Fix attachments to temporary removed objec...
2019-09-24 SmallJokerFix some reference counters (memleak) (#8981)
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-17 SmallJokerInventory: Undo prediction on drop
2019-09-14 ANANDSend ActiveObjects once right after Init2
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-09-09 SmallJokerSend cumulated inventory changes only each step (#8856)
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-20 SmallJokerremove_detached_inventory: Fix segfault during mod...
2019-08-13 Jozef BehranFix unnecessary exception use in 3 more methods (#8791)
2019-08-13 SmallJokerBetter F6 profiler (#8750)
2019-08-10 Jozef BehranMerge pull request #8776 from osjc/FixGetNode
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-08 ANANDAllow customizing chat message format (#8529)
2019-08-07 ParamatAvoid crash caused by, and improve, 'findSpawnPos(...
2019-08-01 WuzzyGroup "immortal" also protects players from damage
2019-06-09 SmallJokerDamage: Play no damage sound when immortal (#8350)
2019-05-18 Jozef BehranOptimize string (mis)handling (#8128)
2019-04-27 sofarForce send a mapblock to a player (#8140)
2019-03-31 Loïc BlotCreate ServerThread earlier in the startup process
2019-03-26 rubenwardyPrevent multi-line chat messages server-side (#8420)
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
2019-03-07 rubenwardyFix detach inventory serialisation (#8331)
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-02-03 Loïc BlotForce player save before kicking on player shutdown...
2019-01-21 Jozef BehranFix randomly rejected form field submits (#8091)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-12-04 Loïc BlotFix uninitialized variable peer_id
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-11-12 rubenwardyFix get_server_status() segfault due to uninitialized...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-08-16 SmallJokerCheck node updates whether the blocks are known (#7568)
2018-07-28 ClobberXDLog server shutdown using actionstream (#7589)
2018-07-01 SmallJokerMake the server status message customizable (#7357)
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-15 Loic BlotRemove Server::m_ignore_map_edit_events (noop)
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-06-11 SmallJokerFix the /shutdown command (#7431)
2018-05-12 SmallJokerRun detach callbacks on player leave
2018-05-05 SmallJokerFix builtin inventory list crash when size = 0 (#7297)
2018-04-30 SmallJokerAllow damage for attached objects, add attach/detach...
2018-04-23 rubenwardyMove ASCII art to std::cerr, to remove it from logs
2018-04-19 rubenwardyAdd online content repository
2018-04-04 Loic BlotFix 5 issues reported by PVS studio
next