reporust_rebootcancel

130,019 Commits over 4,232 Days - 1.28cph!

13 Days Ago
SocketMod_Anchor now checks VehicleLarge during deployment
13 Days Ago
More anchor and sail fixes
13 Days Ago
Anchor and sail fixes
13 Days Ago
Wrap the whole menu init sequence in a try/catch
13 Days Ago
Stop a null drop NRE bricking the whole Bootstrap sequence
13 Days Ago
Convert remaining blocks to vehicle large
13 Days Ago
13 Days Ago
More IO prefabs allowed on Vehicle Large layer
13 Days Ago
volume changes on floating city sounds
13 Days Ago
Update: Adopt Scientist2FSM to be aware of ghostship navmesh Need to double check aiming logic (sometiems they aim at the sky), and investigate how initial on-navmesh spawning is done. Also need to convert variant FSMs Tests: spawned ship navmesh offset and with a rotation. Ran around into different areas of the ship and rooms - they pursued
13 Days Ago
Remade solar panel collider using primitives
13 Days Ago
Set most IO prefabs as deployable on vehicle large layer
13 Days Ago
matrix textures & updated box prefab with example matrix model
13 Days Ago
Tweaked the medium battery mesh collider so it can be convex
13 Days Ago
Very initial work for testing using VehicleLarge as the only/default layer for boats and their construction, to reduce the need to switch.
13 Days Ago
Started working on supporting IO on boats, wires and IO handles are now parented to their IO entity Wire reconnection messages are sending local pos
13 Days Ago
ambience sounds added to every barge and walkway on the floating cities
13 Days Ago
merge from main
13 Days Ago
First initial test for explosives component box
13 Days Ago
- Apply root motion (not needed but helps rule things out) - Setup correct reload time on the front turrets
13 Days Ago
Reorient the front point pivot
13 Days Ago
Steering wheel prefab cleanup
13 Days Ago
reduced triangles->vertices/indices processing by roughly half by making Triangles/EdgeKeys readonly struct and only calculating the hash once on creation, done in parallel when they're created and reduces the overhead in the single-thread processing stage
13 Days Ago
Fixed position offset on the front turret
13 Days Ago
- Fixed scuffed clamping on the front turret seat - Use tickrate for lerping (cant use deltatime since im predicting)
13 Days Ago
improved triangles->indices generation performance a bit, mainly trying to make it somewhat readable
13 Days Ago
edited eoka pose and python deploy anims and reduced eoka idle clip range so the anim loops correctly
13 Days Ago
merge from boat_building
13 Days Ago
Fixed realm removes after object rework
13 Days Ago
Split netting visuals and collision into separate objects. Lowered both. Decreased placement height of hull blocks.
13 Days Ago
sped up marching cube triangle generation by 10x by using local list batches with IJobParallelForBatch to reduce NativeList<>.ParallelWriter locking adds (~0.35ms -> ~0.05ms)
13 Days Ago
First iteration of balloon text and colour changing menu - Only added to circle balloon for testing and iteration
13 Days Ago
test mesh add
13 Days Ago
merge from server_occlusion_height_fix
13 Days Ago
Indirectly iterate modifiers with separate list of modifier types that servers as history
13 Days Ago
Animation pass on the rear 50cal
13 Days Ago
Update: serverocclusiondebug - clarify what invalid grid means Now explicitly saying that server occlusion treats path with one or more invalid grid positions as unblocked Tests: none, trivial change
13 Days Ago
Bugfix: server occlusion - skip occlusion for players outside of the occlusion grid Tests: checked occlusion between y:90 and y:110 - previously would stutter(OcclusionV1) or would occlude(OcclusionV2). Tested hiding behind a hill - still works
13 Days Ago
part 2
13 Days Ago
texture and material updates
13 Days Ago
added fuse burn mesh to cannon to allow darkening of the fuse as it burns.
13 Days Ago
merge from main
13 Days Ago
cleanup
13 Days Ago
deployable easel
13 Days Ago
trying to make sense of shit code I wrote a year ago
13 Days Ago
edited 3p chainsaw harvesting anim and reset tranlation in its entity
13 Days Ago
Fix client compile error
13 Days Ago
atlas A textures and mat
13 Days Ago
merge from green_hazmat
13 Days Ago
merge from storepage_fixes