userSol Williamscancel

358 Commits over 214 Days - 0.07cph!

6 Months Ago
Replace unique logic for player minimap markers
6 Months Ago
Draw radar/markers ontop of callouts
6 Months Ago
Make bombsite labels more clearly visible, fix sorting
6 Months Ago
Add radar zoom
6 Months Ago
Add minimap radar mode, used outside of scoreboard
6 Months Ago
Make the minimap bigger while the scoreboard is open
6 Months Ago
Clamp minimap coords, use better bbox projection for volumes
6 Months Ago
Fix spectating players not seeing sniper scope
6 Months Ago
Fix case where you couldn't spectate the remaining player
6 Months Ago
Always show map markers when there's no viewer
6 Months Ago
Prevent players from colliding with weapon pickups
6 Months Ago
Genericise minimap elements, add dropped c4 marker T Status message when the bomb needs picking back up
6 Months Ago
Clear player velocity on teleport (can no longer jump thru respawns)
6 Months Ago
SceneStats: include DynamicSceneObject render stats, lights/shadow stats
6 Months Ago
Don't save spawned objects Tweak scenes
6 Months Ago
Write specs to seperate file, print paths to console
6 Months Ago
Populate GridScene on OnLoad Add GpuFrametime, Warmup time
6 Months Ago
Report GpuFrametime in PerformanceStats
6 Months Ago
Misc fixes Move EnablePostProcessing from GizmoSettings to ViewportState Default each viewport to a unique perspective
6 Months Ago
add support for multiple scene views, orthographic scene views, and configurable grid axis add keybind to cycle camera plane around selection refactor bits into SceneEditorViewport, re/store gizmo settings alongside viewport cookie rework to single layout and splitter, disable new tab creation for now add support for per-widget toolbar actions save/restore sceneview layout move viewport/instance gizmo settings to EditorCookie from ProjectCookie move save/restore viewport cookies to addon space no reason to copy+set camera transform anymore use active SceneOverlayWidget directly use a single toolmanager instance fix nudging remove some global gizmoinstance refs tuck camera alignment shortcuts away in camera menu maintain layout config when toggling viewport fullscreen remove log temp disable copying from scene camera camera fixes: make orthographic clipping more predictable, add smooth(er) perspective/ortho transitions, fix gizmotest widget, reenable scene camera copy add setting to lock scene camera rotation fix incorrectly sized gizmo hitboxes in ortho view replace remaining direct scene camera transform accessors tweak sprite gizmo hitbox scale in ortho views cleanup scene tick/draw flow with multiple viewports replace legacy global GizmoInstance snip unneeded multi-tab leftovers use state/gizmo settings for scene view control replace remaining ray length with Gizmo.RayDepth don't try to save scene-specific viewport config for untitled scenes use alternate check for IsUnderMouse move viewport settings to ViewportState from GizmoSettings, use shared gizmo settings for all viewports shift camera settings to EditorPreferences, simplify viewport options restore single EditorScene gizmo settings revert camera extension changes, fix pan and orbit zoom, tidy use hammer's linked splitters for uniform viewport resizing
6 Months Ago
Fix autoplant obscuring other use key interactions
6 Months Ago
Basic defuse wire visuals, sync defuse progress bars properly
6 Months Ago
Make players crouch while planting
6 Months Ago
Make equipment overlay show again
6 Months Ago
Autoswitch to bomb when pressing use inside a bombsite
6 Months Ago
Show deaths from bomb on killfeed
6 Months Ago
Freeze players during match starting countdown
6 Months Ago
Round status tweaks
6 Months Ago
Fix hidden round timer showing, styling tweaks
6 Months Ago
Add progress bars to plant/defuse ui
6 Months Ago
Disable PreGame buy anywhere now teams/spawns are fixed
6 Months Ago
Fix SpectateSystem NRE
6 Months Ago
Reapply body visibility to clothes when changing outfits
6 Months Ago
Skip WeaponSlot.Undefined inventory bind
6 Months Ago
Fix GetPlayerName exception
6 Months Ago
Hide invis players on minimap
6 Months Ago
Slim down system chat messages
6 Months Ago
Use IPawn.IsPossessed for player marker display check instead
6 Months Ago
Don't spectate our own invisible pawn when joining mid game
6 Months Ago
We need to ragdoll on all clients actually
6 Months Ago
Add team join chat messages
6 Months Ago
Assign teams on join, fix players not facing spawnpoint rotation
6 Months Ago
Don't allow shooting corpses
6 Months Ago
Give bots fun names so I can tell them apart
6 Months Ago
Forgot keybind
6 Months Ago
Add third person camera mode (spectate only atm), cut to on death
6 Months Ago
Can't use IsSpectating inside Respawn because LifeState might not've synced yet
6 Months Ago
Disable spectate freecam by default (duh)
6 Months Ago
Fix invis missing from RenderExcludeTags
6 Months Ago
Show all player nameplates when spectating