mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Automated commit: v1.6.0
This commit is contained in:
parent
bf9bb578d5
commit
12e1a7cfb5
7 changed files with 35 additions and 10 deletions
4
ewext/Cargo.lock
generated
4
ewext/Cargo.lock
generated
|
@ -94,7 +94,7 @@ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
|||
|
||||
[[package]]
|
||||
name = "ewext"
|
||||
version = "1.5.2"
|
||||
version = "1.6.0"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bimap",
|
||||
|
@ -208,7 +208,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "noita_api"
|
||||
version = "0.1.0"
|
||||
version = "1.6.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"eyre",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ewext"
|
||||
version = "1.5.2"
|
||||
version = "1.6.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
|
@ -32,4 +32,4 @@ bimap = "0.6.3"
|
|||
#enables cross-compilation on older systems (for example, when compiling on ubuntu 20.04)
|
||||
#due to unresolved bug in rust toolchain
|
||||
#https://github.com/rust-lang/rust/issues/79609
|
||||
pre2204 = []
|
||||
pre2204 = []
|
2
ewext/noita_api/Cargo.lock
generated
2
ewext/noita_api/Cargo.lock
generated
|
@ -102,7 +102,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|||
|
||||
[[package]]
|
||||
name = "noita_api"
|
||||
version = "0.1.0"
|
||||
version = "1.6.0"
|
||||
dependencies = [
|
||||
"base64",
|
||||
"eyre",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "noita_api"
|
||||
version = "0.1.0"
|
||||
version = "1.6.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -1,8 +1,33 @@
|
|||
## Noita Entangled Worlds v1.5.5
|
||||
## Noita Entangled Worlds v1.6.0
|
||||
|
||||
- cache entity data for entity sync improving performance alot(prob buggy, def for some mods), and alot less memory allocations
|
||||
|
||||
- note why chunkmap is disabled
|
||||
|
||||
- add performance log button to proxy
|
||||
|
||||
- fix enemies respawning after restarting game
|
||||
|
||||
- disable laser traps from entity sync
|
||||
|
||||
- support(probably) modded biomes enemies syncing
|
||||
|
||||
- attach to windows console if applicable to allow seeing crash reports
|
||||
|
||||
- make spells less likely to be in walls
|
||||
|
||||
- fix spell ban
|
||||
|
||||
- fix orb sync duping orbs sometimes
|
||||
|
||||
- fix player mimic poly spawning a mimic after(and prob some other bugs related)
|
||||
|
||||
- probably break windows update, we will see next update <3
|
||||
|
||||
## Accepted pull requests
|
||||
|
||||
- noita-proxy: socketaddr binding via --host by @benaryorg in #390
|
||||
|
||||
No pull requests have been accepted in this release.
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2860,7 +2860,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
|||
|
||||
[[package]]
|
||||
name = "noita-proxy"
|
||||
version = "1.5.5"
|
||||
version = "1.6.0"
|
||||
dependencies = [
|
||||
"arboard",
|
||||
"argh",
|
||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
|||
[package]
|
||||
name = "noita-proxy"
|
||||
description = "Noita Entangled Worlds companion app."
|
||||
version = "1.5.5"
|
||||
version = "1.6.0"
|
||||
edition = "2024"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue