6,819 Commits over 2,586 Days - 0.11cph!
tweaked logo generator setting to avoid cut out in the logo
tweak uni shader to make the color more distinct
update outcome UI
added scrolling transaction popups from wallet when transactions are processed
NewsItem now takes a parameter for highlight type - none/highlight/critical.
added proto/serialize for NewsItem highlight type.
added test data for highlight types to new career creation.
added opportunity pass/success/fail news items - will add more specific news items per opportunity type later.
added manager name to team definitions ready for career creation screen, protobuf/serialized them.
create random manager names for all teams on career creation. (first + last name combo)
updated team view prefab to fix owner name display, now displays owner name again too.
added short/long mod description functions to CareerUIUtils.
Mod market now shows the correct (long) mod description text for each mod.
added mod slot display UI to in-game (and squad editor) unit hover info panels.
Added mod slots to career squad editor unit button UI
fixed issue with choosing a league sponsor blocking any following career actions in the queue if they require UI modal windows
update WIP opportunity panel
switching to the news tabs resets the scroll view to the top of the list (newest items)
increased MaxTeamRating for AI teams.
added a news item for strong opponent team.
removed "start" week from news feed week headers
fixed bug with NewsItem parsing text as week not week+1
player owned mod items no longer show buy button when browswing market
added news events and notifcations
news tab now shows notification highlight icon when new news items are posted
update detail unit panel so the mod tooltip works
news item for player match outcome
added a news item for which team starts the week at #1 in the player's league
%hs and %he (highlight start/end) can now be used in news item text to insert colour highlighting.
adding scale in/out to news item hover
made news items buttons.
clicking a news item will now show the player team tab if it's about the player's team, or push a modal team view for an AI team.
can now use %t in news item text and it'll get replaced with the team name being discuessed, colour coded with their team colour.
added season sponsor news item.
career mode starts at news tab.
reduce height of news items
Added protobuf defs for news classes.
Added a NewsItems to Career.
NewsItem and NewsItems serialization/deserialization.
Added a new career news item.
added a delay before tooltips appear.
added tooltips for unit row stats.
added CareerUIUtils.AddToolTip
prepended week to news item text for debugging
added league divider prefab, code
wip GlobalToolTip stuff for mod slot tool tips
added mod slot size handling
mod inventory slots are now large size
More mod inventory UI work
mod slot index now gets correctly set on equip
fixed a bug with free mod slot check when trying to equip mods.
tweak UI colors / fix career squad editor color bug
basic implementation of clicking inventory mod slots to equip them (need to do UI refreshing still).
CareerUnitMods will no longer alow adding of more mods than the unit has mod slots.
more modslot clicking actions/setup