252,798 Commits over 3,990 Days - 2.64cph!

6 Months Ago
Fix asset inspector not saving with CTRL+S
6 Months Ago
Small map adjustments
6 Months Ago
Beginnings of the menu redesign, horizontal navigation
6 Months Ago
merge from main
6 Months Ago
Edit transition conditions and actions https://files.facepunch.com/ziks/2024-08-07/sbox-dev_GQ1ItmYoBY.mp4
6 Months Ago
Small panel indicator lights with configurable colors
6 Months Ago
Save current scene before gen takes place
6 Months Ago
Add vehicle spawner which respawns a vehicle immediately when it gets destroyed
6 Months Ago
Make these two windmills static otherwise they fall through the map
6 Months Ago
Vehicle exit volumes
6 Months Ago
6 Months Ago
Added aileron controls - arbitrary control surfaces meant this just needed to add a surface on the edge of wing with opposite rotation axes
6 Months Ago
Added play area
6 Months Ago
More detailing
6 Months Ago
Add another lane to the airfield
6 Months Ago
Apply surface friction to wheels Dirt road surface, more friction than grass etc
6 Months Ago
Add a second jeep on the other side of the map for testing
6 Months Ago
Network jeep Ownership only necessary for driver
6 Months Ago
Work on custom capture point marker, fixed team not being set
6 Months Ago
Add rigidbody mass center override https://files.facepunch.com/layla/1b0711b1/sbox-dev_WWBxzsSEHp.mp4
6 Months Ago
explicit surface lift calculations replaced with processing a set of serialized surface types
6 Months Ago
Add reset capture points rule
6 Months Ago
Support angles for minimap volumes
6 Months Ago
Clean: Fixing depr warnings in Scripts/ConsoleCommands `objects` and `textures` vars can return 2GB+ memory size values per object now. - Application -> SceneManager - refreshRate -> Round(refrestRateRatio.value) 14 to go Tests: none, trivial changes
6 Months Ago
Deployable spot light, orientable using a hammer (like CCTV cameras)
6 Months Ago
Feedback for Spotlight
6 Months Ago
Clean: Fixing depr warnings in Scripts/ViewModel - More ParticleSystem module usage - Also removed obvious comments 19 to go - there's basically no more large groupings, so the CLs will continue to be small Tests: none, trivial changes
6 Months Ago
Tighten steering and suspension up slightly again, I went overboard
6 Months Ago
Make VehicleInputState a reference type If the vehicle has no driver then reset input state
6 Months Ago
Transition painting tweaks Ctrl+S saves open state machine scene State machine editor display tweaks Simplify transitions, add UI to create states / transitions https://files.facepunch.com/ziks/2024-08-07/sbox-dev_NzixLWMmlR.mp4
6 Months Ago
Clean: Fixing depr warnings in Scripts/Client - More ParticleSystem module usage - Application -> SceneManager 23 to go Tests: None, trivial changes
6 Months Ago
Rotate wheels individually
6 Months Ago
Clean: Fixing depr warnings in Scripts/Procedural - Removal of dead Render.mateiralType - Renderer.castShadows -> shadowCastingMode - WWW -> UnityWebRequest - Explicitly use default QueryParameters for a RaycastCommand 26 to go Tests: None, trivial changes
6 Months Ago
garage door textures @2k
6 Months Ago
Tweak suspension, give wheels render models (looks bit shit right now) Slap IsProxy where it makes sense to do so
6 Months Ago
Inherit velocity from vehicle when getting out
6 Months Ago
Don't draw crosshair if you're in a car
6 Months Ago
removed ladder box from sphere tank interior collider
6 Months Ago
Rotation constructor sets quaternion to identity, we should be doing this but also makes it so that rotation serialized property default is identity
6 Months Ago
Use local eye rotation when in a vehicle
6 Months Ago
BugFix: TerrainMeta now updates Terrain Material if it's missmatching Unity's deprecation made it so that our validate-and-update logic broke with 2019.2 and it's been silently skipping it. - Removed obsolete code (it always returned MaterialType.Custom) - Updated Hapis TerrainConfig to reference Terrain.v3.Hapis material (so that new logic doesn't set the wrong material on validation) Tests: Validated that all Release worlds have matching materials as in their TerrainConfig.
6 Months Ago
This isn't needed
6 Months Ago
Add undo support / unsaved changes to advanced network settings
6 Months Ago
made armored window's collider soft side planar
6 Months Ago
Wheels ignore player Make suspension less stiff VehicleInputState.CreateFromLocal()
6 Months Ago
Item store view with custom header
6 Months Ago
Merge from main
6 Months Ago
Clearer logic for these flags Only log this message if networking debug is on
6 Months Ago
Stagger wolf when damaged a lot, instead of on every head shot
6 Months Ago
Terrain collider doesn't need to be adding solid tag here