userConnacancel
reposboxcancel

853 Commits over 1,157 Days - 0.03cph!

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
3 Years Ago
Revert "Use an override method on GameBase instead" This reverts commit 639584846ab72ceea03b43ea1c239bb6b47bec81.
3 Years Ago
Use an override method on GameBase instead
3 Years Ago
Move client frame callback to after camera set up Merge branch 'master' of sbox Don't render hidden in first person objects if light object is set as first person Set locales on QDoubleValidator (only for attribute editor to see if it fixes #149) Hammer: Make build map window less shit Hammer: Fix build map window expanding to massive sizes without enforcing a max height Hammer: Added mesh names to bodygroup selector Don't try to precache null resource names Fixed VR Joystick reporting wrong Merge branch 'master' into listener
3 Years Ago
Experimentation with audio listener transform
3 Years Ago
Bound additional Sequence methods and callbacks for OnNewSequence and… (#23) * Bound additional Sequence methods and callbacks for OnNewSequence and OnSequenceFinished * Added descriptions to new sequence methods
3 Years Ago
Added descriptions to new sequence methods
3 Years Ago
Bound additional Sequence methods and callbacks for OnNewSequence and OnSequenceFinished
3 Years Ago
Fixed not being able to start a game that is installed locally
3 Years Ago
Far simpler approach to fetching and interfacing with particle system scene objects Getting somewhere Done properly and remove old attempt at wrapping IParticleCollection Make SceneObject.All a read only list Instead of SceneObject.All, add GetAllSceneObjects to SceneWorld Merge branch 'master' into particle-scene-obj Merge branch 'master' into particle-scene-obj Don't query engine for all scene objects, instead add GetWorld binding and keep managed list of scene objects on worlds Fixed wrong order Store SceneWorld in OnNativeInit Merge pull request #19 from Facepunch/particle-scene-obj Far simpler approach to fetching and interfacing with particle system…
3 Years Ago
Store SceneWorld in OnNativeInit
3 Years Ago
Fixed wrong order
3 Years Ago
Fixed BaseFileSystem adding renamed files twice to the changed list Fixes unwanted temp files from VStudio being added to the changed file list Hacky fix for Visual Studio not triggering recompile consistently Obsolete Hammer.RenderFields enableAlpha argument Mesh.CreateVertexBuffer now requires a vertex layout to avoid silently having an incorrect layout Added AnimEntity.OnAnimEventGeneric (called as a result of AE_GENERIC_EVENT) Revert "Hacky fix for Visual Studio not triggering recompile consistently" This reverts commit 1ea321174b0384dbc0e39ae03b84809f4b986a9e. Destroy client side children on non client only entities Only delete children if they're client only Add BlendIndices and BlendWeights vertex attribute type Finalize modelbuilder properly Forgot about this Merge branch 'master' of sbox Add ModelBuilder.AddBone Vertex size mismatch with vertex layout ArgumentException includes the sizes Merge branch 'master' into particle-scene-obj Don't query engine for all scene objects, instead add GetWorld binding and keep managed list of scene objects on worlds
3 Years Ago
Fixed asserts with Path Tool's Rope particle effect Makes node colors affect the rope ColorHsv Fixes Add ColorHsv.WithHue etc Property.SetValue tries to use implicit converter (although I don't think this does shit) Add Panel.ScreenPositionToPanelPosition( pos ), Panel.ScreenPositionToPanelDelta( pos ) Data Binding use PropertyAttribute.SetValue Merge branch 'master' of sbox Remove borders from box panel drawing routine Trace.Ignore can optionally ignore hierarchy or not Add [Property] to some of the panel properties Added LibraryMethodAttribute Fix exception in Color.TryParse Add phys2_world_bounds convar (off by default) to stop objects being kept inside network bounds so we can see what issues come from that Panel derives from PropertyClass Fixed NRE in Property.SetValue Merge branch 'master' of sbox Fixed NetworkEntityList changed callback being called every time even when it isn't dirty Calculate vertex attribute color formats a bit better for procedural meshes, fixes vertex colors using Color32 Mesh.CreateBuffers can optionally calculate bounds for you Added Hammer.Path Merge branch 'master' of sbox Oops, actually make it calculate the bounds Add BBox.ToString Read only Entity.All (#20) Fixed Layer error when panel width is 0 Special cache for textures loaded from web, so we don't keep downloading the same shit Package Query API Merge branch 'master' of sbox Update Sandbox.Engine.csproj Merge branch 'master' into particle-scene-obj
3 Years Ago
Instead of SceneObject.All, add GetAllSceneObjects to SceneWorld
3 Years Ago
Read only Entity.All (#20)
3 Years Ago
Fixed NetworkEntityList changed callback being called every time even when it isn't dirty
3 Years Ago
Read only Entity.All
3 Years Ago
Make SceneObject.All a read only list
3 Years Ago
Done properly and remove old attempt at wrapping IParticleCollection
3 Years Ago
Getting somewhere
3 Years Ago
Far simpler approach to fetching and interfacing with particle system scene objects
3 Years Ago
Some extra particle methods
3 Years Ago
Fixed render entities breaking if you delete any render entity within a tick event callback
3 Years Ago
Added fade distances and shadow fade distances to lights (#17)
3 Years Ago
Added fade distances and shadow fade distances to lights
3 Years Ago
Have Event.Physics.* namespace like Event.Tick.*
3 Years Ago
Fixed static RPCs in static classes not working because you can't have protected methods in static classes
3 Years Ago
Added implicit bool for RealTimeUntil so you can check if it has elapsed Merge branch 'master' of github.com:Facepunch/sbox
3 Years Ago
Public API consistency changes, some additional documentation, and ParticleAttachment can only be used internally, so make it internal Removed AABB because CollisionBounds exists which is the same thing under the hood Merge branch 'master' into consistency Added Obsolete attribute to OOBBox Fixed error in DrawScene method Merge pull request #12 from Facepunch/consistency Consistency Pass v1
3 Years Ago
Fixed error in DrawScene method
3 Years Ago
Added Obsolete attribute to OOBBox
3 Years Ago
Test Merge branch 'master' into rpc-bytes Merge branch 'master' into rpc-bytes Support Span<T> (unmanaged) as an RPC parameter and removed unused Write methods Merge pull request #13 from Facepunch/rpc-bytes RPC Bytes
3 Years Ago
InteropGen compile error Build Tools clean build errors Added `Client` to IsSupported method for NetRead Revert "Added `Client` to IsSupported method for NetRead" This reverts commit 9266a21d96250e917dcb4183baed266e25521721. Added a 3rd argument to drawangles() - 'act as rotation axis' disableshadows => enable_shadows Hammer keyvalue (Point being no extra hacks to make disableshadows happen) Added Rotation.RotateAroundAxis Fixed a crash in physics_prop_ragdoll.cpp Hardcode a slight scene ambient color for now Render.DrawScene can set ambient color Merge branch 'master' into rpc-bytes Support Span<T> (unmanaged) as an RPC parameter and removed unused Write methods
3 Years Ago
Same for SkyboxObject and PhysicsBody InteropGen compile error Build Tools clean build errors Added `Client` to IsSupported method for NetRead Revert "Added `Client` to IsSupported method for NetRead" This reverts commit 9266a21d96250e917dcb4183baed266e25521721. Added a 3rd argument to drawangles() - 'act as rotation axis' disableshadows => enable_shadows Hammer keyvalue (Point being no extra hacks to make disableshadows happen) Added Rotation.RotateAroundAxis Fixed a crash in physics_prop_ragdoll.cpp Hardcode a slight scene ambient color for now Render.DrawScene can set ambient color Merge branch 'master' into consistency
3 Years Ago
Removed AABB because CollisionBounds exists which is the same thing under the hood
3 Years Ago
Revert "Added `Client` to IsSupported method for NetRead" This reverts commit 9266a21d96250e917dcb4183baed266e25521721.