mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changelog
This commit is contained in:
parent
279d3ade83
commit
670845e6f5
@ -68,6 +68,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Added a new option in the graphics menu to enable GPU timing (not always supported). The timing values can be viewed in the HUD debug info (F3) and will be saved as chrome trace files in the working directory when taking a screenshot.
|
- Added a new option in the graphics menu to enable GPU timing (not always supported). The timing values can be viewed in the HUD debug info (F3) and will be saved as chrome trace files in the working directory when taking a screenshot.
|
||||||
- Added new Present Mode option in the graphics menu. Selecting Fifo (i.e. vsync) or Mailbox can be used to eliminate screen tearing.
|
- Added new Present Mode option in the graphics menu. Selecting Fifo (i.e. vsync) or Mailbox can be used to eliminate screen tearing.
|
||||||
- Quality color indicators next to recipe names in crafting menu
|
- Quality color indicators next to recipe names in crafting menu
|
||||||
|
- New cave visuals: Ridges, pits, new sprites, colors
|
||||||
|
- Veins in caves to dig through to uncover ore
|
||||||
|
- Armor material system with 6 armor sets each in hide, mail and cloth categories
|
||||||
|
- New armor stats including max energy, energy reward, critical hit damage
|
||||||
|
- Meat drops from animals
|
||||||
|
- New ores, plants and hides to be looted from the world and processed into craft ingredients
|
||||||
|
- Added more crafting stations, loom, spinning wheel, tanning rack, forge
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
@ -123,6 +130,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Reworked tidal warrior to have unique attacks
|
- Reworked tidal warrior to have unique attacks
|
||||||
- Reworked yeti to have unique attacks
|
- Reworked yeti to have unique attacks
|
||||||
- Widened recipe name list in crafting menu
|
- Widened recipe name list in crafting menu
|
||||||
|
- Reworked animal loot tables
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
@ -130,6 +138,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Gravity component has been removed
|
- Gravity component has been removed
|
||||||
- In-air movement has been removed
|
- In-air movement has been removed
|
||||||
- Energy cost of deploying the glider has been removed
|
- Energy cost of deploying the glider has been removed
|
||||||
|
- Removed steel and cultist loot tables
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -12,6 +12,6 @@ ItemDef(
|
|||||||
crit_chance: 0.0,
|
crit_chance: 0.0,
|
||||||
)),
|
)),
|
||||||
)),
|
)),
|
||||||
quality: Low,
|
quality: Moderate,
|
||||||
tags: [CraftingTool],
|
tags: [CraftingTool],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user