提交歷史

作者 SHA1 備註 提交日期
  Rémi Verschelde 2cf6ac6c50 Replace FALLTHROUGH macro by C++17 [[fallthrough]] 5 年之前
  Juan Linietsky 69c95f4b4c Reworked signal connection system, added support for Callable and Signal objects and made them default. 5 年之前
  Juan Linietsky 3205a92ad8 PoolVector is gone, replaced by Vector 5 年之前
  Rémi Verschelde f505aae1d8 Merge pull request #36144 from akien-mga/remove-deprecated-allow-decoding 5 年之前
  Rémi Verschelde 8d00a3a536 Remove deprecated PacketPeer allow_object_decoding 5 年之前
  Rémi Verschelde 1f39a2d3e6 Remove deprecated sync and slave networking keywords 5 年之前
  Juan Linietsky cf8c679a23 ObjectID converted to a structure, fixes many bugs where used incorrectly as 32 bits. 5 年之前
  Andrea Catania eb07e87981 Optmized data sent during RPC and RSet calls. 5 年之前
  Marcel Admiraal 5af3b4ca27 Remove duplicate ERR_PRINT macro. 5 年之前
  Fabio Alessandrelli 50f1b035b8 Fix MultiplayerAPI crash when peer impl misbehave. 5 年之前
  Rémi Verschelde 3cbfb11460 MultiplayerAPI: Fix disconnect errors when passing invalid peer 5 年之前
  Rémi Verschelde a7f49ac9a1 Update copyright statements to 2020 5 年之前
  Fabio Alessandrelli 198af06ff6 MultiplayerAPI cleanup cache when peer disconnects 5 年之前
  qarmin 17732fe698 Added some obvious errors explanations 5 年之前
  jfons 8244f535cd Add network profiler 6 年之前
  Braden Bodily 71d71d55b5 Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' 6 年之前
  Bojidar Marinov 0c4c36d823 Add default values to the editor help, docs, and generated RST 6 年之前
  Fabio Alessandrelli 76f262d2f4 Better handle some self-RSET/RPC in MultiplayerAPI 6 年之前
  Fabio Alessandrelli bba77fe387 Avoid _can_call_mode resetting error message in MultiplayerAPI 6 年之前
  Daniel Eliasinski 0606062268 Sender network id is now set to local network id for local rpc calls. 6 年之前
  Rémi Verschelde cc349336e7 Revert "Properly explain RPC/RSET mode failure." 6 年之前
  Rémi Verschelde fc370b3feb Fix -Wimplicit-fallthrough warnings from GCC 8 6 年之前
  Fabio Alessandrelli 95ad747dea Properly explain RPC/RSET mode failure. 6 年之前
  Fabio Alessandrelli 393e62b98a Add object encoding param to serialization methods 6 年之前
  Fabio Alessandrelli 53ab3a1ba9 Multiplayer API now respects allow_object_decoding 6 年之前
  Fabio Alessandrelli 60d235622d Don't reset MultiplayerAPI when setting same peer. 6 年之前
  Fabio Alessandrelli 1f7846abf8 Fix MultiplayerAPI initialization, clear. 6 年之前
  Rémi Verschelde b16c309f82 Update copyright statements to 2019 6 年之前
  Aaron Franke 4f7b33cdcf Remove redundant "== false" code 6 年之前
  Aaron Franke 37386f112b Remove redundant "== true" code 6 年之前