reporust_rebootcancel

128,799 Commits over 4,232 Days - 1.27cph!

17 Days Ago
Setup 3rd person reload effects on turrets
17 Days Ago
Moved a cliff forward slightly to prevent the backface poking out of terrain. S2P
17 Days Ago
▄▊▄▍▉▌▍▊ ▄▆▊ `▆▌▉█▉█▋▋▆▊▄▆▆▇▆▄▄█ > ▄██▅▋▊█▊▄▄_▋▌▍█▊▋_▉▆▅▄▅` ▅▋▌█ ▇ ▍█▌▊▇▋▌▅ ▄▋▆▄▅▌▄ ▌▇▊▍ █▋▉▉█▋ ▄▍▄▇▌▊▊ ▋▇▊ ▄▌█▋▄▍ ▋█▌▉█▅▆▄▆▋▄▌▄▊█▌▇▌ ▆▌ ▌▌▅▄ ▉▇▋▅ ▄▄▌▍▍█▍▅▊ ▍▇▌▋▍▄▄▊ ▌▋▋▆▅▉ ▊▉ ▆▄▌▆▋▍▅▇▄▄_▆▌▅_▌▉▊▆▅██▇. ▄▌▌▅, █▋▉▍ ▍▌▉ ▆▇▋ ▇▅▍▍▍▅ ▉▋ ▍▋▆ █▍▅▅▄▍▅▅▅▅ ▅▄▅▆▆▉█ ▅▅▋▊▌▄▅. █▆'▆ █▆▌▇▍▄▌ ▄▋ █▋▌▍ ▇▄▆▊ ▅▄▌▊ ▊▊▅▊▋ ▄▉▊▌▍▋▋▊ ▊▍▆▌▆▄▆▆ █▅ ▊▆'▆ ▇▊▉█▄██▊▌ ▊▋▋▆▍▇ █▌█▄ ▅▆▋▅▍▋▍▄▉▇_▅▉█_█▉▊▍▄█▍▆
17 Days Ago
Merge from parent
17 Days Ago
Merge from main (stomp oilrig_1 prefab, will need a S2P)
17 Days Ago
Fixed rock clipping into sewer tunnel in water treatment plant. S2P
17 Days Ago
Disable unlocked by default on hazmat, assign steam DLC pack Setup skin item for shotgun, unlock via steam DLC pack Assign steam DLC pack for chainsword
18 Days Ago
Merge from Project_Hammer
18 Days Ago
Merge from slots_optimize
18 Days Ago
Fixed caboose slot machine
18 Days Ago
Add max texture resolution information for skinnables in the workshop scene
18 Days Ago
Merge from main
18 Days Ago
Merge from boat_building
18 Days Ago
Merge from auth2
18 Days Ago
Merge from naval_update
18 Days Ago
Compile fixes
18 Days Ago
Only show steering wheel health bar in edit mode
18 Days Ago
Rework steering wheel priv linking to fix save issue
18 Days Ago
squeeze bent normals into skin shader g-buffer
18 Days Ago
Update: UsePlayerTasks - lifting skipping logic out of OcclusionLineOfSight to caller - left a couple more TODOs as I found a weirdness in the original code Only thing left in OcclusionLineOfSight is grid-cell caching and deduplication. Tests: none, discovered unit tests are broken since I upgraded occlusion cache version a month ago. Will fix and test later
18 Days Ago
Topologies
18 Days Ago
Final splatting/sculpts.
18 Days Ago
Reload animations running on front and rear turrets Setup new controllers Setting to enable/disable signalling the reload animation from the server on held entities
18 Days Ago
Modified mounted steering wheel interaction collider so interactions only show when looking down towards the bottom of the wheel. This prevents the interactions showing when trying to drive the boat normally. Override and implemented LookingAtEngine on PlayerBoatPrivilege
18 Days Ago
merge from misc_fixes
18 Days Ago
added indicators for ammo types: slug, smoke, buckshot
18 Days Ago
Fix muzzle fire appearing at the wrong place
18 Days Ago
Re-apply CodeGen
18 Days Ago
All boat items (steering, sail, engines, etc) are usable by anyone until a wheel lock code is set, and then only if you're authed on the wheel.
18 Days Ago
Swap to the rigged versions of the 50 cals
18 Days Ago
Reset some CodeGen to their state on /main
18 Days Ago
merge from fix_deep_sea_network_layer -> naval_update
18 Days Ago
CodeGen
18 Days Ago
Fixed front turret only reloading the left 50 cal
18 Days Ago
Rebase on /main
18 Days Ago
Fix SV_ReloadStart error on rear turret
18 Days Ago
Another manifest Finally working with some clean prefabs
18 Days Ago
bug fixes, cleaned up scene folders
18 Days Ago
audio clip properties updates
18 Days Ago
added ADS attack anim for rpg skin viemodel
18 Days Ago
initial WIP directional drag (not balanced and not fast) - take a set of planes offset from hull block bounds at a regular set interval - project min/max bounds extents onto plane and perform a set of raycasts in flow direction and use dot of normal against -flow to scale drag impact and accumulate - drag is saved per-angle and will update for the boat at set intervals by slerping between nearest values to current angle of velocity against forward - considering this as "drag" currently, but may apply this as a force for easier control
18 Days Ago
DLC tab background fading
18 Days Ago
Ton more auth work, including new functionality, improvements, fixes and menu usability tweaks.
18 Days Ago
Setup prefab world model animators Setup animator rigs Fixed bug preventing you from sitting in the front turret More aim position tweaks
18 Days Ago
Optim: UsePlayerTasks - ServerOcclusion uses CustomShouldNetworkTo and CustomShouldSkipServerOcclusion Microoptim - this reduces hashset look ups and moves some checks to be run earlier. Main benefit is lifting more code out of BasePlayer.OcclusionLineOfSight Tests: none, skipping tests for now
18 Days Ago
Fix missing ghostship_d nav bake, add strip navmesh obstacle components to all ships.