233,528 Commits over 3,775 Days - 2.58cph!

3 Months Ago
move unstuck.TestAndFix() back to where it was I moved this to see if it helped the sticking problem and thought it helped, but its better where it was
3 Months Ago
tutorial_videos
3 Months Ago
prefab updates
3 Months Ago
ball prefab update
3 Months Ago
update
3 Months Ago
Exit spawning, network tweaks
3 Months Ago
Update procedural.bones.scene Update procedural.bones.scene
3 Months Ago
Add GameObjectFlags.ProceduralBone Serialize GameObjectFlags, but selectively read them SkinnedModelRenderer sets bones directly, reads back procedural bones Make procedural bones a different color. allow toggling in inspector Download bones on main thread Try to avoid TransformChanged() getting called for each bone on animation When setting bind pose, also reset the animhelper Add SkinnedModelRenderer,ClearParameters Fix one frame without procedurals
3 Months Ago
Obtain system ID, create session Instance properties, destroy instance on shutdown, spin up debug messenger thru XR_EXT_debug_utils
3 Months Ago
vm sks anim tests, animator updated
3 Months Ago
Remove AmbientLightSH from lightbinner, Directional Light doesn't control ambient color anymore, this is a visually breaking change, I'll see to put a better replacement to existing things Set skybox as global cubemap Be able to sample cubemaps from any resolution, use diffuse cubemap as diffuse indirect illumination if no GI in scene
3 Months Ago
Fixed broken machine
3 Months Ago
Update manifest
3 Months Ago
Setup vendors own type of vending machine rather than using weapons one Vendor now grabs reference to its own machine Force machine on map update Code cleanup
3 Months Ago
Fix armor scaling convars again so they scale the amount of "extra HP" armor provides (so they act different than damage scaling convars)
3 Months Ago
pooltable asset, textures and materials and balls
3 Months Ago
Added player movement tests: checking basic character controller features like walking, sprinting, jumping and crouching
3 Months Ago
Ensured travelling state and waiting state can move around seamlessly. Brakes state now dependent on travelling state
3 Months Ago
Added collectible tests: spawn every collectible prefab in the game and check that they can be picked up
3 Months Ago
Material tweaks Player / key / exit / treasure / enemy spawn points
3 Months Ago
Jiggle fixes
3 Months Ago
Vendor can now be stopped by a player gesture Used a state machine instead
3 Months Ago
TestParameterSource field and property support
3 Months Ago
wip
3 Months Ago
PageHero component, settings page design
3 Months Ago
Holdables, holders, throwing https://files.facepunch.com/ziks/2024-05-08/sbox-dev_FU4lcevVPQ.mp4
3 Months Ago
Setup sell orders properly Add targetting system
3 Months Ago
Added TestParameterSource attribute to allow dynamic parameter sources for tests
3 Months Ago
GetPrioritizedGrabPoint will prioritize the current grab point before evaluating hovered list
3 Months Ago
Codegen
3 Months Ago
Fixed up the USP's attachment points Crude version of ejecting casings when shooting, and when pulling slide back manually Should've fixed PostDeserialize error for mags
3 Months Ago
Add convars to scale damage by region (head, torso, legs) "Fix" existing armor convars to scale damage instead of armor (50% armor * 2 = 100% armor isn't useful)
3 Months Ago
EnumControlWidget: Use Title instead of Name in PaintControl
3 Months Ago
Move pixel.raytrace.ssr.hlsl to ScreenSpaceTrace and make it a class, move crap from it to be all shared More adjustments for screenspace shadowing, fix valid hit test always returning true
3 Months Ago
Fixes to restore some old and intended behavior, additional documentation
3 Months Ago
Change Matrix memory management to match Vector/Angle This aims to fix stuttering when GCing lots of matrices, for example in rendering hooks. Hammer: Fixed "Point At" writing to "angles" instead of the selected KV Do not run animations on prop_prisoner_pod if its empty Apparently it has "high network usage". Do not fully disable the crosshair if player is dead This change will make the crosshair appear when spectating players in first person, or when flying around in spectate mode and cl_observercrosshair is set to 1 (default) Fixed a memory leak with serverlist.Query
3 Months Ago
Fixed the tables being flippable
3 Months Ago
▍▊▋▇▋ ▋▆▊▋▄▌▍▅▋▊ ▍█▅▇▅▅█▊▊ ▄▅▌▊▇▅▄ ▊█▄▇▋
3 Months Ago
Fixed weird grabbing behavior
3 Months Ago
Vaulting sounds, WIP key
3 Months Ago
game-tile component css page header styles, social bar, game tile use textentry for chat party group & side nav tweaks
3 Months Ago
Added building pieces for TriggerInteractable Add big_button.vmdl_c, version of our button that has bones Added hover interaction type, doesn't require input at all (https://files.facepunch.com/devultj/1b0811b1/sbox.2024.05.08.12.02.09.mp4)
3 Months Ago
README: Link to docs, remove old docs, unrequired prerequisite
3 Months Ago
JiggleBone WIP
3 Months Ago
Vaulting https://files.facepunch.com/ziks/2024-05-08/sbox-dev_gXZCNR8dql.mp4
3 Months Ago
Final commit, time based fading
3 Months Ago
Add GameTransform.DisableProxy(), to disable the proxy in a scope. Create TransformProxyComponent, which allows components to override the transform of a GameObject in a non destructive way. Fix NRE in Component.Scene, Component.Transform
3 Months Ago
Add MovingTarget component Add BouncingTarget (same as MovingTarget, but flips distance when it reaches its destination) Added FlipUpTarget Add flip up target sound, docs
3 Months Ago
▋▊▌▆▆▍▋ ▊▉██▅▆▉ ▊▋▆▍▄▇▌ ▄▍▆▄▋▆ █▉▄▇▍█▌▌▇▉▍, ▄▆▅▆▄ ▆▄▅▄▌▆▌▊ ▅█ ▋▊▋▋▉▅█▊▇▄█
3 Months Ago
merge from cargo_stuck_fix