]> git.lizzy.rs Git - dragonfireclient.git/history - src/network
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / src / network /
2022-06-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-06-05 rubenwardyAdd register dialog to separate login/register (#12185)
2022-06-02 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-22 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-18 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-17 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2022-05-04 paradust7Make logging cost free when there is no output target...
2022-04-30 sfan5Deal with compiler warnings
2022-04-28 sfan5Clean up some auth packet handling related code
2022-04-28 sfan5Fix password changing getting stuck if wrong password...
2022-04-28 sfan5Apply disallow_empty_password to password changes too
2022-04-28 sfan5Fix race condition in registration leading to duplicate...
2022-04-08 ShadowNinjaSpacing fixes
2022-03-26 x2048Add API to control shadow intensity from the game/mod...
2022-02-17 sfan5Clean up ClientReady packet handling
2022-02-03 Jude Melton-HoughtonClean up ClientInterface locking
2022-01-30 sfan5Get rid of `basic_debug` last minute
2022-01-22 Vincent RobinsonBump formspec version (#11980)
2022-01-22 sfan5Fix consistency of sky sun/moon texture behaviour
2022-01-19 sfan5Fix local animation not instantly updating after being set
2022-01-15 savilliDon't call on_dieplayer callback two times (#11874)
2022-01-09 sfan5Restore pass-through of direction keys (#11924)
2021-12-29 sfan5Socket-related cleanups
2021-12-28 savilliFix check that denies new clients from a singleplayer...
2021-12-28 JosiahWIRestore GCC 5 compatibility (#11778)
2021-12-01 SmallJokerNetwork: Delete copy constructor and use std::move...
2021-10-31 WuzzyFix number of tool uses being off by 1..32767 (#11110)
2021-10-25 sfan5Fix item duplication if player dies during interact...
2021-10-12 sfan5Remove broken timeout behaviour
2021-10-12 savilliFix player HP desync between client and server
2021-09-27 SmallJokerVarious code improvements
2021-09-19 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-09-19 sfan5Fix trivial typos
2021-09-17 sfan5Shave off buffer copies in networking code (#11607)
2021-09-12 sfan5Fix broken handling of NodemetaChanged packets
2021-09-11 sfan5Make sure relevant std::stringstreams are set to binary
2021-09-09 sfan5Dynamic_Add_Media v2 (#11550)
2021-08-30 Elias FleckensteinMerge pull request #35 from arydevy/patch-1
2021-08-30 Minetest-j45Merge pull request #1 from EliasFleckenstein03/master
2021-08-28 savilliRemove redundant on_dieplayer calls
2021-08-27 NeroBurnerJoystick sensitivity for player movement (#11262)
2021-08-21 SmallJokerHUD: Reject and warn on invalid stat types (#11548)
2021-07-27 sfan5Add bold, italic and monospace font styling for HUD...
2021-06-24 WuzzyRequire 'basic_debug' priv to view gameplay-relevant...
2021-05-13 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-30 Lars MüllerBlock & report player self-interaction (#11137)
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-03-26 Elias FleckensteinMerge branch 'master' of https://github.com/EliasFlecke...
2021-03-26 Elias FleckensteinAdd ClientObjectRef:remove
2021-03-19 Elias FleckensteinCheck for duplicate login in TOSERVER_INIT handler...
2021-03-07 SmallJokerProtect dropping from far node inventories
2021-03-07 SmallJokerProtect per-player detached inventory actions
2021-03-06 sfan5Clean up ClientEvent hudadd/hudchange internals
2021-02-26 savilliFix hud_change and hud_remove after hud_add (#10997)
2021-02-15 SmallJokerServer-side authority for attached players (#10952)
2021-02-10 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-02-02 sfan5Encode high codepoints as surrogates to safely transpor...
2021-02-02 sfan5Drop wide/narrow conversion functions
2021-02-02 SmallJokerServer GotBlocks(): Lock clients to avoid multithreadin...
2021-01-31 sfan5Cache client IP in RemoteClient so it can always be...
2021-01-22 rubenwardyRemove dead code (#10845)
2021-01-11 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-08 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2021-01-07 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-12-24 sfan5Fix some minor code issues all over the place
2020-12-18 DSDocumentation for highest formspec_version[] and change...
2020-12-12 Elias FleckensteinMerge branch 'master' of https://github.com/minetest...
2020-11-30 Elias FleckensteinLua API: Particle callbacks; Add NoWeather
2020-11-28 Elias FleckensteinMerged Minetest
2020-11-24 Elias FleckensteinAdded minetest.register_on_play_sound
2020-11-12 sfan5serverpackethandler: Minor log message fixes
2020-11-09 rubenwardyFix object interaction distance not being checked ...
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-11-02 red-001Block attempts to connect to the client (#10589)
2020-10-23 realOneplustwoRevert "Add Block Formspec Hack"
2020-10-23 realOneplustwoAdd Block Formspec Hack
2020-10-18 Elias FleckensteinMake lint happy; Remove stupid redirector
2020-10-05 SmallJokerRemove unused functions reported by cppcheck (#10463)
2020-10-04 Elias FleckensteinAdded Tracers, NoSlow and NoForceRotate; GUI Colors...
2020-10-04 Pierre-Yves RolloMinimap as HUD element with API control
2020-10-04 Elias FleckensteinThe Robot Update
2020-10-01 SmallJoker(se)SerializeString: Include max length in the name
2020-09-07 SmallJokerInventory: Protect Craft and Drop actions (#10353)
2020-09-04 LejoPrevent interacting with items out of the hotbar (...
2020-09-01 HybridDog[2] Code cleanup in serverpackethandler (#9349)
2020-08-29 Lars MüllerPrevent players accessing inventories of other players...
2020-08-23 David CARLIERComplete Haiku platform support. (#10311)
2020-08-15 ANANDAllow binding dig, place actions to keys; remove LMB...
2020-07-29 LejoAdd PUT and DELETE request + specific method value...
2020-07-23 sfan5Replace std::list<session_t> in networking code (#10215)
2020-07-20 Elias FleckensteinAdded EntitySpeed
2020-07-18 Elias FleckensteinUpdate to minetest 5.4.0-dev
2020-07-18 Elias FleckensteinAdded Anti Knockback
2020-07-12 LejoAdd reconnect button on error: Too many players (#9405)
2020-07-10 v-robFormspec: Make dropdowns optionally return event based...
2020-07-06 Elias FleckensteinInitial Commit
2020-06-23 Elias Fleckensteintest
next