aboutsummaryrefslogtreecommitdiff
path: root/diplomacy/utils/export.py
AgeCommit message (Collapse)Author
2019-09-14Added method 'from_saved_game_format' and 'load_saved_games_from_disk'Philip Paquette
2019-09-14to_saved_game_format - Added 'output_path' and 'output_mode'Philip Paquette
- Game can now be saved (appended) to disk in one line
2019-09-14Added ReadtheDocs documentation for the public APIPhilip Paquette
- Reformatted the docstring to be compatible - Added tests to make sure the documentation compiles properly - Added sphinx as a pip requirement Co-authored-by: Philip Paquette <pcpaquette@gmail.com> Co-authored-by: notoraptor <stevenbocco@gmail.com>
2019-08-28Use calls to Game parent methods in function to_saved_game_format().notoraptor
This will help using the function even with derived classes.
2019-04-18Refactored get_all_possible_orders for 2.5x speed improvementPhilip Paquette
- Returning all locations at once - Removed 'loc' argument from method - Map has pre-computed attribute dest_with_coats
2019-04-18Release v1.0.0 - Diplomacy Game Engine - AGPL v3+ LicensePhilip Paquette