Age | Commit message (Expand) | Author |
2018-08-30 | [NativeScript] implement refcount instance binding funcs | Thomas Herzog |
2018-08-30 | [GDNative] add initial core 1.1 extension | Thomas Herzog |
2018-08-22 | Merge pull request #21229 from marcelofg55/ns_profiling | Rémi Verschelde |
2018-08-22 | Implemented profiling functions for NativeScript | Marcelo Fernandez |
2018-08-21 | doc: Sync classref with current source | Rémi Verschelde |
2018-08-20 | Add PROPERTY_HINT_PLACEHOLDER_TEXT for String properties | Rémi Verschelde |
2018-08-15 | Add NativeScript support for script classes. | willnationsdev |
2018-08-11 | [Core] Completely kill math_2d.h, change includes | Aaron Franke |
2018-08-10 | [Core] Change math_2d includes to vector2 includes where relevant | Aaron Franke |
2018-08-10 | Added system for GDScript warnings | George Marques |
2018-07-27 | Running builder (content generator) functions in subprocesses on Windows | Viktor Ferenczi |
2018-07-27 | Fixed nativescript getter and setter logic | Bastiaan Olij |
2018-07-26 | doc: Sync classref with current source | Rémi Verschelde |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-25 | Merge pull request #20370 from marcelofg55/gdnative_crash | Thomas Herzog |
2018-07-25 | Fix possible crash at NativeScript::get_base_script | Marcelo Fernandez |
2018-07-24 | Removed unnecessary assignments | Wilson E. Alvarez |
2018-07-20 | Add editor highlight for type-safe lines | George Marques |
2018-07-02 | Add a new notification to detect crashes on native scripts | Marcelo Fernandez |
2018-06-29 | Merge pull request #19757 from Faless/gdnet_pr | Thomas Herzog |
2018-06-27 | Add [Packet/Stream/Multiplayer]PeerGDNative | Fabio Alessandrelli |
2018-06-21 | add NoCache wrapper to Command | Rhody Lugo |
2018-06-19 | Add access for GDNative modules to some platform dependent internals on Android | Bastiaan Olij |
2018-06-15 | [Pluginscript] Fix not working exports in editor | Emmanuel Leblond |
2018-05-30 | SCons: Pass env to modules can_build method | Rémi Verschelde |
2018-05-30 | Merge pull request #19255 from Faless/rpc_sync_mmore | Rémi Verschelde |
2018-05-29 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner |
2018-05-27 | [WIP] Adding version info to GDNative ARVR interfaces | Bastiaan Olij |
2018-05-26 | New sync keywords in GDScript, NativeScript, Mono | Fabio Alessandrelli |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
2018-05-10 | changed GDNative API json format | karroffel |
2018-05-08 | Fix Variant leak in call_native | Pedro J. Estébanez |
2018-04-30 | Fix lto builds on clang compilers | Hein-Pieter van Braam |
2018-04-19 | Merge pull request #18119 from sheepandshepherd/nativescript_property_list | Rémi Verschelde |
2018-04-12 | Revert "Unify http- and percent- encode/decode" | Pedro J. Estébanez |
2018-04-11 | Fix NativeScript property list | sheepandshepherd |
2018-04-10 | doc: Sync classref with current source | Rémi Verschelde |
2018-04-07 | Merge pull request #17583 from RandomShaper/enhance-uri-utils | Juan Linietsky |
2018-04-07 | Correct profiling_frame naming in pluginscript | Emmanuel Leblond |
2018-04-06 | Fix Pluginscript add_global_constant mandatory value check | Emmanuel Leblond |
2018-04-06 | [NativeScript] replace error macros by simple returns | karroffel |
2018-04-05 | Merge pull request #17980 from karroffel/nativescript-1.1-global-type-tags | Thomas Herzog |
2018-04-05 | [NativeScript] added global type tag system | karroffel |
2018-04-04 | [GDNative] enable saving GDNativeLibrary as sub resource | karroffel |
2018-04-04 | [GDNative] easier GDNativeLib handling | karroffel |
2018-03-31 | [GDNative] fixed issue with library unloading order | karroffel |
2018-03-31 | [GDNative] added GDCALLINGCONV to instance binding functions | karroffel |
2018-03-27 | Unify http- and percent- encode/decode | Pedro J. Estébanez |