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

3 Years Ago
Plastic bench - removed rogue emissive texture old bench scale blockout Merge branch 'master' of sbox-game old bench scale check
3 Years Ago
Healing Field Particle Use Axis X to scale the radius Use Axis Z (1) to enable the icons and electric effect. https://files.facepunch.com/louie/1b2211b1/particles_unit_status_healing_healing_unit.vpcf%202021-07-22%2014-17-26.mp4
3 Years Ago
Disabled projectors on the moonpools for testing.
3 Years Ago
Fix possible error when creating game Merge branch 'master' of sbox
3 Years Ago
adding missing grass material
3 Years Ago
Plastic bench - file name fix and removed blockout Merge branch 'master' of sbox-game
3 Years Ago
steel shelves variant files, colliders for the new shelves
3 Years Ago
Control panels / LOD setup / added colliders / fixed last LOD level on the attachments
3 Years Ago
Update some generic wood materials to have the wood physical surface property Fix missing sounds for metal.sheet/wood.sheet surfaces
3 Years Ago
updated WIP construct map, updated floor materials Merge branch 'master' of sbox-game
3 Years Ago
Update sandbox.fgd
3 Years Ago
Hammer.Model now has descriptions for model/bodygroups
3 Years Ago
Give descriptions to most default Hammer entities Also document what keyvalues were undocumented
3 Years Ago
Delete Package.Query Merge branch 'master' of sbox
3 Years Ago
Menu list searchable, shows player counts Merge branch 'master' of sbox-game
3 Years Ago
Make BasePathEntity public and partial Give ent_platform a description Update base.fgd
3 Years Ago
Update sandbox.fgd
3 Years Ago
DescriptionAttribute is auto applied to classes too DescriptionAttribute is no longer inheritable Added description to SetColor input in the AutoFGD Check for DescriptionAttribute in classes for FGD autogen Remove excessive whitespace in DescriptionAttribute's value
3 Years Ago
debug changes
3 Years Ago
More friction for the subs on land
3 Years Ago
Let the subs know that they really shouldn't be able to apply thrust at all if they're on land
3 Years Ago
Refactored the sub's water checks. Simplified a bit.
3 Years Ago
Submarine editor fuel
3 Years Ago
Citizen source update
3 Years Ago
Source updates
3 Years Ago
Removed head geometry from LOD2 feet
3 Years Ago
Attempt to reinitialize animgraph instance for managed CSceneAnimatableObject when model is hotloaded, fixes crash when hotloading citizen model
3 Years Ago
Reduce resources gained from low end fish
3 Years Ago
Added the option for ItemModSwap components to also give a random additional item from a predefined selection Added some new high end fish (missing art for now)
3 Years Ago
Small trout icon update
3 Years Ago
Balance tweaks for lure and fish settings Added small trout world model
3 Years Ago
Give submarines 50 starting fuel when purchased or spawned. Added the methods that the boat shop uses to all applicable vehicle types.
3 Years Ago
Added maximum bait value and depth values to ItemModFishable
3 Years Ago
More fixes Fish should be less likely to swim towards land when they are close to being caught Inanimate objects caught on the line will now be reeled in faster Fixed catch process not ending if the player sleeps/dies/etc
3 Years Ago
Merge Submarine->HDRP_Art_Backport
3 Years Ago
Cherry pick materials fix
3 Years Ago
Fixed missing material on modular car gibs
3 Years Ago
Fixed sub still turning if rudder input was held when the player dismounted
3 Years Ago
Change sub steering swap threshold to not be at zero, so it doesn't waver when doing zero-speed turns
3 Years Ago
Fix turning sometimes kind of locking up in the subs. Need to implement this better
3 Years Ago
Subs can now get the correct depth under a water surface, even when that surface is a moon pool that's directly above them under the water
3 Years Ago
Turn fish state into an bitmask so the fish can move left and right and away from the player at the same time
3 Years Ago
Use ConVar.Mesh.quality instead of the somewhat deprecated QualitySettings.lodBias
3 Years Ago
Have the max sub external FX distance take LODBias into account
3 Years Ago
Fishing rod no longer marks player as hostile Don't attempt the cast if we don't think it's a valid position client side Water surface logic tweaks
3 Years Ago
Hooking up proper water shaders.
3 Years Ago
Bobber now animates to the water instead of spawning in it
3 Years Ago
Slow the sub down a little
3 Years Ago
Don't show sub FX beyond 100m away
3 Years Ago
Show bobber while aiming Can now adjust cast length by aiming up/down Fixed being able to fish in too shallow water Fixed being able to fish while swimming Don't allow the line to be cast until the aim animation has been completed (fixes a bunch of weird animation issues)