reporust_rebootcancel

111,167 Commits over 3,928 Days - 1.18cph!

36 Days Ago
updated vm improvised/reinforced and wooden shields override controllers with the correct anims
36 Days Ago
Optim: reimplementing List.Compare extension via hash->sort approach - Only implemented for ref types for now, but can be extended to value-types as well - Has a limitation of requiring no duiplicates in queries lists - Dependent on the hash quality - we have a slow, quadratic path when a hash collision occurs - Measured performance - largest case (2048, 512) is an order faster than previous impl (0.75ms vs 12.5ms) Goal was to reduce the number of hash lookups from the original algorithm and to reduce it's quadratic nature. Tests: Ran the unit tests - all pass
36 Days Ago
Update: rewrote ListExtension test to soon-to-chan - Also added a perf test - Measured initial implementation's timings - (2048,512) takes 12.5ms on average I've been working on an optimization that requires me to use ref-types rather than value-types Tests: run the test in editor, all cases pass
36 Days Ago
fixed backwards WriteOnly/ReadOnly attributes on job and changed bad naming that caused it
36 Days Ago
▅▍▇▋▍ ▉▇▆▍ ▅▄▉▆
36 Days Ago
Remove redundant allies vislog
36 Days Ago
Use convars directly in debug aiarena script when ppossible instead of running commands
36 Days Ago
Add vislog to confirm that fallback roam EQS works correctly
36 Days Ago
Combining back wheel of ballista base
36 Days Ago
ruin_a backup
36 Days Ago
merge from fix_swamp_water_reflection
36 Days Ago
merge from main
36 Days Ago
prepatch phases, codegen and manifest
36 Days Ago
Fixed asset labels on all new shields, manifest
36 Days Ago
Only apply auto turret behaviour when actively bocking with the shield
36 Days Ago
Some protection value changes If an auto turret is aiming at a person using a shield, adjust the targeting to shoot at the shield Adjusted improvised shield collider
36 Days Ago
Update attack loops on reinforced shield
36 Days Ago
One more delete
36 Days Ago
Delete animator controllers for wooden, reinforced and improvised shields There are overrides setup for each shield viewmodel variant, we should be using those
36 Days Ago
Both head look system working in tandem: one for direction and one for point of interests (players, food, ...)
36 Days Ago
Shore vector fix
36 Days Ago
Test map scene 2
36 Days Ago
Horse proper headlook setup, disabled old headlook
36 Days Ago
Horse mountable blend tree tweaks
36 Days Ago
Test map scene
36 Days Ago
Codegen
36 Days Ago
Adjust TOD scattering direction clamp to avoid normalising zero vector (stop NaNs)
36 Days Ago
Major wip: - Set up fractional reload - Setup fast reload values (purely wip and testing) - Setup Mini Crossbow script (sets shots left value) - Use shots left to blend anims
36 Days Ago
Shortened the transition between melee_atk_loop and melee_atk_end to fix the slight hold when going straight to block
36 Days Ago
Don't allow the shield to block while the held weapon is playing it's deploy animation
36 Days Ago
Raw anim import
36 Days Ago
Rider galloping pose
36 Days Ago
updated triangle planter, fleshed out prefabs and now as a deployable scripts may need checking over
36 Days Ago
Merge from scrap_exchange_dynamic_pricing
36 Days Ago
Fixed the out of stock calculation not taking into account the new scrap multiplier
36 Days Ago
Merge from main
36 Days Ago
Fix disabled audio source warning when reconnecting in range of an active car radio
36 Days Ago
Merge from main
37 Days Ago
Ballista - player anims for up/down - added player anims to animator, set up blendtree with up/down animing to use up param - tweaked start position of lever on ballista anims - tweaked eye position & hand ik on entity
37 Days Ago
prefab progress
37 Days Ago
Merge from simple_upgrade
37 Days Ago
Can't upgrade after recent damage
37 Days Ago
Fixed missing animator param warning when reloading the ballista
37 Days Ago
Prevent temp ragdoll player instigated dismounts
37 Days Ago
triangle planter progress LODs, Collison and Gibs initial prefab setup - some extra work will revist tonight
37 Days Ago
Reviewed horses interaction priority, so you don't accidentally hit examine while trying to mount your horse
37 Days Ago
Changed the car radio item inventory move sfx to a more suitable light metal sound rather than the heavy clunky car module sound
37 Days Ago
implemented ballista base rig
37 Days Ago
Merge from main
37 Days Ago
re-exported ballista weapon anims after rig update