| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix GDNative wrapper type sizes (RID, Variant, Packed*Array), add size checki... | bruvzg | 2020-05-16 | 21 | -9/+53 |
| * | Style: Enforce braces around if blocks and loops | Rémi Verschelde | 2020-05-14 | 11 | -85/+166 |
| * | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 2 | -0/+26 |
| * | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 29 | -154/+0 |
| * | Remove redundant void argument lists | Rémi Verschelde | 2020-05-14 | 1 | -1/+1 |
| * | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 5 | -64/+34 |
| * | Revert "Renamed plane's d to distance" | Rémi Verschelde | 2020-05-10 | 3 | -10/+10 |
| * | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde | 2020-05-10 | 1 | -1/+2 |
| * | Renamed plane's d to distance | Marcus Elg | 2020-05-10 | 3 | -10/+10 |
| * | [Core] Rename linear_interpolate to lerp | Aaron Franke | 2020-04-29 | 7 | -12/+12 |
| * | Rename InputFilter back to Input | Rémi Verschelde | 2020-04-28 | 1 | -6/+6 |
| * | Add ability to bind typed arrays to script API | Juan Linietsky | 2020-04-21 | 4 | -0/+18 |
| * | Exposed RenderingDevice to script API | Juan Linietsky | 2020-04-20 | 8 | -8/+8 |
| * | Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor | Rémi Verschelde | 2020-04-20 | 1 | -0/+1 |
| * | Merge pull request #37693 from lupoDharkael/remove-hint | Rémi Verschelde | 2020-04-10 | 1 | -3/+0 |
| |\ |
|
| | * | Remove obsolete enums | lupoDharkael | 2020-04-08 | 1 | -3/+0 |
| * | | Renaming all ARVR nodes to XR | Bastiaan Olij | 2020-04-09 | 15 | -173/+162 |
| |/ |
|
| * | Replace more occurrences of NULL with nullptr | Rémi Verschelde | 2020-04-02 | 1 | -2/+2 |
| * | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 21 | -160/+160 |
| * | Merge pull request #37504 from qarmin/out_of_bound_cursor | Rémi Verschelde | 2020-04-02 | 1 | -1/+1 |
| |\ |
|
| | * | Fix out of bound array access caused by unassigned variable | Rafał Mikrut | 2020-04-01 | 1 | -1/+1 |
| * | | SCons: Format buildsystem files with psf/black | Rémi Verschelde | 2020-03-30 | 9 | -141/+187 |
| |/ |
|
| * | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -4/+4 |
| * | Popups are now windows also (broken!) | Juan Linietsky | 2020-03-26 | 1 | -12/+12 |
| * | Working multiple window support, including editor | Juan Linietsky | 2020-03-26 | 1 | -5/+5 |
| * | Refactored input, goes all via windows now. | Juan Linietsky | 2020-03-26 | 2 | -8/+8 |
| * | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky | 2020-03-26 | 1 | -1/+1 |
| * | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky | 2020-03-26 | 1 | -6/+6 |
| * | Merge pull request #37219 from RajatGoswami/missing-include-guards | Rémi Verschelde | 2020-03-23 | 6 | -0/+30 |
| |\ |
|
| | * | Adding missing include guards to header files identified by LGTM. | Rajat Goswami | 2020-03-23 | 6 | -0/+30 |
| * | | Make file formatting comply with POSIX and Unix standards | Aaron Franke | 2020-03-21 | 1 | -1/+1 |
| |/ |
|
| * | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde | 2020-03-17 | 8 | -31/+31 |
| * | Merge pull request #36751 from Faless/debugger/threads_and_profilers | Rémi Verschelde | 2020-03-09 | 1 | -1/+1 |
| |\ |
|
| | * | Refactor ScriptDebugger. | Fabio Alessandrelli | 2020-03-08 | 1 | -1/+1 |
| * | | Fix missing module editor icons | Andrii Doroshenko (Xrayez) | 2020-03-08 | 2 | -0/+0 |
| |/ |
|
| * | Merge pull request #36640 from reduz/resource-loader-refactor | Rémi Verschelde | 2020-02-28 | 8 | -8/+8 |
| |\ |
|
| | * | Removed interactive loader, added proper thread loading. | Juan Linietsky | 2020-02-28 | 8 | -8/+8 |
| * | | Signals: Port connect calls to use callable_mp | Rémi Verschelde | 2020-02-28 | 2 | -19/+9 |
| |/ |
|
| * | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 4 | -83/+17 |
| * | Update docs and bindings for new integer vector types | Rémi Verschelde | 2020-02-25 | 1 | -6/+8 |
| * | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky | 2020-02-25 | 2 | -8/+8 |
| * | doc: Sync classref with StringName/Callable changes | Rémi Verschelde | 2020-02-22 | 2 | -5/+5 |
| * | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky | 2020-02-20 | 10 | -40/+40 |
| * | doc: Sync classref with current source | Rémi Verschelde | 2020-02-18 | 1 | -1/+1 |
| * | PoolVector is gone, replaced by Vector | Juan Linietsky | 2020-02-18 | 21 | -1759/+800 |
| * | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky | 2020-02-15 | 4 | -15/+2 |
| * | Fix various GCC compilation warnings after Vulkan merge | Rémi Verschelde | 2020-02-14 | 1 | -0/+5 |
| * | Merge pull request #36163 from akien-mga/gdnative-godot_int-int64_t | Rémi Verschelde | 2020-02-13 | 3 | -3/+3 |
| |\ |
|
| | * | GDNative: Make godot_int an int64_t | Rémi Verschelde | 2020-02-12 | 3 | -3/+3 |
| * | | Remove deprecated sync and slave networking keywords | Rémi Verschelde | 2020-02-13 | 1 | -2/+0 |
| |/ |
|