b82e3f2a8aMultiServer: Split InvalidSlot out into InvalidGame and document all error codes.
Fabian Dill
2021-09-17 04:32:09 +0200
a82bf1bb32Options: raise Exception if per-game options are in root Options: implement progression balancing and accessibility on new system Options: implement the notion of "common" and "per_game_common" options in various systems Options: centralize item and location name checking Spoiler: prettier print some lists, sets and dicts WebHost: add common options into /templates
Fabian Dill
2021-09-17 00:17:54 +0200
abc0220cfaInclude the game name in the generated JSON files used to populate player-settings pages
Chris Wilson
2021-09-16 17:15:25 -0400
f17e6f9afdEnsure removed items and events do not appear in the starting inventory multidata and web tracker
espeon65536
2021-09-14 13:10:43 -0500
16e6b9eed7Ensure that Sheik in Ice Cavern doesn't get a dungeon item
espeon65536
2021-09-12 19:46:01 -0500
323415ba9callow gossip hints for light arrows with either vanilla bridge or nonzero trials required
espeon65536
2021-09-12 16:05:21 -0500
ae97b5e704Fix drawing AP items in shops
espeon65536
2021-09-12 15:44:05 -0500
9c09d84c71Make AP items into Zelda's Letter, with custom text and proper sfx for advancement
espeon65536
2021-09-10 10:04:56 -0500
2d27665369Fix shop items having inconsistent save context information, causing shops to not be sent correctly if fewer than 4 items in any shop
espeon65536
2021-09-10 00:32:44 -0500
45266caa8dmake logic_tricks section in playerSettings clearer
espeon65536
2021-09-09 19:09:30 -0500
feb1a59902remove unreachable code in _oot_can_live_dmg
espeon65536
2021-09-09 12:17:28 -0500
fdec4157daSkip looping over every location in set_rules and set_entrances_based_rules, use filter instead
espeon65536
2021-09-09 12:15:11 -0500
f952ad5913turn on guarantee_hint rule
espeon65536
2021-09-09 11:25:16 -0500
be27586203make stage_generate_output a class method
espeon65536
2021-09-07 22:41:20 -0500
9dc3f3f38bHint generation improvements Only generate the required hint data for a world based on its hint distribution Set various major items as nonprogression never_exclude based on settings
espeon65536
2021-09-07 19:01:12 -0500
f39defbe06Add "async" hint distribution
espeon65536
2021-09-07 18:59:22 -0500
890f71a477fix bug causing songs to never be hinted
espeon65536
2021-09-07 18:23:27 -0500
bc8e8c5dafadd oot ROM selection to inno_setup
espeon65536
2021-09-06 10:04:06 -0500
37f12809a1commented out some junk hints unsuitable for AP
espeon65536
2021-09-06 09:23:00 -0500
f5c0b847a9make defaults for LacsTokens and BridgeTokens not insane
espeon65536
2021-09-05 23:40:46 -0500
44d6c3c07eoot updates to playerSettings
espeon65536
2021-09-05 23:40:09 -0500
da1a2b2957split shopsanity into two options: "shopsanity" and "shop_slots"
espeon65536
2021-09-05 23:39:56 -0500
9f6fa2bd05Rework __init__ to use create_items and pre_fill properly Puts keys into the itempool along with all other items Fixes a bug where dungeon smallkeys + nondungeon big keys fails generation Also includes some minor optimizations mostly relating to iterables
espeon65536
2021-09-05 23:07:39 -0500
5d68dc568fFill: fix non_local_items breaking in single player
Fabian Dill
2021-09-15 01:02:06 +0200
b1196885d7CommonClient: implement active keep-alive
Fabian Dill
2021-09-11 03:59:12 +0200
494cfb3c04Setup Guides: update LttP en and de guides with SNI
Fabian Dill
2021-09-10 15:20:45 +0200
6a65981103Plando: support Item plando on any game (up from only LttP)
Fabian Dill
2021-09-10 04:28:06 +0200
f508f93d69Risk of Rain 2: fix lunar item removal affects all following worlds' presets
Fabian Dill
2021-09-10 04:11:01 +0200
411d4434a3MultiServer: update to websockets 10 and implement new websockets.broadcast
Fabian Dill
2021-09-09 18:56:43 +0200
d41fce6f91Check if starting item actually exists before trying to give it to player.
CaitSith2
2021-09-09 07:44:45 -0700
282e7b4006FactorioClient: End the log on "No Archipelago mod was loaded. Aborting." if no bridge mod was found. CommonClient: give separate error for invalid URI
Fabian Dill
2021-09-09 16:02:45 +0200
29ed40051dAdded descriptions to all currently existing options. Please end me
alwaysintreble
2021-09-06 23:58:59 -0500
8d05aa6262Added a custom dynamic item weights pool option.
alwaysintreble
2021-09-06 23:40:39 -0500
694f942c06Renamed RiskOfRainItem to RiskOfRain2Item to prevent any potential problems if someone adds Risk of Rain 1
alwaysintreble
2021-09-06 23:39:27 -0500
105a2d4e13WebHost: make LttP sprites optional
Fabian Dill
2021-09-07 00:42:02 +0200
f7da0265c4reference __file__ for oot data path
espeon65536
2021-09-03 19:53:14 -0500
82ae21420dMove hint info gathering to stage_generate_output only loops over world locations once rather than many times
espeon65536
2021-09-03 18:40:48 -0500
89984a0d09Core: don't start threads for 'pass' Core: print output progress every 10 files (OoT output may take a while, so let's give some user feedback on progress) Subnautica: remove empty output method
Fabian Dill
2021-09-03 20:35:40 +0200