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

Generate names for cities #39

Closed
wants to merge 31 commits into from
Closed

Commits on Mar 30, 2019

  1. Add random names to cities

    mayant15 committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    04b7c10 View commit details
    Browse the repository at this point in the history
  2. Add names at world generation

    Names are now assigned to sites on world generation as opposed to
    on encounter.
    mayant15 committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    be98fad View commit details
    Browse the repository at this point in the history
  3. Clean up and format code

    mayant15 committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    f858702 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    bfe433e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06dfc74 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. Add custom themes

    mayant15 committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    289be32 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Code style fixes

    mayant15 committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c60aef5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    186bedd View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. Configuration menu
    Copy the full SHA
    dec65d3 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2019

  1. Refactor code

    mayant15 committed May 1, 2019
    Configuration menu
    Copy the full SHA
    f4872fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b38828f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2019

  1. Remove sufficient grass condition

    The SiteFacetProvider no longer looks for sufficient grass when deciding if
    a site is suitable for building a city.
    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    9c637a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f416e1b View commit details
    Browse the repository at this point in the history
  3. Fix icon scaling with zoom

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    3a3928b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2cde1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    caa11d5 View commit details
    Browse the repository at this point in the history
  6. Add javadocs

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    cdd9c43 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0998206 View commit details
    Browse the repository at this point in the history
  8. Setup road construction pipeline

     - Created basic container classes
     - Created temporary mock functions
     - Setup SettlementEntityManager to create roads as it creates buildings
    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    ba15ee7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    483e818 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ea8b9c8 View commit details
    Browse the repository at this point in the history
  11. Better place and clear out space for roads

    - Buildings of the source will not be built upon roads
    - RoadSegments will be laid down better
    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    a789180 View commit details
    Browse the repository at this point in the history
  12. Add gravel blocks to road

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    db319e2 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0c0fc25 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c76ed0e View commit details
    Browse the repository at this point in the history
  15. Clean up code

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    d49fe91 View commit details
    Browse the repository at this point in the history
  16. Refactor and add javadocs

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    0308f9d View commit details
    Browse the repository at this point in the history
  17. Add random names to cities

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    8b70162 View commit details
    Browse the repository at this point in the history
  18. Add names at world generation

    Names are now assigned to sites on world generation as opposed to
    on encounter.
    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    4eadbbd View commit details
    Browse the repository at this point in the history
  19. Clean up and format code

    mayant15 committed Jul 7, 2019
    Configuration menu
    Copy the full SHA
    5d33fcd View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a288c6d View commit details
    Browse the repository at this point in the history