reporust_rebootcancel

129,188 Commits over 4,232 Days - 1.27cph!

3 Hours Ago
▆▆▋▊▌ ▋▄▅ ▊▇█▋▉▅▉ ▊▍▍▉▍▋▍▆█ ▅▄██▍▉█▆
4 Hours Ago
- Setup a method to emulate the twitch drop crash from before - Codegen
5 Hours Ago
Fixed unpowered fridges in arctic biome not cooling food
5 Hours Ago
Merge from puzzle_reset_hotfix
Today
Clamp radiation maximum radius to +50% or +20m: whichever is smaller - reduces puzzle radiation size on large puzzle rooms - reduces how much radiation leaks out of military tunnels building blocked
Today
Fix arctic research puzzle radiation spawning randomly across the map - was having it's worldPosition added twice: once via localPosition and once via BoxCollider.center - set the WorldPosition to zero so the BoxCollider.center can be the worldPosition
Today
Remove leftover log
Today
Apply an additional 25 damage per puzzle reset tick to all players in the inner radiation range once the radiation reaches it's peak level
- Setup objective resetting for go to underwater lab objective - Removed serialized mission icon definitions from mission assets, instead paired these with an enum value in new MissionIconsConfig scriptable object. Objectives have a virtual method to define which icon type should be used per objective. SpeakWith type objectives now use the talk with mission provider speech bubble icon, other objective types use the generic mission icon - Setup being able to have multiple active objective markers on the map and compass at once - Fix issue with check for prerequisite objectives
Today
Reduced monumentPuzzleResetRadiationPlayerEmptyTime from 5m -> 2m Reduced monumentPuzzleResetRadiationPreResetTime from 10m -> 5m Brings total possible radiation time from 15m -> 7m
Today
Reduced monumentPuzzleResetRadiationAmount from 100 -> 3 (inner radiation sphere) Fixed the outer smaller radiation area going straight to 10, it now ramps in like the inner sphere over time
Today
Add IgnoreAboveGroundPlayers option to TriggerRadiation, uses the IsUnderground check on BaseEntity which won't work in some cases (like noclipping under the terrain). It's what we use for the equivalent check on the puzzle reset If a PuzzleReset is set to ignoreAboveGroundPlayers it will now pass that along to it's radiation zone Airfield will now ignore above ground players Puzzles will now start counting time spent empty with rads active once any radiation is active, not just once radiation is fully activated Don't send the puzzle reset warnings to players that are above ground on a monument set to ignore above ground players
Today
monumentPuzzleResetWarnings is now on by default and saved
Today
Made poolable.
Today
Gib prefabs. Tintable. Related files & filename org.
Today
Added HMLMG to the skin viewer
Today
Fixed back button not closing store pages
Today
█▋▊▍▊ ▆▌▄▅▄ ▍▊▋ █▇▆▌▉ ▊▄▍▄▅▌▉▌ █▅▄▉▅▌ ▉▌▉▊ ▅▌▌█ ▍▉▅ █▇▉▌ ▌▍ ▇▅▇▆▋▇
Today
merge from multidrop_nre_fix
Today
SocketMod_Anchor now checks VehicleLarge during deployment
Today
More anchor and sail fixes
Today
Anchor and sail fixes
Wrap the whole menu init sequence in a try/catch
Stop a null drop NRE bricking the whole Bootstrap sequence
Today
Convert remaining blocks to vehicle large
Today
More IO prefabs allowed on Vehicle Large layer
Today
volume changes on floating city sounds
Today
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
Today
Remade solar panel collider using primitives
Today
Set most IO prefabs as deployable on vehicle large layer
Today
matrix textures & updated box prefab with example matrix model
Today
Tweaked the medium battery mesh collider so it can be convex
Today
Very initial work for testing using VehicleLarge as the only/default layer for boats and their construction, to reduce the need to switch.
Today
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
Today
ambience sounds added to every barge and walkway on the floating cities
Today
merge from main
Today
First initial test for explosives component box
- Apply root motion (not needed but helps rule things out) - Setup correct reload time on the front turrets
Reorient the front point pivot
Today
Steering wheel prefab cleanup
Today
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
Fixed position offset on the front turret
- Fixed scuffed clamping on the front turret seat - Use tickrate for lerping (cant use deltatime since im predicting)
Today
improved triangles->indices generation performance a bit, mainly trying to make it somewhat readable
Today
edited eoka pose and python deploy anims and reduced eoka idle clip range so the anim loops correctly
Today
merge from boat_building
Today
Fixed realm removes after object rework
Today
Split netting visuals and collision into separate objects. Lowered both. Decreased placement height of hull blocks.
Today
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)