Age | Commit message (Expand) | Author |
2025-03-11 | Automated script replaced OBJECT.hasOwnProperty(PROPERTY) with Object.prototy... | Jeff Heiges |
2025-03-11 | Fix errors of the form Do not access Object.prototype method 'hasOwnProperty'... | Jeff Heiges |
2025-03-11 | Fixed errors of the form Do not access Object.prototype method 'hasOwnPropert... | Jeff Heiges |
2025-03-11 | Resolve Line 86:28: Do not access Object.prototype method 'hasOwnProperty' f... | Jeff Heiges |
2025-03-11 | Update packages due to them being deprecated or vulnerable. | Jeff Heiges |
2025-03-11 | Resolve ReactDOM.render is deprecated since React 18.0.0, use createRoot inst... | Jeff Heiges |
2020-06-01 | Updated links to documentation [Now at diplomacy.readthedocs.io] | Philip Paquette |
2020-04-13 | Bump version to v1.1.2 | Philip Paquette |
2020-04-13 | Fixed #105 - set is not JSON serializable | Philip Paquette |
2019-09-16 | [API] Catching ConnectionResetError, ConnectionRefusedError, OSError | Philip Paquette |
2019-09-14 | Bump version to v1.1.1 | Philip Paquette |
2019-09-14 | Implemented an internal convoy cache for common maps | Philip Paquette |
2019-09-14 | Added code of conduct | Philip Paquette |
2019-09-14 | Added method 'from_saved_game_format' and 'load_saved_games_from_disk' | Philip Paquette |
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 |