248,559 Commits over 3,928 Days - 2.64cph!

4 Years Ago
Fixed Time.Tick description
4 Years Ago
Update playerloop.drawio.png Rename NetworkClass to NetworkComponent
4 Years Ago
Update sandbox.client.win64.vdf
4 Years Ago
Fixed shots not reading/writing the correct dof settings
4 Years Ago
Formatting
4 Years Ago
Added support for renaming and deleting folders by right clicking the folder
4 Years Ago
Record aperture as well
4 Years Ago
Fixed not being able to end recording while in countdown Add option to record dof focal size and distance in a shot
4 Years Ago
materials update, separated construct building into prefab, updated sky Merge branch 'master' of sbox
4 Years Ago
▉▍▆▋▉ ▍ ▆▇▇▄ █▇▆▌▇▆█▊ █▉▌▇▄▍ ▇▆ █▄▉ ▇▌▄█▋▆█▌▍▇ ▌██▆▋▇ ▊▋▅ ▍▍ ▍██▄▊ ▅▌▇▇▆ ▉▆▋▄▆▇ ▍█▉▍█▉▆▊
4 Years Ago
▄▊▉▉▄▅▌ ▌▆▊▋▉▉ ▇▊▊▄▄█▅
4 Years Ago
█▇▌▇▊ ▆▇▇▅▆▍▋▌▋ ▍▄▊██▋ ▊▌▋▆▅ ▍▋▋▄▋▄▉ ▊▋ ▉▇▅▉▄ ▊▌▌▄█ ▆▌▅▅▋▋▋▉, ▄▊▆▊▊▊ ▅▊ ▉▉▇█▆█▅▅▆▊▌
4 Years Ago
▍▄▅▄ ▅▇▍▌▍▍▆▍▅▆▆▇ ▆▋█▇█ ▉▉▌▄▇▌▅ ▋▍▊▆▆▊▆▆▇ ▌▌▅▅▉█▇ ▋▄ ▋▅▊▉▊▄▆ █▍▇█▇▄▌▉ ▋▅▄▆▍
4 Years Ago
█▋█▌▋ ██▇▌▉ █▆█▋▉▋ ▌▅▇▍▇ "▇▇▉▍▊▍ ▉█▄▇▄▌▊ ▌▆ ▉▅▊▉▇▆▍▆▆" ▅█▅▉██▊▉▆▋▄▇ ▍▍▄▉▌▌ ▋▆█ ▇▋▌▇▆▊█▌▊▄█▅▆ ▌▆▌▍▄▊▊ █▉▌ ▋▌▉ ▆▊▄█▇▅ ▄▋▋ ▊▆▆▆▌▅▋ ▊▋▊▆▊▄ ▋▊▍▌▅▉▄▌
4 Years Ago
▍█▋ ▊▆▊▄▌▋▅▋█ ▋▆▌▅▇▉▇▊▆ ▅▆▅ ▌▄▅▍▅▆▍▋ █-▊▉▆▊ █▉▍▉▄▇▅ [▊▆▄▅ █▇]
4 Years Ago
Remove codegen debug "Creating {typeName} from {symbol}"
4 Years Ago
Fixed clientside entity not reading initial network state
4 Years Ago
▇▉▊ ▄▍▄ ▊▇▇▄▉▄▋▊▋ "▆▅▊▆█▌▇ ▋▅▉▅ ▉▄▇ ▌▌▍ ▆▉█▄" ▆█▄▆▆ ▅▊▌▅▊▄▄ ▅▍▄▌ ▊█▍▍▌▉█ ▌█ ▉▍█▆ ▉ ▌▅▅▋▄ ▊▊▄▅▊▋▍ ▄▍▄█'▌ █▌▄▆▋▉▉ ▆▊▄▅▌▊
4 Years Ago
▌▆▍ ▌█▅▆▌▆ ▋▌▇▄▅▄ ▊▋▄▆▄▊▅▉▋██
4 Years Ago
Update NetworkEntity.cs
4 Years Ago
▋▋▊▇▉ ▇▇▌▍▍▇▋▊▅▊ █▌▌▅▆█▊▆▄▆ ▅▍▆▉ █▋▅▄█ █▍▋█ █▉▍▇▍ █▉▍ ▄&▄▍▉ ▊██▌
4 Years Ago
tweak floater size fuse player camera zoom fix hard octopus minion spawn position tweaked easy frame balance reduce player bullet speed on switch misc fixes drone cant damage player on easy tweaked turret/drone bullets for switch more damage float & switch bullet stuff
4 Years Ago
Experiments Codegen for NetworkVariable, working with hotloading Cleaner, safer Prediction fixes, network lists Trying to network CUtlBinaryBlock was a disaster, cleaning up Embed boilerplate Strip old netcode NetworkEmbedClass and INetworkTable Trim now unused data changed callbacks Use predicted versions of classes instead of recreating NetworkList is obsolete Refactoring, List<> uses BaseNetworkContainer NetworkEntity Fix for sbox-issues/issues/233, throw errors if doing this wrong Deleted EntityHandle Rename NetworkVariable to NetworkAtomic Added string replication Refactor Support networking List<string> Fixed null not being networked properly Add TableIdent and TableHash NetworkEmbed builds network table networks children (with no network dirty!) VPROF some shit Made storing/restoring predicted vars 41x faster Deleted NetPredictable https://files.facepunch.com/garry/0ae21fdd-58c9-437c-97eb-e5a4962600b1.png Fixed NRE in PredictionDestroy Don't allow changing [Net] vars clientside, unless they're a client entity or predicted List<Entity> is networkable Remove debug warnings Merge pull request #3 from Facepunch/datatables Datatables
4 Years Ago
Remove debug warnings
4 Years Ago
Fixes for new netvars
4 Years Ago
Switch to new networkvar system
4 Years Ago
List<Entity> is networkable
4 Years Ago
Don't allow changing [Net] vars clientside, unless they're a client entity or predicted
4 Years Ago
Fixed NRE in PredictionDestroy
4 Years Ago
Deleted NetPredictable https://files.facepunch.com/garry/0ae21fdd-58c9-437c-97eb-e5a4962600b1.png
4 Years Ago
▉▋▊▆ ▄▊▌▌▋▆▍
4 Years Ago
ModelDoc: Fix a few crashes when viewing a view only model
4 Years Ago
▉▅▆▌▅ ▌▍▌▉ ▉█▇▇
4 Years Ago
Hammer: Add frustum helper variant "frustum_boundless" for when you don't want frustum to contribute to parent bounds, fixes point_camera shooting off into space
4 Years Ago
Add Camera.Ortho and Camera.OrthoSize
4 Years Ago
Legs hitbox fix attempt + polished RunN
4 Years Ago
merge from ai main
4 Years Ago
Increased bandit guard sense/forget ranges
4 Years Ago
Added forward direction debug line to cover point gizmo rendering.
4 Years Ago
Adjusted lods for gas cylinder fat Adjusted lods per Thai feedback Merge branch 'master' of sbox gas cylinder lod adjustment Further tweaks to lod setup
4 Years Ago
Fixed bandit town static guard default spawns being through floors or floating .
4 Years Ago
Added default layer to BaseNavigator, enforce it when snapping to navmeshes. Setup default layers on NPC prefabs.
4 Years Ago
ModelDoc: strip anything before @ when generating AnimFile node names
4 Years Ago
VPROF some shit Made storing/restoring predicted vars 41x faster
4 Years Ago
NetworkEmbed builds network table networks children (with no network dirty!)
4 Years Ago
Fixed null not being networked properly Add TableIdent and TableHash
4 Years Ago
Rename NetworkVariable to NetworkAtomic Added string replication Refactor Support networking List<string>
4 Years Ago
merge from HDRPB merge
4 Years Ago
merge from hdrp backport
4 Years Ago
Damage floater colour alpha isn't ignored, scale can be overridden