summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-0993-19759/+0
* Core: Use forward declares for Vector3/Vector3iRémi Verschelde2022-02-193-0/+4
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-163-17/+16
* Editor: Cleanup some includes dependenciesRémi Verschelde2022-02-152-2/+5
* Merge pull request #35679 from Calinou/doc-add-xml-schemaRémi Verschelde2022-02-155-5/+5
|\
| * Add an XML schema for documentationHugo Locurcio2022-02-155-5/+5
* | Remove most EditorNode constructor parameters and fieldstrollodel2022-02-143-5/+4
|/
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-123-3/+12
* Remove support for ARMv7 (32-bit) on iOSHugo Locurcio2022-02-081-1/+0
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-082-2/+2
* Core: Move Vector2i to its own `vector2i.h` headerRémi Verschelde2022-02-044-1/+5
* Core: Move Rect2i to its own `rect2i.h` headerRémi Verschelde2022-02-041-0/+1
* String: Add contains().Anilforextra2022-02-041-4/+4
* Improve locale detection.bruvzg2022-01-181-0/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-0379-158/+158
* Fix various typosluz paz2022-01-021-1/+1
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-094-9/+8
* align to horizontal_alignment, valign to vertical_alignment, relatedNathan Franke2021-12-091-2/+2
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
* Rename `PROPERTY_USAGE_NOEDITOR` to `PROPERTY_USAGE_NO_EDITOR`Hugo Locurcio2021-11-032-2/+2
* clang-format: Various fixes to comments alignment from `clang-format` 13Rémi Verschelde2021-10-281-7/+0
* Remove unimplemented methodsMarcel Admiraal2021-10-213-8/+0
* Implement toast notifications in the editorGilles Roudière2021-10-141-3/+3
* doc: Update links to latest documentation after content reorganizationRémi Verschelde2021-10-061-2/+2
* doc: Fix style inconsistencies for `[b]Note:[/b]` paragraphsRémi Verschelde2021-10-051-1/+1
* Merge pull request #53290 from Faless/mp/4.x_opts_namesFabio Alessandrelli2021-10-011-1/+1
|\
| * [Net] Rename RPC constants and annotation arguments.Fabio Alessandrelli2021-10-011-1/+1
* | Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg2021-10-0110-2193/+0
|/
* Use range iterators for `Map`Lightning_A2021-09-303-73/+73
* [Net/Docs] Update extensions documentation.Fabio Alessandrelli2021-09-245-45/+0
* [Net/GDNative] Remove GDNative network bits.Fabio Alessandrelli2021-09-2417-981/+0
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-2010-30/+0
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-079-24/+24
* Fix missing SConscript warning when building using SConsHugo Locurcio2021-09-021-1/+0
* [Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli2021-08-301-6/+2
* Fix double named size parameterBastiaan Olij2021-08-281-1/+1
* Makes FontData importable resource.bruvzg2021-08-274-298/+572
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-2612-910/+1
* Remove underscore hacksMax Hilbrunner2021-08-171-6/+2
* Refactors the memnew_placement.AndreaCatania2021-08-132-61/+57
* Merge pull request #51178 from Geometror/layout-options-textline-textparagraphRémi Verschelde2021-08-112-3/+3
|\
| * Various text layout improvements (TextLine, TextParagraph, Label, TextServer)Hendrik Brucker2021-08-112-3/+3
* | Merge pull request #51180 from RandomShaper/native_script_inheritsRémi Verschelde2021-08-092-6/+33
|\ \
| * | Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez2021-08-022-6/+33
| |/
* | [Text Server] Improve object (image/table) inline alignment.bruvzg2021-08-082-4/+4
* | [Net] Implement RPC channels in MultiplayerAPI.Fabio Alessandrelli2021-07-303-0/+15
|/
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-305-40/+20
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-254-9/+9
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-236-45/+31
* Update GDNative API version for changes from #50659David Snopek2021-07-211-2/+2