Compare commits

...

1 commit

Author SHA1 Message Date
yuni 666c49904a bump version to v0.12.0 2024-10-05 03:34:27 +02:00
3 changed files with 12 additions and 5 deletions

View file

@ -1,14 +1,21 @@
# v0.12.0-dev
# v0.12.0
- Implement tidal locking of moons
- Implement space suit thruster particle effects
- Overhaul pizzeria asteroid
- Implement thruster particle effects (only in AR, as they'd be invisble in RL)
- Implement space suit modding (flashlight, thruster, light amp, reactor)
- Implement tidal locking of moons
- Change flash light cone to a smaller one
- Add textured high-poly models for ring moons (Thebe/Amalthea/Adrastea/Metis)
- Add solar panel texture to satellite
- Add temporary battery damage when overusing thruster booster
- Add radiation damage
- Add sfx volume controls
- Add unlimited power in god mode
- Add power drain to HUD/AR. It now shuts down when battery is empty.
- Remove asteroid "Lum" (it was just there for testing)
- Fix radio stations
- Fix the whale's engines glowing 1000x too bright
- Improve dialogs
# v0.11.0

2
Cargo.lock generated
View file

@ -3045,7 +3045,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.12.0-dev"
version = "0.12.0"
dependencies = [
"bevy",
"bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package]
name = "outfly"
version = "0.12.0-dev"
version = "0.12.0"
edition = "2021"
homepage = "https://codeberg.org/outfly/outfly"
repository = "https://codeberg.org/outfly/outfly"