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

New units #11

Open
wants to merge 35 commits into
base: master
Choose a base branch
from
Open

New units #11

wants to merge 35 commits into from

Commits on Apr 20, 2016

  1. Configuration menu
    Copy the full SHA
    06aef9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9504ec2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e55b3b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8862dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    740ad99 View commit details
    Browse the repository at this point in the history
  6. Added Node into Unit, added a createSpawnPoints method in PathFinder,…

    … PathManager is now GraphManager -> GraphManager bins the nodes so they're not everywhere when debugging (could speedup gameobject searching, potentially).
    ListsOfArrays authored and GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    f8bc0e0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d48bbc4 View commit details
    Browse the repository at this point in the history
  8. Allows units to be selected with a left click and move with a right c…

    …lick, displaying their ranges upon selection.
    punster94 authored and GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    f343888 View commit details
    Browse the repository at this point in the history
  9. Pathfinder now has functor like function for a list of nodes. Can run…

    … function on each node in range of nodes.
    ListsOfArrays authored and GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    882aeac View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d354aa9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e374f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    949f86d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9f5afa6 View commit details
    Browse the repository at this point in the history
  14. First stage of TurnManager

    ListsOfArrays authored and GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    98fad1c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f98ee4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ca44115 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7751f20 View commit details
    Browse the repository at this point in the history
  18. AI works now!

    ListsOfArrays authored and GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    e9cdcc1 View commit details
    Browse the repository at this point in the history
  19. PCGMap merge errors fixed

    PCGMap merge errors fixed
    
    PCGMap merge errors fixed
    GranoblasticMan committed Apr 20, 2016
    Configuration menu
    Copy the full SHA
    5f06509 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    337754f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    aaa819b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2016

  1. Configuration menu
    Copy the full SHA
    94ec5df View commit details
    Browse the repository at this point in the history
  2. This branch contains the correct minmax now that the bugs have been f…

    …ixed.
    
    Also several bugs related to attacking and moving have been fixed.
    Before, it wasn't doing worst case minmax, but now it is.
    ListsOfArrays committed Apr 21, 2016
    Configuration menu
    Copy the full SHA
    d193065 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

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

Commits on Apr 24, 2016

  1. Configuration menu
    Copy the full SHA
    9182c18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23fff7b View commit details
    Browse the repository at this point in the history
  3. More work on variance

    GranoblasticMan committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    e8bc68b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e3d5ac8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34da03e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c408ce1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa07af7 View commit details
    Browse the repository at this point in the history
  8. Changed wall sparseness settings to be using floats (20% chance now o…

    …f no wall), changed split ratio to be from 0.33 to 0.66.
    ListsOfArrays committed Apr 24, 2016
    Configuration menu
    Copy the full SHA
    8cafa6a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a68415d View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2016

  1. Added ClayBall, SuperRange. Needs mechanics changes: Super needs to h…

    …ave 0 movement/range change. ClayBall needs to have less health/or less movement.
    ListsOfArrays committed Apr 30, 2016
    Configuration menu
    Copy the full SHA
    de4f5ba View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Removed state machine. Now seeking is much smarter, AI is once again …

    …harder, wins most of the time. Set PCG to random. Nerfed SuperRangeUnit a bit.
    ListsOfArrays committed May 5, 2016
    Configuration menu
    Copy the full SHA
    823812f View commit details
    Browse the repository at this point in the history