userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

7 Years Ago
added repair column to team view, repair button shows as repair cost if unit broken.
7 Years Ago
repair cost calculation, repair button appears for broken units, units can be repaired, repair transactions, more finance stuff
7 Years Ago
wip career squad generation enforcing not broken units
7 Years Ago
practice mode fix
7 Years Ago
match reporting classes. linked match units to career units. units now take durability losses for playing matches and for being destroyed. increased team unity starting durabilities when creating a new career.
7 Years Ago
Biter rework: HP 10->7. Movement 3->4. Bite attack ignores armor
7 Years Ago
team ui tweaks
7 Years Ago
More team UI/code Changed condition to durability. Decreased starting team unit durability ranges.
7 Years Ago
reworked career mode status bar, week smaller, cash larger
7 Years Ago
merged, fixed career scene
7 Years Ago
player transaction processed events, status bar cash updates on event.
7 Years Ago
Added CashTransaction, Finance classes. All cash modifications are now CashTransaction objects and go through Finance.ProcessTransaction(). Added cash transaction history.
7 Years Ago
wip CashTransaction, CashTransactionType
7 Years Ago
Added CareerUtils. Currency text strings now use CareerUtils.FormatCurrency. Team UI/code.
7 Years Ago
reworked garage tab to team tab. wip generic unit list panel prefab, hooked up to code.
7 Years Ago
career matches use real roster teams (wip)
7 Years Ago
added Squad.GenerateRandom() which will build and position a random squad of units from a career UnitRoster
7 Years Ago
fixed it again
7 Years Ago
lotsa career changes, think I've broken something.
7 Years Ago
more CareerTeamDatabase
7 Years Ago
wip CareerTeamDatabase
7 Years Ago
forgot these
7 Years Ago
CareerUnitDatabase basics, creates a pool of units for the entire league + market, assigns unique IDs. CareerUnit now has an ID.
7 Years Ago
Team roster generation, roster gen params. Creating a new career now creates rosters for all the teams in it, using the league level gen params.
7 Years Ago
UnitRoster
7 Years Ago
added CareerUnit added some CareerUnit related consts to CareerDefines
7 Years Ago
garage info text
7 Years Ago
more
7 Years Ago
more
7 Years Ago
market setup
7 Years Ago
career mode tab notifcations, welcome screen update.
7 Years Ago
welcome screen tweak
7 Years Ago
career mode welcome screen
7 Years Ago
wip career welcome screen
7 Years Ago
added audio for results + next match UI
7 Years Ago
tab button UIbutton setup/hovers/sound defs
7 Years Ago
advancing career step activates the league home tab
7 Years Ago
tab tab tab tab tab tab
7 Years Ago
UICareerRoot UICareerTabButton UICareerTabType wip setting up and code for career tab system
7 Years Ago
wip placeholder career tab UI
7 Years Ago
NRE fix
7 Years Ago
can now hold shift when clicking Play Match to simulate player matches without manually playing them.
7 Years Ago
career mode team names shown in-match.
7 Years Ago
more
7 Years Ago
results panel UI animation + controller
7 Years Ago
added week incremented event. status bar and next match UI now get correctly updated.
7 Years Ago
career status bar now shows current career week not league week. results table header now shows current round number.
7 Years Ago
more career step set/handling/events. step button appearance now updates current step.
7 Years Ago
CareerStep shit
7 Years Ago
cleaned up step/simulation/match cycle. player match results appear in results table when returning to career screen.