repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

6 Years Ago
Balloon tool and entity Automatically find all tools and give them to player
6 Years Ago
Freeze/Unfreeze physics grabber
6 Years Ago
Move ghost to orbit position so everyone can see. Orbit scrolling.
6 Years Ago
Replicate tools by default
6 Years Ago
Press F to orbit camera around selected entity
6 Years Ago
Ignore movement when rotating with physics grabber. Add sandbox crosshair. Tool selection hud Tool switching Thruster model Thruster tool
6 Years Ago
Bump up bandwidth settings a shit load
6 Years Ago
Basic physics grabber tool
6 Years Ago
Move interp helper to engine addon
6 Years Ago
Flying ghost controllable replicated to other players. Add Angles network serializer.
6 Years Ago
Replicate and interpolate relative axis constraint rotation. Move interp helper to C#
6 Years Ago
Attempt to sync axis constraint
6 Years Ago
Cache and replicate relative attach transform so it's never fucked with
6 Years Ago
Update attach parent transform on PostNetReceive
6 Years Ago
Attachment replication test case
6 Years Ago
BaseEntity needs a root component to replicate properly
6 Years Ago
Don't replicate native static mesh, we replicate this ourselves
6 Years Ago
Make default postproc less ugly
6 Years Ago
Fix compile errors
6 Years Ago
Rename OnFinishSpawn and NetworkSpawn to OnAuthoritySpawn and OnRemoteSpawn. Spawn default post process entity client side, assert if accessed on non clients (dedicated server)
6 Years Ago
Initial sandbox gamemode commit
6 Years Ago
Fix clients not having a valid hud reference, fixes chat
6 Years Ago
Don't enable debug camera client side
6 Years Ago
Add better map
6 Years Ago
Add new deathmatch map. Add help screen.
6 Years Ago
Turn friendly fire off by default
6 Years Ago
Style help screen to keep it consistent with everything else
6 Years Ago
Steal help screen from dice game for suicide barrels
6 Years Ago
Put weapons in their correct inventory order
6 Years Ago
Add weapon pickup weight (grenades have a small model so have less mass, need to make it heavy)
6 Years Ago
Add sniper sounds, don't zoom in while reloading or firing
6 Years Ago
Add sniper zoom toggle on alt fire Hide view model when zoomed in with sniper Allow weapons to scale owners view speed. Slow down view while zoomed in.
6 Years Ago
Walk slower with sniper
6 Years Ago
Fix shotgun, add sniper rifle
6 Years Ago
Fix bot NRE on dedicated server
6 Years Ago
Make default engine cubemap white
6 Years Ago
Fix compile error in dice game
6 Years Ago
Add get camera position and angles from player (this is the final camera, not the view target) Use player camera to trace target info
6 Years Ago
Fix barrel third person camera not working on clients
6 Years Ago
Add more missing assets
6 Years Ago
Add missing assets for deathmatch weapons
6 Years Ago
Fix NRE when trying to play 2d sound that doesn't exist
6 Years Ago
Namespace deathmatch weapons Move source assets to self contained addon so we can remove it when the time comes
6 Years Ago
Fix clip empty sound path Don't do damage to other barrels
6 Years Ago
Move custom player model out of shooter base Fix player model impact sound paths Add missing assets in suicide barrels
6 Years Ago
Remove mounting from shooter base. Don't play animations without a model.
6 Years Ago
Only show waiting and spectator teams on team selection hud
6 Years Ago
Use world time for round timers
6 Years Ago
Add a waiting team to suicide barrels so the gamemode wont force spectators into the game
6 Years Ago
Play win/lose sound on barrel explode to make it more obvious who killed who