userSol Williamscancel
reposbox-hc1cancel

114 Commits over 61 Days - 0.08cph!

49 Days Ago
Fix spectate, freecam modes not working correctly Add IsValid checks
2 Months Ago
Added Deathcam: display killer and follow their movements for a bit #127
3 Months Ago
Only do CameraController.SetActive when we need to, fixes #149
3 Months Ago
Fix minimap/bombsite labels
3 Months Ago
Fix player scores not working #140
3 Months Ago
Fix being unable to possess non-networked pawns (fixes #141), speculative fix for other exceptions
3 Months Ago
Fix spectators joining in-progress games getting a blackscreen/not spectating anyone by default
3 Months Ago
When spectating and the viewer dies, move to next player immediately, fixes #133
3 Months Ago
Add back offline mode support
3 Months Ago
More utils tidying
3 Months Ago
Tidy player/state GameUtils and usage
3 Months Ago
Fix PlayerState.Pawn not networking correctly, hud not showing
3 Months Ago
Fix dev maps, assert when PlayerStatePrefab is not assigned
3 Months Ago
Don't try and do HUD when there's no pawn
3 Months Ago
Better handling for maps without full spawnpoint setup
3 Months Ago
Prefer Player.CurrentEquipment over Inventory.Current
3 Months Ago
Clients shouldn't be trying to set PlayerId stuff
3 Months Ago
Improved handling for CurrentEquipment being invalid
3 Months Ago
Prevent hosts from controlling (/accidentally firing) as bots in spectate
3 Months Ago
Catch NRE from ragdoll
3 Months Ago
Fix not entering freecam at last view pov Show spectate ui when in freecam
3 Months Ago
Start spectate in POV cam
3 Months Ago
Fix naked men
3 Months Ago
Bring back deathcam, re/spawn fixes
3 Months Ago
Work in progress Pawn refactor Moved PlayerScore to PlayerState, scoreboard uses PlayerStates instead of relying on an active Pawn Voice is on PlayerState, Kill Feed, Voice panel all use PlayerState Chat system also uses player states, for now if we have a pawn, check zone that way. Needs a rethink, because we'll want to grab zones from possessed pawns, like the drone. Can deploy drone by using left mouse button, removed dev menu debug for it When possessing a pawn, set its PlayerState Vitals UI works for any pawn Kill bots playerstates as well as their pawn Support Buy Menu items again Use PlayerPawn in BuyMenu, not PlayerState Cleanup, removed unused stuff Removed a bunch of code we don't need on the Drone anymore Fix NRE when shooting Better logic for player marker vis Another NRE fix Don't destroy playerstate when orphaning. When connecting, look for a candidate playerstate that matches our SteamId and is unowned, so we can re-claim it I don't think we need this stuff Equipment renderer adjustments Just use Property for PlayerBody.Player, instead of fetching OnStart Fix team assignment Use GameUtils.LocalPlayerState where we can Spectating works again Fix player nameplate conditions More sensible accessors for local/viewer PlayerStates Rename CurrentPlayerPawn->PlayerPawn, use rather than casting Pawn in a bunch of places (so we actually get what we're expecting) Network client respawn event properly Use PlayerState.Local.PlayerPawn directly Fix not depossessing current pawn Simplify pawn stuff a bit Can now freely destroy/respawn player pawns Tidy PlayerState a bit, streamline flow for spawning/possession Don't enter spectate when respawning, do immediate spawns for joiners where we can Add PlayerState.IsConnected Fix non-host players sometimes spawning in incorrect locations Fix error when no PlayerState.Viewer Don't send team chat messages to bot connections
3 Months Ago
Add PlayerState.IsConnected Fix non-host players sometimes spawning in incorrect locations Fix error when no PlayerState.Viewer Don't send team chat messages to bot connections
3 Months Ago
Tidy PlayerState a bit, streamline flow for spawning/possession Don't enter spectate when respawning, do immediate spawns for joiners where we can
3 Months Ago
Can now freely destroy/respawn player pawns
3 Months Ago
Simplify pawn stuff a bit
3 Months Ago
Use PlayerState.Local.PlayerPawn directly Fix not depossessing current pawn
3 Months Ago
More sensible accessors for local/viewer PlayerStates Rename CurrentPlayerPawn->PlayerPawn, use rather than casting Pawn in a bunch of places (so we actually get what we're expecting) Network client respawn event properly
3 Months Ago
Use GameUtils.LocalPlayerState where we can Spectating works again Fix player nameplate conditions
3 Months Ago
Fix team assignment
3 Months Ago
HostSync Equipment.OwnerId
3 Months Ago
Start moving some PlayerState stuff around
3 Months Ago
Rename PlayerState.Player -> PlayerState.Controller
3 Months Ago
Support for spectating gadgets: spectate players rather than pawns directly, network current possessed pawn
3 Months Ago
Don't play fun kill sound when you've killed a teammate
3 Months Ago
Spectating orbit cam, hide cursor in third person
3 Months Ago
Move EyeAngles interpolation out of CameraController
3 Months Ago
Fix third person camera, death cam
3 Months Ago
Fix being unable to spectate bots
3 Months Ago
Fix outline visibility rules
3 Months Ago
Fallback to team color when PlayerColors.Instance isn't present for now
3 Months Ago
Recommit player.prefab
3 Months Ago
Unique player colours, shown on radar, nameplates, and outline
3 Months Ago
Show dropped C4 on minimap when CTs spot it
3 Months Ago
Show planted c4 on the minimap when spotted, swap icon
3 Months Ago
Show enemy players on radar when seen (or recently seen)
3 Months Ago
Replace unique logic for player minimap markers