Build: Gather projects around categories

This commit is contained in:
Jérôme Leclercq
2018-05-16 12:55:36 +02:00
parent b22c93fa5f
commit f864fc8a52
2 changed files with 18 additions and 7 deletions

View File

@@ -16,6 +16,7 @@ Miscellaneous:
- Add Lua unit tests
- NDEBUG is now defined in Release
- Replaced typedefs keywords with modern using keywords
- When supported, projects are now parts of a virtual "workspace group" according to their kind
Nazara Engine:
- VertexMapper:GetComponentPtr no longer throw an error if component is disabled or incompatible with template type, instead a null pointer is returned.