userAdam Wcancel

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

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.
7 Years Ago
audio mixer pitch changes with timescale
7 Years Ago
reduced volume of turn start effect
7 Years Ago
fuck me
7 Years Ago
subtracted
7 Years Ago
branched the hover bar scale test
7 Years Ago
AI turns in career/practice modes can now be set to play at 2x speed, currently defaults to true. (no UI for it yet)
7 Years Ago
removed missile test from scene
7 Years Ago
weekly build merged to steam release branch
7 Years Ago
career unit/squad serialization/link fixes
7 Years Ago
squad editor now applies unit kits when placing units
7 Years Ago
GetUnitTypeCount now takes a team id to filter units. Fix for SquadEditorController.ValidPlacement returning false because it was counting enemy units too.
7 Years Ago
Team kits are now applied in career mode squad editor
7 Years Ago
AI and player units are separated in squad editor now. Finally found and fixed the bug that caused clicking your units in a career match directly after using squad editor to make them explode.
7 Years Ago
SquadEditorPlacingState now only allows you to modify your own team's units More squad editor career mode fixes
7 Years Ago
more career squad editor stuff
7 Years Ago
career match squad stuff
7 Years Ago
LeagueFixture can now hold a squad setup per team + serialize them. squad editor can now load a squad per team.
7 Years Ago
Squad editor can now be started in a career editor mode, which blocks exit, auto hides map list and gets passed the next player LeageuFixture.
7 Years Ago
basics of a unit home/away kit colour matrix tool
7 Years Ago
CareerTeamDatabase now assigns team kit IDs at career creation. CareerTeam now has a KitID and serializes it with saves. Career matches now apply kits.
7 Years Ago
more kit stuff
7 Years Ago
wip team kit stuff: proto/networking/local
7 Years Ago
career mode squad editor NRE fixes. can now press TAB to switch between current and previous career mode tabs.
7 Years Ago
next player fixture gets cleared after it's played (before the next week is started). career mode squad editor loads into the correct map for the upcoming match.
7 Years Ago
Fixtures generator now assigns map ids to player fixtures. CareerController passes map id to career matches.
7 Years Ago
more squad editor career integration. added mapID to LeagueFixture/protobuf, serialize it.
7 Years Ago
more
7 Years Ago
started integrating squad editor into career mode
7 Years Ago
career welcome screen now only shows when creating a new career, not after loading.
7 Years Ago
CareerController now auto hides career UI root before loading/creating a career and shows it again after. Advance button now correctly reflects saved week step after loading a career.
7 Years Ago
renamed nickname headers in UI
7 Years Ago
tem and unit name list regex fix