summary refs log tree commit diff
path: root/src/Math/Vector.hpp
AgeCommit message (Collapse)Author
2024-01-25 Mostly functioning world collisionsMel
2023-12-07AABB-AABB dynamic-static collision response with slidingMel
2023-12-07Consolidate mathematical functions into single file and add moreMel
2023-11-21Replace `Vector::map_indexed` with `zip` and add vector divisionMel
2023-08-06Create separate Player entity and add bad collision systemMel
2023-07-10Separate transparent water mesh (not sorted, bad)Mel
2023-07-08Use own size typesMel
2023-07-07Replace std::function in Vector with lambda templatesMel
2023-07-07Fix minor quality issuesMel
2023-07-07Chunk-bound tree decorationMel
2023-06-30Avoid per-frame chunk copies and don't render block faces between chunksMel
2023-06-12Start generation from player positionMel
2023-06-12Multithreaded world generation with PerlinMel
2022-10-06Fix for glibc and LinuxMel
2022-10-05Non-camera relative movementMel
2022-10-04Cube RenderingMel
2022-10-02Expand Vector and Matrix classesMel
2022-10-01TriangleMel