userAdam Wcancel

11,464 Commits over 3,561 Days - 0.13cph!

7 Years Ago
more / merged
7 Years Ago
more
7 Years Ago
Fix for squad editor not clearing squads when switching maps
7 Years Ago
multiple career league support wip
7 Years Ago
changed team counts per league: 8/10/12 merged from main
7 Years Ago
squad verification rework
7 Years Ago
removed an unnecessary squad verification
7 Years Ago
more roster generation tweaks
7 Years Ago
wip: UnitGenParams RosterGenParams
7 Years Ago
RosterGeneration now picks X random unit types to fill teams with isntead of the first X types
7 Years Ago
added CareerLeague.NextPlayerFixtureSetEvent. GameColorManager now listens for this event, sets kit colours.
7 Years Ago
Color.ToHex() now converts to Color32 so it can be formatted as hex
7 Years Ago
added extensions class with Color.ToHex
7 Years Ago
results table header changed to show round number/max
7 Years Ago
removed some debug spam
7 Years Ago
merged to main
7 Years Ago
added help prompt text when trying to start career match with invalid squad
7 Years Ago
merged from main
7 Years Ago
clicking play match with an invalid/incomplete squad for your next career match no longer starts the match and crashes, instead switches to squad editor tab for you to finish your squad.
7 Years Ago
cm se unit list spacing tweak
7 Years Ago
Fixed a career mode creation bug which was leading to a bunch of other bugs. Added editor menu option to delete career save file.
7 Years Ago
moved MatchMode to GameSettings
7 Years Ago
added some reason logging to squad verification. fixed team and unit names not being removed from available name pool when used.
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more
7 Years Ago
more (this broke some stuff)
7 Years Ago
more
7 Years Ago
squad editor fix
7 Years Ago
branching because this is gonna start to break shit
7 Years Ago
more squad editor
7 Years Ago
GIViewer.LocalKit and GIViewer.OpponentKit now get start at match load
7 Years Ago
more wip squad editor changes to support multiple modes
7 Years Ago
grid layout setup for career mode unit list. wip placeholder career unit list ui.
7 Years Ago
squad editor unit list grid layout handled per-mode
7 Years Ago
removed some uneccessary code from UIScrollListConfig to make it easier to support career mode view
7 Years Ago
disabled battle mode gameobject
7 Years Ago
new prefab for career mode squad editor unit button. correct unit button now instantiated depending on game mode.
7 Years Ago
re-enabled global ui
7 Years Ago
more squad editor rework
7 Years Ago
added SquadEditorUnit class. Squad editor now builds a list of available SquadEditorUnits based on mode (regular/career) Squad editor now lists one unit per type or one unit per individual unit, depending on mode.
7 Years Ago
wip squad editor unit list refactoring so we can start to show career units
7 Years Ago
Career mode squads are now saved per-fixture into the career save, not over the regular map squad files.
7 Years Ago
CareerUnit now gets serialized with Unit during match creation if career mode match. CareerUnit name now shown in hover bar.
7 Years Ago
fix for league positions not deserializing properly
7 Years Ago
wip kit ui stuff
7 Years Ago
UI/UI highlight added to KitDefinitionSO
7 Years Ago
FF button text flashes when active
7 Years Ago
moved fast forward button code to own script
7 Years Ago
added fast foward button. fast forward defaults to false.