233,528 Commits over 3,775 Days - 2.58cph!

3 Months Ago
Fix NREs when running outside of VR
3 Months Ago
Fixed some issues w/ attach points
3 Months Ago
tutorial logic updates
3 Months Ago
New Crowdin translations by GitHub Action
3 Months Ago
Reload strings on Alt+L in debug builds Copy locale folder on build Remove import-translations job
3 Months Ago
Attempt to make gradients match their web counterparts a little more This isn't perfect and we should really investigate the root cause for this: sbox-issues/issues/5477
3 Months Ago
New Crowdin translations by GitHub Action
3 Months Ago
IO switch tests
3 Months Ago
Refactor string loading to support different formats Load strings from loose CSV files
3 Months Ago
Added Time based fading (work in progress - includes updates to visualiser) Fixed some issues with distance fading Improved import - no longer reloads assets during import which is 2022.3 causes a warning
3 Months Ago
workers house latest wip
3 Months Ago
Added vending machine. Setup custom sell orders. Disabled colliders on client.
3 Months Ago
Follow camera
3 Months Ago
Added "content_descriptors" to steamworks.FileInfo result It is a table of possible values: "general_mature", "gore", "suggestive", "nudity", "adult_only", Rework Portal Rocket Turret targeting to make the SetTarget input work Do not prevent C_BaseAnimating entities from rendering if sequence = -1
3 Months Ago
Create BobbleJoint.cs
3 Months Ago
Add BallJoint component
3 Months Ago
Added a low pass smoothing filter to steering as well as tweaking existing steer deadzone values. Outside of deadzone now ensures straight wheels
3 Months Ago
Stub out everything VR-related, remove calls to SteamVR functions Initial bindings, init API, fetch & spew extensions
3 Months Ago
Fixed power passthrough set to 0 by default on empty outputs, to clarify when power is blocked and when power passes through
3 Months Ago
Added first IO acceptance tests for AND switch, OR switch, electrical branch and blocker
3 Months Ago
Added steering deadzone to avoid over corrections
3 Months Ago
Wall collision
3 Months Ago
I should stop tweaking the generator Starting on movement
3 Months Ago
merge from fix_eventrecord_pooling_error
3 Months Ago
Renamed "Normal" SceneCameraDebugMode to "Lit", expose Roughness vis mode
3 Months Ago
Generator tweaks
3 Months Ago
Added RustTestFixture, which includes helpers to easily spawn and destroy entities Cleanup and naming
3 Months Ago
button component page header, home page tweaks
3 Months Ago
Added SetUp and TearDown methods executed before and after each test
3 Months Ago
Merge from main
3 Months Ago
start bringing the new UI elements into new branch
3 Months Ago
choice panel status panel status tooltips
3 Months Ago
Fix wall placement, add lights https://files.facepunch.com/ziks/2024-05-07/sbox-dev_Vmh62T1kst.mp4
3 Months Ago
▌█▊▌▇ ▌▅█▌ ▊▄▄_▅▋█_▄▅▊▋▄█_▍
3 Months Ago
Cut/throat slit gesture
3 Months Ago
vtf project unused TerrainMaterial resource: custom compiler that generates 2 packed vtex_c from input images
3 Months Ago
bicycle LOD0 skining and ik positrion adjustment
3 Months Ago
More memory optimisations - attempting to reduce the number of transforms/gameobjects/renderer components there are in the world by consolidating them into a single RendererLOD when possible eg. a RendererLOD has three child LODs all at 0,0,0 - this process caches the mesh and materials used at each LOD level and creates a new renderer/filter on the RendererLOD root and switches the mesh and materials when adjusting LODs. This allows us to delete the child transforms entirely. Process is entirely automatic and applied at runtime to all RendererLODs so no change to artist workflow. Some initial results: Launch site goes from 30,409 transforms to 21,131 Outpost goes from 11,850 -> 9,633 Harbor_1 goes from 17,233 -> 13,125 That's a total saving of over 15k transforms, renderers, filters just from three monuments!
3 Months Ago
Leaderboard backup, run #11586
3 Months Ago
Fixed manifest not being included, still not loading
3 Months Ago
Add more game tests Revert "Delete GameManager (has been replaced by Game for ages now)" This reverts commit 2f830e304e4c35781aacfe7577fb52ef02a84a7f. Add more game tests Add noblockaudio, player to default tag selection
3 Months Ago
Minor anim tweaks to middle finger + double middle finger gestures. Fixed ulna rotation not being applied
3 Months Ago
Move fists to assets Add noblockaudio tag to player Protect against exceptions Shader compile fixes PlaySound exeption fix
3 Months Ago
Basic sprint progress bar
3 Months Ago
Various pedal bike work
3 Months Ago
Double middle finger gesture
3 Months Ago
Hand IK rotation edit
3 Months Ago
Lerp the sprint pose change
3 Months Ago
New sprint mode pose for bicycle rider
3 Months Ago
Full manifest rebuild