127,494 Commits over 4,201 Days - 1.26cph!

10 Minutes Ago
4k ramp textures
10 Minutes Ago
Merge from main
13 Minutes Ago
Merge: from server_occlusion_gen_reorder_narrowphase - Bugfix for ServerOcclusion potentially crashing during generation Tests: generated custom map that had a consistent crash and a default 4.5k procgen editor world
14 Minutes Ago
Bugfix: ServerOcclusion - don't schedule same SubGrid cells repeatedly for rock intersection It caused more work to be done(this saves ~13s), and in some cases even an out-of-bounds access crash. Tests: generated server occlusion cache for a 6k custom map that had a consistent crash, generated default editor 4.5k proc gen world
28 Minutes Ago
separate sizes, fixed scaling
43 Minutes Ago
Fix new notification sounds not responding to volume controls Remove command for debugging oil rig server reset, no longer needed
50 Minutes Ago
phrases
57 Minutes Ago
Merge: from main
60 Minutes Ago
Improvements to dialogue graph speech nodes, they now look nicer FIx for recent change to LocalizationTokenDrawer, label text should now being displayed correctly
1 Hour Ago
Hacky single scene item render test. Will tidy it all up if it works.
1 Hour Ago
invert assert condition
1 Hour Ago
Canon animation pose updates to match ballista pose
1 Hour Ago
Ramp, lods and gibs and textures
1 Hour Ago
Updating 50 cal rig pivot points
1 Hour Ago
replaced debug line with asserts
1 Hour Ago
merge from deep sea
1 Hour Ago
Merge from naval_update
2 Hours Ago
Added plushies to the scene
2 Hours Ago
Merge from naval_update/floating_cities
2 Hours Ago
Reapply placeholder mission things to floating city, applied to Casino Barge prefab Run S2P
2 Hours Ago
merge from main
2 Hours Ago
Merge from main
3 Hours Ago
supplies barge culling volumes for props
3 Hours Ago
Anim updates and inital set up for blow pipe, boomerang and compass
3 Hours Ago
fixed tarp material override order on security tower tarps
3 Hours Ago
med bay barge culling volumes for props
3 Hours Ago
removed unused scripts on hanging tarp prefabs
4 Hours Ago
codegen for nightlight
4 Hours Ago
merge from charityplushies_skinviewer
5 Hours Ago
Fixed spray can reskin UI closing too early if the player was looking at a skinnable object above them Fixed spray can free spray clipping through some floor pieces on jungle foundations
6 Hours Ago
Add `batch_industrial_pipes` convar to toggle the behavior - still need to call `refresh_renderers` to refresh them after changing behavior
Today
Add support to override the max verticies per mesh for individual RendererBatch instead of changing global convar - increase from 1k -> 5k specifically for industrial pipes to capture more than the short stubby pipes - rest of the batching system stays the same - change original solution from adding RendererBatch at runtime to adding the RendererBatch to the PipeRenderer prefab and set it disabled since we can't set the override to 5000 before OnEnabled() is called - this causes every single prefab to be reimported but is safer than cranking global convar
Today
Add industiral pipes to the batching system to reduce draw calls significantly when rendering industiral pipes
Today
Progress
Today
Topologies
Today
Fix textures that are resized to the nearest NPOT by Unity on import being incorrectly flagged as "compression disabled" by the texture analyzer tool
Today
Fix pool used for Vis.Entities() in AddNearbyTurrets() not returned to pool
Today
cinematic_play will now fallback to the standard gestures if provided a gesture string that isn't in the cinematic list
Working rear turret. Aiming is still ugly Ensure roll values are removed by projecting our rotation onto fixed axes (not transform axes) Manifest
Today
merge from biome-fog-stencil-volumes
Today
merge from main
Today
merge from fix_console_flickering -> main
Today
Fix all the flickering in the windows console and all the pre-existing bugs - boils down to avoiding clearing text (by writing spaces) before writing the new characters, to prefering straight overwrite where possible - changed both status text and input text to only be updated when needed - that change created a bunch more bugs (not listed here for our sanity) and made below bugs stand out more - fix multi-line log messages cutting off when reaching the bottom of the buffer - fixed the cursor bouncing around as you are typing commands
Today
merge from naval_update/deep_sea
Today
Re-applied 132706 after merge
Today
merge from naval_update
Today
Deep sea generation tweaks and improvements
Add correct components to rear turret Standing mounted turret seat setup
Mounted Turret Seat now supports multiple turrets on the same vehicle Initial rear turret setup
Today
Merge from deep_sea