| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- Nuked static_assert from almost everywhere in the project
- Nuked binary dependency support. Might add one later though
- Separated dependency headers into a separate include subdirectory
- Grafted a thirdpartylegalnotices.txt generator from RITEG
- Pushed development snapshot version to 2126 (26th week of 2025)
|
| | |
|
| |
|
|
|
|
|
| |
- Hide away threading::submit overload that is meant to only be used
with either a task that has been allocated using "new" or using a
templated overload. Now it's called threading::detail::submit_new
- Removed an unnecessary status check in mesher's Task::finalize impl
|
| |
|
|
|
|
| |
- Client-side now actually deletes invisible chunks
- Improved world generation to use a second noise generator alongside
changing how caves are generated (ie what noise they use)
|
| |
|