3,355 Commits over 972 Days - 0.14cph!
hat material options now only applied to hat prefab
better test materials
refactored avatar jiggle code
added avatar jiggle on material change too
setting up customisation item options panel UI, code.
updated customisation db tool to create ids for any custom material options, built db with test data
CustomisationMaterialOption
customisation defs setup, rebuilt DB
customisation options now ordered by name not unlock cost
merged to main (still wip)
Replay, ReplayHeader, ReplayPlayer serialization.
Some refactoring and prep for replays.
Designed and added replay file protobuf with Replay, ReplayHeader and ReplayPlayer definitions.
deleted shitloads of (hopefully) unused assets
Removed client local match win/loss value modification after a match has finished, because the record is now updated from the server.
PlayerRecord updates can now be sent as their own messages from the server.
Server now sends updated PlayerRecords to both players after a match has finished.
refactored some UIPlayerProfileButton shit into a refresh function, called at correct times.
menu badge will not refresh with server updates, enabled it again, positioned it on screen
refactoring towards a PlayerRecord update event
menu XP bar works (initially, need to finally add a PlayerRecord updated event and hook stuff up to that too)
added fullscreen/window options and made resolution changes work with them properly.
deleted old test hats
removed missing script components from a bunch of hats
Added CustomisationItemView, listens to game events, sends the following messages: FirstTurnStarted, LocalTurnStarted, OpponentTurnStarted, LocalWon, OpponentWon, LocalUnitKilled, OpponentUnitKilled.
Deleted loads of now redundant customisation code/files.
added blank TrophyView.cs, added to test trophy prefab (getting latest)
flipped Trophy_A and Trophy_Anchor positions on the X as they weren't correctly setup for local/player.
trophy cam now faces the other direction to match.
Handling default/reset of trophies.
Added default (none) trophy definition.
Rebuilt customisation database.
CustomisationProfile++
Version++
PlayerArea prefab anchor positions updated.
Fixed customisation editor calling squad editor exit on exit not it's own.
Removed unused customisation stuff from protobuf.
Fixed customisation save bug.
WIP trophy equipping
Added PlayerArea prefab trophy anchors.
Scene.
added CustomTrophyDefinitionSO.
more basic trophy setup, test data/prefab.
trophy editing camera view.
deleted Snow_Bricks ASE thing cus it was erroring and not used?
inital tropy customisation editor state setup / UI
version++
UILeagueTablePreview now uses Defines.MaxLeagueEntriesPerPage instead of an inspector value
changed number of leaderboard entires sent per page to 10 (server will need updating).
removed more debug logging.
Fix for consecutive server connection attempts crashing
removed more debug logging
Switched from Amazon server to OVH server
moved server address and references to a constant in Defines
merged leaderboard rework to main
merged to main now it's tested
career stuff.
added team logos in placeholder position on career lague tables.
restored Build.cs functionality, updated to work with Unity 2018 syntax.
map rotation timer rework.
map rotation interval now specified in minutes not hours.
map rotation fixes.
version++