branchrust_reboot/main/vinescancel

76 Commits over 151 Days - 0.02cph!

Yesterday
Add a branch highlight instead of DDraw, disable cylinder on the vine launch point
Yesterday
Update prefab with new model
Yesterday
Kapok tree progress
2 Days Ago
and more
2 Days Ago
Remove unneeded debug logs
2 Days Ago
- List rewrite - Added license
3 Days Ago
- Setup more IK settings in code - Add missing IK error
3 Days Ago
- Move FastIK away from Unity update methods - Setup profiling and our own init and update methods
3 Days Ago
Implement list pooling into FastIK
3 Days Ago
Fast IK code cleanup + namespace change
3 Days Ago
- Implement our own fork of FastIK - Add support for inverting Resolved rotation - Correctly implement on top of our vines
3 Days Ago
main -> vines
4 Days Ago
Update nearby vines when a tree respawns
4 Days Ago
Revert chair.static mount pose
4 Days Ago
Fix vines double spawning when loading
4 Days Ago
Vine swinging trees no longer immortal Spawns an immortal stump entity when killed, stump will respawn the tree after 10s (wip obviously) Will not spawn if a player is in proximity
4 Days Ago
Merge from main
8 Days Ago
Attacking a vine will standing near one of it's destinations will make the vine swing to that destination if it is not at that destination
8 Days Ago
Added a temp interaction icon
9 Days Ago
Don't show the world vine to the person riding that vine in first person
9 Days Ago
Fixed vine repositioning incorrectly when swing ends, refactor vine visual out into it's own separate class/hierarchy and move into a budgeted update method
9 Days Ago
Fixed vine update performance at scale
9 Days Ago
Make vine swinging trees immortal
9 Days Ago
Still broken looking but slightly less broken looking vine visual
10 Days Ago
Merge from main
17 Days Ago
fixed issues with 3p vine swinging anims
17 Days Ago
More init refactoring, should support proc gen placement now (in theory)
17 Days Ago
More save+load work Fixed swings starting at wrong rotation briefly
17 Days Ago
Fixed arc calculation getting inverted after loading a save Vine mountables now save and load
17 Days Ago
Viewmodel setup
17 Days Ago
Scene change
17 Days Ago
Hook up 3p anims Move animation files into vine swinging folder Change chair.static to use vine swinging anim for easier testing, animations appear broken
18 Days Ago
Adjust angle limits Initial handling for trees being destroyed - nearby vines are notified and update their detination lists, will self destruct if no destinations are available If a vine is parked away from it's home tree and that tree is destroyed the vine will swing back to to it's home tree
18 Days Ago
Unsaved
18 Days Ago
Better vine visual rotation handling, use burst cloth for now
18 Days Ago
Added the ability to throw a vine - sends the vine to the target destination without mounting it Vine will now continue to it's destination if the player dismounts it mid swing
18 Days Ago
Rough process for preventing multiple vines from overlapping when parked
18 Days Ago
Remove VineSpawnPoint tag, parent tree now stores a list of vine spawn points
18 Days Ago
Merge from main
19 Days Ago
Adjust the ladder trigger setup on the tree
23 Days Ago
More refactoring, entirely remove the Vine class Vine mountable now tracks all state once spawned, isn't destroyed on player dismount Provides much simpler client side vine visual management
23 Days Ago
Draw debug arrows for vines
23 Days Ago
Move responsibility for storing destinations to the Vine, not the LaunchPoint Vine now tracks if it is at it's start location or a destination, when at a destination can only swing back to origin
23 Days Ago
Merge from main
26 Days Ago
Spawn vines dynamically
26 Days Ago
Vines now find destinations at server start (like ziplines)
26 Days Ago
Test scene, greybox gameplay prefab setup
26 Days Ago
Manifest
26 Days Ago
Merge from main
38 Days Ago
main -> vines