Rename CSM flavours to restrictions
[oweals/minetest.git] / src / network /
2018-06-26 SmallJokerRename CSM flavours to restrictions
2018-06-24 SmallJokerFix rtt >= 0.0f assertion and free_move crash
2018-06-23 youRTT fixes (#7428)
2018-06-22 sfan5Fix ipv6_server=true not accepting IPv4 connections...
2018-06-13 Loïc BlotServer: move shutdown parts to a specific shutdown...
2018-05-26 SmallJokerFormspec verification: Fix show_formspec inside callbac...
2018-04-18 SmallJokerFix wrong channel number representation in logs (#7205)
2018-03-28 Andrew WardAdd reasons to on_dieplayer and on_hpchange
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-03-24 Loïc BlotCleanup sound manager class (#7158)
2018-03-16 Loic BlotFix an alone if to be with a missing else
2018-02-18 red-001Mitigate formspec exploits by verifying that the formsp...
2018-02-17 red-001Remove legacy chat network code. (#6954)
2018-02-15 red-001Add `on_auth_fail` callback (#7039)
2018-01-26 red-001Fix issues with earlier CSM HUD commit (#6940)
2018-01-20 red-001[CSM] Add functions to create particles and particlespa...
2018-01-20 red-001[CSM] Add basic HUD manipulation. (#6067)
2018-01-13 Muhammad Rifqi Pri... Add confirmation on new player registration (#6849)
2018-01-03 Thomas--SConnected Nodeboxes: Add `disconnected` boxes
2017-12-22 nOOb3167Fix undefined behaviour on getting pointer to data...
2017-12-11 Loïc BlotCSM fixes: load mods after flavours & add flavour to...
2017-12-10 SmallJokerDamage: Remove damage ignore timer
2017-12-04 paramatZoom: Set zoom FOV per-player using a player object... 6080/head
2017-11-24 SmallJokerInventory: Restrict access from too far away
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-10-30 miqlasInitial Haiku support (#6568)
2017-10-29 raymooAllow overriding tool capabilities through itemstack...
2017-10-16 SmallJokerFix strict_protocol_version_checking functionality...
2017-10-15 VitaliyReal global textures (#6105)
2017-10-09 Loic BlotNetworkPacket::putRawPacket: resize m_data to datasize...
2017-10-09 Loïc BlotTravis: Update clang from 4.0 to 5.0 (#6467)
2017-09-27 Loic BlotLint fix
2017-09-27 Loïc BlotAdd session_t typedef + remove unused functions (#6470)
2017-09-25 Loïc BlotImplement mod communication channels (#6351)
2017-09-20 jcalveFix compile error in openbsd (#6430)
2017-09-15 sfan5ServerEnv: Clean up object lifecycle handling (#6414)
2017-09-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
2017-09-12 SmallJokerNetwork: Fix logging into older worlds with base64...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-12 sfan5Fix failing linter (travis)
2017-09-05 Loic BlotUse a Buffer instead of SharedBuffer in ConnectionCommand
2017-09-04 paramatNetwork protocol documentation: Add 'can_zoom' to versi...
2017-09-04 Loïc BlotImplement minetest.register_can_bypass_userlimit (...
2017-09-04 Loïc BlotRe-apply previous commit with a typo fix
2017-09-04 Loïc BlotRevert "Network: fix a concurrency problem, by re-addin...
2017-09-04 Loïc BlotNetwork: fix a concurrency problem, by re-adding a...
2017-09-03 Loic BlotNetwork part requires SharedBuffers to be pass as value
2017-08-29 Loïc BlotNetwork proto handlers/container fixes (#6334)
2017-08-29 SmallJokerBump minimal protocol version to 36 (#6319)
2017-08-28 Loïc BlotClientevent refactor (#6320)
2017-08-28 Loïc BlotPass SharedBuffer as value to increment reference count
2017-08-25 Loïc BlotNetwork cleanup (#6310)
2017-08-24 EkdohibsAdd clientside translations.
2017-08-24 Loïc BlotNetwork cleanup (#6302)
2017-08-24 Pavel PuchkinFix OSX builds (closes #6289, fixes #6270) (#6306)
2017-08-20 paramatMinimap: Add new HUD flag for minimap radar mode
2017-08-20 Loïc BlotModernize source code: last part (#6285)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-18 Loïc BlotOptimize headers (part 2) (#6272)
2017-08-18 adridoAdd missing ctime include (#6269)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-08-17 Loic BlotTypo fix in compat code from commit 1d8d01074fdb52946f8...
2017-08-16 Loïc BlotClientInterface: add a function to verify (correctly...
2017-08-16 Loïc BlotCleanup various headers to reduce compilation times...
2017-08-15 Loic Blotserver.cpp: code modernization
2017-08-09 paramatStep height: Add as a player object property
2017-07-25 ParamatNetwork protocol: Document settable player collisionbox...
2017-07-18 Loïc Blot[CSM] Add flavour limits controlled by server (#5930)
2017-07-16 Loïc BlotChat protocol rewrite (#5117)
2017-07-01 Vincent GlizeC++11 cleanup inventorymanager (#6077)
2017-06-21 Vincent GlizeC++11 cleanup on constructors dir network (#6021)
2017-06-19 Loïc BlotVerify HudSetParams input when hotbar textures are...
2017-06-17 Loïc BlotCpp11 initializers 2 (#5999)
2017-06-14 Loïc BlotRemove legacy content_abm.{cpp,h}
2017-06-11 RuiFix the serialization error by ff73c7a (#5964)
2017-06-11 Loïc BlotUse thread_local instead from some static settings...
2017-06-11 RuiSound: Add pitch option (#5960)
2017-06-08 red-001Have the server send the player list to the client...
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2017-06-06 red-001Remove old network code (#5921)
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-26 SmallJokerTime: Change old `u32` timestamps to 64-bit (#5818)
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
next