mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Automated commit: v1.5.2
This commit is contained in:
parent
f34b61f24a
commit
ae77a8f01b
5 changed files with 12 additions and 7 deletions
2
ewext/Cargo.lock
generated
2
ewext/Cargo.lock
generated
|
@ -94,7 +94,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ewext"
|
name = "ewext"
|
||||||
version = "1.5.0"
|
version = "1.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"backtrace",
|
"backtrace",
|
||||||
"bimap",
|
"bimap",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ewext"
|
name = "ewext"
|
||||||
version = "1.5.0"
|
version = "1.5.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
|
|
@ -1,9 +1,14 @@
|
||||||
## Noita Entangled Worlds v1.5.1
|
## Noita Entangled Worlds v1.5.2
|
||||||
|
|
||||||
- fix hamis vase
|
- disable chunk map since im too lazy to make it not use up all memory and vram
|
||||||
|
|
||||||
- some ui changes
|
- dont use cell eater logic for physics bodys since prob breaks in jungle sometimes
|
||||||
|
|
||||||
|
- dont sync most things with chains cuz game gets angy at me "deleting" chains prob
|
||||||
|
|
||||||
|
- detect exe on linux better
|
||||||
|
|
||||||
|
- make suspended containers spawn extra stuff only on host cuz im lazy
|
||||||
|
|
||||||
## Accepted pull requests
|
## Accepted pull requests
|
||||||
|
|
||||||
|
|
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -2832,7 +2832,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "1.5.1"
|
version = "1.5.2"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"bitcode",
|
"bitcode",
|
||||||
|
|
|
@ -5,7 +5,7 @@ resolver = "2"
|
||||||
[package]
|
[package]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
description = "Noita Entangled Worlds companion app."
|
description = "Noita Entangled Worlds companion app."
|
||||||
version = "1.5.1"
|
version = "1.5.2"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# 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