Scipio Wright
4a23c93674
Add note
2024-07-05 22:38:07 -04:00
Scipio Wright
533f7f210e
Fill out swamp combat logic
2024-07-05 21:12:51 -04:00
Scipio Wright
4af284e47a
Merge branch 'ArchipelagoMW:main' into tunc-combat-logic
2024-07-05 09:34:55 -04:00
Scipio Wright
c16f28b156
Some early Overworld combat logic
2024-07-04 22:35:38 -04:00
Scipio Wright
709606a140
Fix tiny issues
2024-07-04 20:25:47 -04:00
Scipio Wright
560bfe5d32
Add the rules for the boss-only option
2024-07-04 20:02:12 -04:00
Scipio Wright
19610b878d
Add the shop sword logic stuff in
2024-07-04 18:40:57 -04:00
Scipio Wright
084dcb6009
Item classification varies based on option
2024-07-04 18:17:50 -04:00
Scipio Wright
d4e2ad9177
Create the combat logic option
2024-07-04 17:47:56 -04:00
Scipio Wright
0418b92745
Apply item classifications
2024-07-04 17:32:53 -04:00
Scipio Wright
801ff78839
Remove unused import
2024-07-04 13:03:29 -04:00
Scipio Wright
4a5c6e27a7
Wrote the rest of the helpers
2024-07-04 12:59:39 -04:00
Scipio Wright
68cb57a5ca
Clamp max power from sword upgrades
2024-07-04 08:45:38 -04:00
Scipio Wright
48edbdbb8b
Rename has_stick to has_melee, some fixes per Medic's review
2024-07-04 08:44:57 -04:00
Scipio Wright
02e7e6a9a2
More logic!
2024-07-04 08:20:23 -04:00
Scipio Wright
ff241eb0bf
More helpers!
2024-07-03 22:24:54 -04:00
Scipio Wright
3e9b21f88f
Writing combat logic helpers
2024-07-03 21:15:17 -04:00
Scipio Wright
315e0c89e2
Docs: Lastest -> Latest ( #3616 )
2024-07-03 18:13:16 +02:00
Remy Jette
f6735745b6
Core: Fix !remaining ( #3611 )
2024-07-03 15:39:08 +02:00
Doug Hoskisson
50f7a79ea7
Zillion: new map generation feature ( #3604 )
2024-07-02 19:32:01 -07:00
NewSoupVi
95110c4787
The Witness: Fix door shuffle being completely broken
2024-07-03 00:34:17 +02:00
NewSoupVi
93617fa546
The Witness: mypy compliance ( #3112 )
...
* Make witness apworld mostly pass mypy
* Fix all remaining mypy errors except the core ones
* I'm a goofy stupid poopoo head
* Two more fixes
* ruff after merge
* Mypy for new stuff
* Oops
* Stricter ruff rules (that I already comply with :3)
* Deprecated ruff thing
* wait no i lied
* lol super nevermind
* I can actually be slightly more specific
* lint
2024-07-02 23:59:26 +02:00
black-sliver
b6925c593e
WebHost: Log: handle FileNotFoundError ( #3603 )
2024-07-02 01:03:55 +02:00
Emily
401606e8e3
Docs: Clarify docs for create_items stage ( #3600 )
...
* Clarify docs re: `create_items` stage
* adjust wording after feedback
* adjust wording after more feedback
2024-07-01 23:34:06 +02:00
black-sliver
e95bb5ea56
WebHost: Better host room ( #3496 )
...
* add Range= to log, making responses a lot smaller for massive rooms
* switch xhr to fetch
* post the form using fetch if possible
* also refresh log faster while waiting for command echo / response
* do not follow redirect, saving a request
* do not post empty body
* smooth-scroll the log view
* paste the log into the div when loading the HTML (up to 1MB, rest will be `fetch`ed)
* fix duplicate charset in display_log response
0.5.0
2024-07-01 21:47:49 +02:00
Silvris
52a13d38e9
Tests: fix error reporting in test_default_all_state_can_reach_everything ( #3601 )
2024-07-01 20:47:40 +02:00
Scipio Wright
f9e1d9d1a4
Fix formatting, fix rule for heir access after merge
2024-06-29 22:17:29 -04:00
Scipio Wright
059c26f481
Fix merge conflict
2024-06-29 19:29:56 -04:00
Scipio Wright
bd21a6173e
Merge branch 'main' into tunc-logic-rules-redux
2024-06-29 19:27:39 -04:00
Scipio Wright
31bd5e3ebc
OOT: Add keys item_name_group ( #3218 )
...
* Add keys item_name_group
* Pep8ify
* Capitalizing Keys cause Bottles is capitalized, also putting it in the clearly marked hint groups area
2024-06-30 01:19:36 +02:00
Sunny Bat
192f1b3fae
Update Raft option text, setup guide text ( #3272 )
...
* Update Raft option text, setup guide
* Address comments
* Address PR comments
---------
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com >
2024-06-30 01:18:09 +02:00
Silent
55cb81d487
TUNIC: Update victory condition ( #3579 )
...
* Add hero relics to victory condition
* Update __init__.py
* Remove unneeded local variables for options
* Use has_group_unique
* fix spacing
2024-06-30 01:17:00 +02:00
Justus Lind
2424fb0c5b
Muse Dash: 6th Anniversary Song update ( #3593 )
...
* 6th Anniversary Update songs.
* Forgot to fix the name of Heartbeat.
2024-06-30 01:15:13 +02:00
Mrks
6191ff4b47
LADX: Fixed Display Names In Options Page ( #3584 )
...
* Fixed option group display names.
* Fixed display names for -at the moment- unused options.
2024-06-30 01:14:39 +02:00
Justus Lind
1c817e1eb7
Muse Dash: Update installation guides to recommend installing v0.6.1. ( #3594 )
...
* Update installation guides to recommend installing v0.6.1.
* Fix spanish spacing.
* Apply spanish changes.
2024-06-30 01:13:00 +02:00
Fabian Dill
d4c00ed267
CommonClient: fix /received with items from Server ( #3597 )
2024-06-29 03:00:32 +02:00
Scipio Wright
ca669f6bab
Merge branch 'main' into tunc-logic-rules-redux
2024-06-27 15:42:00 -04:00
Ziktofel
e07a2667ae
SC2 Tracker: Migrate icons away from sc2legacy ( #3595 )
2024-06-27 14:02:03 +02:00
Scipio Wright
b8f78af506
TUNIC: Fix minor logic bug in upper Zig ( #3576 )
...
* Add note about bushes to logic section of readme
* Fix missing logic on bridge switch chest in upper zig
* Revise upper zig rule change to account for ER
2024-06-27 14:01:35 +02:00
Scipio Wright
77304a8743
TUNIC: Update game info page with more tips ( #3591 )
...
* More minor updates to game info page
* Fix grammar
2024-06-27 13:00:20 +02:00
black-sliver
5882ce7380
Various worlds: Fix more absolute world imports ( #3510 )
...
* Adventure: remove absolute imports
* Alttp: remove absolute imports (all but tests)
* Aquaria: remove absolute imports in tests
running tests from apworld may fail (on 3.8 and maybe in the future) otherwise
* DKC3: remove absolute imports
* LADX: remove absolute imports
* Overcooked 2: remove absolute imports in tests
running tests from apworld may fail otherwise
* Rogue Legacy: remove absolute imports in tests
running tests from apworld may fail otherwise
* SC2: remove absolute imports
* SMW: remove absolute imports
* Subnautica: remove absolute imports in tests
running tests from apworld may fail otherwise
* Zillion: remove absolute imports in tests
running tests from apworld may fail otherwise
2024-06-27 08:51:27 +02:00
PinkSwitch
6c54b3596b
Yoshi's Island: Fix client giving victory randomly ( #3586 )
...
* Create d
* Create d
* Delete worlds/mariomissing/d
* Delete mariomissing directory
* Create d
* Add files via upload
* Delete worlds/mariomissing/d
* Delete worlds/mariomissing directory
* Add files via upload
* Delete worlds/sai2 directory
* fix dumb client bug
2024-06-26 13:19:16 +02:00
Alchav
07dd8f0671
LTTP: Add Missing Blind's Cell rule ( #3589 )
2024-06-25 20:15:51 +02:00
Remy Jette
935c94dc80
Installer: Fix .apworld registration ( #3588 )
2024-06-25 20:15:12 +02:00
Fabian Dill
1ab1aeff15
Core: update required_server_version to 0.5.0 ( #3580 )
2024-06-23 07:50:00 +02:00
Silvris
5ca31533dc
Tests: give seed on default tests and fix execnet error ( #3520 )
...
* output seed of default tests
* test execnet fix
* try failing with interpolated string
* Update bases.py
* try without tryexcept
* Update bases.py
* Update bases.py
* remove fake exception
* fix indent
* actually fix the execnet issue
---------
Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com >
2024-06-22 21:00:15 +02:00
Mrks
60a26920e1
LADX: Probably fix generation error that palex had
2024-06-22 19:32:10 +02:00
StripesOO7
d00abe7b8e
OOT: Adds Options to slot_data for poptracker-pack ( #3570 )
...
* Add imo all needed options to fill_slot_data that are worth tracking in the poptracker pack. This is aimed at providing information for the oot poptracker-pack for autofilling of settings within this pack.
* cap line length at 120 and reorganize list
---------
Co-authored-by: StripesOO7 <54711792+StripeesOO7@users.noreply.github.com >
2024-06-22 13:50:20 +02:00
Scipio Wright
d339770974
Revise upper zig rule change to account for ER
2024-06-21 23:28:05 -04:00
Scipio Wright
5b493f3e6e
Fix missing logic on bridge switch chest in upper zig
2024-06-21 19:08:49 -04:00