reporust_rebootcancel

128,410 Commits over 4,201 Days - 1.27cph!

5 Days Ago
Fix unintended new lines after auto completing commands.
5 Days Ago
Setup floor.frame.triangle prefabs, sockets, added to boat planner.
5 Days Ago
Merge: from analytics_v2_expose_telem - Can view AnalyticsV2 stats via analytics.stats, analytics.tablestats and analytics.uploaderstats Tests: used above to check stats in editor
5 Days Ago
Buildfix: missing return path in NetworkReadEx Tests: ran "Test Compile Errors"
5 Days Ago
Setup floor.wood prefabs, sockets, added to boat planner.
5 Days Ago
Merge: from main Needs codegen
5 Days Ago
Update: AnalyticsV2 - Azure uploader will update uploading client if endpoint settings change Tests: changed settings and checked with debugger
5 Days Ago
▋▆▍▅▋▄▅ ▉▇▊ ▉▊ ▅▆▉▋▌▉▅▄▄▋▍▌▇█▋▌█▅▌▌█▉::▌▇▌▊▄▅▅▉▌▊▉ ▇▌▆▇ ▍▄▅▋▆▄▍▇▄ ▋ ▆▇▆▅▅ ▌▊▅▉▇▆ ▌▆ ▉ ▄▍█▍▇▆▄▊█
5 Days Ago
Manifest update
5 Days Ago
Compile fix
5 Days Ago
Clean: replace ClientVar + ServerVar with ConsoleVar Generates less commands, avoids duplication in console autocomplete Tests: ran stats command - it worked
5 Days Ago
Update: AnalyticsV2 - allow resetting stat tracking Tests: logged stats before and after reset
5 Days Ago
merge from Halloween_25_Update/PH
5 Days Ago
Update: AnalyticsV2 - expose stats via convars Available via analytics.stats, analytics.tablestats and analytics.uploaderstats Tests: enabled v2 analytics and ran above commands
5 Days Ago
Disabled some props from the GhostShip that will be in the lighting prefab instead. Transmission on the blue plastic fish crates. New signal light materials for red/green/white Working scene progress.
5 Days Ago
Card table world canvas culling based on distance
5 Days Ago
disable potato terrain rendering (shader level 1), level 2 new minimum terrain quality
5 Days Ago
Run anims on place/block change
5 Days Ago
Fix compile error
5 Days Ago
Final gen
5 Days Ago
rpc_improvements -> main
5 Days Ago
shadows render correctly
5 Days Ago
Generated new HLOD for floating city 1
5 Days Ago
building planner view model, new world model, materials, using reskinned wallpaper viewmodel
5 Days Ago
Added scene2prefab tags to casino and floating walkways to make sure they get picked up by the HLOD generator
6 Days Ago
switched HashSet to ListHashSet in BoatAI to get rid of enumerator alloc
6 Days Ago
Adding new v4 driiving anims to source
6 Days Ago
Ship lighting progress.
6 Days Ago
Fixed large backpack showing link to Krieg DLC in the repair bench
6 Days Ago
▌▉▍▊▊ ▅▆█▇ ▌▄▇▊█▉_▋▄▋▅▊▋▍▅_▌█▋▇▄▇▍
6 Days Ago
removed some deeper profile markers from GJK, unnecessary overhead with little info
6 Days Ago
merge from boat_building
6 Days Ago
6 Days Ago
▅█▄▅█▄▄▍ ▉▆ ▍▍▌ ▋▊ ▇▄▇ ▍▍▌▆▍█ ▋▆▇▋█▇, ██▉▇█▇▍ ▉▍█▄▉▍ ▆▋▍▌█▋▋ ▊▍▉▊▊ ▍█ ▊▇▆▋
6 Days Ago
Merge from naval_update
6 Days Ago
Start setting up improved npc grenades
6 Days Ago
merge from boat_building
6 Days Ago
moved a BaseBoat waterlevel test down a level so unpowered boats don't check it for no reason
6 Days Ago
burst compiling GJK distance methods directly, already compatible - not using jobs here as it would need a NativeReference alloc for no reason, we just want the go-fast button - verified compiling with burst inspector
6 Days Ago
Compile fix
6 Days Ago
Added prevent movement volumes to casino garbage piles near the bar Added prevent movement volumes to casino windows as a failsafe to prevent players from trying to get in through the windows
6 Days Ago
Steering wheel changes for always smooth wheel turning visuals and to fix a couple of bugs.
6 Days Ago
Reduced material IDs in farm kios by 3. Changed farm sign to standalone asset.
6 Days Ago
6 Days Ago
Added Player and Entity to the Network extensions as well (so the source generator chills) Added so source generator as well
6 Days Ago
Add 4 proof of concept cameras to the cargo ship
6 Days Ago
Fixed cabinet light bleed on these.
6 Days Ago
Can now use BaseEntity and BasePlayer as arguments in RPCs. Automatically evaulated at the other side when read This gives us the base to use these as SyncVar types later, (gives us a route out of the OnChildAdded then checking for references loop)
6 Days Ago
Setup to have cargo ship spawn its own static cctv cameras, defined by a point + rotation + point to look at Prevent the cameras inheriting cargos global network group