Improve core.sound_play with ephemeral sounds and player exclusion
[oweals/minetest.git] / src / network / networkprotocol.h
2020-02-01 sfan5Improve core.sound_play with ephemeral sounds and playe...
2020-01-16 Hugues RossMake clipping of formspec elements more consistent...
2019-12-08 DSFormspec: make bgcolor element less confusing and allow...
2019-12-06 Pierre-Yves RolloAdd z-index management to HUD
2019-11-07 DSFormspec: draw order and clipping for all elements...
2019-09-19 Anand SAdd support for per-player FOV overrides and multipliers
2019-09-14 SmallJokerBuilt-in formspecs: Force version 1
2019-09-14 SmallJokerFormspecs: Introduce formspec_version to mods
2019-08-24 SmallJokerInventory: Send dirty lists where appropriate (#8742)
2019-08-10 sfan5Implement adding velocity to player from Lua
2019-08-07 ANANDClient::Interact: Use InteractAction enum instead of...
2019-02-07 Paul OuelletteUse true pitch/yaw/roll rotations without loss of preci...
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-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-06-26 SmallJokerRename CSM flavours to restrictions
2018-03-28 Andrew WardAdd formspec theming using prepended strings
2018-01-03 Thomas--SConnected Nodeboxes: Add `disconnected` boxes
2017-12-11 Loïc BlotCSM fixes: load mods after flavours & add flavour to...
2017-12-04 paramatZoom: Set zoom FOV per-player using a player object... 6080/head
2017-10-15 VitaliyReal global textures (#6105)
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-14 Rob BlanckaertObject properties: Add 'glow', disables light's effect...
2017-09-12 SmallJokerNetwork: Remove large parts of deprecated legacy code...
2017-09-04 paramatNetwork protocol documentation: Add 'can_zoom' to versi...
2017-08-29 SmallJokerBump minimal protocol version to 36 (#6319)
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-06-11 RuiFix the serialization error by ff73c7a (#5964)
2017-06-08 red-001Have the server send the player list to the client...
2017-05-03 paramatSet sky API: Add bool for clouds in front of custom...
2017-05-03 BrandonSound API: Add fading sounds
2017-04-29 Ben DeutschAdd clouds API
2017-04-26 red-001Fix #5655 (#5658)
2017-04-22 red-001Network:Remove old opcodes and fix documentation. ...
2017-04-21 Dániel JuhászSoft node overlay (#5186)
2017-03-19 Loïc BlotUpdate server min protocol version to v24 (#5411)
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-23 Dániel JuhászAdd hardware node coloring. Includes:
2017-01-16 red-001Remove client-side chat prediction. (#5055)
2017-01-02 sfan5Move TileAnimation code to seperate file
2017-01-01 Loic BlotBreath cheat fix: server side 4978/head
2016-12-11 Rogier-5Fix computation of viewing range (in blocks) sent to...
2016-11-30 lhofhanslOptimize/adjust blocks/ActiveObjects sent at the server...
2016-08-26 Auke KokMake plantlike drawtype more fun
2016-05-28 Auke KokParticles: Add option to remove particles on collision
2016-03-15 est31Add option to not send pre v25 init packet 3855/head
2016-03-12 Auke KokNodebox: Allow nodeboxes to "connect"
2016-01-23 Auke KokBackface culling: Ignore setting in tiledef from old...
2015-09-10 est31networkprotocol.h: remove "u16 command" from doc
2015-07-24 est31Bump protocol to 26
2015-07-23 est31Optional reconnect functionality
2015-07-16 RealBadAngelFix relief mapping issues
2015-06-20 est31Generic CAO cleanups and renames for clarification
2015-05-16 est31Finalize init packets and enable protocol v25
2015-05-11 est31Make early protocol auth mechanism generic, and add SRP
2015-04-06 est31Make comments consistent with TOSERVER_INIT -> TOSERVER...
2015-03-28 ShadowNinjaChange error_message from wstring to string
2015-03-13 Loic BlotPrepare Protocol v25 init & authentication.
2015-03-13 Loic BlotHandle the newly added TOCLIENT_ACCESS_DENIED and TOCLI...
2015-03-13 Loic BlotRename some packet and handlers to <packet>_Legacy...
2015-02-19 Ner'zhulTypo fix in networkprotocol.h
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)