userGriglercancel
reporust_rebootcancel

1,516 Commits over 669 Days - 0.09cph!

Today
post-merge compile fix
Today
merge from main
Today
merge from dragbyangle_rebalance2
Today
more aggressive drag-by-angle tuning, low floor and higher ceiling - moved params to convars to make tuning easier in tests
Yesterday
setup AK to use flatback charms, setup backpack with flatback variant
Yesterday
custom editor for attachments to help joint config
Yesterday
AccessoryItems can store an alternate prefab to optionally use, VM can have `useFlatBackCharm` set to use a more joint-restricted version to avoid clipping
2 Days Ago
merge from playerboat_droppeditem_parent_fix
2 Days Ago
ensure DroppedItems are woken before boats are built so that trigger events aren't missed
2 Days Ago
merge from dragbyangle_rebalance
2 Days Ago
merge from main
2 Days Ago
merge from playerboat_player_transfer_fix
2 Days Ago
replicated previous fix in jobs version of code
2 Days Ago
merge from playerboat_player_transfer_fix
2 Days Ago
▋ ▉▇▆▊▇ █▄▊▋▍▊▌▊ ▊▋▊▇▋▍▋▋▅▉▌▌▍▅▌▆█▅ █▄▄▉▅█▍█▇ ▉▉ ▋▊▋ ▍▉█▊▋▌ ▊▋ ▄▄█▌▇▌▇ ▆▆ █▆▋▅▋▉▄▊▅█▆▊▆ ▆▇ ▍▅▌█▋▅ ▉▊▉▋▍▄▄ ▇▄ ▄▅▄▆▄█▌▉ ▅▄▇▄▉▇ ▇▅▌ ▋▅▌▆▍▌▉▅▍▊ ▆▇▋█▄▆▄ ▇▅▉▄▅▌▅▉ ▊▇ █▄▍▆ ▆▊▅▇▍█▌ ▅▆▉▄▅▌
5 Days Ago
compile fix - missing debug ifdef around test fixture
5 Days Ago
rebalance PlayerBoat drag-by-angle, more pronounced differences with shape (more impactful on larger boats)
5 Days Ago
merge from automated_testing_ocean
6 Days Ago
more info in drag table test
6 Days Ago
merge from main
6 Days Ago
merge from main
6 Days Ago
finally made drag-by-angle genuinely consistent at varying angle for all boat shapes and sizes - increased hull triangle bounds slightly to properly fit it - handling non-square hull block bouds when getting bounds of hull for defining raycast planes - increased number of hits per-raycast to handle large bounds, would return incorrect hits in some cases due to unity things
6 Days Ago
moved ScopedOcean from TestFixture->RustTestFixture
6 Days Ago
fixed playerboat test fixture SetUp not calling base.SetUp and nuking the GlobalNetworkHandler in teardown
6 Days Ago
removed old test fixture api usage
6 Days Ago
merge from playerboat_tests
6 Days Ago
merge from main
7 Days Ago
replaced missed topology usage
7 Days Ago
replace topology query in road terrain modification with type query
7 Days Ago
better entry/exit spawning, road positions snap onto mesh (should really be baked into the prefab) - no middle segment spawning - need to do more work on defining bridge points and adjusting paths to align better
7 Days Ago
super wip bridge entry segment spawning, just testing high level approach and prefab setup
7 Days Ago
merge from main
8 Days Ago
brought length relaxation back up to 1, mistakenly tweaked and caused small clipping
8 Days Ago
initial BC pass - revert per-prefab overrides on BC controller, all modifications done on base prefab - controller setup for low iteration count with low root motion strength
9 Days Ago
codegen
9 Days Ago
merge from main
14 Days Ago
merge from wakeaiz_optim
14 Days Ago
added additional filter to Any grid query, lets you set an ignore filter for contents that you never care about and can consider the region "empty" for - as well as the usual filter based on gameplay spec (finer distance, player state, etc.) - lets us sleep the WakeAIZ properly while still allowing early-exit on the first found filter-matching player
14 Days Ago
corrected empty grid logic
14 Days Ago
switch to AnyPlayersInSphereFast to inline non-npc + trigger volume checks against players, avoids gathering all players in a huge region to then get a passing check on the 1st one, still provides information on whether the grid regions checked were all empty to allow the trigger to stop ticking
14 Days Ago
additional boat types, missing files
20 Days Ago
DDraw.Arrow passes distanceFade and zTest params to the Line() call correctly (was just repsected by the arrow head)
20 Days Ago
basis for bridge generation, just finding bridge segments on road paths and breaking down into entry/middle/exit sections
20 Days Ago
made ProceduralMapRoadSimple usabel
20 Days Ago
storing "point types" in PathInterpolator to let per-usecase definitions of types along path points - initially only having circular road ring define some path types for BridgeExitEntry and BridgeSegment to have it sit above water instead of bringing terrain up to it
21 Days Ago
added a bunch more boat layouts for testing
21 Days Ago
basis of test to print table of front-on drag of a set of different copypaste boats, going to be used for retuning drag-by-angle values
21 Days Ago
21 Days Ago
drag consistency fix - track generated rays on each drag projection plane, in some situations it could result in generating an extra ray and alter drag values - all tests now passing
22 Days Ago
added test case to retest specific known-failing drag consistency tests - adjust TestFixture to allow it to run non-public test methods so my dodgy BoatRotFailSetup test parameter struct doesn't need to be public