199,463 Commits over 4,140 Days - 2.01cph!

36 Days Ago
36 Days Ago
▇▇▊ ▇ ▄▋▉█▄█▌▊▌ ▋▇▅▉▆ ▇▄ ▍▍▌▉▌▍▌▅▊▌▄, █▊▊ ▉▄▌▌▊▆▌▆▍▇▇.▆█▉▄▉▍▊▍ ▋▋ ▇█▄▉▅ ▌▇▌▆ ▇█▍▆▆ ▆▆▋▉▄▆ ▊▄▉▆▊█▇ ▅▄▌██▍▍ ▅▉▌▆▉███▋ ▍▍ ▆▆▆▋▆ ▅▄▍▉▄▆ ▍▌▍▊ █▆▋▇
36 Days Ago
Update x marker data for VineSwingingTree02 and 03
36 Days Ago
Merge from vine_data_fix
36 Days Ago
Updated battery search mission to require 3 batteries
36 Days Ago
Compile fixes
36 Days Ago
Merge from main (NPCTalking conflicts)
36 Days Ago
Merge from frontier_external_fixes
36 Days Ago
Added a 50% buffer for the look at check when looking at a gate with a spraycan
36 Days Ago
Merge from main
36 Days Ago
Merge from computerstation_reskin_fix
36 Days Ago
Merge from main
36 Days Ago
Merge from team_invite_changes
36 Days Ago
Fix auto turret auth not working
36 Days Ago
Merge from main
38 Days Ago
Resource dispensers respect max stack size
38 Days Ago
merge from new_menu
38 Days Ago
Bring back modding category to server browser Add wipe schedule filters back
38 Days Ago
Don't auto-enter BBS edit mode when loading from a save so any boat left in the work area isn't confusingly converted to editable.
38 Days Ago
Remove leftover debug print
38 Days Ago
Merge from trimmed_asset_warmup
38 Days Ago
Indirect instancing fixes: - Supported shaders are no longer determined at runtime, instead a list is supplied to the component on the main camera prefab. This fixes issues where instanceable objects would end up in the non-instanceable fallback renderer. - Add operations are no longer queued in order to return success/failure states immediately back to the caller. - Remove operations are now queued without relying on managed references, fixing various use-after-destroy issues. - Broadened the use of the InstanceCreationInfo struct to avoid fealing with so many function parameters. - Improved logging when instances can't be added (1) at all or (2) only in the non-instanced fallback renderer. - Fixed exceptions resulting from calling RecalculateUVDistributionMetric() after UploadMeshData()
38 Days Ago
Cleanups from x86-64 Remove probably unused linux libraries related to Steam Cleaning up VPC build scripts Draw console notify text above all other panels
38 Days Ago
Enabled R/W on a few collision meshes that need it
38 Days Ago
Set isDynamic on all block RendererLODs, fixing visual issue after loading.
38 Days Ago
▉▉▌▅▇ ▌▄▌▍ ▇▍▅_▋▄█▉▊_▍▌▍█▍▆▊▆▆_▌▌▌▍▍█▋▆▊▉▊ -> ▍▍▍▄
38 Days Ago
█▄█ ▋█▅▅▌▋ ▊█▉▇▄ ▄▇▋▊▋▅▅▉▌ ▍▄▍▅▊ ▇▆▆ ▍▍▅▍▉▄ - ▊▉▋ ▉▍▅▊▆▆▇ ▉▆▋▄▄ ▅▋ ▌▍▅█▋ █▄▉▉█▇█▉▅ ▅█▇▅▅▍▊ - ▆▇▆▋ ▋▉▉▇▉▆▆ ▌▆▆▍▇▉▌▅▋ ▄█▋ ▆▋▊▆█▋, ▇▌▍▅▅ ▊▊▍▋▍▌█ ▅▍▆▅ ▊▇▌▅▅▋▆▍▅
38 Days Ago
Featured tab items ordering
38 Days Ago
Mass/health block tweaks
38 Days Ago
Cleanups from main Cleaning up VPC build scripts
38 Days Ago
BBS duplicate name fix. Sails revert to closed on save load.l
38 Days Ago
Featured tab now spawns stuff
38 Days Ago
merge from new_menu
38 Days Ago
Optim: avoid allocating compoarison delegate in GrowableGenes.PickWeightedGeneType Tests: unit test
38 Days Ago
Test: GrowableGenes test to track allocations - only tests GrowableGenes.GenerateRandom, but that was enough of a head-ache Found one opportunity to get rid of garbage alloc, but also found out Array.Sort(T[], int, int, ICompare<T>) always allocates Tests: ran the unit test
38 Days Ago
M15 pistol - Updated WIP textures
38 Days Ago
remove dumb thing
38 Days Ago
General store layout fixes
38 Days Ago
fix signed/unsigned mismatch warning
38 Days Ago
mac fix + line endings
38 Days Ago
Soft mask setup for play menu
38 Days Ago
First pass floating walkway stairs. Continued work on second pass floating walkway kit.
38 Days Ago
Added 4K Cinematic Compass Textures
38 Days Ago
merge from main
38 Days Ago
Also fix fps.limitinmenu capping fps when inside the workshop editor
38 Days Ago
Tweaked the store overlay pages blur
38 Days Ago
Bootstrap version of Roboto regular font Polished the bootstrap text sizes
38 Days Ago
New blur to the quit modal
38 Days Ago
added editor debug command to force refresh foliage grids / decor spawning / lod grids / etc. debug.forcerefreshlods
38 Days Ago
separated GridErosion heightmap carving from terrain splatting as two separate ProceduralComponent passes, gives more control to let rocks be placed nicely onto channelled terrain but then restrict splatting terrain onto them afterwards - also re-ordered GridErosion to be before small cliff hill rocks as these were the main cause of floating rocks