4,941 Commits over 1,795 Days - 0.11cph!
Team name list now read from a text file.
match outcome unit lists now shows unit nicknames instead of unit types
market list prefabs/code updated to have unit nicknames
unit nickname column added to unit headers / team unit list prefab / code
renamed unit name to unit type in unit list prefabs and code
added KitDatabase.
removed UnitView team colour properties.
Blue.Kit and Orange.Kit set to previous team colours, used for teams as normal.
Old team colour function now calls new kit application function.
career mode market list now uses orange portraits to make them standout from the roster list ones
renamed unit tab roster tab in ui and code
career and market serialization fixes
entering career mode checks for an existing career save and loads it, otherwise creates a new save.
career mode now saves.
next player fixture gets set after career load
league, fixtures, results deserialization
CareerTeamDatabase deserialzes teams and relinks units to teams from ids.
started career deserialization
added ProtoCol.CareerVersion, serialize it into new career file saves
career market serialization
more career proto/serialization
more career mode serialization
wip career mode serialization.
added protobuffer defs for CareerUnit, CareerTeam, Finance, CashTransaction
started refactoring some charge code out to be reusable for any kind of knockback/push/charge attack
mac unity useprefs ignore
durability bar values fix
CashTransaction now tracks the week the transaction happened, shows in transaction UI
destroyed units now also gain fame after a match, but less than surviving units.
fame bar anim tweak.
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.
wallet tab, wallet button, wallet notification icon, wallet prefabs - ui/code.
UICareerRoot now listens to new market units available event and enables the new notification icon on the market tab
career mode teams are now created with only 8 different starting units, others can be bought at the market.
can now buy units on the market and they get transferred to your team roster.
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)
unit stat bar animation for fame/durability on match outcome screen
Added CareerStat generic class, trakcs current and previous values on value change.
Converted career unit it durability and fame to CareerStat.
ugly but working placeholder match summary cash flow UI and code.
match summary unit UI row code.