From 489f59bcceeeffd9c4a8a8f76b43f58456d5fedc Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 10 Aug 2026 21:42:07 +0200 Subject: [PATCH] Rename the display name from FeNigma to FEnigma FEnigma contains the whole word "enigma" while still opening on Fe (iron), matching IRON NEST; FeNigma only contained "nigma". The cost is that iron's symbol is Fe, not FE. Code paths are untouched: the Python package stays lowercase `fenigma`, and the git remote URL is unchanged since the repository itself has not been renamed. APP_ID moved too, which is safe -- it is only the GTK application id, with no saved state derived from it. Co-Authored-By: Claude Opus 5 --- assets/icons/README.md | 2 +- install.sh | 2 +- run.sh | 2 +- src/fenigma/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/icons/README.md b/assets/icons/README.md index 6836c2f..fa4687a 100644 --- a/assets/icons/README.md +++ b/assets/icons/README.md @@ -1,7 +1,7 @@ # Icons Extracted from the game's own `GameAssets/Assets/Texture2D` (gitignored, -not redistributed as a whole), for reuse in FeNigma's UI rather than +not redistributed as a whole), for reuse in FEnigma's UI rather than redrawing equivalents from scratch. Two source filenames had typos in the game files themselves ("Frendly_", "Refrence_Point_"), corrected here on copy; everything else keeps its original name. diff --git a/install.sh b/install.sh index 8afbbf1..2d409c4 100755 --- a/install.sh +++ b/install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Set up FeNigma: a venv for the pip deps, plus checks for the system +# Set up FEnigma: a venv for the pip deps, plus checks for the system # packages that can't come from pip (GTK4/libadwaita bindings, tesseract). set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" diff --git a/run.sh b/run.sh index acdd820..5e996f6 100755 --- a/run.sh +++ b/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -# Launch FeNigma. +# Launch FEnigma. set -euo pipefail cd "$(dirname "${BASH_SOURCE[0]}")" diff --git a/src/fenigma/__init__.py b/src/fenigma/__init__.py index 0c75069..bef2479 100644 --- a/src/fenigma/__init__.py +++ b/src/fenigma/__init__.py @@ -1 +1 @@ -"""FeNigma: screen-reading helper for IRON NEST: Heavy Turret Simulator.""" +"""FEnigma: screen-reading helper for IRON NEST: Heavy Turret Simulator."""