userAdam Wcancel

11,282 Commits over 3,500 Days - 0.13cph!

7 Years Ago
refresh roster unit list when adding a mod to a unit in unit view
7 Years Ago
added a new opportunity outcome type: OODurability - modifies the durability of a random unit in the player's roster. added a Mechanic opportunity using the new durability outcome. Gain or lose. increased the amount of cash won or lost by the Gamble opportunity. added UnitRoster.GetRandomUnit()
7 Years Ago
hooked up career exit button, enabled it. reworked career mode enter/enable logic, enter-exit-enter flow now works.
7 Years Ago
Player league fixtures now get get reordered by team difficulty (so generally each match is harder than the previous) Added LeagueFixture.GetAITeam()
7 Years Ago
reworked UICareerResultsTable to use UICacheList
7 Years Ago
reworked UICareerLeagueTable to use UICacheList
7 Years Ago
added generic UICacheList class, to handle instantiating UI item lists and caching them, growing list as needed etc. Move UIUnitList, UIUnitModSlots, roster view and market views to using UICacheList, so no instantating when switching tabs. Tabs now switch faster.
7 Years Ago
Different prices per mod type. Mod market value now caclulated correctly. Unit market value now includes equipped mods. Finally found and fixed the match outcome bug where it was really difficult to click the continue button somtimes. (fast forward button was blocking it if you end the match on your turn)
7 Years Ago
more mod slot refactor, slots now limited to a max of 1 movement mod.
7 Years Ago
Market units are now created with empty mod slots. Refactored some unit slot creation/fill code.
7 Years Ago
more
7 Years Ago
health modifications from sources other than units (eg tile burn dmg) now trigger health change display
7 Years Ago
market unit ranks
7 Years Ago
create market units with empty random slots
7 Years Ago
message fix
7 Years Ago
generate movement mod slots too
7 Years Ago
increased cash won per victory or defeat
7 Years Ago
merged everything to main
7 Years Ago
added a quick placeholder stats button to team view to toggle stat graphs
7 Years Ago
fix career object active in scene
7 Years Ago
merge from main
7 Years Ago
merge from main
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more
7 Years Ago
added a new career map fixed missing default squad for car2 map
7 Years Ago
wip modslot rework (support for type-specific slots and mods)
7 Years Ago
merged stat tracking/graphing to main
7 Years Ago
Team career stat histories are now serializaed/deserialzed, rebuilt with reflection so only the values need to get written to disk, not info. Set opportunity chance back to 0% for now.
7 Years Ago
Team rating now correctly calculated based on sum of all it's unit's ratings. fixed GraphMaker shitness (divide by zero error) fixed the 144 tooltip errors when shutting the game down :D
7 Years Ago
wip CareerStatHistory serialization
7 Years Ago
CareerStatHistory and CareerStatHistories protobuf defs
7 Years Ago
disable create button on career creation screen when clicked so you can't reclick it while career is being created
7 Years Ago
more
7 Years Ago
more stat/graph work. merged from main.
7 Years Ago
stat graph wip
7 Years Ago
merged to main
7 Years Ago
merged from main
7 Years Ago
can now tag properties with multiple [CareerStat...] attributes so a stat can be recorded both weekly and seasonally etc.
7 Years Ago
[CareerStat (name, description, frequency)] custom attribute now works. added CareerStatHistory and CareerStatHistories to manage auto tracked stat collections. CareerTeam now records weekly interval stats.
7 Years Ago
7 Years Ago
wip CareerStat attribute
7 Years Ago
Reworked team ratings, they're not randomised numbers anymore. Now calculated from sum of unit stats. Pressing shift at career creation when in unity editor will now fill manager/team new with default values instead of blank (fixes a logo crash when fast-creating)
7 Years Ago
merge to main
7 Years Ago
merge from main, fixed logo bug from merge. added CareerDefines.PlayerTeamIndex for use with career generation stuff.
7 Years Ago
added error message when trying to equip a mod to a unit that fails the requirements check (can't see it as global message is hidden by career UI atm)
7 Years Ago
Implemented mod ranks 1-3