summaryrefslogtreecommitdiffstats
path: root/modules/gdnative/register_types.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renaming all ARVR nodes to XRBastiaan Olij2020-04-091-3/+3
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-1/+1
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Cleans up headers included in editor_node.hHaoyu Qiu2019-12-241-0/+1
* Fix some crashes and using null pointersRafał Mikrut2019-10-281-2/+2
* Document the GDNative singleton method prefix being changeableHugo Locurcio2019-10-071-1/+1
* Skip export of non-project librariesPedro J. Estébanez2019-07-031-0/+9
* Update GDNativeLibrarySingletonEditor.Fabio Alessandrelli2019-05-151-108/+14
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Consistency in resource format saver/loader de-registrationRémi Verschelde2019-01-101-4/+4
* Merge pull request #20552 from KidRigger/gsoc-peerRémi Verschelde2019-01-091-0/+3
|\
| * Added interface for GDNative Videodecoder.Anish2018-12-131-0/+3
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* | Added basic support for custom resource savers and loadersMarc Gilleron2018-12-151-6/+9
|/
* Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr...Rémi Verschelde2018-09-271-4/+4
* Fix warnings for comparison between signed and unsigned integers [-Wsign-comp...Rémi Verschelde2018-09-271-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-4/+4
* Add [Packet/Stream/Multiplayer]PeerGDNativeFabio Alessandrelli2018-06-271-0/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add plugin to edit GDNativeLibrarygeequlim2017-12-181-2/+5
* Fix missing parenthesisRémi Verschelde2017-12-091-1/+1
* GDNative: Fix warning when gdnative/singletons is missingRémi Verschelde2017-12-091-2/+5
* GDNative: Save singletons only if there's a changeGeorge Marques2017-12-051-2/+20
* Allow configuring iOS exportRuslan Mustakov2017-11-211-41/+48
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-1/+1
* [GDNative] export pluginKarroffel2017-11-151-5/+128
* Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog2017-11-141-3/+15
|\
| * [GDNative] use feature tags, added load once optionKarroffel2017-11-031-3/+15
* | [GDNative] rename nativearvr extension to arvrKarroffel2017-11-101-3/+3
|/
* Cleanup unnecessary debug printsRémi Verschelde2017-10-211-1/+4
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-1/+4
* [GDNative] removed native_raw_callKarroffel2017-10-141-57/+13
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-1/+4
* [GDnative] fix crash at cleanup time when singleton_gdnatives is not emptyEmmanuel Leblond2017-10-091-0/+1
* Apply clang-format again to recent changesRémi Verschelde2017-09-161-3/+1
* Added a menu to enable/disabled GDNative singletons in project settingsJuan Linietsky2017-09-141-3/+10
* Fixed attempt to delete NULL pointer errorbncastle2017-09-101-1/+1
* [GDNative] added singleton GDNativeLibrariesKarroffel2017-09-031-0/+167
* merged gdnative and nativescript moduleKarroffel2017-09-031-0/+9
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* [GDNative] better header include pathsKarroffel2017-08-021-0/+22
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-1/+2
* [GDNative] new GDNative APIKarroffel2017-07-241-21/+33
* renamed dlscript module to gdnativeKarroffel2017-04-091-0/+66