userGriglercancel

1,167 Commits over 518 Days - 0.09cph!

37 Days Ago
replaced baked shore vector data being saved as a broken texture to storing the actual data in an SO (with some inspector texture vis for sanity checking) - adjusted blitting func, untested though
37 Days Ago
half-broken application of baked shore vectors
37 Days Ago
moved cooldown flag from storage to the drone entity so it's actually communicated for client feedback
37 Days Ago
▆▊▊▄▌ ▅▇▋▇▌▅▄ ▉▇▊▌ ▉ ▄▍▄ █▍ ▄ ▋█ ▍▍▄▊▊▅ ▇▍▋▌▉ ▉▄ ▍▅▆▄▉▊▊▍▅▋▉▄▌ ▉█▉▍▇▊▍▉▍▆ ▇▄ ▊▊▌▄'▋▉ ▄▆█▄▌▌ █▇ ▇▄▉▌▅█▊▌▉ ▌█▌▉▍▊ ▉▄ ▍▌▍ ▌▄▌▌▇▆ █▌▇█ ▊▊█ ▍▆▍▄▅▄ ▌▇▌ ▄▍ ▊▍▍▅▊▍▄▌▍ ██
37 Days Ago
renamed to BakedShoreVectors
37 Days Ago
37 Days Ago
37 Days Ago
undid a bunch of stuff making shore vector baking a static func, it's completely unnecessary and we have everything we need in the scene already
37 Days Ago
initial shore vector baker
38 Days Ago
drone camera view can look further down (60->80)
38 Days Ago
require drones to be marked hostile for sentry and SAM targetting
41 Days Ago
merge from boat_stability
41 Days Ago
compile fix
41 Days Ago
mereg from boat_stability
41 Days Ago
use the same buoyancy sleeping behaviour as tugboat
41 Days Ago
reduce anti-beaching accel
41 Days Ago
merge from boat_stability - anti-beaching forces - boat separation - general control improvements
41 Days Ago
improvements to sail performance
41 Days Ago
cleanup
41 Days Ago
higher drag for boats with no thrust-providing sails, calced infrequently
42 Days Ago
reduce wheel turn speed
42 Days Ago
scale sail thrust while lower/raising for smoother transition and less jerk
42 Days Ago
removed log
42 Days Ago
merge from naval_update
42 Days Ago
some weak artificial separation forces between boats for a short period, needs more work and some mass involved as it's too simple
42 Days Ago
some detection and pushing to stop crewed playerboats from beaching themselves too badly
43 Days Ago
trying reduced sail thrust 3000->2000
43 Days Ago
boat stability work
43 Days Ago
regenerate static fields to fix compile - added ResetStaticFields call to codegen clean
43 Days Ago
remplaced mesh colliders with primitive
44 Days Ago
replacing outboard motor hierarchy scaling with mesh import scaling
44 Days Ago
cleaned up some dead code in playerboat controls
49 Days Ago
merge from burst_1_8_25/determinism - brings erosion determinism and some jobified heightmap/topology sampling determinism
50 Days Ago
merge from burst_1_8_25
50 Days Ago
merge from main
51 Days Ago
moved HeightMap and TopologyMap query jobs to be deterministic
51 Days Ago
switched erosion jobs to FloatMode.Determinstic for cross-platform determinism with procgen (minimal performance impact in this case)
51 Days Ago
burst update 1.8.18 -> 1.8.25
52 Days Ago
merge from drone_storage_slot
52 Days Ago
drone height limits matched with player helicopters, uses the same set of HotAirBalloon convars that are shared between player controlled air vehicles already
52 Days Ago
merge from main
52 Days Ago
missing localize on rcmenu
52 Days Ago
merge from drone_storage_slot
52 Days Ago
merge from main
52 Days Ago
undo typo
52 Days Ago
added "marked hostile" text to rc fro drone feedback, fixed text not being disabled when drone is destroyed
53 Days Ago
pass down override item into SetUpThrownWeapon virtual func, fixes casette recorders
53 Days Ago
handle inter-realm collision properly in EntityCollisionMessage by ignoring it, not converting the entity
53 Days Ago
fixed normal item drop that had broken in cleanup
55 Days Ago
merge from drone_storage_slot