Automated commit: v1.5.1

This commit is contained in:
bgkillas 2025-03-22 13:54:57 -04:00
parent eabeae9fdd
commit 5bcd770441
5 changed files with 10 additions and 9 deletions

View file

@ -1,12 +1,9 @@
## Noita Entangled Worlds v1.5.0
## Noita Entangled Worlds v1.5.1
- fix invincible enemys
- fix hamis vase
- some minor world sync changes
- some ui changes
- fix chunk map on first enter
- add logs to lobby ui
## Accepted pull requests

View file

@ -2832,7 +2832,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "noita-proxy"
version = "1.5.0"
version = "1.5.1"
dependencies = [
"argh",
"bitcode",

View file

@ -5,7 +5,7 @@ resolver = "2"
[package]
name = "noita-proxy"
description = "Noita Entangled Worlds companion app."
version = "1.5.0"
version = "1.5.1"
edition = "2024"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View file

@ -1421,7 +1421,7 @@ impl App {
info!("Installing image loaders...");
egui_extras::install_image_loaders(&cc.egui_ctx);
let my_lobby_kind = args.override_lobby_kind.unwrap_or_else(|| {
let my_lobby_kind = args.override_lobby_kind.unwrap_or({
if saved_state.spacewars {
LobbyKind::Gog
} else {

View file

@ -2,6 +2,10 @@ local wandfinder = dofile_once("mods/quant.ew/files/system/notplayer_ai/wandfind
local tether = dofile_once("mods/quant.ew/files/system/player_tether/player_tether.lua")
local spectate = dofile_once("mods/quant.ew/files/system/spectate/spectate.lua")
--TODO lake music box
--TODO inventory bug, maybe from unobtainable status?
local MAX_RADIUS = 128 * 5
local INVIS_RANGE = 30