summaryrefslogtreecommitdiff
path: root/modules/gdnative
AgeCommit message (Expand)Author
2021-11-03Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio
2021-10-28clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde
2021-10-21Remove unimplemented methodsMarcel Admiraal
2021-10-14Implement toast notifications in the editorGilles Roudière
2021-10-06doc: Update links to latest documentation after content reorganizationRémi Verschelde
2021-10-05doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde
2021-10-01Merge pull request #53290 from Faless/mp/4.x_opts_namesFabio Alessandrelli
2021-10-01[Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Use 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-20Don't generate empty doc sections and reduce code duplicationAaron Franke
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-02Fix missing SConscript warning when building using SConsHugo Locurcio
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-28Fix double named size parameterBastiaan Olij
2021-08-27Makes FontData importable resource.bruvzg
2021-08-26Adding GDExtension support to XRInterfaceBastiaan Olij
2021-08-17Remove underscore hacksMax Hilbrunner
2021-08-13Refactors the memnew_placement.AndreaCatania
2021-08-11Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde
2021-08-11Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker
2021-08-09Merge pull request #51180 from RandomShaper/native_script_inheritsRémi Verschelde
2021-08-08[Text Server] Improve object (image/table) inline alignment.bruvzg
2021-08-02Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez
2021-07-30[Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli
2021-07-30doc: Use self-closing tags for `return` and `argument`Rémi Verschelde
2021-07-25Use const references where possible for List range iteratorsRémi Verschelde
2021-07-23Use C++ iterators for Lists in many situationsAaron Franke
2021-07-21Update GDNative API version for changes from #50659David Snopek
2021-07-20Add get_buffered_amount() to WebRTCDataChannelDavid Snopek
2021-07-18Optimize StringName usagereduz
2021-07-13Merge pull request #47604 from christinoleo/masterRémi Verschelde
2021-07-13Merge pull request #50381 from reduz/implement-disable-classesRémi Verschelde
2021-07-13Separate underscore from grapheme punctuation to enable doubleclick and caret...Leonardo Christino
2021-07-13Implement the ability to disable classesreduz
2021-07-13Merge pull request #50086 from Geometror/label-improve-layout-optionsRémi Verschelde
2021-07-12[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.Fabio Alessandrelli
2021-07-08Redo how instance bindings workreduz
2021-07-06Merge pull request #35847 from raniejade/ranie/fix-api-generatorRémi Verschelde
2021-07-04Improvements to Label's layout optionsHendrik Brucker
2021-07-01Clean up RenderingServer and its bindingsreduz
2021-06-28Merge pull request #49917 from groud/tree_disable_scrollRémi Verschelde
2021-06-28Implement Tree's internal minimum width calculationGilles Roudière
2021-06-25Implement native extension systemreduz
2021-06-20Use mouse and joypad enums instead of plain integersAaron Franke
2021-06-19Rename `instance()`->`instantiate()` when it's a verbLightning_A
2021-06-19Added support for scripts reporting multiple errors to ScriptTextEditorEric M
2021-06-17Add PROPERTY_USAGE_NONE and use itAaron Franke