Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-01 | Refactored SVG map into a React component | notoraptor | |
- Create link to diplomacy map folder into web/src/diplomacy/maps - Remove old web/src/gui/map folder. - [web] Handle click only on current map. - [web/game] Remove useless `wait` state. - Remove unused nodejs modules. - [web] Use queue to handle game notifications in sequential order. - Make all calls to setState() asynchronous in Page and ContentGame components. - Make sure notifications are handled in the order in which they come. | |||
2019-08-01 | ChoosePower - Powers are sorted by alphabetical order | notoraptor | |
2019-07-25 | [Web] Added game creation interface | notoraptor | |
- Replaced fancybox with react-confirm-alert + dialog box - Removed unused code - Default map can be selected with 1-click - Added ability to select map variants |