From dfca1b61d35f369de02c4710f8a850c824334433 Mon Sep 17 00:00:00 2001 From: Sierra Helper <125094432+SierraHelper@users.noreply.github.com> Date: Sat, 25 Nov 2023 01:17:49 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=D0=90=D0=B2=D1=82=D0=BE=D0=BC=D0=B0=D1=82?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BA=D0=BE=D0=BC?= =?UTF-8?q?=D0=BF=D0=B8=D0=BB=D1=8F=D1=86=D0=B8=D1=8F=20=D1=87=D0=B5=D0=B9?= =?UTF-8?q?=D0=BD=D0=B4=D0=B6=D0=BB=D0=BE=D0=B3=D0=BE=D0=B2=20[ci=20skip]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/changelog.html | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/html/changelog.html b/html/changelog.html index a6550dffbaf8b..ec9b479d02a65 100644 --- a/html/changelog.html +++ b/html/changelog.html @@ -566,22 +566,6 @@

Обновления Azzy:

Medical now has a wall fire-locker, right above the Chemistry door. This will open to the vent west of it.
- -

23.09 - 2023

-

Обновления LordNest:

-
-
Added another away map with a crashed shuttle on it
-
-

Обновления SierraKomodo:

-
-
The threshhold for the cryo interface displaying a temperature n warning (orange) colors adjusted to 170, matching the effective temperature limit of cryoxadone and clonexadone.
-
Cryo tubes now have color-coded lights, indicating power status and temperature status. Blue = powered but turned off. Green = powered and safe. Yellow/orange = powered and above 170. Red = powered and above 237K (0C). No light = Unpowered.
-
Cryo tube lights are now emmissive.
-
-

Обновления SuhEugene:

-
-
Fixed multitile doors opacity.
-
Icons by Icons8
From 6fda9f7766c158afa0c1066f19e83e4efdee3245 Mon Sep 17 00:00:00 2001 From: SuhEugene <32931701+SuhEugene@users.noreply.github.com> Date: Sat, 25 Nov 2023 12:03:22 +0300 Subject: [PATCH 2/2] Bump RustG version to 3.0.0 --- .github/workflows/test.yml | 5 +---- scripts/install-rust_g-dependencies.sh | 4 ---- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index abd310c9f7d62..ba7ccd097e1fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ env: BYOND_MINOR: "1589" SPACEMAN_DMM_VERSION: suite-1.7.3 RUST_G_REPO: "ss220-space/rust-g-tg" - RUST_G_VERSION: "2.0.0-ss220" + RUST_G_VERSION: "3.0.0-ss220" jobs: PreFlight: @@ -104,7 +104,6 @@ jobs: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: @@ -143,7 +142,6 @@ jobs: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: @@ -182,7 +180,6 @@ jobs: path: ~/.byond/bin/librust_g.so key: "rust_g-${{ env.RUST_G_REPO }}-${{ env.RUST_G_VERSION }}" - name: Install rust_g - if: steps.Setup-rust_g-cache.outputs.cache-hit != 'true' run: ./scripts/install-rust_g.sh - name: Run Tests env: diff --git a/scripts/install-rust_g-dependencies.sh b/scripts/install-rust_g-dependencies.sh index bc783431a635f..78299cdf19331 100755 --- a/scripts/install-rust_g-dependencies.sh +++ b/scripts/install-rust_g-dependencies.sh @@ -3,8 +3,4 @@ set -euo pipefail sudo dpkg --add-architecture i386 sudo apt update || true -sudo apt remove -y libssl1.1:amd64 || true sudo apt install libgcc-s1:i386 -sudo apt install -o APT::Immediate-Configure=false libc6:i386 -wget http://ftp.de.debian.org/debian-security/pool/updates/main/o/openssl/libssl1.1_1.1.1n-0+deb10u6_i386.deb -sudo dpkg -i libssl1.1_1.1.1n-0+deb10u6_i386.deb