| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij | 2018-06-19 | 1 | -0/+54 |
| | | |||||
| * | Merge pull request #19255 from Faless/rpc_sync_mmore | Rémi Verschelde | 2018-05-30 | 1 | -0/+3 |
| |\ | | | | | RPCMode refactor, more sync modes (2) | ||||
| | * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 1 | -0/+3 |
| | | | |||||
| | * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 1 | -3/+0 |
| | | | |||||
| | * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-26 | 1 | -0/+3 |
| | | | |||||
| * | | [WIP] Adding version info to GDNative ARVR interfaces | Bastiaan Olij | 2018-05-27 | 1 | -0/+8 |
| |/ | |||||
| * | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez | 2018-04-12 | 1 | -2/+5 |
| | | | | | This reverts commit b76ee30917c63211ac9e94a21bebbddf518d169f. | ||||
| * | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky | 2018-04-07 | 1 | -5/+2 |
| |\ | | | | | Enhance uri utils | ||||
| | * | Unify http- and percent- encode/decode | Pedro J. Estébanez | 2018-03-27 | 1 | -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 system | karroffel | 2018-04-05 | 1 | -1/+4 |
| | | | |||||
| * | | [GDNative] added GDCALLINGCONV to instance binding functions | karroffel | 2018-03-31 | 1 | -3/+3 |
| |/ | |||||
| * | Fix typos with codespell | luz.paz | 2018-02-21 | 1 | -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_dest | tilpner | 2018-02-11 | 1 | -1/+1 |
| | | | | | | This reflects its usage as an output argument, consistent with the other godot_variant_new functions | ||||
| * | add initial NativeScript 1.1 extension | karroffel | 2018-02-09 | 1 | -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 codespell | Rémi Verschelde | 2018-01-18 | 2 | -2/+2 |
| | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell | ||||
| * | Added GDNative copy constructor for PoolVectors Read and Write | Marc Gilleron | 2018-01-18 | 1 | -0/+14 |
| | | |||||
| * | [GDNative] updates to string API and const fixes | karroffel | 2018-01-11 | 2 | -10/+26 |
| | | |||||
| * | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 21 | -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 2018 | Rémi Verschelde | 2018-01-01 | 22 | -44/+44 |
| | | | | | Happy new year to the wonderful Godot community! | ||||
| * | Remove get_stack_bottom | Ruslan Mustakov | 2017-12-16 | 1 | -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 parts | Unknown | 2017-12-05 | 1 | -2/+0 |
| | | |||||
| * | Fixed typo: substract to subtract | Indah Sylvia | 2017-12-05 | 4 | -4/+4 |
| | | |||||
| * | Merge pull request #12284 from bojidar-bg/allow-subproperty-set | Rémi Verschelde | 2017-11-21 | 1 | -1/+1 |
| |\ | | | | | Allow for getting/setting "dotted" properties of objects | ||||
| | * | Allow for getting/setting indexed properties of objects using get/set_indexed | Bojidar Marinov | 2017-11-21 | 1 | -1/+1 |
| | | | | | | | | | Performance is around the same as using pure set() through GDScript. | ||||
| * | | Merge pull request #12590 from poke1024/bsearch | Rémi Verschelde | 2017-11-21 | 1 | -0/+4 |
| |\ \ | | | | | | | Add bsearch and bsearch_custom to Array | ||||
| | * | | Add bsearch and bsearch_custom to Array | poke1024 | 2017-11-21 | 1 | -0/+4 |
| | | | | |||||
| * | | | Revert this change, we need to export symbols on the library side | Bastiaan Olij | 2017-11-21 | 1 | -1/+1 |
| |/ / | |||||
| * | | [GDNative] add a way to register call types | Karroffel | 2017-11-20 | 1 | -0/+3 |
| | | | |||||
| * | | [GDNative] removed godot_string_c_str | Karroffel | 2017-11-20 | 1 | -1/+0 |
| | | | |||||
| * | | [GDNative] loading error and version error procs | Karroffel | 2017-11-20 | 1 | -1/+16 |
| | | | |||||
| * | | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 6 | -125/+126 |
| | | | | | | | | | Fixes #12973. | ||||
| * | | Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes | Thomas Herzog | 2017-11-14 | 1 | -1/+1 |
| |\ \ | | | | | | | [GDNative] use feature tags, added load once option | ||||
| | * | | [GDNative] removed anchors | Karroffel | 2017-11-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | Removed add/remove interface bindings and added get_interfaces | BastiaanOlij | 2017-11-13 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | [GDNative] rename nativearvr extension to arvr | Karroffel | 2017-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | [GDNative] better API struct versioning | Karroffel | 2017-11-10 | 1 | -1/+1 |
| | | | |||||
| * | | [GDNative] even more API fixes | Karroffel | 2017-11-07 | 2 | -0/+4 |
| | | | |||||
| * | | Merge pull request #12612 from karroffel/gdnative-poolarray-accessors | Thomas Herzog | 2017-11-04 | 1 | -0/+124 |
| |\ \ | | | | | | | [GDNative] added Read and Write accessors to pool arrays | ||||
| | * | | [GDNative] added Read and Write accessors to pool arrays | Karroffel | 2017-11-03 | 1 | -0/+124 |
| | |/ | |||||
| * | | Merge pull request #12557 from BastiaanOlij/arvr_add_rumble_support | Bastiaan Olij | 2017-11-04 | 1 | -0/+1 |
| |\ \ | | | | | | | Adding rumble support to ARVR controllers | ||||
| | * | | Adding rumble support to ARVR controllers (if implemented on the ARVR interface) | Bastiaan Olij | 2017-11-01 | 1 | -0/+1 |
| | |/ | |||||
| * / | [GDNative] small API bug fixes | Karroffel | 2017-11-03 | 2 | -1/+2 |
| |/ | |||||
| * | Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog | Ignacio Etcheverry | 2017-10-24 | 1 | -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). | scorched | 2017-10-20 | 18 | -0/+162 |
| | | |||||
| * | [GDnative] add pluginscript \o/ | Emmanuel Leblond | 2017-10-17 | 1 | -0/+170 |
| | | |||||
| * | Couple of small changes so our ARVRInterfaceGDNative gets constructed and ↵ | BastiaanOlij | 2017-10-15 | 1 | -1/+1 |
| | | | | | registered automatically when a module loads | ||||
| * | update ARVRInterfaceGDNative to use API struct | Karroffel | 2017-10-14 | 2 | -2/+22 |
| | | |||||
| * | [GDNative] removed native_raw_call | Karroffel | 2017-10-14 | 1 | -1/+1 |
| | | |||||
| * | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij | 2017-10-14 | 1 | -0/+58 |
| | | |||||
| * | [GDnative] Add string_name api | Emmanuel Leblond | 2017-10-08 | 2 | -0/+72 |
| | | |||||
