225,349 Commits over 3,714 Days - 2.53cph!

25 Days Ago
Bullets point towards lerped direction, not raw input
25 Days Ago
Fixed projectile collisions being funky, disable main collider properly
25 Days Ago
Changed wire culling to per-pixel; disabled by default on materials
25 Days Ago
player update. exported setup L96 rifle animation set. made L96 holdtype override controller for it too
25 Days Ago
Don't update scene view camera input if the editor window isn't active (sbox-issues/issues/5383)
25 Days Ago
Implement haptics for shooting Trigger haptics when taking damage
25 Days Ago
Haptics NRE fix Clamp haptic motor values where appropriate, matching existing behaviour
25 Days Ago
Start on pickup system, refactor shooting a bit to support haptics
25 Days Ago
Basic controller haptics (#1498) Allows for controller haptics based on haptic events. ```cs public static void TriggerHaptics( HapticEffect pattern, float lengthScale = 1.0f, float frequencyScale = 1.0f, float amplitudeScale = 1.0f ) ``` e.g. ```cs Input.TriggerHaptics( HapticEffect.HardImpact ); ```
25 Days Ago
Make new vgui.Create errors non halting Because of course mods are already doing silly stuff. Fixed Lua being able to make the main menu black on disconnect Fixed a warning about "Invalid texture id -1" on disconnect Fix certain detail props not rendering on maps with more than 65k of em
25 Days Ago
Formatting changes
25 Days Ago
Shadergraph: Add OneMinus node
25 Days Ago
25 Days Ago
Link.TryGetConstant() / TryGetVariable()
25 Days Ago
Haptic effect support for VR
25 Days Ago
Squash history, update for SDL Docs, cleanup Apply LengthScale Update haptics per-controller Scoped haptics support Vibrations -> Haptics, wrap patterns inside an event to simplify API e.g. ```cs Input.TriggerHaptics( HapticEffect.HardImpact ); ``` Docs update
25 Days Ago
Automatically remove unlinked nested nodes
25 Days Ago
25 Days Ago
Shadergraph: float2 and float3 can specify ranges
26 Days Ago
Clean up Gizmo arrow on zones
26 Days Ago
Added support for saving of database and removing items
26 Days Ago
Codegen applies attributes if OnUpdate, OnFixedUpdate or OnPreRender are implemented Only call OnUpdate, OnFixedUpdate, OnPreRender on components that implement them. Also call them flat instead of recursing every GO 3 times
26 Days Ago
Check for checkpoints for finish Different checkpoint color Reset everything on finish
26 Days Ago
Get rid of LinkSource, just use nested nodes
26 Days Ago
26 Days Ago
If started but haven't reached checkpoint return to start Checkpoint ui Support checkpoint ui + reset checkpoints when return to the start
26 Days Ago
Update .gitignore Basic checkpoints
26 Days Ago
Fix hlsl antlr grammar 🙄 Fixes Facepunch/sbox-issues#5382
26 Days Ago
Shield effects tint based on its current power
26 Days Ago
Stop sound handle when stopping or disposing music player
26 Days Ago
Use controller color for player's world panel
26 Days Ago
Merge from unity_2022.3.24
26 Days Ago
BaseCombatEntity.Hurt uses pooling for HitInfo
26 Days Ago
▄█▇▍▍▇ ▄█▍▊ ▅▌█▇▉▇▆▌█▋_▉▇▇▋▄▆_█▍▄▄▍▅▌_█▉█
26 Days Ago
merge from qol_rotate_vending_machine
26 Days Ago
merge from tutorial_gun_unlock
26 Days Ago
merge from mission_improvements_may_24
26 Days Ago
restore 96033 mission_improvements_may_24
26 Days Ago
Add Rick's spaceship model
26 Days Ago
Fixed bullets colliding with dead players, collision problems w/ players
26 Days Ago
Don't show health bar if at max
26 Days Ago
This all sucks but pushing it to have it as back up
26 Days Ago
Add ability to scope input hints https://files.facepunch.com/devultj/1b1811b1/sbox-dev_05o2cfn6aa.png
26 Days Ago
ComponentTypeSelector: don't allow left arrow navigation if trying to name component
26 Days Ago
Compile fix
26 Days Ago
Reduce parallel cubemap updates on load, we allocate a new lightbinner for each new parallel view and each of them allocates a lot of new GPU buffers when they should be shared, I'll revisit this after shadowcache
26 Days Ago
Item / ItemManager use pooling
26 Days Ago
Remove zones
26 Days Ago
Add player damage FX, health bar
26 Days Ago
subtract mission_improvements_may_24 - compile fix