userIan Hendersoncancel
branchrust_reboot/main/Boomerangcancel

132 Commits over 59 Days - 0.09cph!

7 Days Ago
jungle_update -> boomerang
9 Days Ago
Client server mismatched fields error
9 Days Ago
Last minute changes
9 Days Ago
Fixed Boomerang on back positioning. Removed extra logs from animation events
9 Days Ago
Added item condition to Boomerangs - each hit removes 10% of durability
9 Days Ago
Added controller
9 Days Ago
Cancel 3p animation if hits the ground
9 Days Ago
Improve script notes.
9 Days Ago
Improve Boomerang hit detection. Fix movement code taking excess velocity from the server projectile movement. Can now turn on/off server projectile movement code (boomerang only uses server projectile for its initial thrown section, client predicted on curving)
9 Days Ago
Remove rotating logs
9 Days Ago
Dont fly to a player thats ran too far from the starting position
9 Days Ago
Aim slightly higher up than the feet
9 Days Ago
Client predicted returning to player
9 Days Ago
Quicker return speed (again)
12 Days Ago
3p throwing and waiting to catch boomerang animations
12 Days Ago
Try and return to the player rather than the starting spawn location
12 Days Ago
jungle_update -> boomerang
13 Days Ago
jungle_update -> Boomerang
14 Days Ago
- Can throw boomerang sooner after catching it (quicker caught animation transition) - Reduce catch animation duration frames
14 Days Ago
Can no longer use a boomerang to gather wood or harvest bodies
14 Days Ago
Double boomerang throwing range
14 Days Ago
jungle_update -> boomerang
22 Days Ago
Greatly increase boomerang thrown speed and reduce curving time
23 Days Ago
Retain item ownership after throwing and picking up the boomerang
23 Days Ago
main -> Boomerang
28 Days Ago
Fixed boomerang directions not responding properly to percentage complete through the throw arc
28 Days Ago
Expose settings to change return arc and time until start return arc
28 Days Ago
Remove time log
28 Days Ago
- Prevent different boomerang items from being able to catch other boomerang items (eg boomerang 2 item catching boomerang 1 in the air) - Harden check logic on boomerang catch (server & client)
28 Days Ago
Fix issue detecting if boomerang has finished its curve
28 Days Ago
Allow boomerang to generate more forward momentum if its finished its curve and hasnt hit the ground yet
29 Days Ago
- Setup script to allow trails (or any child) to null out rotation on a specific axis - Stopped Boomerang trail from following the x axis
29 Days Ago
Detect water hits - handle it like the other projectiles
29 Days Ago
Stop the boomerang killing itself when getting near the owner player (if they dont have anything out)
29 Days Ago
Boomerang prefab information
30 Days Ago
main -> Boomerang
30 Days Ago
Adjusted icon again
30 Days Ago
More compile errors
30 Days Ago
- Compile errors - Recalculate bounds
30 Days Ago
Fixed some weird sticking issues with boomerangs. Explore some sticking behaviour with entities
30 Days Ago
Minor code cleanup
30 Days Ago
Fix on back orientation
30 Days Ago
New icon and inventory effects
30 Days Ago
- Fixed animation controller forcing exit time on catch - Implemented some radius on the hit casts (gives some leeway on having to directly hit the target)
30 Days Ago
Remove unneeded logs
30 Days Ago
Fixed client catch prediction (works well!)
30 Days Ago
Dump the extrapolation. Implement full clientside pediction instead. Behaving sensible at 150-200ms ping
33 Days Ago
Disable client predicted catching for now
33 Days Ago
Way more accurate landing point logic
33 Days Ago
Client predict catch logic