From df1c3c6a1685f85f3437e95231282716f1824399 Mon Sep 17 00:00:00 2001 From: End45 <71291438+End45@users.noreply.github.com> Date: Sun, 26 Jun 2022 19:22:31 +0200 Subject: [PATCH 1/2] Fix some fixed room properties descriptions --- .../module/dungeon/controller/fixed.glade | 25 ++++++++++++++++--- skytemple/module/dungeon/controller/fixed.py | 9 +++++-- 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/skytemple/module/dungeon/controller/fixed.glade b/skytemple/module/dungeon/controller/fixed.glade index b6b969735..3374657b7 100644 --- a/skytemple/module/dungeon/controller/fixed.glade +++ b/skytemple/module/dungeon/controller/fixed.glade @@ -1671,7 +1671,7 @@ if dungeon is cleared: True False end - Prevent "Item Stealing" + Allow "Item Stealing" 0 @@ -1683,7 +1683,7 @@ if dungeon is cleared: True False end - Disable all warp effects: + Allow warp effects: 0 @@ -1695,7 +1695,7 @@ if dungeon is cleared: True False end - Disable some traps: + Allow certain traps: 0 @@ -1779,7 +1779,24 @@ Please check the help for each setting for more information. - + + True + True + True + center + + + + True + False + skytemple-help-about-symbolic + + + + + 2 + 6 + diff --git a/skytemple/module/dungeon/controller/fixed.py b/skytemple/module/dungeon/controller/fixed.py index ed9101e5f..03cbb3bd6 100644 --- a/skytemple/module/dungeon/controller/fixed.py +++ b/skytemple/module/dungeon/controller/fixed.py @@ -445,11 +445,16 @@ def on_btn_help_orbs_clicked(self, *args): def on_btn_help_defeat_enemies_clicked(self, *args): self._help(_("If enabled, the floor is exited after all the enemies have been defeated")) + def on_btn_help_unk5_clicked(self, *args): + self._help(_("If disabled, certain traps (Summon, Pitfall and Pokémon) will be disabled." + "\nIf ChangeFixedFloorProperties is not applied and the fixed floor ID is 0 or >= 165 this setting is ignored. It is always enabled.")) + def on_btn_help_unk8_clicked(self, *args): - self._help(_("If ChangeFixedFloorProperties is not applied and the fixed floor ID is 0 or >= 165 this setting is ignored. It is always enabled.")) + self._help(_("If disabled, warping, being blown away and leaping effects will be disabled." + "\nIf ChangeFixedFloorProperties is not applied and the fixed floor ID is 0 or >= 165 this setting is ignored. It is always enabled.")) def on_btn_help_unk9_clicked(self, *args): - self._help(_("Prevents any kind of item pulling (such as with the Trawl Orb)." + self._help(_("If disabled, prevents any kind of item pulling (such as with the Trawl Orb)." "\nIf ChangeFixedFloorProperties is not applied and the fixed floor ID is 0 or >= 165 this setting is ignored. It is always enabled.")) def on_btn_help_complete_clicked(self, *args): From f18af4a102a25c25c236898fe9469ed8b1770df2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 16:02:09 +0000 Subject: [PATCH 2/2] Bump psutil from 5.9.0 to 5.9.4 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.0 to 5.9.4. - [Release notes](https://github.com/giampaolo/psutil/releases) - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-5.9.4) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements-mac-windows.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-mac-windows.txt b/requirements-mac-windows.txt index bee152aa3..284511750 100644 --- a/requirements-mac-windows.txt +++ b/requirements-mac-windows.txt @@ -12,6 +12,6 @@ pypresence==4.2.0 pygal==3.0.0 CairoSVG==2.5.2 gbulb==0.6.3 -psutil==5.9.0 +psutil==5.9.4 sentry-sdk==1.6.0 packaging diff --git a/requirements.txt b/requirements.txt index 5dedb159e..10f3a34de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ pypresence==4.2.1 pygal==3.0.0 CairoSVG==2.5.2 gbulb==0.6.3 -psutil==5.9.0 +psutil==5.9.4 sentry-sdk==1.6.0 packaging types-setuptools