userGarry Newmancancel

19,234 Commits over 3,898 Days - 0.21cph!

4 Years Ago
Use new attributes
4 Years Ago
Fix crossbow zoom Use new attributes
4 Years Ago
Camera, default viewmode fov to match main camera Add [Event.Tick] Add [Event.Frame] Added [Event.Hotload] Added [Event.BuildInput] Use new attributes internally
4 Years Ago
Keep last camera on death Merge pull request #14 from ogniK5377/keep-cam Keep last camera on death
4 Years Ago
Assets derive from Resource, are reference networkable
4 Years Ago
Update styling to match .editorconfig Keeps everything consistent Merge pull request #12 from ogniK5377/format Update styling to match .editorconfig
4 Years Ago
Disable noclip on player death When a player dies whilst in noclip, they respawn with noclip. This change disables noclip on respawn Merge pull request #13 from ogniK5377/noclip-spawn Disable noclip on player death
4 Years Ago
Introduce description to .addon Gamemodes have a description, we should make this known in the base gamemode Merge pull request #3 from ogniK5377/description Introduce description to .addon
4 Years Ago
Add Model.Name Model is a Resource Merge branch 'master' of sbox
4 Years Ago
Can network List<Resource>
4 Years Ago
Added NetworkResource Merge branch 'master' of sbox
4 Years Ago
Rename INetIdentifiable to Resource
4 Years Ago
Strip old health stuff
4 Years Ago
Health is a float
4 Years Ago
Entity.Health is a float
4 Years Ago
Don't download files from server if we're the listen server host
4 Years Ago
Built in waterlevel, networked and predicted Merge branch 'master' of sbox
4 Years Ago
Whitelist System.Text.Json
4 Years Ago
Added bounce threshold to surface (was hard coded to 40 in engine previously)
4 Years Ago
Delete COMIntegration.exe Add vsopen.exe
4 Years Ago
Initial commit Original files Ignore visual studio version when switching to open sln Renaming for niceness
4 Years Ago
Remove Unused Remove Unused Fix network atomics getting stomped by embeds
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
Remove codegen debug "Creating {typeName} from {symbol}"
4 Years Ago
Fixed clientside entity not reading initial network state
4 Years Ago
Update NetworkEntity.cs
4 Years Ago
▋▋▊▇▉ ▇▇▌▍▍▇▋▊▅▊ █▌▌▅▆█▊▆▄▆ ▅▍▆▉ █▋▅▄█ █▍▋█ █▉▍▇▍ █▉▍ ▄&▄▍▉ ▊██▌
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
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
Deleted EntityHandle
4 Years Ago
Fix for sbox-issues/issues/233, throw errors if doing this wrong
4 Years Ago
NetworkEntity
4 Years Ago
Trim now unused data changed callbacks Use predicted versions of classes instead of recreating NetworkList is obsolete Refactoring, List<> uses BaseNetworkContainer
4 Years Ago
NetworkEmbedClass and INetworkTable
4 Years Ago
Strip old netcode
4 Years Ago
Log codegen exceptions Show codegen exceptions in VS
4 Years Ago
Trying to network CUtlBinaryBlock was a disaster, cleaning up Embed boilerplate
4 Years Ago
Codegen for NetworkVariable, working with hotloading Cleaner, safer Prediction fixes, network lists