11,471 Commits over 3,561 Days - 0.13cph!
health modifications from sources other than units (eg tile burn dmg) now trigger health change display
create market units with empty random slots
generate movement mod slots too
increased cash won per victory or defeat
merged everything to main
added a quick placeholder stats button to team view to toggle stat graphs
fix career object active in scene
added a new career map
fixed missing default squad for car2 map
wip modslot rework (support for type-specific slots and mods)
merged stat tracking/graphing to main
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.
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
wip CareerStatHistory serialization
CareerStatHistory and CareerStatHistories protobuf defs
disable create button on career creation screen when clicked so you can't reclick it while career is being created
more stat/graph work.
merged from main.
can now tag properties with multiple [CareerStat...] attributes so a stat can be recorded both weekly and seasonally etc.
[CareerStat (name, description, frequency)] custom attribute now works.
added CareerStatHistory and CareerStatHistories to manage auto tracked stat collections.
CareerTeam now records weekly interval stats.
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)
merge from main, fixed logo bug from merge.
added CareerDefines.PlayerTeamIndex for use with career generation stuff.
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)
Implemented mod ranks 1-3
team unit point budget wip
quick go at a new unit cost generation algo
wip reworking of career generation stuff to allow for better balancing.
can now hold shift when clicking on create career (in editor) and it'll let you skip entering a team and manager name.
added in-game option to toggle razer keyboard colouring
added HWColour static class as a wrapper for hardware colouring.
keyboard colour now changes to current player's team colour during matches.
deleted a bunch of chroma shit