userConnacancel
reposboxcancel

1,239 Commits over 1,341 Days - 0.04cph!

3 Years Ago
Experiments Remove dedi server check Don't add pawns by default Merge branch 'lagtest' of github.com:Facepunch/sbox into lagtest # Conflicts: # engine/Sandbox.Game/Entity/Entity.LagCompensation.cs # src/game/server/player_lagcompensation.cpp
3 Years Ago
Experiments
3 Years Ago
Experiments
3 Years Ago
Added per particle float eval support for Speed Min and Speed Max on MoveBetweenPoints initializer
3 Years Ago
WorldPanel.SceneObject.IgnoreZ Added documentation Merge pull request #65 from Facepunch/worldpanelignorez World Panel Scene Object Ignore Z
3 Years Ago
Added documentation
3 Years Ago
WorldPanel.SceneObject.IgnoreZ
3 Years Ago
Revert "Merge branch 'master' of github.com:Facepunch/sbox" This reverts commit 2a16402685c602d6f5eceb7689c9ed9e31ed142c, reversing changes made to 828d99697b9dc880a71dad8550d65bd782be537a.
3 Years Ago
Revert "Reliable network buffer supports split packets" This reverts commit 5ec342fd82c7a6d43b9e437a5d66275142a4861a. Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
BBox.ClosestPoint
3 Years Ago
Look away test
3 Years Ago
BBox.ClosestPoint + BBox.Distance and Player.UsableRange (def: 85f)
3 Years Ago
Support for a separate ZNear and ZFar for view models (#41)
3 Years Ago
Removed old clear test
3 Years Ago
Fill Test
3 Years Ago
Support for a separate ZNear and ZFar for view models
3 Years Ago
Have Global.ChangeLevel use native method
3 Years Ago
Global.ChangeLevel
3 Years Ago
Global.ChangeLevel
3 Years Ago
Branch for discussion
3 Years Ago
Tidy up with an internal method to reduce duplication
3 Years Ago
Create an overload for Particles.Create to tie the particle systems to an entity without specifying an attachment
3 Years Ago
Lookup attachment client-side using model entity as no animating specific methods are used
3 Years Ago
Fixed particles only being able to follow attachments on AnimEntity types when using SetEntityAttachment (can now follow attachments on any ModelEntity) Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Fixed bots not copying a player's cursor direction and origin Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Fixed documentation error
3 Years Ago
Support `transform: scale( x y )` but still fallback to setting both if a single parameter is specified. Previous only a uniform scale could be set Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Move saving and restoring of frame time for bot commands to native Merge branch 'bottimenative'
3 Years Ago
Move saving and restoring of frame time for bot commands to native
3 Years Ago
Fixed bot user commands being ran at the wrong point during a tick causing bots to behave in strange ways Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Initial commit: parity Merge branch 'master' into bots Merge branch 'master' into bots Added MimicBot and updated to use BuildInput method Commented out some native bot_ commands. Added managed bot commands Fixed previous state issues and clean up Merge branch 'master' into bots Made changes for PR Merge pull request #27 from Facepunch/bots Bots
3 Years Ago
Made changes for PR
3 Years Ago
Fixed RenderEntity transform updates being tied to tick rate Merge branch 'master' into bots
3 Years Ago
Fixed RenderEntity transform updates being tied to tick rate
3 Years Ago
Fixed previous state issues and clean up
3 Years Ago
Commented out some native bot_ commands. Added managed bot commands
3 Years Ago
Added MimicBot and updated to use BuildInput method
3 Years Ago
Tweaked how Global.TickRate is read and reported by the engine (and tested it all this time) Merge branch 'master' into bots
3 Years Ago
Global.TimeScale and Global.TickRate are editable Added entity.Tags.List (returns list of tags) Don't allow prediction if entity is using physics movement Fixed voice chat not working correctly, especially after rejoin Added Client.Kick() Getting disconnected from a server now displays a reason why in UI Merge branch 'master' into bots
3 Years Ago
Initial commit: parity
3 Years Ago
Initial commit
3 Years Ago
Add AnimEntity.CurrentSequence
3 Years Ago
Sealed AnimationSequence + internal constructor
3 Years Ago
Removed old property. Pass entity into AnimationSequience
3 Years Ago
Obsolete GetSequenceDuration, IsSequenceFinished and Sequence. Add CurrentSequence which contains .Duration, .IsFinished, .Name, .Time and .TimeNormalized
3 Years Ago
Remove AnimTime and rename AnimCycle to SequenceCycle
3 Years Ago
Bound AnimTime and AnimCycle
3 Years Ago
Traverse the hierarchy when looking for network variable changed callbacks or else it'll fail to find inherited ones Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Experimentation with audio listener transform Merge branch 'master' into listener Use an override method on GameBase instead Revert "Use an override method on GameBase instead" This reverts commit 639584846ab72ceea03b43ea1c239bb6b47bec81. Reset the listener on game init and game shutdown Merge pull request #24 from Facepunch/listener Audio Listener Transform
3 Years Ago
Reset the listener on game init and game shutdown