branchsbox/mastercancel

13,466 Commits over 1,522 Days - 0.37cph!

3 Years Ago
Squash anim
3 Years Ago
Removing unused tools so people don't try to use them
3 Years Ago
Whitelist System.Numerics Whitelist System.Globalization*
3 Years Ago
Fixed overflow: hidden blocking mouse wheel scrolling of parent panels Fix Grid Layout cutting off bottom row when multicolumn Map list tweaks
3 Years Ago
Added a conditional IK disable at the end of the animgraph + temp (?) fix for noclip-out overriding landing
3 Years Ago
Fixed jump sometimes playing the fall animation instead of jump (This could happen if you jumped right after landing in a very small time window. The state machine needed some more conditional checks.)
3 Years Ago
voice_loopback false by default
3 Years Ago
Added TryMoveWithStep to MoveHelper Navmesh optimizer
3 Years Ago
Update SDL2 to v2.0.14 Should fix plugging in a new audio device crashing the game Merge branch 'master' of sbox
3 Years Ago
Improved jump & land animations
3 Years Ago
Fixed native filesystem not following symlinks when searching for files
3 Years Ago
Fixed NoMoving buttons not firing OnIn/Out Fixed NoMoving buttons not respecting reset time Fixed view interpolation doing funny when teleporting the player setpos now also has arguments for angles (used by getpos)
3 Years Ago
ModelEntity, AnimEntity extra constructors NavMesh.BuildPath that adds to list of points Clothing model fixes
3 Years Ago
Fix label text sometimes wrapping when it shouldn't
3 Years Ago
Add Capsule.FromHeightAndRadius Add BBox.FromHeightAndRadius Trace.Size can be a bbox Citizen skin 3 tweaks Support for :empty, :first-child, :last-child, :only-child button sets the tag has-label if it has a text label Button icon property from templates works Added IconPanel defaults to base.scss Panel has support for value property Merge branch 'master' of sbox
3 Years Ago
Citizen animgraph/vmdl updates
3 Years Ago
Fix crash trying to compile invalid wav file
3 Years Ago
Don't force pointer-events: none on hud root panels add "cursor: crosshair" support pointer-events: auto behaves as advertised Merge branch 'master' of sbox
3 Years Ago
NoclipEnd transition state can now be interrupted by landing Merge branch 'master' of sbox
3 Years Ago
Fix crazy sensitivity
3 Years Ago
Panel templates .console events work again (onclick.console="quit") Merge branch 'master' of sbox
3 Years Ago
Reimplemented getpos/setpos/setang in C#
3 Years Ago
Fixed the landing animation sometimes causing IK chains to flip out
3 Years Ago
Entity.BuildInput does most common first person stuff by default
3 Years Ago
.addon file doesn't need gamemodes or name section .addon file doesn't need depends section Game class doesn't need specific [Library] name, we'll create the leafiest non abstract class
3 Years Ago
Added Nav Mesh to Construct Construct now has a nav mesh
3 Years Ago
Compute orthographic areas on runtime created box shapes, fixes incorrect drag in water
3 Years Ago
Remove phys_fastaddcloneshape, always do it the fast way, should be both faster and more reliable Rebuild mass when welding and unwelding, should improve buoyancy on welded props
3 Years Ago
Add Model.HasData (json keydata) Only try to explode prop if the model has explosion behavior
3 Years Ago
Chain prop explosions with a delay
3 Years Ago
AddBoxShape sets default interacts layer to solid
3 Years Ago
abs box extent
3 Years Ago
Add PhysicsBody.AddBoxShape
3 Years Ago
Fixed dev hotspot Fixed material not looking for rect file
3 Years Ago
Making SetAnimParam obsolete to avoid confusion between SetAnimFloat and SetAnimInt Added SetAnimLookAt Warning Fixes NavMesh.BuildPath returns points
3 Years Ago
Report gamemode startup errors
3 Years Ago
Some alternative citizen skins
3 Years Ago
Make water triggers ignore world
3 Years Ago
Adding yoga project Merge branch 'master' of sbox Merge branch 'master' of sbox
3 Years Ago
Added ComIntegration to gitignore
3 Years Ago
Added look-at chains for both eyes + let landing animation be interruptible by jumping again
3 Years Ago
Triggers now have OnStart/EndTouch Fixed Toggle input on trigger entities Fixed trigger entities firing their OnTrigger output every "wait" seconds, now do so only when first walked into Autodoc for TraceResult Added basic trigger_teleport
3 Years Ago
Added watermelon prop with gibs Merge branch 'master' of sbox
3 Years Ago
Fixed damage less than 1 being treated as 0
3 Years Ago
Fix implementation of Mathx.CeilToInt Merge branch 'master' of sbox
3 Years Ago
Construct; Added shop row b prefab and selection groups Added shop row b prefab Selection groups
3 Years Ago
Fixed Hammer Entity outputs not respecting delay Fixed FuncDoor resetting itself when TimeBeforeReset is -1
3 Years Ago
Don't bother showing stack traces in the HUD now we can view them in the console easily When removing convars, use the flags we set AccessControl cleanup Take some responsiveness breathers when hotloading Don't compile base addon when hot compiling (makes it about 6x faster)
3 Years Ago
Animgraph updates
3 Years Ago
Updated Construct vmap Updated Construct Separated shops into prefab Merge branch 'master' of sbox