]> git.lizzy.rs Git - minetest.git/history - src/server.cpp
Add keybind to swap items between hands
[minetest.git] / src / server.cpp
2023-02-27 rubenwardyAdd minetest.get_player_window_information() (#12367)
2023-02-26 sofarSky: transmit body_orbit_tilt to client. (#13193)
2023-01-14 sfan5Disable Prometheus in singleplayer mode
2023-01-06 x2048Add dynamic exposure correction (#12959)
2022-12-26 lhofhanslAllow saturation to be controlled by the server. (...
2022-12-24 Jude Melton-HoughtonStore `MapEditEvent` blocks in a vector (#13071)
2022-12-24 Jude Melton-HoughtonMake MapEditEvent more complete
2022-11-24 Jude Melton-HoughtonRename "mod metadata" to "mod storage" everywhere
2022-11-10 Jude Melton-HoughtonAdd mod storage PostgreSQL backend
2022-11-09 Abdou-31Fix typos and en_US/en_GB inconsistency in various...
2022-11-03 Loïc BlotReduce exposure of various internals (#12885)
2022-10-18 Jude Melton-HoughtonImplement vector and node conversion in Lua (#12609)
2022-09-27 savilliAdd unittests for item movement code (#11885)
2022-09-26 Jude Melton-HoughtonAvoid duplication of mod metadata in memory (#12562)
2022-09-06 Herman SemenovCode optimizations / refactor (#12704)
2022-08-19 rubenwardyPrevent loading a world with unresolved dependencies...
2022-07-17 rubenwardyDeprecate loading a world with unresolved dependencies...
2022-07-13 Lexi HaleAnimated particlespawners and more (#11545)
2022-07-09 SmallJokerSounds: Various little improvements (#12486)
2022-07-09 SmallJokerEnforce limits of settings that could cause buggy behav...
2022-07-02 WuzzyAllow to set maximum star opacity at daytime (#11663)
2022-06-20 SmallJokerRe-order sound-related code (#12382)
2022-06-11 Lars MüllerNo damage effects on hp_max change (#11846)
2022-05-29 sfan5Optimize Server::sendMetadataChanged a bit
2022-05-29 sfan5Add API function to invoke player respawn
2022-05-21 rubenwardyDeprecate game.conf name, use title instead (#12030)
2022-05-10 sfan5Use native packer to transfer globals into async env(s)
2022-05-09 sfan5Add more Prometheus metrics (#12274)
2022-05-08 sfan5Cache serialized mapblocks during sending
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-05-02 sfan5Async environment for mods to do concurrent tasks ...
2022-05-02 sfan5Refactor some Lua API functions in preparation for...
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-07 Jude Melton-HoughtonDisentangle map implementations (#12148)
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-02-26 sfan5Move the codebase to C++14
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-08 Lars MüllerSend HUD flags only if changed
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2022-01-28 sfan5Add game name to server status string
2022-01-15 AlexGive the ASCII console splash a facelift
2022-01-15 sfan5Improve situation around race condition with dynamic_ad...
2022-01-15 savilliDon't call on_dieplayer callback two times (#11874)
2022-01-07 Jude Melton-HoughtonUse a database for mod storage (#11763)
2021-12-29 sfan5Socket-related cleanups
2021-12-05 sfan5Fix various code & correctness issues (#11815)
2021-10-15 WuzzyMake /status message easier to read
2021-09-15 ROllerozxaReadd TGA to the list of valid texture formats. (#11598)
2021-09-10 sfan5Clean up/improve some scriptapi error handling code
2021-09-10 Jude Melton-HoughtonSend to clients node metadata that changed to become...
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-07-29 hecksRemove unsupported formats from the media enumerator
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-06-22 SmallJokerServer: Ignore whitespace-only chat messages
2021-03-05 WuzzyTranslate builtin (#10693)
2021-02-12 SmallJokerSend attachments instantly before set_pos (#10235)
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
2020-12-15 LarsAllow configuring block disk and net compression. Chang...
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-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)
next