reporust_rebootcancel

155,048 Commits over 4,536 Days - 1.42cph!

9 Days Ago
merge from animation_ik_jobs
9 Days Ago
bump up max ik distance
9 Days Ago
fix merge whitespace issues + nuke old comments
9 Days Ago
Created creamy and milky versions of all pure teas In most cases the creamy version increases the effectivess of a tea and decrease the length (creamy pure ore tea increases ore yield 0.5 -> 0.65 and decreases duration from 30m -> 24m) Milky versions of teas just increase the duration (milky pure ore tea 30m -> 45m) Both versions carry through their calories and hydration values into the tea Some edge cases: pure milky healing tea default is 75hp over 30s, creamy is 97hp over 20s and milky is 112hp over 45s Didn't make creamy version of crafting quality tea, it would result in 100% guaranteed chance of armour slots Placeholder (ish) icons for all of them
9 Days Ago
Merge from main
9 Days Ago
Milk mechanics first pass Milk now has a skim interact option, becomes available after 4 hours in a refrigerated container Converts the milk into two items - skimmed milk and cream Skimmed milk has half the calories, 80% of hydration and half the health Cream has half the calories, 20% of hydration and gives +50% health
9 Days Ago
Merge from market_terminal_power_fix
9 Days Ago
Remove failing icon test for marketplace terminal, no longer needed
9 Days Ago
jellyfish movement shader and tendril lag script
10 Days Ago
- Apples have a very small chance of surviving (10% chance) if you dont harvest them before harvesting the tree (coconuts will have a much higher chance of surviving) - Removed the chance of fruit to fall when hitting a tree - Natural beehives will still always spawn honeycomb + the swarm when fully harvesting a tree. This behaviour remains unchanged
10 Days Ago
Adding new sheep animations
10 Days Ago
Apartment complex set isSafezone to true, fixes not seeing hostile warning when close Remove BlockPlacement tag on prevent building, fixes "too close to apartment complex" construction error not working Remove unused chinook drop zone
10 Days Ago
Fix compile
10 Days Ago
▄▋▍▊▌▍▍▉ ▄▊▋▊▇▉ ▇▌█▋ ▅ █▉▅▌▆▍▆ ▌▍▇▇▌▇▉▊█▇▅ ██▌▌▉▅
10 Days Ago
merge from fix_recursive_log -> main
10 Days Ago
- fix InvalidOperationException from iterating through connections while closing socket - prevent extra error messages from being logged after a connection is closed as the connection is kicked after any exception
10 Days Ago
Junkyard loot room
10 Days Ago
merge from critter_animals
10 Days Ago
Add haptic feedback toggle to gamepad options UI
10 Days Ago
squirrel prefab and animator updates with split idles
10 Days Ago
remove sleeping from critters, most are active during the night anyways and saves some extra time
10 Days Ago
Codegen
10 Days Ago
disable all of rabbit interest, taking up queue budget
10 Days Ago
Apply haptic feedback branch/shelves.
10 Days Ago
made ladder hatches skinnable, set up open/close script on them for workshop, will need screenshot code fix and also replacing with new art
10 Days Ago
merge from render_pipeline_testing
10 Days Ago
merge from main
10 Days Ago
fix player eyes in player preview applying fog from the main camera render in RRP
10 Days Ago
population changes
10 Days Ago
turtle spawning fix
10 Days Ago
Restored beehives to oak_b,c and e. oak_e has 100% chance to spawn beehive (just for testing)
10 Days Ago
Add tests to prove the threaded logging system is still working with the new fix
10 Days Ago
Add 10k queued log message cap & prevent exceptions thrown while sending messages to RCON from being logged to RCON itself - unity already protected against main thread log callback calling invoking the callback recursively but we need extra protection for RCON
10 Days Ago
integrate new frog anims, with randomness factor for different jump types
10 Days Ago
Update gamepad_configure to call the new ShowBindingPanel from the FP.Steamworks DLL so we can finally call the Steam input gamepad config screen without a hack.
10 Days Ago
Merge: from main
10 Days Ago
Merge from fp_steamworks_more_gamepad
10 Days Ago
Merge from main
10 Days Ago
New automated test checking worldmodels don't have too big of an offset within them, which can cause the worldmodel outline to disappear when the outline visibility origin is too far outside its collider (was recently an issue with the ladder) Fixed 8 problematic worldmodels
10 Days Ago
merge from automated_testing
10 Days Ago
merge from customvitals_noise_fix
10 Days Ago
Fixed the custom vital template not having the background.tile sprite assigned, missing its texture - it now matches with the rest of our vitals
10 Days Ago
NMS loot room Launch site room fix
10 Days Ago
merge from sv_clientadmin_exposures
10 Days Ago
Exposed weather.load and weather.reset to be callable on the client from the server Codegen
10 Days Ago
Built new FP.Steamworks dlls with vibration/haptic feedback support and the ability to show steam input gamepad binding screen.
10 Days Ago
Merge: from ui_store_slim_ram/blurhash - New: HttpImage now know how to render blurhash images as loading placeholders Tests: navigated through store
10 Days Ago
Bugfix: if httpimagedelay expires, use results of first request that completed Tests: navigated store with httpimagedelay 10 and waiting till it expired
10 Days Ago
Update: generate blur textures of matching aspect ratio to original image Tests: inspected store with httpimagedelay
10 Days Ago
merge from main