branchspacechess/maincancel

4,941 Commits over 1,795 Days - 0.11cph!

8 Years Ago
CareerTeamDatabase deserialzes teams and relinks units to teams from ids.
8 Years Ago
market deserialization
8 Years Ago
league, fixtures, results deserialization
8 Years Ago
next player fixture gets set after career load
8 Years Ago
entering career mode checks for an existing career save and loads it, otherwise creates a new save. career mode now saves.
8 Years Ago
career and market serialization fixes
8 Years Ago
renamed unit tab roster tab in ui and code
8 Years Ago
career mode market list now uses orange portraits to make them standout from the roster list ones
8 Years Ago
wip kit definition stuff
8 Years Ago
fixed data
8 Years Ago
unitview kit shit
8 Years Ago
kit test tool
8 Years Ago
kit test defs
8 Years Ago
added KitDatabase. removed UnitView team colour properties. Blue.Kit and Orange.Kit set to previous team colours, used for teams as normal. Old team colour function now calls new kit application function.
8 Years Ago
renamed unit name to unit type in unit list prefabs and code
8 Years Ago
unit nickname column added to unit headers / team unit list prefab / code
8 Years Ago
market list prefabs/code updated to have unit nicknames
8 Years Ago
match outcome unit lists now shows unit nicknames instead of unit types
8 Years Ago
Team name list now read from a text file.
8 Years Ago
added UnitNicknames which reads unit nicknames from a text file and can return a randomised list of X nicknames
8 Years Ago
unit and team name databases only init'd when crating a new career save. unit nicknames now picked from a text file. added unit nicknames list of 1600 male/female nicknames, formatted it.
8 Years Ago
tem and unit name list regex fix
8 Years Ago
renamed nickname headers in UI
8 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.
8 Years Ago
career welcome screen now only shows when creating a new career, not after loading.
8 Years Ago
started integrating squad editor into career mode
8 Years Ago
more
8 Years Ago
more squad editor career integration. added mapID to LeagueFixture/protobuf, serialize it.
8 Years Ago
Fixtures generator now assigns map ids to player fixtures. CareerController passes map id to career matches.
8 Years Ago
WIP kit color and color distance stuff
8 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.
8 Years Ago
career mode squad editor NRE fixes. can now press TAB to switch between current and previous career mode tabs.
8 Years Ago
wip team kit stuff: proto/networking/local
8 Years Ago
more kit stuff
8 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.
8 Years Ago
more WIP color kit
8 Years Ago
basics of a unit home/away kit colour matrix tool
8 Years Ago
fixed normals on graduation cap and converted over to use single material with MGAO setup. Added school cap and dunce cap hats with materials. Created basic prefabs
8 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.
8 Years Ago
LeagueFixture can now hold a squad setup per team + serialize them. squad editor can now load a squad per team.
8 Years Ago
career match squad stuff
8 Years Ago
more career squad editor stuff
8 Years Ago
SquadEditorPlacingState now only allows you to modify your own team's units More squad editor career mode fixes
8 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.
8 Years Ago
Team kits are now applied in career mode squad editor
8 Years Ago
GetUnitTypeCount now takes a team id to filter units. Fix for SquadEditorController.ValidPlacement returning false because it was counting enemy units too.
8 Years Ago
squad editor now applies unit kits when placing units
8 Years Ago
career unit/squad serialization/link fixes
8 Years Ago
WIP color kit, away color
8 Years Ago
optim ui to fix framerate?