4,941 Commits over 1,795 Days - 0.11cph!
added UIUnitStatBar.
fame, durability reworked to be stat bars.
career stat UI prefab changes.
wip refactoring match outcome stuff to be easier to follow and add in sections as needed
unit maintenance fees calculated and transaction processed at the end of each week.
maintenance reduced from 50 to 15 per missing condition point
Each week phase returns true or false if it succeeded.
Can no longer start the match phase if you don't have enough repaired units.
applied a victory cash bonus per surviving unit
after a win, surviving units gain fame
wip career mode match summary screen
more career match summary screen wip
refactored some game outcome anim events/code
career mode match summary now gets shown instead of awards + graphs in career matches
more match summary, added util function to calculate total repair cost of a list of units.
increased win/lose result cash amounts.
opportunity wip stuff from this morning
ugly but working placeholder match summary cash flow UI and code.
match summary unit UI row code.
Added CareerStat generic class, trakcs current and previous values on value change.
Converted career unit it durability and fame to CareerStat.
unit stat bar animation for fame/durability on match outcome screen
added CareerMarket class, refreshes a list of units available to buy each career week.
wip market tab, lists the week's units.
(can't buy any yet)
can now buy units on the market and they get transferred to your team roster.
career mode teams are now created with only 8 different starting units, others can be bought at the market.
UICareerRoot now listens to new market units available event and enables the new notification icon on the market tab
wallet tab, wallet button, wallet notification icon, wallet prefabs - ui/code.
reversed order of wallet transactions so new ones appear at the top of the list.
colour coded income/expense transaction values green/red.
market tab button notification icon doesn't appear if you're already in the market tab when the market changes.
destroyed units now also gain fame after a match, but less than surviving units.
fame bar anim tweak.
CashTransaction now tracks the week the transaction happened, shows in transaction UI
durability bar values fix
mac unity useprefs ignore
started refactoring some charge code out to be reusable for any kind of knockback/push/charge attack
wip career mode serialization.
added protobuffer defs for CareerUnit, CareerTeam, Finance, CashTransaction
more career mode serialization
more career proto/serialization
career market serialization
added ProtoCol.CareerVersion, serialize it into new career file saves
started career deserialization