reporust_rebootcancel

154,398 Commits over 4,536 Days - 1.42cph!

Rin
2 Days Ago
Reduce crafting recipe and time 100 > 50 stone 10 > 5 cloth 30 > 10 seconds
2 Days Ago
Ensure all haptic feedback is stopped on application quit, just incase. Move intensitiy settings to their own new UI sub-category.
2 Days Ago
▄ ▆▅▉▍▌▊▋▅ ▌▌▆▋ ▉▄▋ ▇▌▉███▄▆▆▍▋▋ ▊█▆ ▆▌▅█▊▌ ▇▉▍▄█▄ ▄▄▋▊▄
2 Days Ago
Tweak low health heartbeat. More noticeable in strength but fades out after 3 seconds of health loss at low health.
2 Days Ago
merge from main, will need to rebuild phrases
2 Days Ago
Anim fix for sheep charge attack
2 Days Ago
merge from main
2 Days Ago
merge from main
2 Days Ago
Restore some spacing gaps in gamepad UI
2 Days Ago
Fix pt boat turrets not showing up correctly on the death screen
2 Days Ago
Update root motion data for cows so animaiton updates are visible in game
2 Days Ago
Implement HapticSource to track where the rumble is coming from. Add per-source haptic intensity convars so each can be customised. Add sliders for them all to gamepad options UI.
2 Days Ago
Merge from main
2 Days Ago
added viewmodel deploy events
2 Days Ago
Merge from main
2 Days Ago
Major haptics refactor/improvements. Added a dedicated rumbler mixer to support multiple sources/blending. Added a bunch of extra rumble features, piggy backing existing call sites where possible to minimise gameplay code intrusion. Added vehicle based rumble, running off their audio systems. Added light horse hoof rumble. Added impact/explosion rumble. Added generic HapticPulseEffect component ready for other uses.
2 Days Ago
Better avoidance stop behaviour, don't congo line to the trough, instead fan out
2 Days Ago
merge from main
2 Days Ago
sea turtle anim update
2 Days Ago
Add bloom low filter option in uber
2 Days Ago
Merge from main
3 Days Ago
Fixed tests
3 Days Ago
Unsaved changes
3 Days Ago
New clothes for livestock vendor S2P stables
3 Days Ago
Implement OutlineRendererFeature
3 Days Ago
Merge from toggle_duck_mini_fix
3 Days Ago
Fixed toggle duck option not working as expected on non modular car vehicles
3 Days Ago
Fixed up colliders on sheep corpse
3 Days Ago
Fix gender of bought animals not assigning properly
3 Days Ago
Don't show auction results until the dialogue text has displayed
3 Days Ago
Sheep now gives wool when sheared
3 Days Ago
Added new wool item Added wool selling to stables vendor, works with the same auction system as selling livestock but uses a different selection of rewards (WIP) Has the same three strike system - three different rewards are offered one at a time, if you reject all three the vendor won't accept wool for 15 minutes Rewards are based on amount of wool out of 1000, so you are incentivised to bring more in a single visit Wool stacks to 100 Fixed a bug in ItemContainer.UseAmount that prevented it from deducting multiple stacks
3 Days Ago
- Fix automatic row not beign the same width as the country rows - Fix numerous bugs with selecting region then turning on automatic again/removing it etc
3 Days Ago
- New country selection UI - Split countries into continents - Add tab based movement/highlighting
3 Days Ago
Fixed some quirks with multiple players interacting with a vendor and animal Only show animals in the list that are following the conversing player Key annoyance state to the animal - not the player. This prevents multiple players taking turns leading an animal and getting twice the rolls
3 Days Ago
Merge from main
3 Days Ago
Manually copy over the milk world model assets from the /Milk branch (it was intermingled with a bunch of code changes that we don't want for perf reasons) Set up world model for milk
3 Days Ago
- Fix auto detect not working properly sometimes - Replace selected country with auto detected if they mis-match and you have auto mode on - Add a few missing country centres
3 Days Ago
merge from parent
3 Days Ago
- Fix head jitter while aiming - Heavily reduce head movements while doing turns - Fix forearm jitter when looking down - Fix remote players taking the shortest turn instead of a full rotation. - Some more general tuning based on feedback
3 Days Ago
merge from main -> base_occlusion
3 Days Ago
▄ ▊▊▌▋▌ ▌▅█▍ ▄▊█▋▇█▋▍▉█▋▆▆█▇▉▇▄▍▄▇▄▅▇▋▌ ▍▋ ▉▌▌▊
3 Days Ago
▉ ▇▍▊▇▄█ ▊▇▉▇ ▌▋ ▆▊▋▇ ▇▉ ▄▊▍ ▅▅▆ ▍█▇▊▆▍ ▋▋▇ ▇▋ ▄▄█▇▄ ▇▍▇▍▄▉▆▋▍ ▌▋▇▉▋▉▆▋ ▇█▉▄▍ ▅▊▉▄ █▌▌▊▆▍ ▆▄ ▆▄ ▋▅▅▇▆ ▊▋█▆█▆ ▉▌█▇ ▊▄▌ ▄█▌▋█▍ ▅▇▌▆▉▋ ▄▉▉ ▉▉ ▉▆▄▆▇▅▊█ ▄▌▌▄▇ ▇ ▉▍▇▍▌
3 Days Ago
▇ ▄▇▍▋▄▌ ▉▇▊█ ▊▆▅▄
3 Days Ago
turtle anim controller update
3 Days Ago
hookup sea turtle death anims with root motion
3 Days Ago
▋ ▅▆▆▇▇▉▄▍▉▆ ▆▆ ▉▍▍▊▉▆ ▌▅▆▆▇▅▌▄▉▊▇▌▌ ▇▄ ▉▆▍▉▉▄▊▇▊▅▅▇▌▅▊█▉▋▇▇▉
3 Days Ago
sea turtle animation update adding death anim block out
3 Days Ago
merge from fix_automated_test_game_view -> main
3 Days Ago
Fix automated test runner not working if the test runner window is open when play mode is entered - caused by WaitForEndOfFrame() in a coroutine stalling until the game renders the next scene - instead of chaing every usage of that in the project (and the side effects it may cause) make the test runner window focus game view