131,769 Commits over 4,232 Days - 1.30cph!

17 Days Ago
- Rewrite and cleanup of pursue behaviour - Multiple NRE fixes - Better print outs
17 Days Ago
17 Days Ago
The big one - deleted old models, materials and viewmodel anims, moved new models and materials to main folder medical syringe with new model and anims all functional
17 Days Ago
Fixed fireball yellowification.
17 Days Ago
Removed InitBounds hack in deep sea portal UpdateRenderer
17 Days Ago
Fixed floating city losing their global networkness on save restore
17 Days Ago
- Wrap floating cities in the same avoidance triggers as Oilrig
17 Days Ago
merge from naval_update
17 Days Ago
fixed worldmodel outline not showing
17 Days Ago
merge from main -> puzzle_reset_changes
17 Days Ago
Add 'BoatAIAvoid' Triggers, this will stop the boat ai from 'crashing' into areas with lots of small obstacles - Wrapped Oilrig - Wrapped Large Oilrig
17 Days Ago
Ignore new multi command behaviour for binds, they already handled chaining before.
17 Days Ago
front 50cal view model camera animations - block out
17 Days Ago
lowered research costs to be in line with new workbench values
17 Days Ago
- Better 'get' and 'give up' targetting detection - Fixed target claiming possibly happening on the same boat thats trying to get rid of the target - Standardised check system - Applyed it across all targetting logic
17 Days Ago
Fix client boat building blocks after paste
17 Days Ago
All consumables can no longer be used when both hands are occupied (driving a mountable that blocks item usage) ^ This is a stopgap change until hotbar food eating is implemented Improved "disabled" menu option text to be more generic.
17 Days Ago
Minor mat tweaks for lighting behaviour. LOD1 popping improvements.
17 Days Ago
merge from main
17 Days Ago
Reworked the supply drop to fix the visual regression.
17 Days Ago
Add proper null check when dismounting weapon seats
17 Days Ago
Merge from parent
17 Days Ago
Compile fix
17 Days Ago
merge from boat_building
17 Days Ago
Updating rf transmitter deploy animation
17 Days Ago
Predict reload syncvar
17 Days Ago
Merged the initial dock & edit test to save us all the hassle of trying to dock boats.
17 Days Ago
- Apply head animations to be in reference to the starting head position/rotation
17 Days Ago
blowpipe animation updates
17 Days Ago
Merge: from spectate_dontfloodsnapshots - Fixes spectate not working in UsePlayerUpdateJobs 2 case Tests: tried to spectate occluded player
17 Days Ago
Bugfix: Ensure initial player snapshot gets sent to spectator in UsePlayerUpdateJobs 2 case Tests: on craggy with UsePlayerUpdateJobs 2, took 2nd player behind a hill to occlude, then tried to spectate them - confirmed that the first snapshot got sent.
17 Days Ago
Merge from horse_medsyringe_healing
17 Days Ago
Fix mission event for healing using wrong prefab ID
17 Days Ago
mini fridge corpse mesh
17 Days Ago
- Added a script to convert skinned mesh renderers to mesh renderers - Parking these extra changes right now (for a few days)
17 Days Ago
Merge from parent
17 Days Ago
viewmodel camera animations for rear 50cal
17 Days Ago
merge from tax_convars_rename
17 Days Ago
Ensure the wind turbine transmission also rotates. Rotates in the opposite clock direction (as it would in real life)
17 Days Ago
mini fridge added gibs and updated lods updated deploy and item prefabs adjusted slot count to 30 (temp needs gameplay pass) updated bounds update manifest
17 Days Ago
Restored missing entities.RemoveAll in copypaste after filtering prefabs
17 Days Ago
medical syringe viewmodel - made functional - added anim events - updated clip data - removed camera animation (for now)
17 Days Ago
main -> unskinned_windmill
17 Days Ago
Fixed copypaste merge fuckery, restored copyboat commands
17 Days Ago
Fix broken diving goggles
17 Days Ago
Update to crockery textures
17 Days Ago
Null checks in UI_DropsController to prevent menu NRE when loading playground
17 Days Ago
use a realmed trace for TriggerParent.HasObjUnderFeet so they don't freak out in-editor at speed
17 Days Ago
Merge: from main
17 Days Ago
Added helper functions to get boat building area player, boat, block and deployable counts. Switched a function which wasn't freeing lists correctly to use the helper functions.