| Commit message (Expand) | Author | Age | Files | Lines |
* | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde | 2020-05-14 | 1 | -2/+1 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -42/+42 |
* | Renaming of servers for coherency. | Juan Linietsky | 2020-03-27 | 1 | -1/+1 |
* | Fix various typos | luz.paz | 2020-03-11 | 1 | -1/+1 |
* | Reimplement Mutex with C++'s <mutex> | Pedro J. Estébanez | 2020-02-26 | 1 | -21/+11 |
* | Flushes commands just before the navigation server is destroyed | Andrea Catania | 2020-02-26 | 1 | -7/+16 |
* | Added utility functions to the new NavigationServer: | Andrea Catania | 2020-02-18 | 1 | -4/+32 |
* | Fixes memory leaks in GdNavigationServer and RasterizerSceneHighEndRD | Haoyu Qiu | 2020-02-15 | 1 | -3/+6 |
* | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky | 2020-02-12 | 1 | -1/+1 |
* | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | 2020-02-11 | 1 | -1/+1 |
* | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky | 2020-02-11 | 1 | -29/+29 |
* | - Integrated NavigationServer and Navigation2DServer. | Andrea Catania | 2020-02-10 | 1 | -0/+472 |