userIan Hendersoncancel
reporust_rebootcancel

4,843 Commits over 762 Days - 0.26cph!

25 Days Ago
main -> vendor_ui_drone_accessibility
25 Days Ago
Fix prediction NRE for NPCVendingMachines
26 Days Ago
Fix reload/attack animation playing for the local player from a worldmodel perspective provided we have a viewmodel
26 Days Ago
Remove Viewmodel ghosting Fix dismount NRE
26 Days Ago
naval_update -> turret_viewmodel
26 Days Ago
vendor_ui_drone_accessibility -> main
26 Days Ago
- Show if a vending machine is accessible by a drone in the regular map - Shows same result as in the admin ui - When updating any building parts nearby a vending machine perform a check and see if we need to update the marker - Add profiling
26 Days Ago
Compile error fix
26 Days Ago
- Took a stab at fixing the worst flex UI known to man (my vendor ui) - Reorganised the layout, cleaned it up a bit - Fixed close button not aligning with the listings
26 Days Ago
Store drone accessible state on the map marker
26 Days Ago
- Save drone accessibility state to the vending machine flags - Recalculate if any physics neighbours change
26 Days Ago
Jump improvements: - Setup ladder triggers around junkpiles to make jump ups easier - Add kinematic rigidbodies to junkpiles (better collision detection) - Boyancy point improvements
27 Days Ago
More WIP: - Mostly working apart from some ghosting (wrong update loop) - Setup standard system for mounted weapon viewmodels - Setup world model disable system with turrets - Setup offsets - MountedTurretViewmodel
27 Days Ago
27 Days Ago
Fix codegen Fix broken ai mounted weapon controllers
27 Days Ago
Rear turret Viewmodel test WIP
27 Days Ago
More cleanup, dont use the packing queue for reloading
27 Days Ago
Run ai loop faster
27 Days Ago
Wire up the tooltip text Add some phrases for each of the states Crappy wheel detection, will need changed in future
27 Days Ago
Fix some broken flex stuff in the boat building hud prefab
27 Days Ago
Fixed codegen errors. Bunch of uncommited stuff. WIP stuff
27 Days Ago
Missed files
27 Days Ago
Rename ServersideMountedWeapon to MountedWeapon
27 Days Ago
Add more playables null checks
27 Days Ago
Fixed protobuf
27 Days Ago
main -> naval_update
27 Days Ago
wallpaper_viewmodel_fix -> main
27 Days Ago
Fix wallpaper planner viewmodel playing its deploy animation faster than regular planner viewmodel
30 Days Ago
console_vehicle_ui -> main
30 Days Ago
Just search through shortnames. makes sense as its what we can see in the menu
30 Days Ago
Fix search not working properly for the vehicles console tab
30 Days Ago
console_vehicle_ui -> main
30 Days Ago
Remove Amazon import??? IDE's fault.
30 Days Ago
console_vehicle_ui -> main
30 Days Ago
console_vehicle_ui -> main
30 Days Ago
Generate a bunch of missing icons More changes to item defs Swap Train and Misc category enum positions - fix broken prefabs
30 Days Ago
Forgot trains - Sorry Bill!
30 Days Ago
Make sure every spawnable vehicle has an item Tag all of the vehicles with the correct categories Setup Entity references on all of the new items Fix some naming / icon issues
30 Days Ago
Can detect spawn names via ItemModEntityReference
30 Days Ago
Initial setup. Can now spawn some vehicles via the F1 menu. Vehicles split into categories: Helicopters, Cars, Bikes, Boats, Animals, Siege, Misc
30 Days Ago
building_planner_viewmodel -> main
30 Days Ago
Remove the animation on build
30 Days Ago
Eye following view (if you want it)
30 Days Ago
Test branch for alex
30 Days Ago
playables_fixes_2 -> naval_update
30 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
30 Days Ago
Add null protection to all exposed methods referencing the playable controller
30 Days Ago
naval_update -> pt_boat_2
30 Days Ago
Fix rear turret clipping on the ptboat
30 Days Ago
Compass reference is broken here too for some reason