Exempt-Medic
17ccfdc266
DS3: Don't Create Disabled Locations ( #5292 )
2025-08-08 15:07:36 -04:00
Scipio Wright
4633f12972
Docs: Use / instead of . for the reference to lttp's options.py ( #5300 )
...
* Update options api.md
* o -> O
2025-08-07 20:14:09 +02:00
Silvris
1f6c99635e
FF1: fix client breaking other NES games ( #5293 )
2025-08-05 22:25:11 +02:00
threeandthreee
4e92cac171
LADX: Update Docs ( #5290 )
...
* convert ladxr section to markdown, other adjustments
make links clickable
crow icon -> open tracker
adjust for removed sprite sheets
some adjustments in ladxr section for differences in the ap version:
we don't have a casual logic
we don't have stealing options
* fix link, and another correction
2025-08-04 11:46:05 -04:00
Scipio Wright
3b88630b0d
TUNIC: Fix zig skip showing up in decoupled + fixed shop #5289
2025-08-04 14:21:58 +02:00
Ishigh1
e6d2d8f455
Core: Added a leading 0 to classification.as_flag #5291
2025-08-04 14:19:51 +02:00
massimilianodelliubaldini
84c2d70d9a
Fix regression on 404 redirects
2025-08-03 03:06:42 +00:00
Fabian Dill
d408f7cabc
Subnautica: add empty tanks option ( #5271 )
2025-08-02 21:19:23 +02:00
Fabian Dill
72ae076ce7
WebHost: server render remaining markdown using mistune ( #5276 )
...
---------
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com >
Co-authored-by: qwint <qwint.42@gmail.com >
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
2025-08-02 21:12:58 +02:00
t3hf1gm3nt
277f21db7a
The Legend of Zelda: Stepping Down as Maintainer ( #5277 )
2025-08-02 13:14:24 -04:00
Fabian Dill
9edd55961f
LttP: remove sprite download from setup flow & make sprite repo dynamic ( #4830 )
2025-08-02 01:26:50 +02:00
Fabian Dill
9ad6959559
LttP: move more stuff out of core ( #5049 )
...
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-08-01 22:30:30 +02:00
qwint
37a9d94865
Core: Purge Multiworld.option_name ( #5050 )
2025-08-01 22:06:35 +02:00
Jonathan Tan
e8f5bc1c96
TWW: Fix Death Link ( #5270 )
2025-08-01 14:39:57 -04:00
Wilhelm Schürmann
8bb236411d
Various: Make clients wait a second between connects ( #5061 )
2025-08-01 14:01:18 -04:00
NewSoupVi
332f955159
The Witness: Comply with new test base structure #5265
2025-08-01 01:16:54 +02:00
Fabian Dill
e7131eddc2
Setup: update cert signing process ( #5161 )
2025-08-01 00:43:43 +02:00
Fabian Dill
8c07a2c930
WebHost: turn module discovery dynamic ( #5218 )
2025-08-01 00:43:08 +02:00
black-sliver
2fe51d087f
CI: also use new appimage tool in release action
2025-07-31 20:49:30 +00:00
Duck
b1f729a970
Core: Remove Checks for Unsupported Versions ( #5067 )
...
* Remove redundant version checks/compatibility
* Change windows7 check
* Edit comments
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
---------
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
2025-07-31 22:33:56 +02:00
Aaron Wagener
754e0a0de4
Core: hard deprecate per_slot_randoms ( #3382 )
...
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
2025-07-31 21:42:42 +02:00
josephwhite
7abe7fe304
ALTTP/SNIC/BHC: Stop using Utils.get_settings() ( #5239 )
...
* LTTP/SNIC/BHC: Stop using Utils.get_settings()
* SNIClient: use Settings.sni_options
2025-07-31 21:09:00 +02:00
Solidus Snake
8a552e3639
SMZ3: Fix Junk Item Overflow ( #5162 )
...
Removed `self.junkItemsNames = [item.Type.name for item in junkItems]` from `create_items` as that was pulling massive amounts of HeartPieces (because they're in junkItems in upstream) to be added if the start_inventory_from_pool was extensive. Getting more than 20 Heart Containers can lead to OHKO situations.
ETank was also removed as a junk item that can be used as filler in the earlier defined list of junk items that AP allows since you should only have 14 in the pool. It's not a problem to have more per se, but you really shouldn't have 27 of them in the pool, either. Ammo and such is much less of a problem to have crazy amounts of.
2025-07-30 07:40:01 -04:00
qwint
743501addc
Docs: Remove Settings API Back Compat Section ( #5255 )
2025-07-29 22:42:55 -04:00
Exempt-Medic
6125e59ce3
Docs: Don't Suggest exclude in create_items ( #5256 )
2025-07-29 22:33:33 -04:00
Mysteryem
1d8a0b2940
SM: Speed up deepcopy in copy_mixin ( #4228 )
2025-07-29 22:10:36 -04:00
Nicholas Saylor
2a0ed7faa2
LttP: Remove per_slot_randoms in LttPAdjuster.py ( #4898 )
2025-07-30 01:18:34 +02:00
BlastSlimey
ad17c7fd21
shapez: Typing Cleanup + Small Docs Rewordings ( #5189 )
...
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
2025-07-28 11:01:57 -04:00
Doug Hoskisson
4d17366662
Core: fix dangerous mutable default in Fill ( #5247 )
...
discussed here https://discord.com/channels/731205301247803413/731214280439103580/1327712564213448775
2025-07-28 15:41:43 +02:00
Doug Hoskisson
5e2702090c
Tests: only get __init__.py
tests from test directories ( #5135 )
2025-07-28 03:10:06 +02:00
JKLeckr
f8d1e4edf3
Ignore .github dir in package test ( #5098 )
...
Added comments for ignore code
2025-07-28 02:57:19 +02:00
NewSoupVi
04a3f78605
Core: Support inequality operators ("less than") for Choice option string comparisons ( #3769 )
...
* add some unit tests to it
* fix
* Update Options.py
Co-authored-by: qwint <qwint.42@gmail.com >
* Update Options.py
---------
Co-authored-by: qwint <qwint.42@gmail.com >
2025-07-27 23:29:21 +02:00
Yussur Mustafa Oraji
ea1e074083
V6: Allow Secret Lab Music to be Randomized ( #4643 )
2025-07-27 10:45:48 -04:00
Widowmaker-61
199a6df65e
Muse Dash: Adding Option to select Goal Song ( #4820 )
...
Co-authored-by: Justus Lind <DeamonHunter@users.noreply.github.com >
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com >
2025-07-27 07:25:59 +02:00
Doug Hoskisson
c9ebf69e0d
Core: MultiData typing ( #5071 )
2025-07-27 01:27:29 +02:00
Duck
a36e6259f1
Core: Add restricted_dumps
helper ( #5117 )
...
* Add pickling helper that check unpicklability
* Add test condition and generation error handling
* Fix incorrect call and make imports consistent
* Fix newline padding
* Change PicklingError to directly caused by UnpicklingError
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
* Revert to `pickle.dumps` for decompressed multidata
* Fix import order
* Restore pickle import in main
* Re-add for multidata in Main
* Remove multisave checks
* Update MultiServer.py
* Update customserver.py
---------
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com >
2025-07-26 23:01:40 +02:00
Exempt-Medic
de4014f02c
Core/Tests: No Locality Changes After generate_early
( #4481 )
...
* Change timing of locality option locking
* Update world api.md
* Remove whitespace
2025-07-26 16:30:55 -04:00
Alchav
774457b362
LTTP: Add Missing Crystal Switch Logic ( #4638 )
2025-07-26 22:25:06 +02:00
threeandthreee
7a8048a8fd
LADX: generate without rom ( #4278 )
2025-07-26 22:16:00 +02:00
qwint
fa49fef695
Core: use patch extension register directly ( #4375 )
...
Co-authored-by: Aaron Wagener <mmmcheese158@gmail.com >
2025-07-26 22:13:15 +02:00
threeandthreee
faac2540bf
LADX: fix marin text splitting #5225
2025-07-26 19:32:59 +02:00
NewSoupVi
4e1eb78163
MultiServer: Fix LocationScouts with "only_new" broadcasting hints for found locations over and over ( #4482 )
...
* Hints PR number 42069
* Make it explicit
* clarify
* oops
* Port the change to CreateHints
2025-07-26 19:30:38 +02:00
Adrian Priestley
46829487d6
fix(docker): Correct copy command to use recursive flag for EnemizerCLI ( #5211 )
...
* fix(docker): Correct copy command to use recursive flag for EnemizerCLI
- Changed 'cp' to 'cp -r' to properly copy EnemizerCLI directory
* docs(deployment): Update container deployment documentation
- Specify minimum versions for Docker and Podman
- Add requirement for Docker Buildx plugin
2025-07-26 14:48:39 +00:00
Mysteryem
8fd021e757
Core: Speed up CollectionState sweeping ( #3812 )
...
* Sweep events per-player to reduce sweep iterations
By finding all accessible locations per player and then collecting the
items from those locations, if any collected items belong to a different
player, then that player may be able to access more locations the next
time all of their accessible locations are found. This reduces the
number of iterations necessary to sweep through and collect from all
accessible locations.
* Also sweep per-player in MultiWorld.can_beat_game
* Deduplicate code by using sweep_for_events in can_beat_game
sweep_for_events has been modified to be able to return a generator and
to be able to change the set of locations that are filtered out. This
way, the same code can be used by both functions.
* Skip checking locations by assuming each world only logically depends on itself
While this assumption almost always holds true, worlds are allowed to
logically depend on other worlds, so the sweep always double checks at
the end by checking the locations of every world before finishing.
* Fix missed update to CollectionState.collect implementation
Collecting items with prevent_sweep=True (previously event=True) no
longer always returns True, so the return value should now be checked.
* Comment and variable name consistency/clarity
accessible/inaccessible -> reachable/unreachable
final sweep iteration -> extra sweep iteration
maybe_final_sweep -> checking_if_finished
* Apply suggestions from code review
Use Iterator in return type hint instead of Iterable to help indicate that the returned value can only be iterated once.
Be consistent in return statements. Because sweep_for_events can return a value now, the conditional branch that has no intended return value should explicitly return None.
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
* Update terminology from 'event' to 'advancement'
* Add typing overloads for sweep_for_advancements
This makes it so type-checkers and IDEs can see which calls return
`None` and which calls return `Iterator` so that it doesn't complain
about returning an `Iterator` from `sweep_for_events` or about iterating
through `None` in `can_beat_game`.
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
* Update comment for why discard the player after finding their locations
A lack of clarity was brought up in review.
* Update for removed typing import
---------
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
2025-07-26 14:59:35 +02:00
Fabian Dill
a3af953683
WebHost: list unrecognized games as Other in stats ( #5236 )
2025-07-26 14:12:45 +02:00
Bryce Wilson
f27da5cc78
BizHawkClient: Add command to pass server messages to emulator ( #3039 )
2025-07-26 12:42:55 +02:00
qwint
23f0b720de
CommonClient: update commands to function without local apworld ( #3045 )
2025-07-26 04:18:36 +02:00
Duck
f66d8e9a61
WebHost: Update some typing in WebHostLib ( #5069 )
2025-07-26 01:23:39 +02:00
Exempt-Medic
8499c2fd24
Options: Add PlandoItems to Item&Loc Option Group ( #5201 )
2025-07-25 15:10:31 -04:00
mobby45
ea4c4dcc0c
The Wind Waker: Adding French Translation for Guides ( #5174 )
...
* Add files via upload
* Delete fr_The Wind Waker.md
* Delete setup_fr.md
* Add files via upload
* Update fr_The Wind Waker.md
* Update fr_The Wind Waker.md
* Update fr_The Wind Waker.md
* Update worlds/tww/docs/fr_The Wind Waker.md
I agree with that okat!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Agreed
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
agreed!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
agreed!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
agreed!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
forgot to remove that, ok
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
agreed!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Okay!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Agreed
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
agreed
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
agreed
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update fr_The Wind Waker.md
* Update worlds/tww/docs/fr_The Wind Waker.md
okay!
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update setup_fr.md
* Update setup_fr.md
* Update fr_The Wind Waker.md
Modifying lines
* Update setup_fr.md
Character Limits Update
* Update worlds/tww/docs/setup_fr.md
ok
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update worlds/tww/docs/fr_The Wind Waker.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update en_The Wind Waker.md
* Update worlds/tww/docs/setup_fr.md
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update __init__.py
* Update __init__.py
* Update worlds/tww/__init__.py
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
* Update __init__.py
---------
Co-authored-by: Jonathan Tan <tanjo3@users.noreply.github.com >
2025-07-25 21:08:51 +02:00