-
Notifications
You must be signed in to change notification settings - Fork 8
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
Adds a UI screen for tower #15
Commits on Jul 5, 2018
-
Add basic UI screen for tower interactions.
Simply displays a list of effectors & targeters in the tower
Quinn Roberts committedJul 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 21bfa1f - Browse repository at this point
Copy the full SHA 21bfa1fView commit details -
Split the screen into two and add an area for tower info on the right
Quinn Roberts committedJul 5, 2018 Configuration menu - View commit details
-
Copy full SHA for 5a18bee - Browse repository at this point
Copy the full SHA 5a18beeView commit details
Commits on Jul 6, 2018
-
Add in label displaying the effectorName
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 8556d49 - Browse repository at this point
Copy the full SHA 8556d49View commit details -
Add method to UpgraderSystem to get all fields + values from a component
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 9bef5ed - Browse repository at this point
Copy the full SHA 9bef5edView commit details -
Add UIBlockStats widget that displayes all the fields on a component.
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for 0f2dac9 - Browse repository at this point
Copy the full SHA 0f2dac9View commit details -
Add null handling to
getComponentValues
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for d354bb5 - Browse repository at this point
Copy the full SHA d354bb5View commit details -
Make the non effector specific widgets general, to allow for reuse.
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for e5dc4e0 - Browse repository at this point
Copy the full SHA e5dc4e0View commit details -
Add ability to show targeter information
Quinn Roberts committedJul 6, 2018 Configuration menu - View commit details
-
Copy full SHA for c2e08df - Browse repository at this point
Copy the full SHA c2e08dfView commit details
Commits on Jul 7, 2018
-
Add UI upgrades widget to display all upgrades
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 8e21859 - Browse repository at this point
Copy the full SHA 8e21859View commit details -
Move upgrade test component from
Core
toSniperTargeter1
to allow…… for testing with the tower UI
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 59ca7e8 - Browse repository at this point
Copy the full SHA 59ca7e8View commit details -
Add UIUpgrades widget to the screen
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 38d2bbf - Browse repository at this point
Copy the full SHA 38d2bbfView commit details -
Implement upgrading the selected block with the UIUpgrades widget
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 2e81a67 - Browse repository at this point
Copy the full SHA 2e81a67View commit details -
Give defaults for both UpgradeList and UpgradeInfo to prevent NPEs wh…
…en they are not defined
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 491d546 - Browse repository at this point
Copy the full SHA 491d546View commit details -
fix incorrect component name in upgrade list
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for e332862 - Browse repository at this point
Copy the full SHA e332862View commit details -
Switch to using a binding for the fields in UIBlockStats
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 4f4f661 - Browse repository at this point
Copy the full SHA 4f4f661View commit details -
Disable upgrade button if the stages are empty
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 318f61f - Browse repository at this point
Copy the full SHA 318f61fView commit details -
Show the upgrade after the stats in the block stats widget
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for bb84fcf - Browse repository at this point
Copy the full SHA bb84fcfView commit details -
Clear widget when tower is shown
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 0aa8317 - Browse repository at this point
Copy the full SHA 0aa8317View commit details -
Remove now redundant test handler
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 9e4c0c6 - Browse repository at this point
Copy the full SHA 9e4c0c6View commit details -
Improve displaying name and add a description for blocks. Both based …
…on the DisplayNameComponent
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for ace75df - Browse repository at this point
Copy the full SHA ace75dfView commit details -
Rename
UIUpgrades
toUIUpgradePaths
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for e6f6a77 - Browse repository at this point
Copy the full SHA e6f6a77View commit details -
Rename
UIBlockStats
->UIComponentFields
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 58ed85e - Browse repository at this point
Copy the full SHA 58ed85eView commit details -
Switch UIUpgradePaths to use a binding for the upgrades to display.
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 284babe - Browse repository at this point
Copy the full SHA 284babeView commit details -
Quinn Roberts committed
Jul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 78e25ab - Browse repository at this point
Copy the full SHA 78e25abView commit details -
Extract upgrader and component fields to another widget
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for c8e4233 - Browse repository at this point
Copy the full SHA c8e4233View commit details -
Remove unneeded widgets from UI and clean up other files
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for eaf9171 - Browse repository at this point
Copy the full SHA eaf9171View commit details -
Re-arrange UI to place tower description and tower upgrades side by side
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for 27c4522 - Browse repository at this point
Copy the full SHA 27c4522View commit details -
Allow binding of BlockUpgradesComponent
Quinn Roberts committedJul 7, 2018 Configuration menu - View commit details
-
Copy full SHA for cac8ccc - Browse repository at this point
Copy the full SHA cac8cccView commit details
Commits on Jul 8, 2018
-
Quinn Roberts committed
Jul 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 4de5276 - Browse repository at this point
Copy the full SHA 4de5276View commit details -
Quinn Roberts committed
Jul 8, 2018 Configuration menu - View commit details
-
Copy full SHA for 30309bd - Browse repository at this point
Copy the full SHA 30309bdView commit details -
Quinn Roberts committed
Jul 8, 2018 Configuration menu - View commit details
-
Copy full SHA for bbe1b87 - Browse repository at this point
Copy the full SHA bbe1b87View commit details