Core: make progression balancing deterministic (#295)
espeon65536
2022-05-10 22:12:26 -0400
aa9f43dea1Fuzzy: switch to damerau_levenshtein_distance with ignored case
Fabian Dill
2022-05-09 17:03:16 +0200
513ab62ce7Fuzzy: replace thefuzz with jellyfish GPL -> BSD2Clause and should be faster though I haven't tested it myself and just trusted people on the internet. Jellyfish also allows us access to many more algorithms should they be any better. Trying out Jaro distance now instead of Levenshtein.
Fabian Dill
2022-05-09 07:18:50 +0200
a020dea277Doc: fix wrong naming in api.md example code
black-sliver
2022-05-10 00:32:16 +0200
19dd447dcbOoT: update connector.lua to use new names
espeon65536
2022-05-07 08:44:49 -0500
eb1abd9222Fix broken image link in Factorio `setup_en.md`
Kono Tyran
2022-04-22 20:00:18 -0700
Merge branch 'main' into oot
Fabian Dill
2022-05-02 11:54:00 +0200
2d73f2f46eOoT: update mq dungeon table address in lua script Plan is to automate this next version, so the lua doesn't need updating every time I mess with the ROM
espeon65536
2022-05-01 14:48:33 -0500
76a4dce66aOoT: move Thieves' Hideout location IDs to match with old ID
espeon65536
2022-05-01 14:44:26 -0500
c102d602b3OoT: update ASM to version 6.2
espeon65536
2022-05-01 13:27:53 -0500
e711490f6cOoT: bump data version
espeon65536
2022-05-01 13:07:15 -0500
c801cdbb3bOoT: update logic files, naming, and logic tricks to version 6.2 Gerudo Training Grounds -> Ground Composers Grave -> Royal Familys Tomb Gerudo Fortress -> Thieves Hideout for the indoor sections
espeon65536
2022-05-01 13:05:52 -0500
9d638671bbRemoved Tutorial Gate Close as a location for compatibility with current randomizer version
metzner
2022-04-30 05:31:55 +0200
46d31c3ee3typing, mostly in AutoWorld.py includes a bugfix (that was found by static type checking) in `get_filler_item_name`
beauxq
2022-04-28 09:03:44 -0700
add some typing info to CollectionState (#468)
Doug Hoskisson
2022-04-27 12:19:53 -0700
d57bdf6dc3OoT: No Logic modifications NL now uses the glitchless world graph, which enables entrance randomizer NL forces all logic tricks on, progression balancing off, minimal accessibility
espeon65536
2022-04-26 15:16:02 -0500
0309fac592OoT: check for existence of ROM at start of generation
espeon65536
2022-04-26 13:43:02 -0500
15dcdca6fcHK: slight optimization items are marked as advancement if they have an additional effect, so instead of a lookup we can just refer to a bool that's already local as a quick pre-check
Fabian Dill
2022-04-08 21:30:38 +0200
7a6aef03e7HK: Charm costs in spoiler log now with charm name.
Fabian Dill
2022-04-08 19:22:50 +0200