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 Docs, Various Games: Add Unique Local Commands to Game Page (#2285) 2023-10-31 17:20:24 -04:00
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 Zillion: change test detection for running tests with multiprocessing (#2243) 2023-10-02 01:13:30 +02:00
empty-zillion-map-row-col-labels-281.png Zillion: map tracker in client (#1136) 2022-10-27 02:30:22 -07:00
id_maps.py New Game: Zillion (#1081) 2022-10-20 19:41:11 +02:00
item.py New Game: Zillion (#1081) 2022-10-20 19:41:11 +02:00
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 New Game: Zillion (#1081) 2022-10-20 19:41:11 +02:00
py.typed New Game: Zillion (#1081) 2022-10-20 19:41:11 +02:00
region.py Zillion: use Option.current_key 2023-03-07 08:33:33 +01:00
requirements.txt Zillion: remove test detection hack (#2287) 2023-10-10 23:08:19 +02:00