userLayladcancel

7,659 Commits over 3,684 Days - 0.09cph!

7 Years Ago
Weld tool Freeze/Unfreeze root parent entity no collide tool
7 Years Ago
Clear ghost target when it's not longer valid
7 Years Ago
Make balloon the parent of the rope it's attached to so it removes when the balloon pops
7 Years Ago
Add WakePhysics and SleepPhysics. Wake constrained entities on remove.
7 Years Ago
Add safer BaseConstraint.IsEntityConstrained
7 Years Ago
Remove relevant constraints before removing entity
7 Years Ago
Move absolute pos rot scale to base entity. Use absolute scale for rope constraint so balloon rope is the same length regardless of balloon scale
7 Years Ago
Refactor tools to call left click on both client and server
7 Years Ago
Don't attach thrusters onto other thrusters, change their properties instead
7 Years Ago
Add spawn position offset to particles (spawn inside box) Add BoundingRadius and BoundingBox getters to world entity
7 Years Ago
Remover tool and remove effect
7 Years Ago
Fix particle collisions
7 Years Ago
Add wooden crate props from rust
7 Years Ago
Add rust building parts
7 Years Ago
Replicate balloon tint material
7 Years Ago
Replicate balloon pop and color
7 Years Ago
Add balloon pop effect. Add start rotation and rotation rate to particle emitters
7 Years Ago
Balloons are damageable, pop when taking any amount of damage Add a bullshit hitscan tool to punt stuff around and deal damage
7 Years Ago
Balloon tool and entity Automatically find all tools and give them to player
7 Years Ago
Freeze/Unfreeze physics grabber
7 Years Ago
Move ghost to orbit position so everyone can see. Orbit scrolling.
7 Years Ago
Replicate tools by default
7 Years Ago
Press F to orbit camera around selected entity
7 Years Ago
Ignore movement when rotating with physics grabber. Add sandbox crosshair. Tool selection hud Tool switching Thruster model Thruster tool
7 Years Ago
Bump up bandwidth settings a shit load
7 Years Ago
Basic physics grabber tool
7 Years Ago
Move interp helper to engine addon
7 Years Ago
Flying ghost controllable replicated to other players. Add Angles network serializer.
7 Years Ago
Replicate and interpolate relative axis constraint rotation. Move interp helper to C#
7 Years Ago
Attempt to sync axis constraint
7 Years Ago
Cache and replicate relative attach transform so it's never fucked with
7 Years Ago
Update attach parent transform on PostNetReceive
7 Years Ago
Attachment replication test case
7 Years Ago
BaseEntity needs a root component to replicate properly
7 Years Ago
Don't replicate native static mesh, we replicate this ourselves
7 Years Ago
Make default postproc less ugly
7 Years Ago
Fix compile errors
7 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)
7 Years Ago
Initial sandbox gamemode commit
7 Years Ago
Fix clients not having a valid hud reference, fixes chat
7 Years Ago
Don't enable debug camera client side
7 Years Ago
Add better map
7 Years Ago
Add new deathmatch map. Add help screen.
7 Years Ago
Turn friendly fire off by default
7 Years Ago
Style help screen to keep it consistent with everything else
7 Years Ago
Steal help screen from dice game for suicide barrels
7 Years Ago
Put weapons in their correct inventory order
7 Years Ago
Add weapon pickup weight (grenades have a small model so have less mass, need to make it heavy)
7 Years Ago
Add sniper sounds, don't zoom in while reloading or firing
7 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.