Updated changelog

This commit is contained in:
Joshua Barretto 2020-09-03 19:29:28 +01:00
parent 0c0f150140
commit 282291c9dc
3 changed files with 30 additions and 1080 deletions

View File

@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Point and directional lights now cast realistic shadows, using shadow mapping. - Point and directional lights now cast realistic shadows, using shadow mapping.
- Added leaf and chimney particles - Added leaf and chimney particles
- Some more combat sound effects - Some more combat sound effects
- Beehives and bees
- Fireflies
### Changed ### Changed

1107
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,6 @@ members = [
"chat-cli", "chat-cli",
"server", "server",
"server-cli", "server-cli",
"server-gui",
"voxygen", "voxygen",
"world", "world",
"network", "network",