250,891 Commits over 3,959 Days - 2.64cph!

4 Years Ago
▍▆▅▍▅▄▅ ▊▌▍▋▋▌█▆▆ ███▇▄▊▋▌▅ ▌▄▊▌▅▄▅▅ █▋▉ ▌▌▅▋ ▍▋ ▋▄▌▌ ▄▇▋▍▋▊ █▋▇▆▉▆▌▇▍▉ ▋▊▌'▊ ▊▇▋▋█ ▊▇▋▇▇ ▍▊▄▆▋ ▋▌▌▇▇▊▇ ▅█▍ ▉ ▍▋▋█ ▍▄▅▆▅▋▊▍ ▉▅▆▋▇▄▇
4 Years Ago
Centre of mass adjustment edit
4 Years Ago
Some optimizations
4 Years Ago
Adjusted player's hand position on sub steering wheel
4 Years Ago
Fixed health displaying as a float. Fixed tag names (apparently you can't use periods?) Changed AreaOfEffect to AreaOfEffectRadius for clarity
4 Years Ago
Fix auto complete in console not showing up
4 Years Ago
Also update unit static tags
4 Years Ago
Two seperate flowfield entity tags: flowfield.ground and flowfield.ignore to distinguish between units and the ground
4 Years Ago
Removed old Placeholder render entity and added a custom render entity for ability target selection. Use Input.Down instead of Pressed or Released for selecting ability targets to guarantee selection.
4 Years Ago
Submarine steering wheel moves. Removed GetSteering method from BaseMountable as it wasn't used anywhere.
4 Years Ago
TriggerWaterGap system that ultimately we don't actually need, so putting this in a branch. 63115 actually handles the situation well enough on its own.
4 Years Ago
Fixed flamethrower particles not displaying and fixed a compile error in Ragdoll
4 Years Ago
Various optimizations for performance including use RenderAlpha instead of EnableDrawing (why does this help?)
4 Years Ago
Cyrillic support for names in leadeboards Limited support for CJK characters
4 Years Ago
Use native System.Numerics.Vector3 for fog calculations because it is faster, and only update the fog map once every 100ms
4 Years Ago
Test
4 Years Ago
Merge Submarine->HDRP_Art_Backport (aux)
4 Years Ago
Trying a fix for null MobileMountable. Slower but more foolproof fix also written here but commented out
4 Years Ago
Underwater plant texture spec changes for a more underwatery look Preliminary ocean depth darkening parameters & related materials Water goggles post fx (not implemented yet)
4 Years Ago
Use Library.GetAttribute instead of using reflection to get the type name
4 Years Ago
Fixed entity hud anchor elements updating in the wrong place. Added component system for items. Units will take time to move between tunnels. Merge branch 'master' of sbox-rts
4 Years Ago
▍▅██▋▊▋ ▅▆ ▅▇▇ ▇▉▉▅▉█▍▆, ▆▉▅▉ ▄▇▄▉▄
4 Years Ago
Organised Flamethrower Particle Moved flamethrower particle into own folder Added Electric bolt particle Electric bolt particle Added Ice Blast particle Ice Blast Particle
4 Years Ago
Add BBox.ToString
4 Years Ago
Oops, actually make it calculate the bounds
4 Years Ago
Added Hammer.Path Merge branch 'master' of sbox
4 Years Ago
Added BasePathEntity Entities derived from BasePathEntity will appear in the Path Tool in Hammer. BasePathEntity parses the nodes from Hammer into a ready to use format, as well as provides a few helper functions to get the curves as they appear in Hammer.
4 Years Ago
Shark prefab/id fix after moving it
4 Years Ago
Mesh.CreateBuffers can optionally calculate bounds for you
4 Years Ago
Calculate vertex attribute color formats a bit better for procedural meshes, fixes vertex colors using Color32
4 Years Ago
Allow VertexBuffer.AddCube to set a color
4 Years Ago
Some more tidyup / comments etc.
4 Years Ago
Fixed NetworkEntityList changed callback being called every time even when it isn't dirty
4 Years Ago
merge from submarine/ai/
4 Years Ago
merge from ai main
4 Years Ago
merge from underwater
4 Years Ago
Read only Entity.All
4 Years Ago
Split up. added comments, tidied up WaterSystem class
4 Years Ago
Make SceneObject.All a read only list
4 Years Ago
Done properly and remove old attempt at wrapping IParticleCollection
4 Years Ago
Blockout bench Merge branch 'master' of sbox-game
4 Years Ago
Panel derives from PropertyClass Fixed NRE in Property.SetValue Merge branch 'master' of sbox
4 Years Ago
CheckBox can have a label Button can have an activevalue TextEntry can have an icon GameList has non-functional options
4 Years Ago
█▄▊ ▇▌▋ ▍▄▆ ▇▊▊▌▄▋▅▉ ! ▉▆▍▅▊▅ ▅▊▍▇▋
4 Years Ago
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
4 Years Ago
merge from /submarine
4 Years Ago
Added [InspectorProvider], cleaning color property
4 Years Ago
Add [Property] to some of the panel properties Added LibraryMethodAttribute Fix exception in Color.TryParse