userandrecancel
reporust_rebootcancel

10,550 Commits over 4,324 Days - 0.10cph!

6 Years Ago
▇ ▅█▌▆▆▄▆▄ ▇█▍▉▆▄ ▆▆▆▊ ▍▅▆▊▋▊▅ ▌▍▋▅ ▌▄ ▌▊▍▊▊▅▅ ▍▄▄▌ ▆▅▅ ▅▋▆▉▇▌▉▌ ▇▄█▊▅▄▇▅▉▍▉▇▄ ▍▇▇▊▄▅ ▊▌▅▇█▉▉▄ ▅▊ ▅▋▍▉ ▄▆▍▆▍ ▍▄ ▉▍▉ ▍▊▋▄▆ ▇▌▍ ▆▋▌▍▆ ▊▍▄▊▄
6 Years Ago
Updating libRustNative.so (Linux server)
6 Years Ago
Fixed various cases where roadside monuments could be placed in a way that they were partially floating
6 Years Ago
Better shuffling when attempting to place roadside monuments
6 Years Ago
Restoring Linux RustNative
6 Years Ago
Removed road mesh offset of 0.01m (makes it hover too much)
6 Years Ago
Adjusted roadside monument loot spawns on tier 1 and 2
6 Years Ago
▉ ▉▄▍▌█▄█▅▍ ▊▋▌▌▉▊▇▇▊ ▋▍▊▅▄ █▍▅▄▊ ▇▇▌ ▉▄▇█▉▇▆▊ ▋▋▍▋▋█ ▌█▅▇▉▉▅▆
6 Years Ago
▌ ▊▇▊█▋▌█▍▇▉▆ ▉▅▋█▄ ▆▋ ▉ ▇▇█▆ ▅▄▍▍▆▍▋▍▍▅█▍▇▅█▇▊▆█▍▋█▆▍▌
6 Years Ago
River mesh import settings fixes
6 Years Ago
Network++ Save++
6 Years Ago
Merge from main
6 Years Ago
Fixed ring road not having any vertical smoothing applied (was overwritten after roadside monument placement)
6 Years Ago
Barren map scene updates
6 Years Ago
Only attempt to generate ring road on 3k map or larger
6 Years Ago
Cull river and road meshes at 1000m
6 Years Ago
Use 4 anchor points to generate ring road on small maps, then 8 at 5k or larger
6 Years Ago
Compile fix
6 Years Ago
TreeEntity: Changed OnDrawGizmos to OnDrawGizmosSelected (editor performance)
6 Years Ago
Snap vertices to terrain at start and end of the path meshes Fixed off by one in PathInterpolator (resulting in slightly incorrect path positions)
6 Years Ago
Don't start building the navmesh if ai.move is false and nav_wait is false (i.e. in the editor -- eliminates a lot of editor stuttering on large maps)
6 Years Ago
In the editor, disable autoSyncTransforms when spawning populations (saves 20s in server loading time on a 4k map when no save is being loaded)
6 Years Ago
Reduced road direction randomization ("wobbliness") at layout stage by 60%
6 Years Ago
Fixed powerlines not spawning along the ring road
6 Years Ago
Reduced road terrain offset from 0.05 to 0.01 (looks better after the previous fixes)
6 Years Ago
Fixed some edge cases where the road could clip into the terrain
6 Years Ago
Removed debug logging
6 Years Ago
Tweaks
6 Years Ago
Fixed path mesh scale fuckups (fixes road and river texture tiling)
6 Years Ago
Fixed potential edge case with not blocking deployment on narrow roads
6 Years Ago
Fixed incorrect road mesh scaling along path (from the axis changes)
6 Years Ago
Updated loot on roadside monuments depending on the tier they've been place in
6 Years Ago
SpawnGroup can filter by tier to disable itself on certain tiers
6 Years Ago
Assigned monument bounds on airfield, bandit down and compound
6 Years Ago
MonumentInfo bounds are no longer ReadOnly (they're assigned by hand)
6 Years Ago
Increased min distance between caves so there are less on small maps
6 Years Ago
Bumped road mesh placement up slightly to hover 0.05m above terrain (suits the new mesh best)
6 Years Ago
Path smoothing cleanup
6 Years Ago
Updated code to new road mesh orientation
6 Years Ago
Cherry picking 44411
6 Years Ago
Intersection regression fix
6 Years Ago
Smoothing regression fix for non-circular paths
6 Years Ago
Added circular path support to path interpolator (smooth start / end transition of the ring road)
6 Years Ago
Assigned road and river meshes in the procedural map and road test scenes
6 Years Ago
Use custom mesh for road and river mesh generation (morphed along the spline) Fixed a bug in the road and riger terrain adjustment distance calculation that would cause some weird visual glitches
6 Years Ago
Better safe than sorry
6 Years Ago
Actually update save list when disabling saving in BaseFirework (added EnableSaving method similar to EnableGlobalBroadcast, moved both to BaseEntity)
6 Years Ago
Disable saving on fireworks that are lit (previously done when going off, which was too late)
6 Years Ago
Cherry picking 45869 (road and river mesh tangent fix)
6 Years Ago
Fixed road and river mesh tangents