aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/include
Commit message (Collapse)AuthorAgeFilesLines
* Add access for GDNative modules to some platform dependent internals on AndroidBastiaan Olij2018-06-191-0/+54
|
* Merge pull request #19255 from Faless/rpc_sync_mmoreRémi Verschelde2018-05-301-0/+3
|\ | | | | RPCMode refactor, more sync modes (2)
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-291-0/+3
| |
| * Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-3/+0
| |
| * New sync keywords in GDScript, NativeScript, MonoFabio Alessandrelli2018-05-261-0/+3
| |
* | [WIP] Adding version info to GDNative ARVR interfacesBastiaan Olij2018-05-271-0/+8
|/
* Revert "Unify http- and percent- encode/decode"Pedro J. Estébanez2018-04-121-2/+5
| | | | This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f.
* Merge pull request #17583 from RandomShaper/enhance-uri-utilsJuan Linietsky2018-04-071-5/+2
|\ | | | | Enhance uri utils
| * Unify http- and percent- encode/decodePedro J. Estébanez2018-03-271-5/+2
| | | | | | | | | | There was a percent-prefixed version, which was exposed, and a http-prefixed version which was not (only to GDNative). This commit keeps the percent-prefixed versions, but with the http-prefixed implementations.
* | [NativeScript] added global type tag systemkarroffel2018-04-051-1/+4
| |
* | [GDNative] added GDCALLINGCONV to instance binding functionskarroffel2018-03-311-3/+3
|/
* Fix typos with codespellluz.paz2018-02-211-1/+1
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* gdnative_api.json: Change argument name to r_desttilpner2018-02-111-1/+1
| | | | | This reflects its usage as an output argument, consistent with the other godot_variant_new functions
* add initial NativeScript 1.1 extensionkarroffel2018-02-091-0/+46
| | | | | | | | | | | | | | | This commit adds new functionality to NativeScript, namely: - ability to set and get documentation for classes, methods, signals and properties - ability to set names and type information to method arguments - ability to set and get type tags for nativescripts - ability to register instance binding data management functions - ability to use instance binding data
* Fix typos in code and docs with codespellRémi Verschelde2018-01-182-2/+2
| | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* Added GDNative copy constructor for PoolVectors Read and WriteMarc Gilleron2018-01-181-0/+14
|
* [GDNative] updates to string API and const fixeskarroffel2018-01-112-10/+26
|
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-0521-4/+25
| | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* Update copyright statements to 2018Rémi Verschelde2018-01-0122-44/+44
| | | | Happy new year to the wonderful Godot community!
* Remove get_stack_bottomRuslan Mustakov2017-12-161-4/+0
| | | | | It's not used in godot-nim any longer and there were no other uses for it.
* Improve slang, especially in user-visible partsUnknown2017-12-051-2/+0
|
* Fixed typo: substract to subtractIndah Sylvia2017-12-054-4/+4
|
* Merge pull request #12284 from bojidar-bg/allow-subproperty-setRémi Verschelde2017-11-211-1/+1
|\ | | | | Allow for getting/setting "dotted" properties of objects
| * Allow for getting/setting indexed properties of objects using get/set_indexedBojidar Marinov2017-11-211-1/+1
| | | | | | | | Performance is around the same as using pure set() through GDScript.
* | Merge pull request #12590 from poke1024/bsearchRémi Verschelde2017-11-211-0/+4
|\ \ | | | | | | Add bsearch and bsearch_custom to Array
| * | Add bsearch and bsearch_custom to Arraypoke10242017-11-211-0/+4
| | |
* | | Revert this change, we need to export symbols on the library sideBastiaan Olij2017-11-211-1/+1
|/ /
* | [GDNative] add a way to register call typesKarroffel2017-11-201-0/+3
| |
* | [GDNative] removed godot_string_c_strKarroffel2017-11-201-1/+0
| |
* | [GDNative] loading error and version error procsKarroffel2017-11-201-1/+16
| |
* | Rename Rect3 to AABB.Ferenc Arn2017-11-176-125/+126
| | | | | | | | Fixes #12973.
* | Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changesThomas Herzog2017-11-141-1/+1
|\ \ | | | | | | [GDNative] use feature tags, added load once option
| * | [GDNative] removed anchorsKarroffel2017-11-031-1/+1
| | |
* | | Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-131-1/+1
| |/ |/|
* | [GDNative] rename nativearvr extension to arvrKarroffel2017-11-101-1/+1
| |
* | [GDNative] better API struct versioningKarroffel2017-11-101-1/+1
| |
* | [GDNative] even more API fixesKarroffel2017-11-072-0/+4
| |
* | Merge pull request #12612 from karroffel/gdnative-poolarray-accessorsThomas Herzog2017-11-041-0/+124
|\ \ | | | | | | [GDNative] added Read and Write accessors to pool arrays
| * | [GDNative] added Read and Write accessors to pool arraysKarroffel2017-11-031-0/+124
| |/
* | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_supportBastiaan Olij2017-11-041-0/+1
|\ \ | | | | | | Adding rumble support to ARVR controllers
| * | Adding rumble support to ARVR controllers (if implemented on the ARVR interface)Bastiaan Olij2017-11-011-0/+1
| |/
* / [GDNative] small API bug fixesKarroffel2017-11-032-1/+2
|/
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
| | | | | - Make ScriptCreateDialog disable the built-in script checked button if the language does not support it. - ScriptLanguage's get_template and make_template now receive the script path as class name if the the script language does not have named classes.
* Fix compilation on Visual Studio 2013 (#10219).scorched2017-10-2018-0/+162
|
* [GDnative] add pluginscript \o/Emmanuel Leblond2017-10-171-0/+170
|
* Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵BastiaanOlij2017-10-151-1/+1
| | | | registered automatically when a module loads
* update ARVRInterfaceGDNative to use API structKarroffel2017-10-142-2/+22
|
* [GDNative] removed native_raw_callKarroffel2017-10-141-1/+1
|
* Redoing the ARVR GDNative interface as module and tighter implementationBastiaanOlij2017-10-141-0/+58
|
* [GDnative] Add string_name apiEmmanuel Leblond2017-10-082-0/+72
|