14 Commits
Author SHA1 Message Date
Katelyn GiganteandGitHub bbd5fc3822 Launcher: Delete unused functions (#6332)
These were moved to LauncherComponents in #6115,  but due to a bad merge resolution, the originals were left behind.
2026-07-18 11:28:22 +02:00
feab54daec Core: Add parameter to visualize_regions to display Rule Builder explanations on exits (#6184)
Co-authored-by: Nicholas Saylor <[email protected]>
2026-07-17 20:08:20 +02:00
Katelyn GiganteandGitHub 38e77e1b46 Factorio: Remove the need to have two separate installs (#4221) 2026-05-16 18:29:30 +02:00
cb0cadcc5f core: If a user specifies --no-gui, don't show GUI messageboxes (#5514)
* move `gui_enabled` to Utils

* docstring

* If a user specified no-gui, don't use GUI messageboxes

---------

Co-authored-by: alwaysintreble <[email protected]>
2026-02-15 20:22:37 +01:00
Katelyn GiganteandGitHub 56363ea7e7 OptionsCreator: Respect World.hidden flag (#5754) 2025-12-17 20:09:35 +01:00
Katelyn GiganteandGitHub 01e64a2b69 Doc: Update Mac instructions to instruct the user to make a frozen bundle (#5614) 2025-11-16 02:04:23 +00:00
Katelyn GiganteandGitHub 494381b272 Factorio: Add no-enemies mode to worldgen schema (#5542) 2025-11-15 02:46:35 +01:00
Katelyn GiganteandGitHub 30ce74d6d5 core: Add host.yaml setting to make !countdown configurable (#5465)
* core:  Add host.yaml setting to make !countdown configurable

* Store /option changes to countdown_mode in save file

* Wording changes in host.yaml

* Use .get

* Fix validation for /option command
2025-10-10 15:02:56 +02:00
f8f30f41b7 Launcher: Newly installed custom worlds are not relative #4989
Co-authored-by: NewSoupVi <[email protected]>
2025-10-05 05:30:52 +02:00
448f214cdb core: Option to skip "unused" item links (#4608)
* core:  Option to skip "unused" item links

* Update worlds/generic/docs/advanced_settings_en.md

Co-authored-by: Exempt-Medic <[email protected]>

* Update BaseClasses.py

Co-authored-by: Scipio Wright <[email protected]>

---------

Co-authored-by: Exempt-Medic <[email protected]>
Co-authored-by: Scipio Wright <[email protected]>
2025-09-30 18:39:04 +02:00
Katelyn GiganteandGitHub c2666bacd7 core: Don't attempt to write to the inside of an OSX App Bundle (#4380)
* core: Frozen OSX should also use Home Directory

* Use Application Support instead of homedir

* Suggested changes
2025-06-19 18:05:52 +02:00
Katelyn GiganteandGitHub a409167f64 core: Reconfigure stdout to utf8 (#5017) 2025-05-21 20:27:03 +02:00
Katelyn GiganteandGitHub 5f24da7e18 Core: Use the location of Utils.py rather than __main__ to determine the AP Folder (#4009) 2025-05-10 15:20:43 +02:00
Katelyn GiganteandGitHub 8f60a4a259 Core: Detect and account for apworlds being downloaded with a (1) in their name (#4144)
* Core: Detect and account for apworlds being downloaded with a (1) in their name

* Reword comment

* Always use internal module name

* Requested changes from black-silver
2024-11-14 21:51:05 +01:00