userIan Hendersoncancel
branchrust_reboot/main/Boomerangcancel

109 Commits over 59 Days - 0.08cph!

13 Days Ago
Added ability to bypass consume on throw
13 Days Ago
- Double max rotation speed - Remove unneeded logs
13 Days Ago
Fixed throw RPC error
14 Days Ago
Remove debug drawing
15 Days Ago
Automatically play a gesture when throwing the boomerang (temporarily a wave for now) -Stop gesture if projectile hits something
15 Days Ago
Gesture experimentation
15 Days Ago
- Boomerang can now be caught by the player who threw it in the first place - Cache creator player - Hitmaterial now uses collider shared material
15 Days Ago
- Improved reliabiliy of impact effects happening - Server projectile version scales damage properly - Logs
15 Days Ago
- Play projectile effects even if you only hit the terrain - Fixed NRE on terrain hit - Remove unneeded logs
15 Days Ago
Boomerang now sticks into whatever it hits, creating a pickupable world object like any other projectile
15 Days Ago
lerp direction changes rather than straight setting
15 Days Ago
Tweaked boomerang return arc
15 Days Ago
Fixed look rotation zero error on server projectiles
15 Days Ago
main -> Boomerang
18 Days Ago
- Completely deterministic arc generation - Radius variable - Manually set projectile velocity (not the best idea)
18 Days Ago
Try bezier curves rather than fake physics and a dream
18 Days Ago
Compile errors
19 Days Ago
Some stop distance thresholding
19 Days Ago
Got the boomerang doing a little curve a few seconds after throwing
19 Days Ago
Kill the boomerang properly on hit
19 Days Ago
Boomerang rotation now based on its speed
19 Days Ago
Get proper hit material from ray
19 Days Ago
Fully swapped boomerang over to server projectile. Restored most of the old functionality.
19 Days Ago
main -> boomerang
20 Days Ago
Some server projectile virtual methods. Clientside spinning reinstated.
21 Days Ago
Swapped fully to using a server projectile instead so we can use all of the projectile systems
21 Days Ago
Spawn at the correct position + rotation
21 Days Ago
Proper throw setup with eye position validation and racyast before throwing
21 Days Ago
Fixed boomerang server methods running in the client (only in editor)
21 Days Ago
main -> boomerang
22 Days Ago
compile fixes
26 Days Ago
Porabola utils Incase I want to use it
26 Days Ago
Initial crappy curving logic
26 Days Ago
- save thrown from position - handle save till return - setup shared stuff (used for prediction later) - code cleanup
26 Days Ago
Adjusted bounding box again
26 Days Ago
- increased speed - debug command - codegen
26 Days Ago
Impact effects now working on hit. Just search for the nearest bone and use that
26 Days Ago
More progress towards thrown boomerang generating effects. Correct material is now grabbed
26 Days Ago
- Reduce bounds - Add comments
26 Days Ago
Some attack hit 2 effects
26 Days Ago
Setup attack hit 2 properly
26 Days Ago
Can now melee things with the boomerang on left click
27 Days Ago
Added crappy hit effect
27 Days Ago
Non Stackable
27 Days Ago
Boomerang now kills itself on damage
27 Days Ago
Boomerang now does damage to entities it hits using vis entities for the meantime
28 Days Ago
Rotation corrections
28 Days Ago
Clientside rotation (this is ok so long as we use a square/sphere collider lol
28 Days Ago
- Set up really crappy move forward script - Use item mod instead - Temporarily set LODS to all be LOD0
28 Days Ago
Setup tech to allow an entity to be created on a throw. Brand new entity throw specific methods and a bunch of conversion + helper stuff added throughout.