Archipelago/worlds/zillion
Doug Hoskisson d8004f82ef
Zillion: some typing fixes (#2534)
`colorama` has type stubs when it didn't before

`ZillionDeltaPatch.hash` annotated type could be `None` but md5s doesn't allow `None`

type of `CollectionState.prog_items` changed

`WorldTestBase` moved

all of the following are related to this issue:
https://github.com/python/typing/discussions/1486

CommonContext for `command_processor` (is invalid without specifying immutable - but I don't need it anyway)

ZillionWorld options and settings (is invalid without specifying immutable - but I do need it)
2023-12-06 18:23:43 +01:00
..
docs
test Zillion: some typing fixes (#2534) 2023-12-06 18:23:43 +01:00
__init__.py Zillion: some typing fixes (#2534) 2023-12-06 18:23:43 +01:00
config.py
empty-zillion-map-row-col-labels-281.png
id_maps.py
item.py
logic.py Zillion: some typing fixes (#2534) 2023-12-06 18:23:43 +01:00
options.py Core: Introduce new Option class NamedRange (#2330) 2023-11-24 17:10:52 -06:00
patch.py
py.typed
region.py
requirements.txt