userFlaviencancel
reporust_rebootcancel

6,870 Commits over 882 Days - 0.32cph!

1 Hour Ago
merge from apartment_complex_monument/stove
1 Hour Ago
Tweaked stoves cooking speeds
1 Hour Ago
Small stove cooking visuals
1 Hour Ago
Stove cooking visuals
2 Hours Ago
merge from apartment_complex_monument
3 Hours Ago
Fixed missing softcore modal background
Today
merge from softcore_modal
Today
Disabled hardcore tag button
Today
Hardcore tag styling
Today
Softcore tag styling
Today
Added softcore gamemode modal, opens when clicking on the softcore tag
Today
merge from settings_serch_fix
Today
Tweaks
Today
Added arrow buttons to the settings search bar to cycle results
Today
Fixed settings enter to cycle search results regression
Today
Outpost scene playable in editor
Today
merge from apartment_complex_monument/stove
Today
Blocked tin can alarm in the apartment complex monument S2P
Today
merge from apartment_complext_monument/stove
Today
Some cleanup, layers etc
Today
Small stove effects
Yesterday
Small stove entity Some prep work for visual food
Yesterday
Added stove entity, basically an electric BBQ that starts cooking when theres food to cook. No need for power
Yesterday
Fixed UI_StoreCheckoutResultPage NRE
Yesterday
merge from checkout_nre_fix
Yesterday
merge from skinviewer_metalshopfront
Yesterday
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
Yesterday
Codegen
Yesterday
merge from dpv_fuelbar_fix
Yesterday
Fixed DPV fuel bar text regression
Yesterday
▉▄▊▅▇▊ ▌▌▅▋▌▍▇ ▉▇▊▊▉▊▌▌▉▌ ▊▋▌▅▆▊▌▍▋▍▌▇▅ ▉▄▇█ ▅▇▇▋▆▆ ▊▄▄█▉▆ ▅▄▉▄▆▄▇█▉ ▊▆▇▋▄▄█▅▅▅ ▉▆▅▊▉▅▄█▉▅▅▅ ▆▆▋ ▉▌ ▆▇▌█ ▊▌▍ ▉▄▄▍▅▆▅
Yesterday
merge from batteringram_wheels_fix
Yesterday
merge from wallpaper_fixes2
Yesterday
Fixed menu item modal arrow buttons not working (missing UnityEvent attribute)
Yesterday
Fixed WallpaperPlanner.CLIENT_ChangeSkin NRE
Yesterday
Fixed needing cloth in your inventory to reskin wallpapers (reskin is free)
Yesterday
Fixed battering ram middle wheels rotating backwards
Yesterday
merge from localizebindtoken_error_fix
Yesterday
Fixed InputSystem.Keyboard.get_Item error
2 Days Ago
Compile fixes, metas, codegen
2 Days Ago
Root motion data stuff
2 Days Ago
merge from main
2 Days Ago
Removed Tests/Open Property Drawer Test Window Was introduced by the TMP update, never gonna use and its a stupid path
2 Days Ago
merge from horse_cactus_fix
2 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
2 Days Ago
merge from steam_getitems_optims
2 Days Ago
Cache the known items set because it can be quite large for a player with a lot of items
2 Days Ago
Steam inventory menu only fetch the acquired property
2 Days Ago
Back the store catalog in a dict for faster lookups
2 Days Ago
Store seen steam instance id per account, fixes switching steam account triggering all items as new