userAdam Wcancel

11,614 Commits over 3,622 Days - 0.13cph!

7 Years Ago
refactoring towards a PlayerRecord update event
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
added fullscreen/window options and made resolution changes work with them properly.
7 Years Ago
built customisation db
7 Years Ago
deleted old test hats removed missing script components from a bunch of hats
7 Years Ago
more
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
added blank TrophyView.cs, added to test trophy prefab (getting latest)
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
merged to steam release
7 Years Ago
missed file
7 Years Ago
Handling default/reset of trophies. Added default (none) trophy definition. Rebuilt customisation database. CustomisationProfile++ Version++
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
Added PlayerArea prefab trophy anchors. Scene.
7 Years Ago
regen item icons
7 Years Ago
added CustomTrophyDefinitionSO. more basic trophy setup, test data/prefab.
7 Years Ago
trophy editing camera view. deleted Snow_Bricks ASE thing cus it was erroring and not used?
7 Years Ago
inital tropy customisation editor state setup / UI
7 Years Ago
merged to release for steam build
7 Years Ago
version++ UILeagueTablePreview now uses Defines.MaxLeagueEntriesPerPage instead of an inspector value
7 Years Ago
changed number of leaderboard entires sent per page to 10 (server will need updating). removed more debug logging.
7 Years Ago
more wip
7 Years Ago
started customisation refactor/clean up
7 Years Ago
Fix for consecutive server connection attempts crashing
7 Years Ago
removed more debug logging
7 Years Ago
merged to main again
7 Years Ago
toggle motion blur while generating map preview screenshots
7 Years Ago
merged to steam release branch
7 Years Ago
Switched from Amazon server to OVH server
7 Years Ago
moved server address and references to a constant in Defines
7 Years Ago
version++
7 Years Ago
merged leaderboard rework to main
7 Years Ago
enable/disable league table browse buttons based on page number. disabled logging of event handlers.
7 Years Ago
added placeholder league table browsing buttons, linking functionaliy to league table view. can now request leaderboard entries with a specified start indx and previous/next. adding a copy of server player database for local testing.
7 Years Ago
more
7 Years Ago
refactored some leaderboard functions to be more generic
7 Years Ago
reworking leader board entry stuff, updated protobuf, new LeaderBoardEntry items are sent now instead of player records. reworking leaderboard command handlers to use new format.
7 Years Ago
merged to main now it's tested
7 Years Ago
merge from main
7 Years Ago
wip career mode file handling to fix some bugs
7 Years Ago
settings fix
7 Years Ago
career stuff. added team logos in placeholder position on career lague tables.
7 Years Ago
merged main to release
7 Years Ago
merged to release
7 Years Ago
restored Build.cs functionality, updated to work with Unity 2018 syntax.
7 Years Ago
map rotation timer rework. map rotation interval now specified in minutes not hours. map rotation fixes. version++
7 Years Ago
merged to release
7 Years Ago
version++
7 Years Ago
scene
7 Years Ago
another fix