Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repeal save game data request #2364

Merged
merged 14 commits into from
Feb 2, 2019

Commits on Jan 31, 2019

  1. Send AI state and UI data alongside turn orders sent by client.

    Server doesn't initiate requesting save data.
    
    Message numbering broken.
    Save game broken.
    Compatibility broken.
    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    f7ef4a2 View commit details
    Browse the repository at this point in the history
  2. Store PlayerSaveGameData instead of TurnOrders in turn sequence data.

    Allows to send UI data for in-game connected player.
    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    cc6f34b View commit details
    Browse the repository at this point in the history
  3. Save actual PlayerSaveGameData.

    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    1bef271 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    827f0a5 View commit details
    Browse the repository at this point in the history
  5. Restore message numbering.

    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    7d62e5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d5141d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd50e12 View commit details
    Browse the repository at this point in the history
  8. Grooming.

    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    c9f81a8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    882250f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1789566 View commit details
    Browse the repository at this point in the history
  11. Add ids of changed orders.

    o01eg committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    d07ef90 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    31eb793 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7bd8927 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    af1dfd9 View commit details
    Browse the repository at this point in the history