Age | Commit message (Expand) | Author |
2019-01-26 | Workaround GCC 6 & 7 ICE on armv7hl | Rémi Verschelde |
2019-01-12 | Fixed infinite loop at end of video. | Anish |
2019-01-10 | doc: Sync classref with current source + AUTHORS edit | Rémi Verschelde |
2019-01-10 | Consistency in resource format saver/loader de-registration | Rémi Verschelde |
2019-01-10 | Remove vsgdnative loader on exit | Marcin Zawiejski |
2019-01-09 | Merge pull request #20552 from KidRigger/gsoc-peer | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-18 | Merge pull request #23615 from buresu/pluginscript-new | Rémi Verschelde |
2018-12-16 | Merge pull request #24385 from hpvb/reduce-string-coew | Rémi Verschelde |
2018-12-16 | Reduce String CoW | Hein-Pieter van Braam |
2018-12-15 | Added basic support for custom resource savers and loaders | Marc Gilleron |
2018-12-13 | Adapt GDNative VideoStream to use ResourceFormatLoader | Rémi Verschelde |
2018-12-13 | Fix includes and initialization for GDNative Videodecoder | Rémi Verschelde |
2018-12-13 | Added interface for GDNative Videodecoder. | Anish |
2018-11-27 | Allow signal connecting even if script is invalid (only when compiled with to... | Juan Linietsky |
2018-11-20 | Remove trailing whitespace | Rémi Verschelde |
2018-11-10 | PluginScript: Add support for the new() method | Naoto Kondo |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-10-29 | Merge pull request #23355 from buresu/fix-gdnative-loading-on-mac | Rémi Verschelde |
2018-10-28 | GDNative: Fixes a problem that active_library_path is wrong after exporting a... | Naoto Kondo |
2018-10-26 | Update GDNantive API | lupoDharkael |
2018-10-22 | Fixes crash when loading *.escn resources with gdnative #20141 | Maarten Heremans |
2018-10-04 | Fix some cppcheck errors | Simon Wenner |
2018-10-04 | Fix some OSX and iOS Clang warnings | Rémi Verschelde |
2018-10-04 | Fix warnings about non-static data member initializers in nativescript | Rémi Verschelde |
2018-10-03 | Fix GDNative build warning on Android [-Wignored-attributes] | Rémi Verschelde |
2018-09-28 | Fix warnings about wrong member initialization order [-Wreorder] | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wr... | Rémi Verschelde |
2018-09-27 | Fix warnings for comparison between signed and unsigned integers [-Wsign-comp... | Rémi Verschelde |
2018-09-18 | SCons: Fix ARVR can_build arity | Rémi Verschelde |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-13 | [GDNative] add Variant::Operator | Thomas Herzog |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-04 | Fix invalid deref in NativeScript script classes | Will Nations |
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 |