3,355 Commits over 972 Days - 0.14cph!
Moved voice chat to it's own audio mixer group
CustomisationProfile robustness
PlayerRecord default unlocks
game client verifies and wipes invalid customisation profiles
default explosion definition fix
wip verification of customisation profile equipped items
Unlocking an item will also preview and equip it if successful
added voice chat option to audio options
voice chat now works in matches, I think?
player database is now saved at exe location not runtime data, so test server can have it's own separate one.
added version to customisation profile proto.
added version checking to customisation profile, wipes local version if out of date.
playerrecords start with 0 currency
added currency update protocol/events.
currency is now awarded per levelup.
local player record now gets updated with new level
fixed menu scene showing squad editor ui
reworked customisation button behaviour
customisation option lists are now sorted by unlock cost, low to high
play online and customisation editor buttons are set to not be interactable until connected
more customisation item button work
If you can afford an item, clicking unlock now sends request to server.
Server unlocks items if the player record has enough currency, sends success or fail response message and new currency balance.
Unlocked items get added to playerrecord id list.
customisation UI buttons now listen to item unlock success/fail events, modify properties accordingly
wip unlocking/equipping ui
deleted placeholder unlock items
wip currency/unlocks
protobuf
close friends list on invite sent
Private matches no longer modify player records (win/loss count, xp)
▍█▊▇▍▊ ▄▅▉ ▌▆▌ ▌▅ ▅▉▅▄ ▉█▇█
!▌▌▅▊▉ ▌▆█ ▇▇█▆ ▅▅█▍█▌ ▍▋ ▌▊▆▌▉█
customisation button now says Cusotmise, added new item highlight to button
added cancel button to friends list challenge
more wip vs friends
wip received match invite ui code
setup builder hat item definitions + icon
UI panel prefab and setup for received game invite panel, hooked up yes/no button actions, added it to global UI.
clicking vs button on friends list now sends challenge message to server (which does nothing back yet)
added challenge button to friend panel, hooked up click event.
some vs-friend matchmaking wip
UIButton fix for when there's not a button component
friends list gets populated with in-game steam friends, name, avatar
Placeholder friends list UI prefabs
added UIFriendsListButton, friends button now shows how many friends are playing the game
added placeholder friends list button to menu ui
message types for match making vs friends
added match making error return codes for friend request games