usertonycancel

4,607 Commits over 976 Days - 0.20cph!

9 Months Ago
Fixed footsteps sounding weird
9 Months Ago
Dead state for avatars
9 Months Ago
Extremely basic avatar displays for connected players
9 Months Ago
Add playerinfo hud showing HP
9 Months Ago
Sync life state
9 Months Ago
Comment out viewbob
9 Months Ago
Added basic fly mode for louie
9 Months Ago
Expose lobby id to AsyncGetLobbies
9 Months Ago
Get rid of player controller mechanics
9 Months Ago
Validate PlayerBoxCollider Player doesn't depossess on death, fixed respawn issue
9 Months Ago
Added some lobby utils
9 Months Ago
Project uses quick play launch mode, which should try to join a lobby automatically
9 Months Ago
Network damage and HP
9 Months Ago
Give the player an extra collider to handle player to player collisions
9 Months Ago
Give the player an extra collider to handle player to player collisions Stash minimap stuff
9 Months Ago
Remove viewmodel camera stuff Make minimap renderer gizmo less obnoxious
9 Months Ago
Update .sbproj
9 Months Ago
Tentative fix for laggy viewmodel inertia
9 Months Ago
Work on minimap renderer
9 Months Ago
Crush viewmodel move speed when slow walking
9 Months Ago
Crosshair changes Can hit with melee weapons now
9 Months Ago
Change crowbar to be trenchknife instead Removed unused fonts, changed weapon row style a bit Made footsteps more rhythmic
9 Months Ago
Fix NRE for weapons that don't have shooting Add WeaponData.Price Add basic idea of teams, hide non-friendly player markers for now
9 Months Ago
Disallow unequipping current weapon, add run hint Add knife weapon (can't hit with it yet)
9 Months Ago
Fixed not being able to inflict player damage Normalize WishMove so moving diagonally isn't faster Adjusted player movement speeds
9 Months Ago
Expose some player properties for designers
9 Months Ago
Cleanup, remove sprint Add slow walk, no footsteps if slow walking
9 Months Ago
Update README
9 Months Ago
Initial commit
9 Months Ago
FOV offset is too much when aiming, reduce it Add GameEventSystem Temporarily turn off impact particles Don't show player marker if they're dead Implement hitmarkers Ricochet, object penetration
9 Months Ago
Add basic sway
9 Months Ago
Hook aim inertia values up for viewmodels (https://files.facepunch.com/tony/1b2511b1/sbox-dev_2sW0LA4PSo.mp4)
9 Months Ago
Fixed MP5 irons Bind Slot3, add USP to default loadout
9 Months Ago
Use new M4 sound, don't render player marker if behind
9 Months Ago
Added Marker.IsOffScreen, Marker.IsBehind, Marker.ClampToScreen, screen safezone Added chevron that points towards the target while it's off screen (https://files.facepunch.com/tony/1b2511b1/sbox-dev_8FvXZNa3to.mp4)
9 Months Ago
Start framing out a hud marker system Don't display markers that are behind the player by default
9 Months Ago
Code cleanup, docs, hud adjustments
9 Months Ago
Implement M4A1 weapon
9 Months Ago
Demonstrate world input issue
9 Months Ago
menu: Only create the VR player when we're running in VR
9 Months Ago
Add button for toggling hold manually in the editor (outside of VR) https://files.facepunch.com/tony/1b2211b1/sbox-dev_HsOtOwwohC.mp4
9 Months Ago
If a player fails a serve, reset the state back to serving
9 Months Ago
Kick off the game loop, place ball in player's hand accordingly
9 Months Ago
Ball hit loop Create PlayArea utility component to dictate who owns the area where the ball is bouncing (https://files.facepunch.com/tony/1b2211b1/sbox-dev_qfxGhcSR1G.jpg) Ball bouncing game loop
9 Months Ago
Minor refactors to holdable/hand placement Some boilerplate on game loop, add TeamComponent, Team enum Add global events for when the ball is hit, ball bounces Refactor a bit Team changed events
9 Months Ago
Add InteractionRange to WorldPanel component (resolves sbox-issues/issues/5550)
9 Months Ago
Added HandMenuPointer, use the hand's index finger to cast a ray forward for WorldInput, use RayToLocalPosition to grab transformed ray distance (feel like we could expose this in a better way) Use particle for menu pointer
9 Months Ago
Add DisableIfInVR component, good to get rid of useless flatscreen cameras
9 Months Ago
Simple main menu (https://files.facepunch.com/tony/1b2111b1/sbox-dev_dYwBHI94uZ.mp4)
9 Months Ago
The ball is a global instance stored by GameManager