reporust_rebootcancel

132,271 Commits over 4,262 Days - 1.29cph!

3 Hours Ago
▇▉▉▅ ▉▊▌▌▍▇▍▇
3 Hours Ago
merge from naval_update
3 Hours Ago
Removed deep sea portal avoidance code in cargo egressing logic, not needed
6 Hours Ago
merge from naval_update
6 Hours Ago
Patrol heli uses GetRandomPointOffshore to randomise its start position, avoids the deep sea Patrol heli cant target players in the deep sea
6 Hours Ago
Fixed TerrainMeta.GetRandomPointOffshore not avoiding the deep sea and deep sea portal as expected
Today
merge from naval_update
Today
Fixed deep sea stuck in busy state if server restarted when its closing or opening
Today
Bypass placing in rock check for square & triangle foundation - allows the foundations to clip into the "ground" even if it's a rock, the same way they can clip into the terrain normally - should be safe because placing foundations alone into rocks doesn't do anything useful & there should be additional checks if the foundation is completely in the rock
Today
Add support for certain prefabs to bypass TestPlacingThroughRock()
Today
Add a big cliff to CraggyIsland as all the old ones got nuked during the world update - put below the power lines so it's not floating anymore & gives us a place to test the bug
Today
updated clip meta for 3p sitting in boat anims
Today
updated rowboat Ik target
Today
▅▄▆ ▍█▆▌▇▇▊▊▊ █▉▊ ▉▄▊▋▋▇▆ ▆▌▉▉▇▍█▊ ▆▌ ▌▇▉▆▊▍▄ - ▉█▇█ ▇▍▊▌▌ ▄▊▊▊▄█▊ ▍▌ ██▍▌
Today
Fix stackable skinnable items not being having the skin applied to the world model when the item stack is split - fixes grenade skins often not showing on the world model
Today
updated feet and hand ik tragets on snowmobiles
Today
updated ik hand targets on battering ram
Today
Fix clothing not going into main inventory when hover alt looting clothing from chest -> player and backpack becomes full
Today
Potential fix for bases decaying despite having upkeep on servers with high amount of building blocks - previously was only purchasing 10min of upkeep time, so if it took longer than 10min to check every building block it eventually would start to decay - needs testing
Today
merge from main -> loaded_ammo_type_indicators
Yesterday
▆█▍ ▍▍▊▇▌
Yesterday
merge from main
Yesterday
▊▉▌ ▆▉▄▍ ▆▊▉██ ▇▄▆▌▋ ▄▅ ▆▇▌█ ▅▇▇█, ▇▇▍▅ ▄▄▋▌▇█▍▆ ▄▉ ▆▍
Yesterday
merge from naval_update
Yesterday
Easel better camera icon, Hide viewmodels when using easel camera, fix hotkey for easel camera
Yesterday
Adding ipush door gesture for v4 rig
Yesterday
updated idle speed of blendtree
Yesterday
Tests: add perf tests for TraceRaysUnsorted and TraceAllUnordered(radius == 0) At 128 rays perf is same, at 8k we get 25% faster without water checks/41% faster with water. Need to profile deeper if we get more wins Tests: ran the new tests
Yesterday
m92 animation update export
Yesterday
merge from main
Yesterday
Burst the rest of buoyancy, now the batched version is 2-3x faster than the original. Still missing some edge cases but its functional for boats.
Yesterday
fixed viewmodel prefab issues
Yesterday
food box - game model, texture pass and lod pass, updated icon.
Yesterday
Clean: reorganize GamePhysics tests into Unit child class Prep for Perf unit tests. Tests: ran all relevant tests, discovered we forgot to implement 1 fully - chasing up separately
Yesterday
Remove flow map from shared burst data, I forgot to undo this change earlier.
Yesterday
Update: made GamePhysics.TraceRays return guaranteed nearest hits - added fast path for TraceRays with maxHits == 1 - Added tests for TraceRaysUnordered, rewrote test for TraceRays to be more thorough Tests: ran unit tests
Yesterday
- Reuse list buffer in water collision checks. - Add shared static accessor to TerrainMeta to access terrain position/size from burst. - Make more buoyancy native arrays persistent, reuse them. (temp job allocs seem a lot heavier than just temp allocs.) - Make GetFlowDirection easier to access from burst, not yet burst compiled - Burst compile GetBuoyancyWaterInfoBatched, temporarily remove deep underwater checks from it, we'll move deep water checks to a different code path. Things seem functional, but only slightly faster than the non batched version. A lot of terrain data access still isn't batched.
Yesterday
Krieg Backpack respose
Yesterday
exported latest paintball gun vm animations
Yesterday
fixed an issue where you couldn't actually do finely controlled modifications, moving the brush too slowly actually counted as not having moved the brush at all - significantly easier to make small modifications now and it feels more fluid
Yesterday
Gingerbread woman repose
Yesterday
paintball gun viewmodel - updated item name & description so it can be found - animator update
Yesterday
This can go I think
Yesterday
Fix snake not updating lifestory hits and animal kills Fix all new AI not updating lifestory hits
Yesterday
made burst-friendly interface for SDF Modifiers to make adding more easier, job uses generic but it always has an explicit typed usage
Yesterday
Gingerbread man repose
Yesterday
Fix cant start coroutine because object is inactive error
Yesterday
quickcraft_improvements -> main
Yesterday
Make the Autoturret idle animation run only on the client. This prevents turrets constantly sending network aim direction update packets constantly even when they have no target or are around no players Saves roughly 20KB/s for our big turret base save
Yesterday
merge from naval_update