| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove unimplemented methods | Marcel Admiraal | 2021-10-21 | 1 | -3/+0 |
| * | Use range iterators for `Map` | Lightning_A | 2021-09-30 | 1 | -62/+62 |
| * | [Net] Move multiplayer to core subdir, split RPCManager. | Fabio Alessandrelli | 2021-09-07 | 1 | -3/+3 |
| * | Implement inherits_script() for NativeScript and PluginScript | Pedro J. Estébanez | 2021-08-02 | 1 | -3/+19 |
| * | Use const references where possible for List range iterators | Rémi Verschelde | 2021-07-25 | 1 | -1/+1 |
| * | Use C++ iterators for Lists in many situations | Aaron Franke | 2021-07-23 | 1 | -3/+3 |
| * | Redo how instance bindings work | reduz | 2021-07-08 | 1 | -0/+13 |
| * | Rename `instance()`->`instantiate()` when it's a verb | Lightning_A | 2021-06-19 | 1 | -3/+3 |
| * | Added support for scripts reporting multiple errors to ScriptTextEditor | Eric M | 2021-06-19 | 1 | -1/+1 |
| * | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -2/+2 |
| * | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -1/+1 |
| * | [Net] Refactor RPCs, remove RSETs | Fabio Alessandrelli | 2021-06-01 | 1 | -274/+4 |
| * | Highlight control flow keywords with a different color | Hugo Locurcio | 2021-05-05 | 1 | -0/+4 |
| * | Fix crash on GDNative API json generator exit. | bruvzg | 2021-04-22 | 1 | -0/+4 |
| * | Only cleanup meta data if GDNative library is reloadable and we're about to u... | Bastiaan Olij | 2021-04-06 | 1 | -28/+32 |
| * | Fixes #47607 (forgotten statement in GDNative cleanup) | Jan Haller | 2021-04-04 | 1 | -0/+2 |
| * | Merge pull request #46844 from geekrelief/gdnative_unregister_script_fix | Rémi Verschelde | 2021-03-29 | 1 | -0/+34 |
| |\ |
|
| | * | fixes #46839, ensure library_classes is cleared and free funcs are called | geekrelief | 2021-03-09 | 1 | -0/+34 |
| * | | Fixes small typos and grammar correction | Anshul7sp1 | 2021-03-12 | 1 | -1/+1 |
| |/ |
|
| * | Modernize atomics | Pedro J. Estébanez | 2021-02-18 | 1 | -3/+3 |
| * | Only unload the library when no NativeScript objects exist if the reloadable ... | Bastiaan Olij | 2021-02-14 | 1 | -1/+1 |
| * | Improve resource load cache | reduz | 2021-02-11 | 1 | -1/+1 |
| * | Initialize class/struct variables with default values in modules/ | Rafał Mikrut | 2021-02-08 | 1 | -7/+0 |
| * | Add GDNative JSON generator for the builtin API | George Marques | 2021-01-29 | 1 | -0/+9 |
| * | Merge pull request #44617 from geekrelief/gdnative_unload | Rémi Verschelde | 2021-01-26 | 1 | -0/+6 |
| |\ |
|
| | * | Removes the gdnative library when no script (gdns) references it any longer. ... | geekrelief | 2020-12-23 | 1 | -0/+6 |
| * | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
| * | | Rename empty() to is_empty() | Marcel Admiraal | 2020-12-28 | 1 | -2/+2 |
| |/ |
|
| * | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -2/+2 |
| * | Remove multilevel calls | George Marques | 2020-07-24 | 1 | -26/+2 |
| * | Add a separate application focus/in notification out from Window focus notifi... | Juan Linietsky | 2020-06-30 | 1 | -2/+2 |
| * | GDNative: merge API structs, bump version of merged structs. | bruvzg | 2020-06-11 | 1 | -1/+1 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 1 | -43/+86 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+25 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -49/+0 |
| * | Add ability to bind typed arrays to script API | Juan Linietsky | 2020-04-21 | 1 | -0/+7 |
| * | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 1 | -1/+1 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -16/+16 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 1 | -2/+2 |
| * | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 1 | -14/+14 |
| * | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 1 | -1/+1 |
| * | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -50/+11 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 1 | -15/+15 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 1 | -1/+1 |
| * | Optmized data sent during RPC and RSet calls. | Andrea Catania | 2020-02-12 | 1 | -56/+286 |
| * | 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 |
| * | Don't try to initialize empty NativeLibrary | Tomasz Chabora | 2019-11-29 | 1 | -1/+4 |
| * | Make VarArg methods return types show up as Variant in API json | toasteater | 2019-08-26 | 1 | -1/+1 |
| * | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "platform", "modules/gdnative"... | Robin Hübner | 2019-08-09 | 1 | -34/+11 |