summary refs log tree commit diff
path: root/src/Common
AgeCommit message (Expand)Author
2024-04-09Send SIGABRT on Assert fail when on MinGW-w64 and debuggingMel
2024-02-15Add shorter macro for [[nodiscard]] (PURE)Mel
2024-02-15Give all threads specific thread roles and assert thread safetyMel
2024-02-05Custom debuggable ASSERT macroMel
2024-02-04Cross-compiling to Windows using MinGW-w64 (fully statically)Mel
2024-02-01Walking movementMel
2024-01-30More necessary headers for Linux buildMel
2023-11-21Clumsy non-swept AABB collision system for PlayerMel
2023-08-14Generate AABBs for terrain that collides with PlayerMel
2023-07-11Create MeshBuilder utility for comfy mesh buildingMel
2023-07-08Use own size typesMel