userLayladcancel

6,595 Commits over 3,408 Days - 0.08cph!

5 Years Ago
Rotate editable meshes with rotate widget
5 Years Ago
Entity tool placement snaps to grid
5 Years Ago
Added toolbar button for global axis setting
5 Years Ago
Add toolbar button for angle snapping
5 Years Ago
Rotate selected entities with rotate widget
5 Years Ago
Add set entity rotation RPC
5 Years Ago
Make BaseShapeEntity abstract so it can't be spawned
5 Years Ago
Highlight selected entity, remove entity ownership on deselect.
5 Years Ago
Ownership and Delete RPC's work for any world entity, not just meshes. Allow selected entities to be deleted.
5 Years Ago
Add super basic entity class list UI. Spawn entity with entity tool. Allow entities to be selected and translated with widget.
5 Years Ago
Add entity placer tool
5 Years Ago
Move all mesh selectable specific code out of selection tool so the tool can work with any kind of selectable
5 Years Ago
Add ColorSaturation to postprocess
5 Years Ago
Add GrainJitter and GrainIntensity to postprocess
5 Years Ago
Use additive material for additive blended decals
5 Years Ago
Fix decal scale being applied incorrectly. Convert more dds textures.
5 Years Ago
Cache layer property for props and decals
5 Years Ago
Rotate and scale decals using their float properties
5 Years Ago
Use decal size center as pivot point
5 Years Ago
Apply texture import settings before async loading so materials can cache them straight away
5 Years Ago
Add texture filter and tiling to import settings
5 Years Ago
Add texture tiling methods (wrap, clamp, mirror)
5 Years Ago
Use quads for sprites
5 Years Ago
Add TranslucencySortPriority Add ForcedLodModel
5 Years Ago
Facewound map loader Merge branch 'master' of github.com:Facepunch/SandboxGame
5 Years Ago
Serialize editable mesh face texture mapping properties
5 Years Ago
Auto refresh server browser if list hasn't been set yet
5 Years Ago
Change server browser font color so it can be seen
5 Years Ago
Oops
5 Years Ago
Add player list UI to map builder
5 Years Ago
Update addon state on dedicated server before starting new game to see if it fixes unknown gamemode
5 Years Ago
Change CurveType enum from byte to int to see if it fixes error on dedicated server
5 Years Ago
Add vertex selection. Offset vertices with translate widget. Add offset vertices RPC.
5 Years Ago
Move face selecting logic into MeshSelectable.OnSelect Merge branch 'master' of github.com:Facepunch/SandboxGame
5 Years Ago
Handle selection tool deleting in Selectable.OnDelete Handle mesh translation in MeshSelectable Handle offset mesh faces in MeshSelectable
5 Years Ago
Add Vector2 to serializer factory list
5 Years Ago
Pack texture align rpc arguments into a INetworkSerializable to get around argument limit
5 Years Ago
Add Vector2Serializer
5 Years Ago
Add Mesh and Entity Selectable classes
5 Years Ago
Add RPC for modifying face texture alignment
5 Years Ago
Move snap settings to editor settings
5 Years Ago
Hook up translate gizmo to move meshes or faces. Block tool uses axis basis from texture basis.
5 Years Ago
Fix ingame front menu using curved border for background
5 Years Ago
Better gamemode icon for suicide barrels
5 Years Ago
Fix Stencil ref bug in main menu
5 Years Ago
make game tile box blur more subtle to avoid coherent stencil warnings
5 Years Ago
Remove generate lightmap uv setting from fbx importer cos it's slow as balls
5 Years Ago
Fix entity transform bug when setting after set model call
5 Years Ago
Add gamemode icons. Style game tile.
5 Years Ago
Partly implement func_tracktrain and path_track entities