1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Dec 25, 2023 — Dec 25, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Move mypy options from the Makefile into mypy.ini More... over 2 years ago
Ignore missing mypy stubs for cairo More... almost 3 years ago
Fix a type error by using a different variable name More... almost 3 years ago
Make some TreeViewColumns sortable by clicking the header More... almost 3 years ago
Fix some types More... almost 3 years ago
Add some type hints More... almost 3 years ago
Improve a log message More... almost 3 years ago
Make the mypy target disallow untyped calls and defs More... almost 3 years ago
Change another callLater from 1 to 0. More... almost 3 years ago
Don't retry start_game if AIs fail to spawn. More... almost 3 years ago
Change most arbitrary delays in reactor.callLater to 0. More... almost 3 years ago
Change "name" to "playername" in User, Client, and AIClient. More... almost 3 years ago
Add types to tests. Also use pytest.raises. More... almost 3 years ago
Make get_leaf raise KeyError rather than return None if not found More... almost 3 years ago
Improve logging More... almost 3 years ago
Add more type hints More... almost 3 years ago
Change player and AI time limits to floats More... almost 3 years ago
Add debug logging More... almost 3 years ago
Consistently import from one level below twisted.spread.pb More... almost 3 years ago
Fix some RemoteReference types More... almost 3 years ago
Improve logging in engaged_enemies More... almost 3 years ago
Add debug logging to find the types of events More... almost 3 years ago
Change more types from Any to a concrete type More... almost 3 years ago
Rename the unused args to pause_ai and unpause_ai More... almost 3 years ago
Change some types from Any to a more specific type More... almost 3 years ago
Add generic types to bag. More... almost 3 years ago
Add parent windows to the ConfirmDialog and InfoDialog tests More... about 3 years ago
Improve logging More... about 3 years ago
Change some log-and-return cases to exceptions. More... about 3 years ago
Sort imports using isort for the gui package More... about 3 years ago