| Commit message (Expand) | Author | Age | Files | Lines |
| * | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky | 2018-11-08 | 2 | -10/+10 |
| * | Merge pull request #23355 from buresu/fix-gdnative-loading-on-mac | Rémi Verschelde | 2018-10-29 | 1 | -0/+7 |
| |\ |
|
| | * | GDNative: Fixes a problem that active_library_path is wrong after exporting a... | Naoto Kondo | 2018-10-28 | 1 | -0/+7 |
| * | | Update GDNantive API | lupoDharkael | 2018-10-26 | 15 | -0/+393 |
| |/ |
|
| * | Fixes crash when loading *.escn resources with gdnative #20141 | Maarten Heremans | 2018-10-22 | 1 | -2/+1 |
| * | Fix some cppcheck errors | Simon Wenner | 2018-10-04 | 1 | -0/+1 |
| * | Fix some OSX and iOS Clang warnings | Rémi Verschelde | 2018-10-04 | 1 | -1/+4 |
| * | Fix warnings about non-static data member initializers in nativescript | Rémi Verschelde | 2018-10-04 | 2 | -11/+17 |
| * | Fix GDNative build warning on Android [-Wignored-attributes] | Rémi Verschelde | 2018-10-03 | 1 | -2/+2 |
| * | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde | 2018-09-28 | 1 | -2/+2 |
| * | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | 2018-09-28 | 5 | -39/+25 |
| * | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde | 2018-09-27 | 1 | -4/+4 |
| * | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde | 2018-09-27 | 1 | -2/+2 |
| * | SCons: Fix ARVR can_build arity | Rémi Verschelde | 2018-09-18 | 1 | -1/+1 |
| * | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli | 2018-09-15 | 2 | -5/+7 |
| * | Rename slave keyword to puppet | Fabio Alessandrelli | 2018-09-15 | 2 | -8/+9 |
| * | [GDNative] add Variant::Operator | Thomas Herzog | 2018-09-13 | 3 | -0/+80 |
| * | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | 2018-09-13 | 1 | -1/+1 |
| |\ |
|
| | * | Misc. typos | luz.paz | 2018-09-12 | 1 | -1/+1 |
| * | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 13 | -45/+45 |
| |/ |
|
| * | Fix invalid deref in NativeScript script classes | Will Nations | 2018-09-04 | 1 | -4/+8 |
| * | [NativeScript] implement refcount instance binding funcs | Thomas Herzog | 2018-08-30 | 3 | -0/+52 |
| * | [GDNative] add initial core 1.1 extension | Thomas Herzog | 2018-08-30 | 12 | -21/+241 |
| * | Merge pull request #21229 from marcelofg55/ns_profiling | Rémi Verschelde | 2018-08-22 | 5 | -0/+142 |
| |\ |
|
| | * | Implemented profiling functions for NativeScript | Marcelo Fernandez | 2018-08-22 | 5 | -0/+142 |
| * | | doc: Sync classref with current source | Rémi Verschelde | 2018-08-21 | 1 | -0/+4 |
| |/ |
|
| * | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde | 2018-08-20 | 1 | -0/+1 |
| * | Add NativeScript support for script classes. | willnationsdev | 2018-08-15 | 2 | -0/+51 |
| * | [Core] Completely kill math_2d.h, change includes | Aaron Franke | 2018-08-11 | 2 | -2/+2 |
| * | [Core] Change math_2d includes to vector2 includes where relevant | Aaron Franke | 2018-08-10 | 2 | -2/+2 |
| * | Added system for GDScript warnings | George Marques | 2018-08-10 | 4 | -4/+4 |
| * | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi | 2018-07-27 | 2 | -253/+265 |
| * | Fixed nativescript getter and setter logic | Bastiaan Olij | 2018-07-27 | 1 | -5/+9 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2018-07-26 | 4 | -0/+47 |
| * | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 7 | -27/+27 |
| * | Merge pull request #20370 from marcelofg55/gdnative_crash | Thomas Herzog | 2018-07-25 | 1 | -1/+4 |
| |\ |
|
| | * | Fix possible crash at NativeScript::get_base_script | Marcelo Fernandez | 2018-07-25 | 1 | -1/+4 |
| * | | Removed unnecessary assignments | Wilson E. Alvarez | 2018-07-24 | 1 | -2/+0 |
| |/ |
|
| * | Add editor highlight for type-safe lines | George Marques | 2018-07-20 | 4 | -4/+4 |
| * | Add a new notification to detect crashes on native scripts | Marcelo Fernandez | 2018-07-02 | 2 | -0/+22 |
| * | Merge pull request #19757 from Faless/gdnet_pr | Thomas Herzog | 2018-06-29 | 13 | -0/+681 |
| |\ |
|
| | * | Add [Packet/Stream/Multiplayer]PeerGDNative | Fabio Alessandrelli | 2018-06-27 | 13 | -0/+681 |
| * | | add NoCache wrapper to Command | Rhody Lugo | 2018-06-21 | 1 | -2/+2 |
| * | | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij | 2018-06-19 | 4 | -0/+152 |
| |/ |
|
| * | [Pluginscript] Fix not working exports in editor | Emmanuel Leblond | 2018-06-15 | 1 | -19/+4 |
| * | SCons: Pass env to modules can_build method | Rémi Verschelde | 2018-05-30 | 1 | -1/+1 |
| * | Merge pull request #19255 from Faless/rpc_sync_mmore | Rémi Verschelde | 2018-05-30 | 7 | -38/+47 |
| |\ |
|
| | * | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli | 2018-05-29 | 2 | -0/+9 |
| | * | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 6 | -38/+38 |
| | * | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner | 2018-05-29 | 7 | -47/+38 |