Age | Commit message (Expand) | Author |
2019-09-14 | Add array slice method | Cameron Reikes |
2019-07-29 | Find trailing whitespace and indentation in gdnative_api.json | Rémi Verschelde |
2019-07-24 | Added direction_to to GDNative | Chaosus |
2019-07-23 | Added count method to String | Chaosus |
2019-06-16 | Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_support | Rémi Verschelde |
2019-05-30 | Setup Godot to support the Oculus Mobile SDK. | fhuya |
2019-05-28 | Added move_toward functions for float, Vector2 and Vector3 | Giacom |
2019-05-23 | Merge pull request #28738 from 2shady4u/master | Rémi Verschelde |
2019-05-23 | Added native binding for dictionary duplication | shaderbeast |
2019-05-16 | WebRTC refactor. Data channels, STUN/TURN support. | Fabio Alessandrelli |
2019-04-12 | Add WebRTC GDNative interface | Fabio Alessandrelli |
2019-02-24 | Fixing C compatiblity for GDNative NET module | Fabio Alessandrelli |
2019-02-21 | added godot_dictionary_get_with_default to GDNative | karroffel |
2019-01-09 | Merge pull request #20552 from KidRigger/gsoc-peer | Rémi Verschelde |
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam |
2018-12-13 | Added interface for GDNative Videodecoder. | Anish |
2018-10-26 | Update GDNantive API | lupoDharkael |
2018-09-13 | [GDNative] add Variant::Operator | Thomas Herzog |
2018-08-30 | [GDNative] add initial core 1.1 extension | Thomas Herzog |
2018-08-22 | Implemented profiling functions for NativeScript | Marcelo Fernandez |
2018-06-19 | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij |
2018-05-27 | [WIP] Adding version info to GDNative ARVR interfaces | Bastiaan Olij |
2018-05-10 | changed GDNative API json format | karroffel |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez |
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky |
2018-04-05 | [NativeScript] added global type tag system | karroffel |
2018-03-27 | Unify http- and percent- encode/decode | Pedro J. Estébanez |
2018-02-11 | gdnative_api.json: Change argument name to r_dest | tilpner |
2018-02-09 | add initial NativeScript 1.1 extension | karroffel |
2018-01-18 | Added GDNative copy constructor for PoolVectors Read and Write | Marc Gilleron |
2018-01-11 | [GDNative] updates to string API and const fixes | karroffel |
2017-12-16 | Remove get_stack_bottom | Ruslan Mustakov |
2017-12-15 | Add missing godot_get_stack_bottom and godot_get_global_constants in gdnative... | Emmanuel Leblond |
2017-12-05 | Fixed typo: substract to subtract | Indah Sylvia |
2017-11-21 | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde |
2017-11-21 | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov |
2017-11-21 | Add bsearch and bsearch_custom to Array | poke1024 |
2017-11-20 | [GDNative] add a way to register call types | Karroffel |
2017-11-20 | [GDNative] removed godot_string_c_str | Karroffel |
2017-11-17 | Rename Rect3 to AABB. | Ferenc Arn |
2017-11-10 | [GDNative] renamed nativearvr to arvr in api.json | Karroffel |
2017-11-10 | [GDNative] better API struct versioning | Karroffel |
2017-11-09 | [GDNative] refactored API struct into core and extensions | Karroffel |
2017-11-07 | [GDNative] even more API fixes | Karroffel |
2017-11-04 | Merge pull request #12612 from karroffel/gdnative-poolarray-accessors | Thomas Herzog |
2017-11-04 | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support | Bastiaan Olij |
2017-11-03 | [GDNative] added Read and Write accessors to pool arrays | Karroffel |
2017-11-03 | [GDNative] small API bug fixes | Karroffel |
2017-11-01 | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij |
2017-10-15 | Couple of small changes so our ARVRInterfaceGDNative gets constructed and reg... | BastiaanOlij |