summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/nativescript
Commit message (Expand)AuthorAgeFilesLines
* Remove unused GDNative codeRémi Verschelde2022-03-098-3619/+0
* Convert _notification methods to switch - Chunk CJakob Bouchard2022-02-162-13/+10
* Refactor some object type checking code with `cast_to`Rémi Verschelde2022-02-081-1/+1
* String: Add contains().Anilforextra2022-02-041-4/+4
* Update copyright statements to 2022Rémi Verschelde2022-01-037-14/+14
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-092-2/+2
* Remove unimplemented methodsMarcel Admiraal2021-10-212-6/+0
* Use range iterators for `Map`Lightning_A2021-09-302-64/+64
* [Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli2021-09-073-8/+8
* Remove underscore hacksMax Hilbrunner2021-08-171-6/+2
* Implement inherits_script() for NativeScript and PluginScriptPedro J. Estébanez2021-08-021-3/+19
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-252-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-232-14/+14
* Implement the ability to disable classesreduz2021-07-131-1/+1
* Redo how instance bindings workreduz2021-07-082-1/+14
* Merge pull request #35847 from raniejade/ranie/fix-api-generatorRémi Verschelde2021-07-061-1/+1
|\
| * Fix gdnative api generation for methods that return enumsRanie Jade Ramiso2020-02-021-1/+1
* | Rename `instance()`->`instantiate()` when it's a verbLightning_A2021-06-194-7/+7
* | Added support for scripts reporting multiple errors to ScriptTextEditorEric M2021-06-192-2/+2
* | GDNative: Use VariantWriter for the API JSON generatorGeorge Marques2021-06-141-3/+22
* | Rename Reference to RefCountedPedro J. Estébanez2021-06-112-10/+10
* | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* | [Net] Refactor RPCs, remove RSETsFabio Alessandrelli2021-06-013-315/+16
* | Highlight control flow keywords with a different colorHugo Locurcio2021-05-052-0/+5
* | Core: Drop custom `copymem`/`zeromem` definesRémi Verschelde2021-04-271-2/+2
* | Fix crash on GDNative API json generator exit.bruvzg2021-04-221-0/+4
* | Only cleanup meta data if GDNative library is reloadable and we're about to u...Bastiaan Olij2021-04-061-28/+32
* | Fixes #47607 (forgotten statement in GDNative cleanup)Jan Haller2021-04-041-0/+2
* | Merge pull request #46844 from geekrelief/gdnative_unregister_script_fixRémi Verschelde2021-03-291-0/+34
|\ \
| * | fixes #46839, ensure library_classes is cleared and free funcs are calledgeekrelief2021-03-091-0/+34
* | | Added static method information the generated builtin API JSONGeorge Marques2021-03-171-0/+3
* | | Fixes small typos and grammar correctionAnshul7sp12021-03-121-1/+1
|/ /
* | Modernize atomicsPedro J. Estébanez2021-02-182-4/+5
* | Only unload the library when no NativeScript objects exist if the reloadable ...Bastiaan Olij2021-02-141-1/+1
* | Improve resource load cachereduz2021-02-112-2/+2
* | Improve GDNative api.json generatorGeorge Marques2021-02-091-7/+33
* | Initialize class/struct variables with default values in modules/Rafał Mikrut2021-02-082-24/+17
* | Add GDNative JSON generator for the builtin APIGeorge Marques2021-01-293-18/+404
* | Merge pull request #44617 from geekrelief/gdnative_unloadRémi Verschelde2021-01-261-0/+6
|\ \
| * | Removes the gdnative library when no script (gdns) references it any longer. ...geekrelief2020-12-231-0/+6
* | | Update copyright statements to 2021Rémi Verschelde2021-01-017-14/+14
* | | Rename empty() to is_empty()Marcel Admiraal2020-12-282-3/+3
|/ /
* | Refactor DocData into core and editor (DocTools) partsThakee Nathees2020-12-021-0/+1
* | Documentation generation for GDScriptThakee Nathees2020-11-291-0/+7
* | Reorganized core/ directory, it was too fatty alreadyreduz2020-11-075-23/+23
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* | Remove multilevel callsGeorge Marques2020-07-242-29/+2
* | Merge pull request #40386 from touilleMan/correct-Reference-is_reference-api....Rémi Verschelde2020-07-151-1/+1
|\ \
| * | Correct is_reference attribute in api.json for Reference classEmmanuel Leblond2020-07-141-1/+1
* | | Add missing has_default_value field for signals in api.jsonEmmanuel Leblond2020-07-141-0/+1
|/ /