]> git.lizzy.rs Git - minetest.git/history - src/network
util/hex.h: Reserve result space in hex_encode()
[minetest.git] / src / network /
2019-03-14 Loïc BlotLINT fixes since recent tooling update
2019-03-10 rubenwardyFix serialization of std::time_t by casting to u64...
2019-03-07 Jozef BehranOptimize interaction distance checker (#8193)
2019-03-07 rubenwardyFix detach inventory serialisation (#8331)
2019-03-06 rubenwardyFix incorrect string length check after cast
2019-03-01 Loïc BlotFix particle spawners not visible since CSM spawner...
2019-02-26 Loïc BlotRevert "Revert CSM particles commit to fix particle...
2019-02-26 ParamatRevert CSM particles commit to fix particle spawner...
2019-02-23 ParamatAttend to LINT sillyness (#8276)
2019-02-15 ANANDRevert RTT fixes (#8187)
2019-02-15 Loïc BlotLINT fix
2019-02-10 SmallJokerConsistent HP and damage types (#8167)
2019-02-09 Loic BlotFix Address::isLocalhost algorithm
2019-02-09 rubenwardyDisable confirmation dialog on localhost
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
2019-01-26 Muhammad Rifqi Pri... Add setting to disable confirmation on new player regis...
2019-01-06 SmallJokerFix various bugs (Anticheat, Lua helpers) (#8013)
2019-01-03 SmallJokerProselytize the network. Use IEEE F32 (#8030)
2019-01-03 ParamatCSM restrictions: Make 'LOAD_CLIENT_MODS' disable loadi...
2018-12-24 Loïc BlotCSM: add requested CSM_RF_READ_PLAYERINFO (#8007)
2018-12-13 SmallJokerNetwork: Send IEEE floats (#7768)
2018-12-04 SmallJokerSend only changed node metadata to clients instead...
2018-11-28 Quentin BazinMove client-specific files to 'src/client' (#7902)
2018-11-28 CoderForTheBetterAdd Lua methods 'set_rotation()' and 'get_rotation...
2018-11-24 ParamatCSM: Don't create the client script environment if...
2018-10-10 SmallJoker Add core.remove_detached_inventory (#7684)
2018-09-07 ParamatParticles: Make collision with objects optional (#7682)
2018-07-28 rubenwardyAdd protocol_version and supported package types to...
2018-07-26 zeunerFix build on gcc 5.0 (#7586)
2018-07-14 Lars HofhanslRemove legacy client handling code.
2018-07-13 Lars HofhanslFix bug setting channel window size.
2018-07-13 Lars HofhanslEnsure that legacy mode is correctly disabled.
2018-07-10 SmallJokerFormspecs: Remove accidental empty 'quit' field
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...
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...
next