Commit Graph

5538 Commits

Author SHA1 Message Date
CookieCat
6cedbe8b3d variable capture my beloathed 2023-09-09 19:47:18 -04:00
CookieCat
c5b811336f Fixes 2023-09-09 18:23:33 -04:00
CookieCat
da20a77125 Update __init__.py 2023-09-09 12:20:13 -04:00
CookieCat
6c56f79abf Fixes 2023-09-08 21:13:16 -04:00
CookieCat
32561dde3c Docs 2 2023-09-08 16:03:15 -04:00
CookieCat
02087edf59 Docs 2023-09-08 15:38:10 -04:00
CookieCat
1daafff04b 1.0 Preparations 2023-09-08 14:27:28 -04:00
CookieCat
215594d094 0.10b - New Options 2023-09-02 19:53:39 -04:00
CookieCat
1f916e85bc AttributeError fix 2023-09-02 11:56:57 -04:00
CookieCat
127ce1dcf5 Merge branch 'ArchipelagoMW:main' into main 2023-09-02 10:54:50 -04:00
CookieCat
2ef442290b Update Regions.py 2023-08-31 22:11:09 -04:00
CookieCat
77ac8a7afb Update Rules.py 2023-08-31 21:59:51 -04:00
CookieCat
d673b87b7e 0.9b - cleanup + expanded logic difficulty 2023-08-31 21:43:40 -04:00
Fabian Dill
77a349c1c6 Core/LttP: remove can_reach_private 0.4.2 2023-08-31 22:10:38 +02:00
agilbert1412
c4a3204af7 Stardew Valley: Add missing special order logic rules (#2136)
* - Added missing special order requirements, mostly for the regions where to place the collected items, or the NPC to talk to when done

* - Added missing requirement on being able to go see the wizard cutscene in order to interact with bundles
2023-08-31 06:45:52 +02:00
CookieCat
949f152ec2 Ruh Roh Raggy, more r-r-r-random bugs! 2023-08-30 00:20:37 -04:00
CookieCat
a3fd86539d ffs 2023-08-29 23:46:59 -04:00
CookieCat
a7190b6e3c Zoinks Scoob 2023-08-29 22:48:34 -04:00
CookieCat
e3388261df Update __init__.py 2023-08-29 21:35:42 -04:00
CookieCat
c0adc90856 Update .gitignore 2023-08-29 21:16:49 -04:00
CookieCat
0dc211f0e6 KeyError fix 2023-08-29 20:59:44 -04:00
CookieCat
2b44619a8c multiworld.random to world.random 2023-08-29 18:00:11 -04:00
Remy Jette
9323f7d892 WebHost: Add a summary row to the Multiworld Tracker (#1965)
* WebHost: Add a summary row to the Multiworld Tracker

Implements suggestions from the generation-suggestions channel:
- https://discord.com/channels/731205301247803413/1124186131911688262
- https://discord.com/channels/731205301247803413/1109513647274856518

* Improve secondsToHours function, and remove jQuery from footerCallback function.

* Don't show the summary row on game-specific multi trackers

---------

Co-authored-by: Chris Wilson <chris@legendserver.info>
2023-08-29 17:58:49 -04:00
Fabian Dill
30e747bb4c Windows: create terminal capable Launcher (#2111) 2023-08-29 20:59:39 +02:00
Justus Lind
9d29c6d301 Muse Dash: Fix bad generations occuring due to changing item ids (#2122) 2023-08-29 20:58:34 +02:00
NewSoupVi
aa19a79d26 Witness: Fix one of the hints not being a Haiku (seriously) (#2123)
I hope this gets a prize for "Most irrelevant PR in AP history"

Explanation:
When changing the hint system on the client side to be able to auto-wrap, decisions were made about which line breaks were still explicitly important, with most of them being removed.

This hint was somewhat devalued in the process.

-. --- - .... .. -. --. translates to "Nothing", which I thought was the entirety of the joke.

However, the line breaks were actually also important, because:

dash dot, dash dash dash,
dash, dot dot dot dot, dot dot,
dash dot, dash dash dot

is a Haiku! And the hint's creator (oddGarrett I believe) said this was specifically part of the creative vision for this joke hint. They said it's fine, I don't need to change it, but I couldn't let that stand.

So, the explicit line breaks for this joke hint are back.
2023-08-29 20:56:40 +02:00
Alchav
5a34471266 Pokémon R/B: Fix fishing logic mistake (#2133) 2023-08-29 20:56:07 +02:00
CookieCat
149a42b175 Just to be safe 2023-08-29 14:30:59 -04:00
CookieCat
6d9bfbcf36 Hat Logic Fix 2023-08-29 13:12:47 -04:00
CookieCat
b5475ac242 a 2023-08-29 12:38:29 -04:00
eudaimonistic
ae96010ff1 [Subnautica] update subnautica/docs/setup_en.md (#2131)
At some point the client-side mod for this world started to include support for the "!" in dev console, rendering this line obsolete.  Updated to reflect current client behavior.
2023-08-29 18:05:12 +02:00
CaitSith2
944fe6cb8c Fix root cause of ALttP hardware crashes on collect. (#2132)
As it turns out, SD2SNES / FXPAK Pro has a limit as to how many bytes can be written in a single command packet.  Exceed this limit, and the hardware will crash.  That limit is 512 bytes.  Even then, I have scaled back to 256 bytes at a time for a margin of safety.
2023-08-29 06:07:31 -07:00
CookieCat
1fd2a21e5b New option - NoFreeRoamFinale 2023-08-28 22:19:57 -04:00
CookieCat
906c41275e Even more fixes 2023-08-28 20:40:33 -04:00
CookieCat
6442c40900 b 2023-08-28 19:08:04 -04:00
CookieCat
5c49ccabbe a 2023-08-28 19:05:41 -04:00
CookieCat
cbdf4d903b Major fixes 2023-08-28 19:01:32 -04:00
agilbert1412
21baa302d4 [SDV] Added a missing logic rule for talking to Leo (#2129) 2023-08-29 00:55:13 +02:00
CookieCat
173896bd74 Fuck it 2023-08-28 14:25:01 -04:00
CookieCat
45ccb9909e duh 2023-08-27 18:46:20 -04:00
Fabian Dill
9ad0032eb4 Windows: fix ArchipelagoServer.exe not being installed. 2023-08-25 22:29:56 +02:00
Seldom
09fd65209c Terraria: Fix Soul of Sight requiring Post-The Twins flag instead of access to The Twins (#2115) 2023-08-25 22:27:28 +02:00
Aaron Wagener
d8d9a49564 The Messenger: Fix a typo preventing a location from being created (#2110)
* The Messenger: Fix a typo preventing a location from being created

* Add a unit test that locations are created
2023-08-25 22:25:56 +02:00
zig-for
41a34b140c LttP: Fixes patching on a fresh AP install (#2118) 2023-08-25 22:25:02 +02:00
kindasneaki
b235ba2c52 RoR2: Move filler item creation to get_filler_item_name (#2075) 2023-08-16 09:21:07 -05:00
agilbert1412
7ce9f20bc7 Stardew Valley: Added rules requiring museum access to make donations (#2107) 2023-08-16 09:18:50 -05:00
Trevor L
6c7a7d2be5 Blasphemous: Set rules for event items later + misc logic fixes (#2084)
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
2023-08-16 09:09:49 -05:00
Alchav
8af4fda7b6 Pokemon R/B: locations accessibility fixes, etc (#2104) 2023-08-16 09:04:44 -05:00
blastron
e30f364bbd Witness: Fix for Witness plando crashes. (#2092) 2023-08-16 09:03:41 -05:00
Bryce Wilson
be07634b15 Docs: Update generate_output docstring (#2098) 2023-08-16 09:02:43 -05:00