CookieCat
0b41527c22
comment
2024-03-26 19:40:09 -04:00
CookieCat
e53e75de5f
More stuff from review
2024-03-26 19:32:11 -04:00
CookieCat
67e8f62784
Merge remote-tracking branch 'origin/main'
2024-03-25 18:49:49 -04:00
CookieCat
2e14859c2a
review stuff
2024-03-25 18:49:34 -04:00
CookieCat
b00eb53ebb
Update worlds/ahit/Rules.py
...
Co-authored-by: Ixrec <ericrhitchcock@gmail.com >
2024-03-25 18:11:27 -04:00
CookieCat
5700b74f61
typo
...
Co-authored-by: Ixrec <ericrhitchcock@gmail.com >
2024-03-25 18:08:12 -04:00
CookieCat
54557e7da0
Update worlds/ahit/Options.py
...
Co-authored-by: Ixrec <ericrhitchcock@gmail.com >
2024-03-25 18:00:50 -04:00
CookieCat
8480d515db
warn about depot download length in setup guide
2024-03-25 15:09:24 -04:00
CookieCat
dbd2d8fe3f
no unnecessary type hints
2024-03-25 15:06:38 -04:00
CookieCat
bf870299de
oop
2024-03-25 14:47:02 -04:00
CookieCat
bcb4195600
Merge remote-tracking branch 'origin/main'
2024-03-25 14:45:52 -04:00
CookieCat
d47d6c2f79
Options stuff
2024-03-25 14:44:43 -04:00
CookieCat
9f4e34cfc2
Update worlds/ahit/Options.py
...
Co-authored-by: Ixrec <ericrhitchcock@gmail.com >
2024-03-25 14:34:11 -04:00
CookieCat
0db3dcbddc
a
2024-03-22 21:53:28 -04:00
CookieCat
877d317470
Merge branch 'ArchipelagoMW:main' into main
2024-03-21 17:37:49 -04:00
CookieCat
de02f92166
Update Rules.py
2024-03-21 17:33:07 -04:00
CookieCat
4f6bf80fb9
almost forgot
2024-03-21 17:32:39 -04:00
Exempt-Medic
4196bde597
Docs: Fixing special_range_names example ( #3005 )
2024-03-21 21:38:36 +01:00
Star Rauchenberger
40f843f54d
Lingo: Minor game data fixes ( #3003 )
2024-03-21 17:00:53 +01:00
GodlFire
da333fbb0c
Shivers: Adds missing logic rule for skull dial door location ( #2997 )
2024-03-21 16:52:16 +01:00
NewSoupVi
43084da23c
The Witness: Fix newlines in Witness option tooltips ( #2971 )
2024-03-21 16:51:29 +01:00
Scipio Wright
14816743fc
TUNIC: Shuffle Ladders option ( #2919 )
2024-03-21 16:50:07 +01:00
Star Rauchenberger
30a0aa2c85
Lingo: Add item/location groups ( #2789 )
2024-03-21 16:46:53 +01:00
Silvris
f4b7c28a33
APProcedurePatch: hotfix changing class variables to instance variables ( #2996 )
...
* change class variables to instance variables
* Update worlds/Files.py
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
* Update worlds/Files.py
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
* move required_extensions to tuple
* fix missing tuple ellipsis
* fix classvar mixup
* rename tokens to _tokens. use hasattr
* type hint cleanup
* Update Files.py
* check using isinstance instead
---------
Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com >
2024-03-20 23:45:32 +01:00
chandler05
12864f7b24
A Short Hike: Implement New Game ( #2577 )
2024-03-20 22:44:09 +01:00
LiquidCat64
db02e9d2aa
Castlevania 64: Implement New Game ( #2472 )
2024-03-20 22:03:25 +01:00
Jérémie Bolduc
32315776ac
Stardew Valley: Fix extended family legendary fishes being locations with fishsanity set to exclude legendary ( #2967 )
2024-03-20 21:57:45 +01:00
Magnemania
e9620bea77
SM64: Goal Logic and Hint Bugfixes ( #2886 )
2024-03-20 21:56:00 +01:00
qwint
183ca35bba
CommonClient: Port Casting Bug ( #2975 )
2024-03-20 14:39:37 +01:00
TheLX5
fcaaa197a1
SMW: Fixes for Bowser being defeatable on Egg Hunt and CI2 DC room access ( #2981 )
2024-03-20 13:56:19 +01:00
TheLX5
8f7b63a787
SMW: Blocksanity logic fixes ( #2988 )
2024-03-20 13:56:04 +01:00
Scipio Wright
6f64bb9869
Noita: Remove newline from option description so it doesn't look bad on webhost ( #2969 )
2024-03-20 13:46:31 +01:00
Bryce Wilson
d0a9d0e2d1
Pokemon Emerald: Bump required client version ( #2963 )
2024-03-20 13:43:13 +01:00
CookieCat
64dfb29442
cleanup + act plando fixes
2024-03-19 21:29:51 -04:00
Silvris
94650a02de
Core: implement APProcedurePatch and APTokenMixin ( #2536 )
...
* initial work on procedure patch
* more flexibility
load default procedure for version 5 patches
add args for procedure
add default extension for tokens and bsdiff
allow specifying additional required extensions for generation
* pushing current changes to go fix tloz bug
* move tokens into a separate inheritable class
* forgot the commit to remove token from ProcedurePatch
* further cleaning from bad commit
* start on docstrings
* further work on docstrings and typing
* improve docstrings
* fix incorrect docstring
* cleanup
* clean defaults and docstring
* define interface that has only the bare minimum required
for `Patch.create_rom_file`
* change to dictionary.get
* remove unnecessary if statement
* update to explicitly check for procedure, restore compatible version and manual override
* Update Files.py
* remove struct uses
* ensure returning bytes, add token type checking
* Apply suggestions from code review
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
* pep8
---------
Co-authored-by: beauxq <beauxq@yahoo.com >
Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com >
2024-03-19 23:08:29 +01:00
PoryGone
8a8263fa61
SMW: Increment Required Client Version ( #2962 )
2024-03-15 18:02:25 +01:00
NewSoupVi
9efc7bae40
The Witness: Add junk hint for Zork: Grand Inquisitor ( #2961 )
2024-03-15 17:54:21 +01:00
Scipio Wright
e6198585c8
TUNIC: Implement support for connection plando ( #2864 )
2024-03-15 17:52:05 +01:00
Nicholas Brochu
2a8784ef72
Zork Grand Inquisitor: Implement New Game ( #2539 )
...
Adds Archipelago support for Zork Grand Inquisitor, the 1997 point-and-click PC adventure game.
The client (based on `CommonClient`), on top of its regular Archipelago duties, fully handles the randomization of the game and the monitoring / modification of the game state. No game modding needed at all; the player is ready to play an Archipelago seed if they can play the vanilla game through ScummVM.
The "reverse engineering" (there's likely a better term for this...) of the game is my own original work and I included an MIT license at the root of my world directory.
A PopTracker pack was also created to help people learn the game: https://github.com/SerpentAI/ZorkGrandInquisitorAPTracker
2024-03-15 17:35:37 +01:00
Ziktofel
e0e9fdd86a
SC2: Multi-campaign ( #2954 )
...
Adds HotS, LotV and NCO campaigns to SC2 game.
The world's name has changed to reflect that (it's not only Wings of Liberty now)
The client was patched in a way that can still join to games generated prior this change
---------
Co-authored-by: Magnemania <magnemight@gmail.com >
Co-authored-by: EnvyDragon <138727357+EnvyDragon@users.noreply.github.com >
Co-authored-by: Matthew <matthew.marinets@gmail.com >
Co-authored-by: hopop201 <benjy.hopop201@gmail.com >
Co-authored-by: Salzkorn <salzkitty@gmail.com >
Co-authored-by: genderdruid <pallyoffail@gmail.com >
Co-authored-by: MadiMadsen <137329235+MadiMadsen@users.noreply.github.com >
Co-authored-by: neocerber <neocerber@gmail.com >
Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com >
Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com >
2024-03-15 17:33:03 +01:00
agilbert1412
ed9cbfecb9
Stardew Valley: Added a Great Combat requirement to an entrance that could block its own key ( #2959 )
2024-03-15 17:31:01 +01:00
espeon65536
d1ef198566
OoT: Entrance Spoiler Fixes ( #2500 )
2024-03-15 08:05:44 -05:00
NewSoupVi
1324bccc89
The Witness: Add newly submitted junk hints ( #2949 )
2024-03-15 14:00:10 +01:00
PoryGone
cafacfe754
SA2B: Add CHANGELOG.md ( #2945 )
2024-03-15 07:58:20 -05:00
Fabian Dill
e1038b4431
Core: increment version ( #2958 )
2024-03-15 13:58:08 +01:00
PoryGone
2e8a84121e
DKC3: Add CHANGELOG.md ( #2946 )
2024-03-15 07:57:43 -05:00
PoryGone
0342c1e09d
Celeste 64: Add CHANGELOG.md ( #2948 )
2024-03-15 07:57:05 -05:00
PoryGone
f330e5835c
SMW: Add CHANGELOG.md ( #2947 )
2024-03-15 07:56:12 -05:00
Silent
329a2f9175
TUNIC: Updated display name for a few options ( #2953 )
2024-03-15 13:53:41 +01:00
Silvris
31249ec6e2
Launcher: make scrollbar more prominent ( #2955 )
2024-03-15 13:47:31 +01:00