mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.2.6
This commit is contained in:
parent
a624bf00d6
commit
081bc51c4a
3 changed files with 13 additions and 19 deletions
|
@ -1,28 +1,22 @@
|
|||
## Noita Entangled Worlds v1.2.5
|
||||
## Noita Entangled Worlds v1.2.6
|
||||
|
||||
- make wands more random from client to client
|
||||
- improve performance
|
||||
|
||||
- reorganize some audio settings, add loopback option and global input/output volume options, dont require hitting save button
|
||||
- fix broken wand and dice duping shots, and fungi
|
||||
|
||||
- add give host sampo option
|
||||
- fix hamis dupe in last layer
|
||||
|
||||
- transfer authority faster when applicable
|
||||
- fix tether visual staying on host
|
||||
|
||||
- fix a logic error in world chunks
|
||||
- fix stuff flying off with 0 gravity
|
||||
|
||||
- fix stevari duping
|
||||
- fix sunspot not working sometimes
|
||||
|
||||
- fix sun quest duping, sync sun child states
|
||||
- fix plague rats, revenge rats, vomit rats, and mold perk duping entities
|
||||
|
||||
- send position data over time
|
||||
- fix fps scaling being wrong causing odd entity speeds
|
||||
|
||||
- fix houre
|
||||
|
||||
- apply meat boss death effect no matter where you are
|
||||
|
||||
- sync killers and helpless kill counts
|
||||
|
||||
- havbe a bit larger auth radius for bosses(hopefully doesn't break stuff)
|
||||
- fix chests
|
||||
|
||||
|
||||
## Accepted pull requests
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2810,7 +2810,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.2.5"
|
||||
version = "1.2.6"
|
||||
dependencies = [
|
||||
"argh",
|
||||
"bitcode",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "1.2.5"
|
||||
version = "1.2.6"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
@ -69,4 +69,4 @@ lto = true
|
|||
strip = true
|
||||
|
||||
[profile.release-lto]
|
||||
inherits = "release"
|
||||
inherits = "release"
|
Loading…
Add table
Add a link
Reference in a new issue