Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-14 | Added ReadtheDocs documentation for the public API | Philip 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-09-10 | Added ability to load a custom map by specifying the path to a '.map' file | Philip Paquette | |
2019-06-07 | Map - Validating that coast without '/' are adjacent to nearby water locs | Philip Paquette | |
2019-06-07 | Map - Adjacency for invalid unit is always false | Philip Paquette | |
2019-04-18 | Refactored get_all_possible_orders for 2.5x speed improvement | Philip Paquette | |
- Returning all locations at once - Removed 'loc' argument from method - Map has pre-computed attribute dest_with_coats | |||
2019-04-18 | Removed non-ascii characters in python files | Philip Paquette | |
2019-04-18 | Map - Modified norm() and compact() | notoraptor | |
- Added 'loc' arg to get_order_status - Raising exception on set_orders for invalid power - Deprecated game.distribute_orders | |||
2019-04-18 | Release v1.0.0 - Diplomacy Game Engine - AGPL v3+ License | Philip Paquette | |