Age | Commit message (Expand) | Author |
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-26 | Use Ref<T> references as iterators where relevant | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-20 | Add get_buffered_amount() to WebRTCDataChannel | David Snopek |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-17 | Fix "IDHandler.get_prop is not a function" error when calling some methods on... | David Snopek |
2021-07-15 | [HTML5] Fix build (with module_webxr_enabled=no). | Fabio Alessandrelli |
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 WebRTCMultiplayer to WebRTCMultiplayerPeer. | Fabio Alessandrelli |
2021-07-12 | [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer. | Fabio Alessandrelli |
2021-06-11 | Rename Reference to RefCounted | Pedro J. Estébanez |
2021-05-20 | Fix typos with codespell | Rémi Verschelde |
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-25 | Fix useless assignement in webrtc/library_godot_webrtc.js | Marcel Admiraal |
2020-11-23 | [HTML5] Run eslint --fix. | Fabio Alessandrelli |
2020-11-21 | [HTML5] Libraries refactor for linting. | Fabio Alessandrelli |
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-10-09 | doc: Sync classref with current source | Rémi Verschelde |
2020-09-08 | Merge pull request #41875 from nekomatata/webrtc-doc-turn-server | Rémi Verschelde |
2020-09-08 | Fix TURN server example in WebRTC documentation | PouleyKetchoupp |
2020-09-06 | Fix header guards in modules: | Marcel Admiraal |
2020-09-03 | Ensure header guards enclose entire header. | Marcel Admiraal |
2020-07-10 | Add override keywords. | Marcel Admiraal |
2020-06-04 | Fix WebRTCPeerConnection set_local_description doc | Fabio Alessandrelli |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-10 | Fix Closure compiler build, python style. | Fabio Alessandrelli |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-04-02 | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde |
2020-04-01 | Fix out of bound array access caused by unassigned variable | Rafał Mikrut |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-23 | Adding missing include guards to header files identified by LGTM. | Rajat Goswami |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-09-24 | doc: Fix parsing of self-closing XML tags | Rémi Verschelde |
2019-09-04 | Run doctool after overridden properties changes | Bojidar Marinov |
2019-08-21 | Merge pull request #30851 from TheDevelo/webrtc-buffer | Rémi Verschelde |
2019-08-21 | Allow setting buffer size of WebRTCDataChannel | Robert Fuchs |
2019-08-12 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/' | Robin Hübner |