repoSandboxGamecancel

3,308 Commits over 944 Days - 0.15cph!

5 Years Ago
Move face selecting logic into MeshSelectable.OnSelect Merge branch 'master' of github.com:Facepunch/SandboxGame
5 Years Ago
ignore node_modules Allow passing enum values from vue Tool panel experments Force components to lowercase Merge branch 'master' of 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
Games list, icons Merge branch 'master' of SandboxGame
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
Can fly the rock around
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
5 Years Ago
Fix stacking vehicles
5 Years Ago
Fix strange movement on flat surfaces
5 Years Ago
Fix vehicle test gamemode Refactored space stuff
5 Years Ago
Only draw terrain brush if traced to a landscape entity
5 Years Ago
Enable smooth terrain mode. Temp draw terrain tool brush.
5 Years Ago
Load serialized editable meshes from file. Add Read/Write Quaternion binary io extension.
5 Years Ago
Serialize editable meshes to file
5 Years Ago
Fix primitive builders class library names
5 Years Ago
Replicate delete mesh faces action
5 Years Ago
Rename block tool to primitive tool (block tool would be easy to confuse with cube primitives only)
5 Years Ago
Clean up naming of tools and primitive builders
5 Years Ago
Add citizen glasses stunner shades and thick rimmed Add leather cap Add woolly hat Add suspenders
5 Years Ago
Add citizen security outfit
5 Years Ago
CreateBlock RPC takes a primitive builder name and serialized data so one RPC can handle any primitive builder
5 Years Ago
Map Builder Name/Icon placeholder Merge branch 'master' of SandboxGame ToolPicker
5 Years Ago
Spin the camera with the planet movements
5 Years Ago
Add new widget system to map editor
5 Years Ago
Fix selection bounds drawing
5 Years Ago
Fix map editor line drawing. Add terrain tool to map editor (sculpt, flatten, smooth)
5 Years Ago
Fuck off Vue Devtools warnings Added AddonRequestHandler Json Addon has Title, Description, Icon Added MDI Making main menu a bit more coherent Merge branch 'master' of SandboxGame
5 Years Ago
Avoid a ton of boxed chars
5 Years Ago
Fixed walking on planet
5 Years Ago
Version change
5 Years Ago
Add dilate UVs material to improve seams when painting
5 Years Ago
Add basic paint tool for paintable models
5 Years Ago
Add steam friends list to main menu
5 Years Ago
Fix hotload going into webcon
5 Years Ago
Fix addon errors relating to usage of angles
5 Years Ago
PitchYawRollFromQuaternion returns FRotator instead of conversion to FVector
5 Years Ago
Fix incorrect spawn view angles due to Vector3->Angles conversion. Add Angles.WithPitch,Yaw,Roll