1
0
mirror of synced 2024-11-24 14:30:11 +01:00
bemaniutils/bemani/common
2022-09-18 23:04:28 -04:00
..
__init__.py Add config, database and user interface to change network region as well as per-arcade region. Also unified IIDX prefecture setting. 2021-09-07 02:48:42 +00:00
aes.py Additional typing fixes for safety and to be able to compile more code with mypyc. 2021-05-31 18:09:40 +00:00
card.py Fix compatibility with python < 3.8 by switching from typing.Final to typing_extensions.Final 2021-06-07 23:07:36 -04:00
constants.py Add Pnm Kaimei riddles support 2022-09-18 23:04:28 -04:00
http.py Convert most of the format() string calls to f-strings using libcst. 2020-01-07 21:29:07 +00:00
id.py Use arcade/network region for default prefecture/region wherever possible, including in facility.get. Allows changing game region. 2021-09-07 02:48:57 +00:00
model.py Rename "game" to "gamecode" in Model class, to be more accurate. 2021-08-19 19:20:31 +00:00
parallel.py Initial commit of BEMANI Utilities to GitHub. 2019-12-08 21:43:49 +00:00
pe.py Fix lint and typing messages with latest libraries. 2022-03-18 04:32:04 +00:00
time.py Fix compatibility with python < 3.8 by switching from typing.Final to typing_extensions.Final 2021-06-07 23:07:36 -04:00
validateddict.py Types, including Final, for all backend classes. Also fixed old-style routing for eacoin. 2021-09-07 17:56:15 +00:00