userFlaviencancel
reporust_rebootcancel

6,921 Commits over 912 Days - 0.32cph!

13 Days Ago
merge from apartment_complex_monument/stove
13 Days Ago
Tweaked stoves cooking speeds
13 Days Ago
Small stove cooking visuals
13 Days Ago
Stove cooking visuals
13 Days Ago
merge from apartment_complex_monument
13 Days Ago
Fixed missing softcore modal background
13 Days Ago
merge from softcore_modal
13 Days Ago
merge from softcore_modal
13 Days Ago
Disabled hardcore tag button
13 Days Ago
Hardcore tag styling
13 Days Ago
Softcore tag styling
13 Days Ago
Added softcore gamemode modal, opens when clicking on the softcore tag
13 Days Ago
merge from settings_serch_fix
13 Days Ago
Tweaks
13 Days Ago
Added arrow buttons to the settings search bar to cycle results
13 Days Ago
Fixed settings enter to cycle search results regression
13 Days Ago
Outpost scene playable in editor
14 Days Ago
merge from apartment_complex_monument/stove
14 Days Ago
Blocked tin can alarm in the apartment complex monument S2P
14 Days Ago
merge from apartment_complext_monument/stove
14 Days Ago
Some cleanup, layers etc
14 Days Ago
Small stove effects
14 Days Ago
Small stove entity Some prep work for visual food
14 Days Ago
Added stove entity, basically an electric BBQ that starts cooking when theres food to cook. No need for power
14 Days Ago
Fixed UI_StoreCheckoutResultPage NRE
14 Days Ago
merge from checkout_nre_fix
14 Days Ago
merge from skinviewer_metalshopfront
14 Days Ago
Added metal shop front to skin viewer Added a feature to lock vertical/horizontal rotation on items, enabled for the metal shop front and a few others
14 Days Ago
Codegen
14 Days Ago
merge from dpv_fuelbar_fix
14 Days Ago
Fixed DPV fuel bar text regression
14 Days Ago
▉▄▊▅▇▊ ▌▌▅▋▌▍▇ ▉▇▊▊▉▊▌▌▉▌ ▊▋▌▅▆▊▌▍▋▍▌▇▅ ▉▄▇█ ▅▇▇▋▆▆ ▊▄▄█▉▆ ▅▄▉▄▆▄▇█▉ ▊▆▇▋▄▄█▅▅▅ ▉▆▅▊▉▅▄█▉▅▅▅ ▆▆▋ ▉▌ ▆▇▌█ ▊▌▍ ▉▄▄▍▅▆▅
14 Days Ago
merge from batteringram_wheels_fix
14 Days Ago
merge from wallpaper_fixes2
14 Days Ago
Fixed menu item modal arrow buttons not working (missing UnityEvent attribute)
14 Days Ago
Fixed WallpaperPlanner.CLIENT_ChangeSkin NRE
14 Days Ago
Fixed needing cloth in your inventory to reskin wallpapers (reskin is free)
14 Days Ago
Fixed battering ram middle wheels rotating backwards
14 Days Ago
merge from localizebindtoken_error_fix
14 Days Ago
Fixed InputSystem.Keyboard.get_Item error
15 Days Ago
Compile fixes, metas, codegen
15 Days Ago
Root motion data stuff
15 Days Ago
merge from main
15 Days Ago
Removed Tests/Open Property Drawer Test Window Was introduced by the TMP update, never gonna use and its a stupid path
15 Days Ago
merge from horse_cactus_fix
15 Days Ago
Fixed player dying instantly when touching a cactus while mounting a horse Could happen rarely when the rider sat on the edge of the cactus TriggerHurtEx trigger. When mounted, the mount sync force updates the player triggers every frame, so the overlap test flickered in and out of the trigger and fired OnTriggerEnter Can happen with any mountable in theory, just more common with horses TriggerHurtEx now debounces damage applied to the same entity multiple times in a single frame
15 Days Ago
merge from steam_getitems_optims
15 Days Ago
Cache the known items set because it can be quite large for a player with a lot of items
15 Days Ago
Steam inventory menu only fetch the acquired property
15 Days Ago
Back the store catalog in a dict for faster lookups