userFlaviencancel
reporust_rebootcancel

7,165 Commits over 943 Days - 0.32cph!

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