Mgv6 mudflow: Remove decoration if 'dirt with grass' below flows away (#5798)
[oweals/minetest.git] / src / network /
2017-05-19 Loïc BlotWhen minimap is disabled in configuration, really disab...
2017-05-05 Loic BlotAdd missing server sending rule for bd921a7916f0fafc493...
2017-05-03 SmallJokerFading soungs: Fix client crash on older servers
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 SmallJokerSneak: Improve and fix various things
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-29 SmallJokerFix Travis/unittest broken since b662a45
2017-04-26 red-001Fix #5655 (#5658)
2017-04-25 ShadowNinjaRename Scripting API files for consistency
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-04-21 Loïc BlotFix various performance issues reported by cppcheck...
2017-04-19 Loïc BlotFix various copy instead of const ref reported by cppch...
2017-04-17 SmallJokerFix MSVC build broken by 34d32ce
2017-04-15 Loïc BlotImplement delayed server shutdown with cancelation...
2017-04-14 Loic BlotNetworkPacket: don't copy push std::string and std...
2017-04-14 Loic BlotFix wrong channel type in Client/Server CommandFactories
2017-04-07 Auke KokFix "error: ‘playerSAO’ was not declared"
2017-04-07 EkdohibsFix spacing
2017-04-07 EkdohibsFix problems when overriding the hand:
2017-04-07 presstabstartFix multiple death messages (#5305)
2017-04-04 Loïc BlotClient handlers: Remove useless stringstream usage...
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
2017-03-16 Loïc Blot[CSM] Add minimap API modifiers (#5399)
2017-03-13 nerzhul[CSM] Add enable_client_modding param (default: false)
2017-03-13 Loïc Blot[CSM] Add on_death, on_hp_modification & oh_damage_take...
2017-03-13 red-001[CSM] Add method that display chat to client-sided...
2017-03-13 Loic Blot[CSM] Client side modding
2017-02-10 paramatPlantlike: Fix visual_scale being applied squared
2017-02-10 Craig RobbinsRevert "Plantlike visual scale: Send sqrt(visual_scale...
2017-01-30 paramatPlantlike visual scale: Send sqrt(visual_scale) to...
2017-01-24 raymooWrap to positive degree values (#5106)
2017-01-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-18 sfan5Add particle animation, glow
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-11 Loic BlotCleanup some header inclusions to improve compilation...
2017-01-02 sfan5Move TileAnimation code to seperate file
2017-01-01 Loic BlotFix non reverted change on TOSERVER_BREATH compat
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-29 sfan5Fix interact range check (thanks to @lhofhansl)
2016-12-29 Rogier-5Use the outgoing split sequence number for every outgoi...
2016-12-26 sfan5Various anticheat improvements
2016-12-11 Rogier-5Fix computation of viewing range (in blocks) sent to...
2016-12-03 Lars HofhanslOptimize block sent: Fix rendering issue
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-11-26 TeTpaAkaWieldhand: Allow overriding the hand
2016-11-14 sfan5Revert "Adding particle blend, glow and animation ...
2016-11-14 Foghrye4Adding particle blend, glow and animation (#4705)
2016-11-12 raymooAdd control information to player interacts (#4685)
2016-10-30 Loic BlotFix overloading problems mentioned by clang
2016-10-30 Ner'zhulPlayerSAO/LocalPlayer refactor: (#4612)
2016-10-13 raymooAttached particle spawners
2016-10-08 Loic BlotMore code cleanup (UNORDERED + RemotePlayer/LocalPlayer)
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-08 Loic BlotPlayer/LocalPlayer/RemotePlayer inheritance cleanup...
2016-10-06 Loic Blotuse unordered containers where possible (patch 4 on X)
2016-10-06 Loic BlotUse more unordered_maps to improve performance in c...
2016-10-04 Loic BlotChat: new settings to prevent spam 4571/head
2016-08-26 Auke KokMake plantlike drawtype more fun
2016-06-03 Robert KiralySapier's fix for the RESEND RELIABLE problem (#4170)
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-05-22 est31Tolerate packet reordering in the early init process 4140/head
2016-03-29 sfan5Fix small formatting issue in SRP debug output
2016-03-20 ShadowNinjaClean up Strfnd
2016-03-15 est31Add option to not send pre v25 init packet 3855/head
2016-03-15 est31Much better API for auth.{cpp, h}
2016-03-14 HybridDogFix player teleportation bug whilst sneaking
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-02-23 nerzhulGOTBLOCKS & DELETEBLOCKS: test packet size only once 3771/head
2016-01-23 Auke KokBackface culling: Ignore setting in tiledef from old...
2016-01-09 ASL97Cache disable_anticheat and check it for "interacted_to...
2016-01-04 gregorycuFix for commit 87dcee6 It uses the wrong variable and...
2016-01-03 gregorycuPrevent technically unsafe access with empty vector
2015-12-02 Alex FordAdd on_secondary_use when right clicking an item in...
2015-11-13 est31Only allow players with shout to chat
2015-11-06 est31Add server side ncurses terminal
2015-10-14 ShadowNinjaAlways use errorstream for DEBUG_EXCEPTION_HANDLER
2015-10-14 ShadowNinjaUse warningstream for log messages with WARNING
2015-10-12 KahrlFix how address is logged when a wrong password is...
2015-10-04 kwolekrRemove redundant code in player interact handler
2015-09-14 est31Serialisation: documentation fixes, clarifying renames...
2015-09-10 est31networkprotocol.h: remove "u16 command" from doc
2015-09-01 est31Hide minimap if it has been disabled by server
2015-08-25 David JonesChange i++ to ++i
2015-08-24 ShadowNinjaClean up threading 2613/head
2015-08-15 nerzhulRemove unused function from connection.{cpp,h}
2015-08-10 kwolekrMake NetworkPacket respect serialized string size limits
2015-08-06 kwolekrFix BufferedPacket race condition (fixes #2983)
2015-08-06 kwolekrFix critical vulnerabilities and bugs with NetworkPacket
2015-08-06 kwolekrconnection: Make assertions non-fatal for received...
2015-08-01 Břetislav Štecsrc/network/connection.h: Fix race condition
2015-07-27 est31Fix srp.cpp:815 leak
2015-07-24 est31Bump protocol to 26
2015-07-23 est31Optional reconnect functionality
2015-07-21 est31Ask auth handler to create auth when a default password...
2015-07-16 RealBadAngelFix relief mapping issues
2015-07-14 Loic Blotconnection.cpp: remove unused constructor
2015-07-14 kwolekrRemove raw message output on AOM deserialization failure
2015-07-10 kwolekrFix damage flash when damage disabled
next