index
:
Diplomacy
master
Update https://github.com/diplomacy/diplomacy
Jeff Heiges
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-09-14
to_saved_game_format - Added 'output_path' and 'output_mode'
Philip Paquette
2019-09-14
Added 'version.py' so sphinx and pip can get the version from the same place
Philip Paquette
2019-09-14
Updated the missing fields in setup.py
Philip Paquette
2019-09-14
channel.authenticate() - Deprecated argument 'create_user'
Philip Paquette
2019-09-14
Renamed argument in channel methods from 'game_object' to 'game'
Philip Paquette
2019-09-14
.render() method - Added arg 'output_path' to be able to save img on disk
Philip Paquette
2019-09-14
Added ReadtheDocs documentation for the public API
Philip Paquette
2019-09-10
Added ability to specify a custom SVG path in the renderer
Philip Paquette
2019-09-10
Added ability to load a custom map by specifying the path to a '.map' file
Philip Paquette
2019-09-06
[API] Catching TypeError and ValueError on json.loads
Philip Paquette
2019-09-03
Migrated tests from Jenkins to Travis
Philip Paquette
2019-09-03
MANIFEST - Modified path of README and added additional files
Philip Paquette
2019-09-02
Added setup.cfg and fixed classifiers
Philip Paquette
2019-09-01
Added a thumbnail on the README, and modified the title
Philip Paquette
2019-08-28
Bump version to 1.1.0
Philip Paquette
2019-08-28
Fixed the 'Unknown request' race condition
Philip Paquette
2019-08-28
README - Added simple examples on how to run the code
Philip Paquette
2019-08-28
Make sure to clear all orders before setting a new game state.
notoraptor
2019-08-28
Client sends a 'UnknownToken' request when it receives a notification for an ...
notoraptor
2019-08-28
Use calls to Game parent methods in function to_saved_game_format().
notoraptor
2019-08-28
Set default server game rules without rule SOLITAIRE.
notoraptor
2019-08-26
[API] Catching basic HTTP errors (i.e. unable to connect)
Philip Paquette
2019-08-23
[API] Logging error if no response.body is returned
Philip Paquette
2019-08-21
[API] Converting '-' to 'R' during retreats phase
Philip Paquette
2019-08-21
[API] Disband order during 'A' phase strips the coast
Philip Paquette
2019-08-14
[Web] Integrated new maps on the web interface
notoraptor
2019-08-14
Added svg for 'modern'
Philip Paquette
2019-08-14
Added svg for 'ancmed'
Philip Paquette
2019-08-10
[API] Fixed issue with multiple convoy orders and support of unit moving via ...
Philip Paquette
2019-08-09
[API] Implemented an abstract BaseAPI class
Philip Paquette
2019-08-09
[API] Fixed issue when disbanding a fleet from a coast
Philip Paquette
2019-08-08
DAIDE - Assign bot to a specific power if 'POW:' in NME request
Philip Paquette
2019-08-06
Fixed issue with 1v1 maps on Webdip API (map_name not set)
Philip Paquette
2019-08-05
{web] Just reload interface when notification "power orders flag" is received.
notoraptor
2019-08-01
Refactored SVG map into a React component
notoraptor
2019-08-01
Removed sending powers controlled notifications before processing phase
notoraptor
2019-08-01
ChoosePower - Powers are sorted by alphabetical order
notoraptor
2019-08-01
Renamed CSS class 'invisible' to 'invisibleContent' to avoid name collision w...
notoraptor
2019-08-01
Added overflow-y: scroll to CSS to prevent vertical scroll bar from appearing
notoraptor
2019-07-25
Add select via shortcut (#61)
notoraptor
2019-07-25
[Web] Added game creation interface
notoraptor
2019-07-23
[Web] - Set withOrders to 'N/A' when the power has no orderable locs
notoraptor
2019-07-21
Fixed game advances even if no orders are received for dummies
Philip Paquette
2019-07-21
Fixed synchronization issues
notoraptor
2019-07-21
Logging DiplomacyException for _on_socket_message with additional details
Philip Paquette
2019-07-21
Deprecated support for Python 3.4 (reached end-of-life)
Philip Paquette
2019-07-19
[python] Add a new method to retrieve powers available for bots.
notoraptor
2019-07-19
[web] Update state correctly when a power is kicked. (#54)
notoraptor
2019-07-18
Reset local orders for a power if we receive a power orders update.
notoraptor
2019-07-18
Open DAIDE port on game loading and display on web
notoraptor
[next]