This website requires JavaScript.
Explore
Help
Sign In
Cool_Tools
/
bemaniutils
Watch
1
Star
0
Fork
0
You've already forked bemaniutils
mirror of
synced
2024-11-24 14:30:11 +01:00
Code
Releases
Activity
8dccd48faf
bemaniutils
/
bemani
/
common
History
cracrayol
8dccd48faf
Add basic Metal Gear Arcade support
2021-09-04 17:17:22 +02:00
..
__init__.py
Move logic for calculating play statistics into common module and backend base module.
2021-08-24 23:18:53 +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 basic Metal Gear Arcade support
2021-09-04 17:17:22 +02: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
Convert most of the format() string calls to f-strings using libcst.
2020-01-07 21:29:07 +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
Teach x86 emulator how to emulate a whole function, initialize memory to DLL/EXE contents, and teach psmap how to emulate multiple sections.
2021-09-04 02:48:49 +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
Move logic for calculating play statistics into common module and backend base module.
2021-08-24 23:18:53 +00:00