reporust_rebootcancel

122,043 Commits over 4,048 Days - 1.26cph!

16 Days Ago
Jungle Pack store page
16 Days Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override (previous commit didn't go through)
16 Days Ago
Replace all usages of "is {}" pattern matching to properly account for unity null override
16 Days Ago
Reducd sapling density by 33 percent
16 Days Ago
Fixed the ambient lighting issues in the paintables window
16 Days Ago
fixed shallow wall shelves being researchable
16 Days Ago
▆█▋█▆▆▇▇▋▌.▄▉▌_▅█▍██▇▌▍▆: ▌▆▉▇▅ █▆▆▄▆▇▋ ▉▄▆▋▊▋▉▍█▄▉ █▊▇▆▅ (▇▅█▅▆ ▍▉█▍▌▄▌▄ █▌▋▅▄ ▉▇, ▋▋▌▉▆▄▌▌▋ ▅▋ ▌▅▄▍▍▌▆█▊ █▋▌▋▋▊▌)
16 Days Ago
Set ground foliage to use LOD1 as base LOD
16 Days Ago
Enabled GPU instancing on all jungle foliage for big reductions in batch count
16 Days Ago
Add command to toggle tigers leaving clawmarks, defaults to false
16 Days Ago
Added "Game - Quick Save Game (ALT+F5)" editor menu option. Saves game directly to "TestSaves/editor_quicksave.sav" without a file dialog box or confirmation to overwrite any existing file. Added "Game - Set GameSetup to load quick save" menu option which finds the scene's GameSetup object, ticks LoadSave and fills LoadSaveFile with the path to to the quick save file.
16 Days Ago
Merge from jungle_update
16 Days Ago
Don't let outbreak scientists spawn on oil rig (check for ocean topology)
16 Days Ago
▍█▋▇▋ █▌▇ ▉▅▊▋▍▍█▊ ▆▆ ▄▍▊▌▅▌▉▍, ▉▆█▅▇▊▇▉▄▊▍▌▌▄▌▆, ▋▌▆▊▆▅▇▌▅▊▅▅▆▅, ▇▍▋▋▌▊▌▇▌▄▇█, ▌▌▋▇▇▍▅█▅▆▉▍▊▇▍▊▄▋█▆▆, ▍▆▄▅▄▆▆▇█▄▆▆▋▇▉▄▌
16 Days Ago
Merge from ziggurat_perf_fixes
16 Days Ago
Merge from jungle_update
16 Days Ago
Marked halfheight_salvaged_bamboo_shelves.item and wall_single_shallow_shelves.item as NeedsSteamItem, prevents them from appearing in the crafting menu by default
16 Days Ago
Fixed emoji not unlocking correctly
16 Days Ago
▋▍▇'▋ ▇▍█▇ ▄▋▌ ▇▋▊▄▅▅▋▋▇▄▌▅ ▊█▆▆▌▅ ▉▍█▉▆▍▅▍▋▌ ▆▊ ▌▌▉▍▄▅ ▄▅ ▆▋▆ █▊▌▌▌▋▇▄. ▋▊▅█ ▌▇▌▉▋ ▍▆█▍█▊▅▄▊▊ ▇▄ ▆▊▍▋▋▄ ▌▇ ▄▆▆▇▋▉▍▋ ▇▋ ▉▆▊▆▆▄▆▆▍
16 Days Ago
Fixed floating barrel corpses and added Mesh Cull components
16 Days Ago
merge from jungle_update
16 Days Ago
added corpse prefabs for wicker and bamboo barrels
16 Days Ago
merge from /jungle_storage_skin_fix
16 Days Ago
Replaced cocoknight gloves viewmodel material
16 Days Ago
Merge from main
16 Days Ago
Missed some billboard texture changes
16 Days Ago
Updated schizolobium with progress from friday
16 Days Ago
updated jungle ar icon
16 Days Ago
Merge from icon_render_export_fix
16 Days Ago
Updated IconRender scene to have the DeferredIndirectLightingPass on the preview camera and disabled the borked lighting object
16 Days Ago
merge from main
16 Days Ago
S2P ruins and ziggurat to refresh piper nigrum prefabs
16 Days Ago
re-factored piper nigrum tree LOD scripts to link in-prefab content instead of in-folder content made prefabs original prefabs instead of variants
16 Days Ago
skipped LOD0 on mauritia flexuosa, more agressive LOD2 distance
16 Days Ago
Fixed most of the ziggurat structure rendering twice, all the time Caused by a root renderer with child LOD renderers using a RendererLOD Re-exported HLOD
16 Days Ago
Disable shadows on vine tree branches Disable shadows on vine line renderers GPU instancing on kapok tree mats
16 Days Ago
Possible AdminPanel NRE fix
16 Days Ago
Fixed not being able to interact with some NPC vendors due to fridge VM changes
16 Days Ago
Fix NRE when a melee held entity breaks (NPCNoiseManager)
16 Days Ago
- big ocean fragment shader performance improvement (section of code that didn't need to be computed per fragment was more than doubling ocean draw time) - hide ocean under rivers - fix caustics being burned into screen when disabling water layer
16 Days Ago
start of fixing corpse gibs for jungle barrel storage
16 Days Ago
removed skin linkage to large wood box for jungle barrel storage, removed skinnable asset and linked both directly to jungle_dlc sitem , rebuilt mannifest
16 Days Ago
main -> vine_capsule_renderer
16 Days Ago
Missed files
16 Days Ago
First compiling example of cheaper single server -> client sync vars 🎉 Ensure base entity initialises SyncVar hooks Clearer naming for handlers, Sync and Replicate
16 Days Ago
Missed files
16 Days Ago
Client.Connection receive methods. Initial code generator to hook SyncVar OnValueChanged method to our SendSyncVar method (server only) Only give a damn about single SyncVars for now
16 Days Ago
BaseEntity Single SyncVar header, object and send methods Minor SyncVar code cleanup Enable encryption
16 Days Ago
main -> hackweek_syncvars
17 Days Ago
main ->syncvars