userIan Hendersoncancel
reporust_rebootcancel

5,052 Commits over 792 Days - 0.27cph!

53 Days Ago
Remove the animation on build
53 Days Ago
Eye following view (if you want it)
53 Days Ago
Test branch for alex
53 Days Ago
playables_fixes_2 -> naval_update
53 Days Ago
Fix ArgumentException: The Playable is invalid. It has either been Disposed or was never created happening with BlendOneShotWeights. - Properly nuke the coroutine method - Extra protection in the co-routine itself to stop this from NRE'ing
53 Days Ago
Add null protection to all exposed methods referencing the playable controller
53 Days Ago
naval_update -> pt_boat_2
53 Days Ago
Fix rear turret clipping on the ptboat
53 Days Ago
Compass reference is broken here too for some reason
53 Days Ago
Fix lost compass reference
53 Days Ago
pt_boat_2 -> naval_update
53 Days Ago
Ensuire AI is saved
53 Days Ago
naval_update -> pt_boat_2
53 Days Ago
Run anims on place/block change
53 Days Ago
Final gen
53 Days Ago
rpc_improvements -> main
54 Days Ago
Added Player and Entity to the Network extensions as well (so the source generator chills) Added so source generator as well
54 Days Ago
Can now use BaseEntity and BasePlayer as arguments in RPCs. Automatically evaulated at the other side when read This gives us the base to use these as SyncVar types later, (gives us a route out of the OnChildAdded then checking for references loop)
54 Days Ago
scientist_boat_fixes_3 -> naval_update
54 Days Ago
Drop rhib group spawn count from 12 to 7: 15 less scientist rhibs will spawn as a result.
54 Days Ago
scientist_boat_fixes_3 -> naval_update
54 Days Ago
Add support for different crosshair modes on projectile weapons. Always show, or only show under conditions: - Standard - ^ + when aiming - ^ + when reloading - Always
54 Days Ago
scientist_boat_fixes_3 -> naval_update
54 Days Ago
Retain group id between saves
54 Days Ago
Allow crate to be saved. Prevent NRE by delaying loot fill a few seconds, this ensures the
54 Days Ago
scientist_boat_fixes_3 -> naval_update
54 Days Ago
Dont save the ghost ship hackable crate. Stops save nre
55 Days Ago
scientist_boat_fixes_3 -> naval_update
55 Days Ago
Compile fix
55 Days Ago
scientist_boat_fixes_3 -> naval_update
55 Days Ago
Fix margin check in wander state
55 Days Ago
Support boat debug ddraw convars on server
55 Days Ago
Give a whole second before spawning scientists
55 Days Ago
Dont try and set navigator, we dont have one
55 Days Ago
Disable AI brains on the boats provided we dont have a target. Will reduce NPCPlayer::ServerThink_Internal calls
55 Days Ago
naval_update -> scientist_boat_fixes_3
55 Days Ago
Massive changes and rewrites to player model: - Rewrite all animator calls as _animationControllerPlayable where needed - Seems to work - Finally stopped the warnings and the errors
55 Days Ago
More predictable behaviour. Attempt to prevent it from breaking 20% of the time
55 Days Ago
Fix menu player being borked - dont need playables there
55 Days Ago
playables_fixes -> naval_update
55 Days Ago
playables_fixes -> naval_update
55 Days Ago
Fix hold poses being screwed
55 Days Ago
Dont setup the playable graph for ragdolls. Stops an NRE when getting near a ragdolled player or killing one
55 Days Ago
scientist_boats_gameplay_2 -> naval_update
55 Days Ago
Dont turn the leg animators on for NPCs - its glitchy right now
55 Days Ago
Add PT loot spawning
55 Days Ago
Do RHIB/PT Boat loot spawning from static spawn methods instead
55 Days Ago
55 Days Ago
scientist_boats_gameplay_2 -> naval_update
55 Days Ago
Compile fixes