reposboxcancel

19,567 Commits over 1,461 Days - 0.56cph!

3 Years Ago
Remove all other shitty ways of creating models. Creating models is now done through Mesh and ModelBuilder
3 Years Ago
Check best msaa mode when creating textures with msaa
3 Years Ago
Can click exception warning to hide it Mouse back/forward buttons can't click things
3 Years Ago
PreviouslyCreatedGame on home Fix hotloading using older panel in PanelEvents QuickPlay works
3 Years Ago
Stylesheets adhere to css specificity rules
3 Years Ago
Mesh.CreateVertexBuffer and Mesh.CreateIndexBuffer can optionally set initial data
3 Years Ago
PhysicsBuilder.AddMesh uses uint indices
3 Years Ago
Fix possible crash in ModelBuilder.Create
3 Years Ago
PhysicsBuilder.AddBox and PhysicsBuilder.AddHull now take a center and rotation instead of a transform because scale isn't used
3 Years Ago
Add some safety checks in CRenderMesh::DestroyBufferResources New mesh API. Removed VertexBufferHandle and IndexBufferHandle. Creating and updating of buffers is now handled in the Mesh class
3 Years Ago
Animgraph checkpoint Merge branch 'master' of sbox Weapon delta sequences are now precomputed in ModelDoc to save on graph complexity and runtime cost
3 Years Ago
Fixed FGD double entity warnings
3 Years Ago
PhysicsBody.Sleep => Wake(). Sleep(), IsSleeping() Merge branch 'master' of sbox
3 Years Ago
Show previously created games on home screen
3 Years Ago
Refactored GameInfo out, using package instead
3 Years Ago
Street lamp base and light unit physics shapes Also adjusted naming convention for lod0 to match Thais asana post Merge branch 'master' of sbox
3 Years Ago
Added PhysicsBody.Sleep property (Removed Wake()) Some autodocs for PhysicsBody/Group func_physbox spawnflags work
3 Years Ago
street lamp light uni LODs LOD setup for the light unit that forms part of the street lamp prefabs
3 Years Ago
street lamp open base lod Lods for the open variant of the street lamp base Merge branch 'master' of sbox
3 Years Ago
Fix stylesheets with more than 10 @imports triggering infinite loop detection Menu home screen work
3 Years Ago
AnimGraph: Allow notes to be added to nodes https://files.facepunch.com/layla/1b1611b1/notes.mp4
3 Years Ago
Fix ModelEntity.CopyMaterialGroup
3 Years Ago
Added [UseTemplate] attribute Switch stuff to use [UseTemplate] instead of SetTemplate( .. )
3 Years Ago
Updated street lamps and added prefabs Prefabs for standard size, short medium and long arm and one tall long arm prefab Merge branch 'master' of sbox Adjusted street lamp prefabs adjusted street lamp prefabs to use world offset rather than local.
3 Years Ago
Splitting GameLists Add a bunch of UI sounds Make playing sounds work in the menu Set Prediction.FirstTime to true on themenu Add Panel.PlaySound Add custom css properties 'sound-in' and 'sound-out' (play a sound when rule matches or stops matching) Navigator back/forward sounds Button hover/press sounds Group play buttons Don't navigate to the current URL
3 Years Ago
Citizen animgraph updates with massive improvements Conditional aim *and* IK disables on all holdtypes New damping parameters on a new look/aim setup for weapon holdtypes Separate damping and new look chains when not wielding a weapon Weapon gestures now also composite a pelvis-only additive component (and probably more that I forgot) Merge branch 'master' of sbox
3 Years Ago
Disable unused particle function
3 Years Ago
Added ability to set default Model, Material Group, and BodyGoup when adding Hammer.Model property
3 Years Ago
WIP street lamps LODs and final setup still to come but all the bits are in. Merge branch 'master' of sbox
3 Years Ago
Add local addons as packages Background Stuff
3 Years Ago
Added support for autogen of enums for fgds Merge branch 'master' of github.com:Facepunch/sbox Fixed formatting
3 Years Ago
Stack based back/forward Navigator Variables GameScreen, GameCreate uses navigator Don't die if deleting panels creates errors
3 Years Ago
update WIP construct, fix nav, tweak tonemapping brightness Merge branch 'master' of sbox
3 Years Ago
Add Panel.OnHotloaded Call Panel.InitializeEvents on hotload, remove previously added events Update current link when switching tabs
3 Years Ago
Fixed MouseBack, MouseForward UI events not doing shit Navigator supports history back/forward
3 Years Ago
Template loading more error resistant Settings page shell PanelEvent system revamp
3 Years Ago
Add reference to Sandbox.Hotload when compiling addons (for the callbacks) Log when an unhandled exception occurs because it will sometimes kill the process (eg in finalizers)
3 Years Ago
Crouch poses for shotgun & SMG holdtypes
3 Years Ago
ModelDoc: Fix viewing compiled models
3 Years Ago
dmfbxserializer: compute delta state normals for blend shapes in a way that isn't completely fucked
3 Years Ago
Nav href, highlight
3 Years Ago
Citizen blendshapetest mesh for comparison
3 Years Ago
Converting menu to use template Support multiple [Library] attributes Add Library.GetAttributes<T> ( to get all attributes of type ) Add LibraryAttribute.Create<T>() PanelEvent changes Navigator playing UI Test nagivationable
3 Years Ago
blendshape test temp model
3 Years Ago
Update vertex color shader
3 Years Ago
Update vertex color shader
3 Years Ago
Added Panel.PreTemplateApplied, Panel.PostTemplateApplied Merge branch 'master' of sbox
3 Years Ago
Citizen footstep volume adjustment Merge branch 'master' of sbox
3 Years Ago
Update skeletoninstance.def
3 Years Ago
Fixed Stylesheet variables replacing the wrong variables Can set a variable to a variable GetAttachment returns nullable