index
:
swiftstory.git
black_card_visible
c++
change-packaging
master
python-package-no-www
SwiftStory game
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-12-02
Release swiftstory 0.3
HEAD
master
Olivier Gayot
2021-12-30
Updated package version number
Olivier Gayot
2021-12-29
Remove trailing commas when defining enum so we don't define tuples
Olivier Gayot
2021-12-29
Add docstrings to all modules
Olivier Gayot
2021-12-29
Import resource_stream to reduce size of lines
Olivier Gayot
2021-12-29
Make list_languages a static method since it does not use self
Olivier Gayot
2021-12-29
Add type hinting everywhere so we can enable strict mypy options
Olivier Gayot
2021-12-27
Remove unnecessary module imports
Olivier Gayot
2021-12-26
Remove jQuery from the tree
Olivier Gayot
2021-12-26
Mention that the Debian package is offensive to bump standards-version
Olivier Gayot
2021-12-26
Update Debian package description
Olivier Gayot
2021-12-26
Added licenses statements in copyright file
Olivier Gayot
2021-12-26
Depend on libjs-jquery instead of shipping jquery files
Olivier Gayot
2021-12-26
Make cards be part of the Python package data
Olivier Gayot
2021-12-26
Use more modern packaging system
Olivier Gayot
2021-12-26
Added copyright file
Olivier Gayot
2021-12-25
Use dh_sysuser instead of manual adduser in postinst
Olivier Gayot
2021-12-25
Declare pre-depends to avoid warning from lintian
Olivier Gayot
2021-12-25
Bump debhelper compatibility level to 13
Olivier Gayot
2021-12-25
Run unit tests with pytest when building Debian package
Olivier Gayot
2021-12-25
Make sure unit tests can be run from outside the package
Olivier Gayot
2021-12-25
Move WS code outside the main into swiftstory.interface.ws.py
Olivier Gayot
2021-12-25
Remove annoying print statement from setup.py
Olivier Gayot
2021-12-23
Add type annotations to client.py and game.py
Olivier Gayot
2021-12-23
Add type annotations to board.py
Olivier Gayot
2021-12-23
Add type annotations to player.py and status.py
Olivier Gayot
2021-12-23
Avoid dependency on Client from Game
Olivier Gayot
2021-12-23
Refactor GameManager and add control over game creation
Olivier Gayot
2021-12-23
Move FS operation outside the initializer of GameManager
Olivier Gayot
2021-12-23
Feed the picks directly to the board, without storing them first
Olivier Gayot
2021-12-23
Use an enumeration for the game state
Olivier Gayot
2021-12-23
Use a language container rather than a dictionary
Olivier Gayot
2021-12-23
Don't store a reference to a client from the player
Olivier Gayot
2021-12-23
Fix reception of card having wrong index
Olivier Gayot
2021-12-23
Make sure our use of websockets package is forwards compatible
Olivier Gayot
2021-12-23
Add script to run static type checking
Olivier Gayot
2021-12-23
Add required annotations to make sure mypy succeeds
Olivier Gayot
2021-12-23
Add back not so unused module ...
Olivier Gayot
2021-12-23
Use lowercase module names
Olivier Gayot
2021-12-23
Use __main__.py instead of SwiftStory.py
Olivier Gayot
2020-11-02
Fix typos in README
Olivier Gayot
2020-11-02
Fix typo s/colletion/collection
Olivier Gayot
2020-11-02
also add the JoinError exception type
Olivier Gayot
2020-11-01
Add UnsupportedLanguage exception
Olivier Gayot
2020-11-01
Add WrongAction exception and use it instaed of returning error
Olivier Gayot
2020-11-01
fix error not propagated when collecting cards
Olivier Gayot
2020-11-01
replace calls to print by calls to logging
Olivier Gayot
2020-09-13
Add test for joining game without specifying the name
Olivier Gayot
2020-09-13
Get rid of extra newline
Olivier Gayot
2020-09-13
Use callbacks to handle the opcodes
Olivier Gayot
[next]