Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-14 | Gracefully handling UnpicklingError with convoys cache | Philip Paquette | |
2019-06-14 | Using OrderResults to indicate the correct order results during adjudication | Philip Paquette | |
- Modified DATC tests for consistency | |||
2019-06-14 | DAIDE - Added connection_handler and server | Satya Ortiz-Gagne | |
- Ability to open and close port when DAIDE games are started and stopped - Can get the DAIDE port using a request | |||
2019-06-07 | Errors are implemented using the StringableCode class | Satya Ortiz-Gagne | |
2019-06-07 | Implemented a StringableCode class, and OrderResults as its child objects | Satya Ortiz-Gagne | |
- OK, NO_CONVOY, BOUNCE, VOID, CUT, DISLODGED, DISRUPTED, DISBAND, MAYBE | |||
2019-06-07 | utils - Implemented an utility to split an order and a phase into their ↵ | Satya Ortiz-Gagne | |
components | |||
2019-06-07 | DAIDE - Implemented all the DAIDE requests | Satya Ortiz-Gagne | |
- NME = NameRequest - OBS = ObserverRequest - IAM = IAmRequest - HLO = HelloRequest - MAP = MapRequest - MDF = MapDefinitionRequest - SCO = SupplyCentreOwnershipRequest - NOW = CurrentPositionRequest - HST = HistoryRequest - SUB = SubmitOrdersRequest - MIS = MissingOrdersRequest - GOF = GoFlagRequest - TME = TimeToDeadlineRequest - DRW = DrawRequest - SND = SendMessageRequest - NOT = NotRequest - YES = AcceptRequest - REJ = RejectRequest - PRN = ParenthesisErrorRequest - HUH = SyntaxErrorRequest - ADM = AdminMessageRequest | |||
2019-06-07 | parsing - Added bytes as a primitive type | Satya Ortiz-Gagne | |
2019-06-07 | Map - Validating that coast without '/' are adjacent to nearby water locs | 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 | Added pure map with svg rendering | Philip Paquette | |
2019-04-18 | Upgraded pylint to v2.2.0 | Philip Paquette | |
2019-04-18 | SortedDict - Added reversed_items() iterator | notoraptor | |
2019-04-18 | Added maps 'standard_age_of_empires_2' and 'standard_fleet_rome' | notoraptor | |
2019-04-18 | [python] Update SMALL_MAPS in convoy_paths with newly created maps. | notoraptor | |
[web] Update npm packaqges requirements. [web] Fix province controller parsing. | |||
2019-04-18 | PriorityDict - Removed infinite recursion in Python 3.6.7 | notoraptor | |
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 | |