reporust_rebootcancel

134,410 Commits over 4,444 Days - 1.26cph!

2 Years Ago
Add ability to see what is enabled vs disabled for `GameObject.Hierarchy.Components.txt` from `dump` command - Components show a checkmark if enabled vs disabled, they show a `~` if the component doesn't support enabling - GameObjects show a `+` if active & `-` if disabled
2 Years Ago
Add asset warmup & world spawn timings to `dump` command - output to csv so it can be opened in excel - don't output if there are zero data points - reset the world spawn timing every time a new map is loaded - Asset.Warmup.csv - World.Spawn.csv
2 Years Ago
Misc small changes
2 Years Ago
split off indicator lights, set up emissive uv2, first pass on emissive textures for unique and transparent materials
2 Years Ago
Merge from fix_unity_hook -> main
2 Years Ago
Remove some unnecessary updates
2 Years Ago
Move LagSpikeProfiler.enabled into the record method
2 Years Ago
Show editor's email instead of the server name when in the editor (so it's easier to select a server in grafana)
2 Years Ago
wip textures
2 Years Ago
Move uploader creation into it's own method EnssureUploadersCreated() Ensure invokes are reset when we start recording so we don't get the cumulative stats since startup Move Reset() methods outside of serialize methods
2 Years Ago
Improve readability of code - move try catch & "enabled" check into each Serialize() method - move some Serialize() methods into their profiler classes - set default enabled state in each profiler so the convars reflect what is turned on
2 Years Ago
merge from pipette_skin
2 Years Ago
Messed up my last commit, re-applying 98711: 'pipette' command can now copy items skin 'selectitem' will also try to select item with the same skin in your inventory
2 Years Ago
'pipette' command can now copy items skin 'selectitem' will also try to select item with the same skin in your inventory
2 Years Ago
Added client flags for braking, pulling over and lights
2 Years Ago
Expose overall stock Swap vendor check to a distance check Expose refill time Set vendor up to just have 1 of each item
2 Years Ago
Revert method change
2 Years Ago
Expose refill time Increase brake power Reduced check radius
2 Years Ago
player update. 3p updated chainsaw anims exported
2 Years Ago
merge from main
2 Years Ago
- correct WaterFactor handling with eye height - corrected deployable spawn orientation - driving animation with throttle input
2 Years Ago
Formatting fix
2 Years Ago
Switched method of equipping
2 Years Ago
Fixed incorrect patron wait condition
2 Years Ago
Fixed a potential OOB error when clearing wires
2 Years Ago
Added CallsPerSecond attributes on SeismicSensor, Electrical Branch and WireTool RPCs Codegen
2 Years Ago
fix for 3p captive struggle anim not working
2 Years Ago
Spawned vendor now points in the direction of initial travel Client stop targets discarded
2 Years Ago
Added vendor fronts to new WIP model Removed DDdraw's Removed redudant ServerInit in vendor front
2 Years Ago
storage building large progress
2 Years Ago
Show belt items as locked to make it clearer you can't use them when handcuffed
2 Years Ago
Sorted wheel values Vendor moves as expected again
2 Years Ago
Added "togglecluffslocked" console command
2 Years Ago
Play the old workbench open/close sounds when opening a tech tree on a workbench Play just the appropriate open sound when switching to a tech tree
2 Years Ago
Trigger struggle 3p anim
2 Years Ago
merge from main
2 Years Ago
Craggy cliff test
2 Years Ago
decals texture sheet
2 Years Ago
Coastal cliff progress
2 Years Ago
Hooked up first person struggle anim for unlock minigame
2 Years Ago
DPV changes - toggled world collider to represent horizontal character better - drift stabilizing force scales against engine power - some cosmetics toggle with flags
2 Years Ago
Relaxed the seismic sensor distance checks to mitigate wall thickness Tossing a C4 on a wall exactly 10 foundations away was not working as it was 30.25m away from the sensor
2 Years Ago
Wire slack bound to the mouse wheel directly instead of next slot/previous slot
2 Years Ago
Set a few culling convars to admin-only as changing them might cause problems
2 Years Ago
Merge from main
2 Years Ago
correct protobuf entity name - no serialized data yet, so keeping the same field id
2 Years Ago
Merge from main
2 Years Ago
marge from hackweek_renderlod_collapse
2 Years Ago
merge from 98579
2 Years Ago
merge from SkinViewFix