Age | Commit message (Expand) | Author |
2021-09-14 | Merge pull request #52226 from Faless/debugger/4.x_start_options | Rémi Verschelde |
2021-09-08 | Multiplayer networking renames/simplification | Max Hilbrunner |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-08-30 | Try other resolved IPs if one fails to connect | Haoyu Qiu |
2021-08-29 | [Editor] Editor debugger binds according to editor settings. | Fabio Alessandrelli |
2021-08-06 | HTML5: Fix warnings and re-enable `werror=yes` on CI | Rémi Verschelde |
2021-08-04 | Merge pull request #51005 from Faless/mp/4.x_channels | Rémi Verschelde |
2021-08-01 | Merge pull request #51036 from winterpixelgames/master-ws-fix | Rémi Verschelde |
2021-07-31 | Websocket peer outbound buffer fixes. Expose outbound buffered amount. | Jordan Schidlowsky |
2021-07-30 | [Net] Implement RPC channels in MultiplayerAPI. | Fabio Alessandrelli |
2021-07-30 | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde |
2021-07-29 | [Net] Add generate_unique_id to MultiplayerPeer. | Fabio Alessandrelli |
2021-07-26 | Use Ref<T> references as iterators where relevant | Rémi Verschelde |
2021-07-25 | Fix various typos with codespell | luz paz |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Expose the resource name the client used to the websocket server | Meriipu |
2021-07-15 | Misc cleanup of header includes | Rémi Verschelde |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-07-12 | [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer. | Fabio Alessandrelli |
2021-07-05 | Improve error reporting in WebSocketServer | Hugo Locurcio |
2021-06-30 | Protocol shadows a variable. | K. S. Ernest (iFire) Lee |
2021-06-29 | Merge pull request #49966 from Faless/net/4.x_ws_timeout | Rémi Verschelde |
2021-06-28 | [Net] Add WebSocketServer handshake_timeout property. | Fabio Alessandrelli |
2021-06-28 | [Net] Fix WebSocketClient path parsing. | Fabio Alessandrelli |
2021-06-19 | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A |
2021-06-18 | Merge pull request #49698 from aaronfranke/prop-no-usage | Rémi Verschelde |
2021-06-18 | Better format arguments in variant parser | Michael Alexsander Silva Dias |
2021-06-17 | Add PROPERTY_USAGE_NONE and use it | Aaron Franke |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-05-06 | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio |
2021-05-03 | Merge pull request #48205 from Faless/net/4.x_url_parsing | Fabio Alessandrelli |
2021-04-30 | Add WebSocketMultiplayerPeer _incoming_packets check bound | MaxStgs |
2021-04-27 | Core: Drop custom `copymem`/`zeromem` defines | Rémi Verschelde |
2021-04-26 | [Net] Implement String::parse_url for parsing URLs. | Fabio Alessandrelli |
2021-04-07 | Document secure wss:// caveats for WebSocketClient | Hugo Locurcio |
2021-03-12 | Fixes small typos and grammar correction | Anshul7sp1 |
2021-02-08 | Initialize class/struct variables with default values in modules/ | Rafał Mikrut |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-18 | SCons: Add explicit dependencies on thirdparty code in cloned env | Rémi Verschelde |
2020-12-04 | [HTML5] Add function signatures to JS libraries. | Fabio Alessandrelli |
2020-11-23 | [HTML5] Run eslint --fix. | Fabio Alessandrelli |
2020-11-21 | [HTML5] Libraries refactor for linting. | Fabio Alessandrelli |
2020-11-17 | Fix godot_js_websocket_send function unused assignment. | Marcel Admiraal |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke |
2020-11-10 | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-07-03 | Remove String::find_last (same as rfind) | Stijn Hinlopen |
2020-05-16 | websocket: Fix crash at exit when not running the editor | Ignacio Etcheverry |