Age | Commit message (Expand) | Author |
2022-02-04 | Core: Move Vector2i to its own `vector2i.h` header | Rémi Verschelde |
2022-02-04 | Core: Move Rect2i to its own `rect2i.h` header | Rémi Verschelde |
2022-02-04 | String: Add contains(). | Anilforextra |
2022-01-18 | Improve locale detection. | bruvzg |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2022-01-02 | Fix various typos | luz paz |
2021-12-09 | Replace String comparisons with "", String() to is_empty() | Nathan Franke |
2021-12-09 | align to horizontal_alignment, valign to vertical_alignment, related | Nathan Franke |
2021-11-15 | Replace Godot docs URL with `$DOCS_URL` in XML class reference | Rémi Verschelde |
2021-11-03 | Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR` | Hugo Locurcio |
2021-10-28 | clang-format: Various fixes to comments alignment from `clang-format` 13 | Rémi Verschelde |
2021-10-21 | Remove unimplemented methods | Marcel Admiraal |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-10-06 | doc: Update links to latest documentation after content reorganization | Rémi Verschelde |
2021-10-05 | doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphs | Rémi Verschelde |
2021-10-01 | Merge pull request #53290 from Faless/mp/4.x_opts_names | Fabio Alessandrelli |
2021-10-01 | [Net] Rename RPC constants and annotation arguments. | Fabio Alessandrelli |
2021-10-01 | Implement TextServer GDExtension interface, remove TextServer GDNative interf... | bruvzg |
2021-09-30 | Use range iterators for `Map` | Lightning_A |
2021-09-24 | [Net/Docs] Update extensions documentation. | Fabio Alessandrelli |
2021-09-24 | [Net/GDNative] Remove GDNative network bits. | Fabio Alessandrelli |
2021-09-20 | Don't generate empty doc sections and reduce code duplication | Aaron Franke |
2021-09-07 | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli |
2021-09-02 | Fix missing SConscript warning when building using SCons | Hugo Locurcio |
2021-08-30 | [Net] Rename RPC "puppet" to "auth" (authority). Drop "master". | Fabio Alessandrelli |
2021-08-28 | Fix double named size parameter | Bastiaan Olij |
2021-08-27 | Makes FontData importable resource. | bruvzg |
2021-08-26 | Adding GDExtension support to XRInterface | Bastiaan Olij |
2021-08-17 | Remove underscore hacks | Max Hilbrunner |
2021-08-13 | Refactors the memnew_placement. | AndreaCatania |
2021-08-11 | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde |
2021-08-11 | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker |
2021-08-09 | Merge pull request #51180 from RandomShaper/native_script_inherits | Rémi Verschelde |
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg |
2021-08-02 | Implement inherits_script() for NativeScript and PluginScript | Pedro J. Estébanez |
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-25 | Use const references where possible for List range iterators | Rémi Verschelde |
2021-07-23 | Use C++ iterators for Lists in many situations | Aaron Franke |
2021-07-21 | Update GDNative API version for changes from #50659 | David Snopek |
2021-07-20 | Add get_buffered_amount() to WebRTCDataChannel | David Snopek |
2021-07-18 | Optimize StringName usage | reduz |
2021-07-13 | Merge pull request #47604 from christinoleo/master | Rémi Verschelde |
2021-07-13 | Merge pull request #50381 from reduz/implement-disable-classes | Rémi Verschelde |
2021-07-13 | Separate underscore from grapheme punctuation to enable doubleclick and caret... | Leonardo Christino |
2021-07-13 | Implement the ability to disable classes | reduz |
2021-07-13 | Merge pull request #50086 from Geometror/label-improve-layout-options | Rémi Verschelde |
2021-07-12 | [Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer. | Fabio Alessandrelli |
2021-07-08 | Redo how instance bindings work | reduz |
2021-07-06 | Merge pull request #35847 from raniejade/ranie/fix-api-generator | Rémi Verschelde |