reporust_rebootcancel

121,992 Commits over 4,048 Days - 1.26cph!

12 Days Ago
Update: ContinuousProfiling will emergency stop if fails to export Yet to pin down the worker thread telemetry stream seeing stale/garbage data. Tests: soaked on Craggy in editor
12 Days Ago
▇▉▍▄ ▇▊▇▌▌▊ ▆█▅▍▇▄ ▉▋▋▌▊▆█ - ▇▄▋▄▉ ▍▅▅▅█▍▉▇ ▄▇▉█▉▊▋▋ ▉▍▅▌ ▉▇▌▊▉▌ ▌▅▄▊▍
12 Days Ago
Prefab setup
12 Days Ago
Added cow model, materials, textures.
12 Days Ago
More placeholder ceiling paper skins
12 Days Ago
1st pass view model camera animations for content in the tools list
12 Days Ago
▅▋▋▋ ▉█▊▌▄█▋▋
12 Days Ago
Bugfix: fix main source of invalid profiling stream from ServerProfiler - Drop dead threads on every succesful frame - Reset all writing indices on new frame and on resuming continuous profiling post-export - release binary built using 019295b4 There's still another issue hiding somewhere, but it's much more stable now. Tests: on craggy exporting every 3rd frame for 5 minutes straight. Previously would trip after 20seconds.
12 Days Ago
Fixed wallpaper viewmodel material not updating when selecting skin 0
12 Days Ago
another pass on erosion spaltting - depeer gouges from erosion - less intense splatting of gravel generally - slope threshold to stop splatting onto larger flat sections at the bottom of hills - cliff avoidance to match previous behaviour
12 Days Ago
▄█-▆▄▍█▄▌▅▉▌ █▉▊▉▆ ▋▄██ ▋▋▄█▊▋▄▌▄▌▍█▌▊ (▊▋█▌▅█▋▋▋▅ ▅▊ █▊▆▉▆▇ ▇▍▍▆_▇▋▇▆█_▅▋▆▉█▊▌▍/▋▌▌▍▍_▊▄▄▍▆ ▄▇▇ ▊▉▊ ▉▄▌▊ ██▊█▍▄▊▍█ ▉▋ ▍▉▊█▊)
12 Days Ago
merge from main - RC
12 Days Ago
CodeGen update to include spatiallyAwareEnvironmentVolumes default as false
12 Days Ago
Ensured boomerang return arc is more relative to throw direction rather than world direction. Better boomerang behaviour when thrown straight upwards
12 Days Ago
Corner hull
12 Days Ago
Prevent dropped boomerang from slipping behind entities Ensure boomerang impact effects are always played at the same place Don't bother trying to handle bones on the server - it never matches
12 Days Ago
Merge from main
12 Days Ago
Updates to the home screen, adding new elements and styling
12 Days Ago
Fixed shader error in Amplify Rust/Standard template
12 Days Ago
merge from main - RC
12 Days Ago
Set spatiallyAwareEnvironmentVolumes convar default to false
12 Days Ago
Boat building station deployable/item basic setup
12 Days Ago
added lines back in to ground_guide and added corner triangle
12 Days Ago
fixed water culling happening outside the hatch of tunnel entrances
12 Days Ago
Update: prototype of continuous allocation tracking is working - started with profile.watchallocs [Name, default="Allocs"] - can be stopped with profile.stopwatchingallocs Dumps [Name].json.gz with data about allocs and associated callstacks. Still hardcoded to trigger export every 3 frames. Exporter frequently gets lost in the bin stream, and needs to be optimized (craggy has noticeable stutter). Tests: in CLIENT+SERVER editor on Craggy with allocation tracking.
12 Days Ago
merge from main - RC
12 Days Ago
added "up" triangle to floor guide
12 Days Ago
merge from vine_disable_convar
12 Days Ago
merge from vine_movement_nre
12 Days Ago
Fixed vinyl mat missing albedo
12 Days Ago
Skin fixes, changed flooring and ceiling paper default skin
12 Days Ago
merge from main
12 Days Ago
Skinnable setup Split the flooring, wall and ceiling wallpaper skin sets Fixed colliding skin IDs
12 Days Ago
Item setup Manifest
12 Days Ago
Also disable the tree shooting/throw back mechanic if allowVineSwinging is disabled
12 Days Ago
Added server.allowvineswinging convar, will prevent players from interacting with vines (interact prompts will still appear)
12 Days Ago
Possible NRE fixes for vine mountable (no known repro)
12 Days Ago
Found a duplicate camera
12 Days Ago
Fixed ModelVIewer being compiled out of builds incorrectly, causing missing component warnings in builds Prefabs with the "Editor" tag will now be excluded from asset bundle builds, marked all model viewer prefabs with this tag to stop them being included in builds
12 Days Ago
Ensure child classes of SyncVar are picked up in SyncVar Codegen Initial profiling pass. Virtually no memory overhead for send/receive, and very little for the queue (pooled)
12 Days Ago
Fix non packed syncvars attempting to use the cheap int ids used with regular packed sync vars (will try and incorporate this before release)
12 Days Ago
Locally cache a reference to queue sending action for each entity that needs it - use that for invoke repeating and cancel invoke
12 Days Ago
Cleanup start/stop queue methods Return hashset to the pool on stop
12 Days Ago
Vehicle fuel systems now trigger an immediate fuel check when fuel is added or removed Fixes 1-2s delay on vehicles becoming usable after inserting fuel, should now be processed immediately
12 Days Ago
Conditional sync vars now force sending. We use force here due to memory. onditionals could be added to the queue for specific values, and then by the time the queue processes it the value may have changed. Invoking force prevents us from having to maintain a dictionary of values for every entity
12 Days Ago
Server -> Client Syncvars properly syncing up via a fixed repeating queue Cancel repeating invoke on entity destroy Bitmask setup as a uint - 32 sync vars max per class
13 Days Ago
Remove graphics.viewModelCamera convar, will be forced to true Left all code in place in case we need to roll it back
13 Days Ago
Progress on weather fog levels.
13 Days Ago
add way to override weather profile with live editing support
13 Days Ago
Move FogMultiplier to WeatherPreset