summaryrefslogtreecommitdiffstats
path: root/modules/gdnative
Commit message (Expand)AuthorAgeFilesLines
* doc: Remove null default values that can't be determinedRémi Verschelde2019-06-301-1/+1
* doc: Add default values to all propertiesRémi Verschelde2019-06-303-10/+10
* Merge pull request #30167 from Xrayez/module-editor-iconsRémi Verschelde2019-06-292-0/+10
|\
| * Add support for creating editor icons per moduleAndrii Doroshenko (Xrayez)2019-06-282-0/+10
* | Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-4/+12
* | Merge pull request #30183 from Andrettin/Variant-Pointer-FixesRémi Verschelde2019-06-293-4/+4
|\ \
| * | Fixed cases of unsupported pointers being used to construct variantsAndrettin2019-06-293-4/+4
| |/
* | Merge pull request #29380 from bojidar-bg/16086-docs-default-valueRémi Verschelde2019-06-293-15/+15
|\ \ | |/ |/|
| * Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-273-15/+15
* | Proofread and improve the whole class referenceHugo Locurcio2019-06-271-2/+2
|/
* Properly expose all Error constants to scripting languagesRémi Verschelde2019-06-271-3/+3
* Made use of semicolons more consitent, fixed formattingJohnJLight2019-06-195-7/+7
* doc: Improve docs for Resource* classesRémi Verschelde2019-06-182-0/+14
* Unexpose subclasses of ResourceFormatLoader and -SaverRémi Verschelde2019-06-186-23/+0
* Merge pull request #29325 from m4gr3d/setup_godot_for_ovr_supportRémi Verschelde2019-06-163-9/+36
|\
| * Setup Godot to support the Oculus Mobile SDK.fhuya2019-05-303-9/+36
* | Adding a new Camera Server implementation to Godot.BastiaanOlij2019-06-153-0/+13
* | Fix error macro calls not ending with semicolonRémi Verschelde2019-06-111-6/+6
* | Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-033-4/+4
|\ \
| * | Fix code completion not working with class_namelupoDharkael2019-04-163-4/+4
* | | Added move_toward functions for float, Vector2 and Vector3Giacom2019-05-285-0/+38
| |/ |/|
* | Merge pull request #28738 from 2shady4u/masterRémi Verschelde2019-05-233-1/+29
|\ \
| * | Added native binding for dictionary duplicationshaderbeast2019-05-233-1/+29
* | | [GDNative] fix godot_variant_evaluate functionthomas.herzog2019-05-221-1/+1
* | | Merge pull request #28964 from Faless/webrtc/channels_prRémi Verschelde2019-05-217-37/+177
|\ \ \
| * | | WebRTC refactor. Data channels, STUN/TURN support.Fabio Alessandrelli2019-05-167-37/+177
* | | | Merge pull request #27886 from LeonardMeagher2/obj_to_stringRémi Verschelde2019-05-202-0/+23
|\ \ \ \
| * | | | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-032-0/+23
* | | | | Merge pull request #28975 from RameshRavone/type_tagRémi Verschelde2019-05-201-1/+4
|\ \ \ \ \
| * | | | | NULL global_tag for non exposed classesRameshRavone2019-05-181-1/+4
| | |/ / / | |/| | |
* / | | | Fix typos with codespellRémi Verschelde2019-05-192-2/+2
|/ / / /
* | | | Merge pull request #28917 from Faless/gdnative/singleton_editor_fix_prRémi Verschelde2019-05-163-145/+123
|\ \ \ \
| * | | | Update GDNativeLibrarySingletonEditor.Fabio Alessandrelli2019-05-153-145/+123
* | | | | Fix indexing failure in NativeScriptLanguage::unregister_binding_functions.Frank Secilia2019-05-151-1/+1
|/ / / /
* | / / Fix GDNative library resource loading.Fabio Alessandrelli2019-05-122-1/+5
| |/ / |/| |
* | | Fixes VideostreamGDNative crash on audio_channel=0.Anish2019-05-041-16/+18
* | | Merge pull request #28530 from akien-mga/scons-prepend-cpppathRémi Verschelde2019-04-302-3/+3
|\ \ \
| * | | SCons: Always use env.Prepend for CPPPATHRémi Verschelde2019-04-302-3/+3
* | | | Forgot a parameter in the ARVR gdnative bindings for notificationsBastiaan Olij2019-04-302-2/+2
|/ / /
* | | Merge pull request #27007 from BastiaanOlij/arvr_notificationsRémi Verschelde2019-04-303-0/+11
|\ \ \
| * | | Send notifications to ARVRInterfacesBastiaan Olij2019-04-273-0/+11
* | | | Merge pull request #27759 from BastiaanOlij/sort_api_jsonRémi Verschelde2019-04-301-0/+34
|\ \ \ \ | |/ / / |/| | |
| * | | Sort data exported to the api.json file for GDNativeBastiaan Olij2019-04-191-0/+34
| | |/ | |/|
* | | Merge pull request #27673 from qarmin/small_fixesRémi Verschelde2019-04-221-1/+1
|\ \ \
| * | | Small fixes, mostly dupicated codeqarmin2019-04-081-1/+1
* | | | doc: Sync classref with current sourceRémi Verschelde2019-04-192-0/+14
* | | | doc: Drop unused <demos> tagRémi Verschelde2019-04-1910-20/+0
| |/ / |/| |
* | | Add WebRTC GDNative interfaceFabio Alessandrelli2019-04-124-2/+99
| |/ |/|
* | Merge pull request #27711 from neikeq/ifdef-clang-tidyRémi Verschelde2019-04-081-1/+1
|\ \
| * | Replace a few #if/#elif with #ifdef and "#elif defined"Ignacio Etcheverry2019-04-051-1/+1