aboutsummaryrefslogtreecommitdiff
path: root/src/network/networkprotocol.h
AgeCommit message (Expand)Author
2020-04-13Add scroll_container formspec element (redo) (#9101)DS
2020-04-10Drop genericobject.{cpp,h} (#9629)Loïc Blot
2020-03-05set_sky improvements, set_sun, set_moon and set_starsJordach
2020-02-01Improve core.sound_play with ephemeral sounds and player exclusionsfan5
2020-01-16Make clipping of formspec elements more consistent (#9262)Hugues Ross
2019-12-08Formspec: make bgcolor element less confusing and allow setting fullscreen co...DS
2019-12-06Add z-index management to HUDPierre-Yves Rollo
2019-11-07Formspec: draw order and clipping for all elements (#8740)DS
2019-09-19Add support for per-player FOV overrides and multipliersAnand S
2019-09-14Built-in formspecs: Force version 1SmallJoker
2019-09-14Formspecs: Introduce formspec_version to modsSmallJoker
2019-08-24Inventory: Send dirty lists where appropriate (#8742)SmallJoker
2019-08-10Implement adding velocity to player from Luasfan5
2019-08-07Client::Interact: Use InteractAction enum instead of numeric constantsANAND
2019-02-07Use true pitch/yaw/roll rotations without loss of precision by pgimeno (#8019)Paul Ouellette
2019-01-03Proselytize the network. Use IEEE F32 (#8030)SmallJoker
2019-01-03CSM restrictions: Make 'LOAD_CLIENT_MODS' disable loading of 'builtin' (#8000)Paramat
2018-12-24CSM: add requested CSM_RF_READ_PLAYERINFO (#8007)Loïc Blot
2018-12-13Network: Send IEEE floats (#7768)SmallJoker
2018-12-04Send only changed node metadata to clients instead of whole mapblock (#5268)SmallJoker
2018-10-10 Add core.remove_detached_inventory (#7684)SmallJoker
2018-09-08Particles: Make collision with objects optional (#7682)Paramat
2018-07-29Add protocol_version and supported package types to ContentDB urlsrubenwardy
2018-06-26Rename CSM flavours to restrictionsSmallJoker
2018-03-28Add formspec theming using prepended stringsAndrew Ward
2018-01-03Connected Nodeboxes: Add `disconnected` boxesThomas--S
2017-12-11CSM fixes: load mods after flavours & add flavour to block mod loading (#6738)Loïc Blot
2017-12-04Zoom: Set zoom FOV per-player using a player object propertyparamat
2017-10-15Real global textures (#6105)Vitaliy
2017-09-27Add session_t typedef + remove unused functions (#6470)Loïc Blot
2017-09-26Implement mod communication channels (#6351)Loïc Blot
2017-09-14Object properties: Add 'glow', disables light's effect if negativeRob Blanckaert
2017-09-12Network: Remove large parts of deprecated legacy code (#6404)SmallJoker
2017-09-05Network protocol documentation: Add 'can_zoom' to version 36paramat
2017-08-29Bump minimal protocol version to 36 (#6319)SmallJoker
2017-08-09Step height: Add as a player object propertyparamat
2017-07-25Network protocol: Document settable player collisionbox (#6168)Paramat
2017-07-18[CSM] Add flavour limits controlled by server (#5930)Loïc Blot
2017-07-16Chat protocol rewrite (#5117)Loïc Blot
2017-06-11Fix the serialization error by ff73c7a (#5964)Rui
2017-06-08Have the server send the player list to the client (#5924)red-001
2017-05-02Set sky API: Add bool for clouds in front of custom skyboxparamat
2017-05-03Sound API: Add fading soundsBrandon
2017-04-30Add clouds APIBen Deutsch
2017-04-26Fix #5655 (#5658)red-001
2017-04-22Network:Remove old opcodes and fix documentation. (#5573)red-001
2017-04-21Soft node overlay (#5186)Dániel Juhász
2017-03-19Update server min protocol version to v24 (#5411)Loïc Blot
2017-02-10Plantlike: Fix visual_scale being applied squaredparamat
2017-02-10Revert "Plantlike visual scale: Send sqrt(visual_scale) to old clients"Craig Robbins