| Commit message (Expand) | Author | Age | Files | Lines |
* | Renaming all ARVR nodes to XR | Bastiaan Olij | 2020-04-09 | 1 | -3/+3 |
* | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -1/+1 |
* | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -1/+1 |
* | Remove duplicate ERR_PRINT macro. | Marcel Admiraal | 2020-02-05 | 1 | -1/+1 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Cleans up headers included in editor_node.h | Haoyu Qiu | 2019-12-24 | 1 | -0/+1 |
* | Fix some crashes and using null pointers | Rafał Mikrut | 2019-10-28 | 1 | -2/+2 |
* | Document the GDNative singleton method prefix being changeable | Hugo Locurcio | 2019-10-07 | 1 | -1/+1 |
* | Skip export of non-project libraries | Pedro J. Estébanez | 2019-07-03 | 1 | -0/+9 |
* | Update GDNativeLibrarySingletonEditor. | Fabio Alessandrelli | 2019-05-15 | 1 | -108/+14 |
* | Add -Wshadow=local to warnings and fix reported issues. | marxin | 2019-02-20 | 1 | -2/+2 |
* | Consistency in resource format saver/loader de-registration | Rémi Verschelde | 2019-01-10 | 1 | -4/+4 |
* | Merge pull request #20552 from KidRigger/gsoc-peer | Rémi Verschelde | 2019-01-09 | 1 | -0/+3 |
|\ |
|
| * | Added interface for GDNative Videodecoder. | Anish | 2018-12-13 | 1 | -0/+3 |
* | | Update copyright statements to 2019 | Rémi Verschelde | 2019-01-01 | 1 | -2/+2 |
* | | Added basic support for custom resource savers and loaders | Marc Gilleron | 2018-12-15 | 1 | -6/+9 |
|/ |
|
* | 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 |
* | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
* | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam | 2018-07-26 | 1 | -4/+4 |
* | Add [Packet/Stream/Multiplayer]PeerGDNative | Fabio Alessandrelli | 2018-06-27 | 1 | -0/+3 |
* | Add missing copyright headers and fix formatting | Rémi Verschelde | 2018-01-05 | 1 | -0/+1 |
* | Update copyright statements to 2018 | Rémi Verschelde | 2018-01-01 | 1 | -2/+2 |
* | Add plugin to edit GDNativeLibrary | geequlim | 2017-12-18 | 1 | -2/+5 |
* | Fix missing parenthesis | Rémi Verschelde | 2017-12-09 | 1 | -1/+1 |
* | GDNative: Fix warning when gdnative/singletons is missing | Rémi Verschelde | 2017-12-09 | 1 | -2/+5 |
* | GDNative: Save singletons only if there's a change | George Marques | 2017-12-05 | 1 | -2/+20 |
* | Allow configuring iOS export | Ruslan Mustakov | 2017-11-21 | 1 | -41/+48 |
* | Rename Rect3 to AABB. | Ferenc Arn | 2017-11-17 | 1 | -1/+1 |
* | [GDNative] export plugin | Karroffel | 2017-11-15 | 1 | -5/+128 |
* | Merge pull request #12586 from karroffel/gdnative-gdnlibrary-changes | Thomas Herzog | 2017-11-14 | 1 | -3/+15 |
|\ |
|
| * | [GDNative] use feature tags, added load once option | Karroffel | 2017-11-03 | 1 | -3/+15 |
* | | [GDNative] rename nativearvr extension to arvr | Karroffel | 2017-11-10 | 1 | -3/+3 |
|/ |
|
* | Cleanup unnecessary debug prints | Rémi Verschelde | 2017-10-21 | 1 | -1/+4 |
* | [GDnative] add pluginscript \o/ | Emmanuel Leblond | 2017-10-17 | 1 | -1/+4 |
* | [GDNative] removed native_raw_call | Karroffel | 2017-10-14 | 1 | -57/+13 |
* | Redoing the ARVR GDNative interface as module and tighter implementation | BastiaanOlij | 2017-10-14 | 1 | -1/+4 |
* | [GDnative] fix crash at cleanup time when singleton_gdnatives is not empty | Emmanuel Leblond | 2017-10-09 | 1 | -0/+1 |
* | Apply clang-format again to recent changes | Rémi Verschelde | 2017-09-16 | 1 | -3/+1 |
* | Added a menu to enable/disabled GDNative singletons in project settings | Juan Linietsky | 2017-09-14 | 1 | -3/+10 |
* | Fixed attempt to delete NULL pointer error | bncastle | 2017-09-10 | 1 | -1/+1 |
* | [GDNative] added singleton GDNativeLibraries | Karroffel | 2017-09-03 | 1 | -0/+167 |
* | merged gdnative and nativescript module | Karroffel | 2017-09-03 | 1 | -0/+9 |
* | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 1 | -1/+1 |
* | [GDNative] better header include paths | Karroffel | 2017-08-02 | 1 | -0/+22 |
* | added an optional parameter to OS symbol lookup | Karroffel | 2017-07-27 | 1 | -1/+2 |
* | [GDNative] new GDNative API | Karroffel | 2017-07-24 | 1 | -21/+33 |
* | renamed dlscript module to gdnative | Karroffel | 2017-04-09 | 1 | -0/+66 |