repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

7 Years Ago
Add warning logs to help debug dedicated server
7 Years Ago
Add ancestors property to entity
7 Years Ago
Add missing bind
7 Years Ago
Fixed triangulation error
7 Years Ago
Delete mesh when all faces are deleted
7 Years Ago
Remove faces. Detach faces (shift+delete for now)
7 Years Ago
Improved face inset scaling
7 Years Ago
Fix mesh scaling when mesh has been rotated
7 Years Ago
Fix mesh scaling
7 Years Ago
Fixed face scaling and grid snapping on relative scale gizmo axis
7 Years Ago
Add functions to change audio parameters while playing, update bindinggen
7 Years Ago
Editable meshes can be scaled with scale gizmos Scale faces with gizmo Inset face on scale addition
7 Years Ago
Add BaseEntity.TickEnabled
7 Years Ago
Add network serializer for arrays Make SoundStream usable Some progress on voice chat
7 Years Ago
SanAndreas importer to test importers loading from archives
7 Years Ago
Better check for owner, should fix DS?
7 Years Ago
Pickup sound fixes
7 Years Ago
Add global axis editor setting
7 Years Ago
Add LineOrientedBoxIntersection. Add AxisBasis to TransformGizmo so translate gizmo can work in any local space. Merge branch 'master' of github.com:Facepunch/SandboxGame
7 Years Ago
Fix attenuation on sound generator
7 Years Ago
Selection mode UI
7 Years Ago
Block tool uses active material
7 Years Ago
Editable mesh supports multiple materials. Added ghetto material picker UI.
7 Years Ago
Offset multiple faces at the same time so only distinct vertices are offset
7 Years Ago
Fix translate gizmo snapping to 0 when moving cursor outside window
7 Years Ago
Draw selected faces
7 Years Ago
Cleaned up shift copy code Merge branch 'master' of github.com:Facepunch/SandboxGame Dragging translate gizmo offsets faces while in face edit mode, shift drag extrudes
7 Years Ago
Beepy grenades
7 Years Ago
Update bindinggen to fix some bad casts
7 Years Ago
Add option for setting attenuation on local sounds
7 Years Ago
Binding sound attenuation stuff
7 Years Ago
Fix some issues with PIE
7 Years Ago
Shift dragging selection gizmo will make a copy of the selection
7 Years Ago
Fix runtime mesh occlusion check when using custom depth stencil
7 Years Ago
Add moved event to translate gizmo. Calculate selection bounds on change instead of on tick. Position gizmo at the selection bounds center.
7 Years Ago
Useable translate gizmo
7 Years Ago
Update bindinggen
7 Years Ago
Block tool can cancel block with delete key Added selection modes. Face selection extrudes face on addition modifier down and left click. Only draw bounds for items for the current selection mode Face selection. Drawing face selection bounds.
7 Years Ago
Adjustable grid snap sizes. Block selection with bounding box calculation. Delete selectables
7 Years Ago
Block tool uses mouse position for picking ray Block tool uses world origin plane when picking ray fails to hit something Take editable mesh rotation into consideration when generating UV basis, this gives desirable results regardless of plane orientation the block is created on.
7 Years Ago
Fix attachment transform replication issues. Keep attaching pants every tick to make sure they don't fall off.
7 Years Ago
Only create clothing on client for now (Player model attachments aren't getting replicated properly, means you'll be naked when playing as a listen server tho)
7 Years Ago
Add FinishedSpawn to BaseEntity. Add assert "Player trying to control an entity that hasn't spawned yet"
7 Years Ago
Control player after spawning it, not before.
7 Years Ago
Hacky fixes for weapon throwing and attaching
7 Years Ago
Added extrusion step to block tool
7 Years Ago
Fixed block tool not creating blocks with correct orientation when created on non axial planes.
7 Years Ago
Don't set owner in possess
7 Years Ago
Add option to play sounds without broadcasting it (needed for things like footsteps, client determines when to play sounds but listen servers also want to play without broadcasting it)
7 Years Ago
Replicate IsGrounded to fix player footsteps. Fix footsteps on listen server.