244,583 Commits over 3,898 Days - 2.61cph!
Fixed parenting not working on non-host client
Fixed option menu dropdowns not clickable
Dont need change event at all here
Fixed bad RPC logic in VehicleSeat
Add default value to worldspace scale too
materials, sound/sound logic, better interactions in first person
Stylesheets @import-ed by other stylesheets now hotload properly. Resolves Facepunch/sbox-issues#5317
Don't apply LocalScale to GetAttachmentTransform
Fix GraphicsItem not always being able to resolve the GraphicsScene (which made SelectedItems total bullshit)
fixed dashboard unit scaling
Shortcuts now run on GraphicsItems.
Automatically refactor static fields to try and reduce the number of static constructor call sites
Better networking for player seat assignment
Can now multi-select resources in the asset picker of a list entry to select multiple items at once. Resolves Facepunch/sbox-issues#5934
https://files.facepunch.com/CarsonKompon/2024/August/07_14-28-ConcreteRiograndeescuerzo.mp4
Ask the host to enter/leave cars
rename test scene, add namespaces, auto assemble for testing, debug bool, determine if puzzle is complete
Use zone color alpha for the gizmo
initial port to scene system
Basic water shader, will improve in a bit
Add foam, make ocean shader look vaguely like water
Disable vertex anim for now
Setup the low poly WIP radio model as the interaction point for the car radio
Video https://files.facepunch.com/jacob/1b0711b1/Unity_MXhRxokGha.mp4 (ignore the steering wheel)
Update Box3D for soft contacts, helps with stability for heavy things on top of light things and helps with kinematics pushing dynamics through geometry https://files.facepunch.com/layla/1b0711b1/sbox_L4gxsLMRAe.mp4
Added grouped component object to look for all components that are integral for x function to work
This means we can check if all components that are necessary for roads are available, meaning we can delete/add the required ones at will
More code cleanu
Ability to toggle road generation
Removed ArabicSupport tool editor stuff
added lowpoly stereo to dashboard_A
Start setting up wolf senses
Ring road enabling/disabling + min world size customisation
Helper to add delay condition, display tweaks
Cast benchmark (#119)
Fixed capsule ray cast bug.
Added ray and shape cast benchmark versus height field.
Delete triangle cache when updating mesh shape.
obj loader (#120)
Using tinyobjloader/tinyobjloader to load obj files.
Removed assimp, stb, and model stuff.
New mass ratio tests (#121)
- Added two new tests for large mass ratios
Contact Solver: Soft contacts (#122)
- Added soft contacts for high mass ratios (currently larger 1 : 10)
- This is highly experimental and might be discarded
Merge remote-tracking branch 'upstream/main'
Bugfix: KeyBindUI once more avoids modifying original prefab name
This got broken in 2018.3, about a year after our code submit. Also sneaking in depr fixing in UI/Main Menu
- Replaced obsolete PrefabUtils API calls in KeyBindUI
- WWW -> UnityWebRequest
10 errors to go
Tests: Checked main menu news still download and dispaly. checked KeyBinds prefab doesn't get polluted with bind names and options prefabs get renamed properly
merge from hackweek_arabic (not finished yet, but merged early to avoid future merge conflict issues)
Capture point will animate when contested / capturing, and show team occupant count under the marker
Set time by clicking timeline
Component properties work again
Fix asset inspector not saving with CTRL+S
Beginnings of the menu redesign, horizontal navigation
Edit transition conditions and actions
https://files.facepunch.com/ziks/2024-08-07/sbox-dev_GQ1ItmYoBY.mp4
Small panel indicator lights with configurable colors
Save current scene before gen takes place
Add vehicle spawner which respawns a vehicle immediately when it gets destroyed