userAdam Wcancel
branchspacechess/maincancel

3,355 Commits over 972 Days - 0.14cph!

7 Years Ago
fixes
7 Years Ago
merge to main
7 Years Ago
merged to main
7 Years Ago
map rotation UI work
7 Years Ago
more mapdatabase, map rotation handling, client UI for map rotation, mapdb has events for map rotation events, map buttons refresh their visual state on rotation change
7 Years Ago
UIMenuMapRotation, menu now spawns map buttons (wip), more rotation stuff
7 Years Ago
scene
7 Years Ago
menu map button wip
7 Years Ago
more
7 Years Ago
more
7 Years Ago
wip rotation timer stuff
7 Years Ago
map rotation timer retard fixes
7 Years Ago
rotation time string formatting, rotation icon now hidden until set, more clean up
7 Years Ago
when a new map rotation is picked by the server, it gets broadcast to all connected clients. added "newmaps" server console cmd to force a new map rotation. added Defines.MapCountPerRotation.
7 Years Ago
MatchMaking now configs GameSettings using a map from the rotation. added MapRotation.GetRandomMapID()
7 Years Ago
fix
7 Years Ago
another fix
7 Years Ago
scene
7 Years Ago
version++
7 Years Ago
map rotation timer rework. map rotation interval now specified in minutes not hours. map rotation fixes. version++
7 Years Ago
restored Build.cs functionality, updated to work with Unity 2018 syntax.
7 Years Ago
career stuff. added team logos in placeholder position on career lague tables.
7 Years Ago
settings fix
7 Years Ago
merged to main now it's tested
7 Years Ago
merged leaderboard rework to main
7 Years Ago
version++
7 Years Ago
moved server address and references to a constant in Defines
7 Years Ago
Switched from Amazon server to OVH server
7 Years Ago
merged to main again
7 Years Ago
removed more debug logging
7 Years Ago
Fix for consecutive server connection attempts crashing
7 Years Ago
changed number of leaderboard entires sent per page to 10 (server will need updating). removed more debug logging.
7 Years Ago
version++ UILeagueTablePreview now uses Defines.MaxLeagueEntriesPerPage instead of an inspector value
7 Years Ago
inital tropy customisation editor state setup / UI
7 Years Ago
trophy editing camera view. deleted Snow_Bricks ASE thing cus it was erroring and not used?
7 Years Ago
added CustomTrophyDefinitionSO. more basic trophy setup, test data/prefab.
7 Years Ago
regen item icons
7 Years Ago
Added PlayerArea prefab trophy anchors. Scene.
7 Years Ago
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
7 Years Ago
Handling default/reset of trophies. Added default (none) trophy definition. Rebuilt customisation database. CustomisationProfile++ Version++
7 Years Ago
missed file
7 Years Ago
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.
7 Years Ago
added blank TrophyView.cs, added to test trophy prefab (getting latest)
7 Years Ago
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.
7 Years Ago
more
7 Years Ago
deleted old test hats removed missing script components from a bunch of hats
7 Years Ago
built customisation db
7 Years Ago
added fullscreen/window options and made resolution changes work with them properly.
7 Years Ago
menu XP bar works (initially, need to finally add a PlayerRecord updated event and hook stuff up to that too)
7 Years Ago
refactoring towards a PlayerRecord update event