summaryrefslogtreecommitdiff
path: root/core/rid_owner.h
AgeCommit message (Expand)Author
2020-08-19Fix warning using ERR_FAIL_INDEX on unsigned intRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-14Implement decalsJuan Linietsky
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-04Compilation fixes on AndroidPouleyKetchoupp
2020-02-11Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde
2020-02-11Fix code formatting issues and VS compilationRémi Verschelde
2020-02-11Fix bugs in `RID_Alloc`Pedro J. Estébanez
2020-02-11RID_Alloc: Fix locking in getornull and free early returnsRémi Verschelde
2020-02-11Vulkan/RD rasterizer now does clean exit.Juan Linietsky
2020-02-11Added a spinlock template as well as a thread work pool class.Juan Linietsky
2020-02-11Normalmapping and Specularmapping working in 2D engineJuan Linietsky
2020-02-11basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky
2020-02-11Basic 2D engine is more or less working, needs more work for editor to be usa...Juan Linietsky
2020-02-11Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky