userAdam Wcancel

12,582 Commits over 3,803 Days - 0.14cph!

1 Year Ago
VM code cleanup
1 Year Ago
Deleted metal detector UI code and prefabs now it is not used.
1 Year Ago
Added an additional client-side check before requesting flags. Couple of extra null checks to be safe.
1 Year Ago
Re-order some checks to avoid a raycast in some situations
1 Year Ago
Added a link directly to the flag collider so I can remove a GetComponent
1 Year Ago
Removed some now unused code. Removed a couple of double gets.
1 Year Ago
Merge from main
1 Year Ago
Min/max item counts. Test loot update.
1 Year Ago
Support biome/topo specific loot
1 Year Ago
Loot wip
1 Year Ago
Merge from main
1 Year Ago
Null check
1 Year Ago
WIP loot control
1 Year Ago
Added shovel script and set it up on the shovel, incase I need to add any extra functionality later. Improved shovel item check. Flags set to require shovel.
1 Year Ago
Merge from main
1 Year Ago
Manifest
1 Year Ago
Added timeout var for flags. Codegen.
1 Year Ago
BaseDiggableEntity can now be flagged as requiring a shovel to dig or not. Can dig with any melee item.
1 Year Ago
Cleanup & refactor anim sync. Codegen.
1 Year Ago
Compile fix
1 Year Ago
Anim test
1 Year Ago
WIP 3rd person anim code. RPC tweaks/checks.
1 Year Ago
Merge from metal_detector
1 Year Ago
Merge from main
1 Year Ago
Merge from light_test
1 Year Ago
Disable UI
1 Year Ago
Clean up
1 Year Ago
Some refactor
1 Year Ago
Move some code away from UI
1 Year Ago
Test
1 Year Ago
Light changes wip
1 Year Ago
Codegen, manifest
1 Year Ago
Protobuf gen
1 Year Ago
Merge from metal_detector
1 Year Ago
Merge from main
1 Year Ago
Compile fix
1 Year Ago
Material fixes
1 Year Ago
Disable vm bob & sway when in sweet spot scanning mode
1 Year Ago
Reduce scan duration from 3->2 seconds
1 Year Ago
Merge from main
1 Year Ago
Remove some old test code that disabled bob, sway, punch effects on detector VM
1 Year Ago
Pooling
1 Year Ago
Spawn delay
1 Year Ago
Placement checks
1 Year Ago
Merge from main
1 Year Ago
Setup speaker anim
1 Year Ago
Remove 0.75 clamp
1 Year Ago
Lerp the anim blend param value to smooth out stutters. Remove some now unused code.
1 Year Ago
Set icon
1 Year Ago
DroppedItems can be marked to not combine. Dug up items set to not combine so they don't auto merge if the flags are close together and their items are left on the ground after digging up.