userFlaviencancel

6,870 Commits over 882 Days - 0.32cph!

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