userJarryd Campicancel

11,890 Commits over 2,466 Days - 0.20cph!

15 Days Ago
Change default value of BasePlayer.filterSpectateMapTeamID to -1 so it shows the team of the currently spectated player by default (setting this value to 0 will show all teams if global.toggleSpectateTeamInfo is true, not usually useful on live servers)
15 Days Ago
Fixed shotgun traps going off once if an authed player was in front of them when a TC is reskinned
15 Days Ago
ReApply after merge conflicts Implementation of Unity's ScrollRect, including a Mask & ChildCanvas for better performance Added Scrollbar support, allowing the customization of color, thickness Added mask softness for RectMask2D added in Unity 2019.4.20 Added Update support for Scrollviews Added enable support for scrollbars no Selective Update support for individual Scrollbars as they are in a sub json object, could be added by replicating the ShouldUpdateField with the sub object revert offsetmax fix reversed offsetmax fix because alot of UIs rely on it Fixes after validating code within Client this PR addresses issues i identified while modding this PR into the game for testing, other than these changes it works as expected with the test JSON provided (after it is updated) Updated example updated scroll example to actually look the part in the client really appreciating whoever put Assets/Icons/rust.png instead of Assets/Content/UI/UI.Background.Tile.psd as the default sprite for RawImages btw Reduce needless recursion retains the same functionality Fix FindPanel issues due to ghost scrollview entries if a scrollview was indirectly destroyed its entry would remain causing subsequent lookups for the same name to not return anything. disabled the scrollview redirect when looking for a panel to update, this allows the code to correctly find and update the GameObject containing the scrollview instead of its content Merge branch 'master' into pr/54 Moved the test into it's own folder Will be better for future tests Remove mask.softness reference Unsure what unity version this was added in but we don't currently support this property Merge pull request #54 from Kulltero/ScrollView Adding Support for Scrollable Containers
15 Days Ago
Add a new tests folder to the community UI directory to store future tests Include ScrollTest
15 Days Ago
Implement Community UI PR - Adding Support for Scrollable Containers #54
15 Days Ago
Update from main rust repo New RPC syntax
15 Days Ago
▌▉▅▍▇ ▌▋▋▆ ▅█▄▇█ ▌▇▉▍▋▆ ▇▅▇▌▋ ▍▆▋▆█ ▌▉ ▌▍▍▆ ▊▄ ▆▊█▌▊▉▋ ▉▋▌▍▊█▋▆ █▉ ▊▆▆▆█▊▄█ ▌▇▍▅ ██▉ ▋▉▋▅▌▉▉▋ ▅▆▅▇▋ ▊▄▄'▆ ▇█▇▄ ▇▋▌▍█ ▇▋▅▋▇▇▇ ▇▌▌▄▅▊▍ ▅█▅▄▆ ▇▆▌▌▆▋▋▄▅▉ █▌▌▅▇ ▆▋▊█▌ ▌▍█▋ ▅▄▄ ▋█ ▅▉▅▋▊▊▆▉ ▍▍▍▊▇▆
15 Days Ago
Adjust priority of blocked by clothing prompt when wearing the chicken costume so it appears underneath prompts to open vehicle storage/push/etc Fixed blocked by clothing prompt appearing when the mount menu isn't visible, only affected mountables where we allow mounting while looking at specific colliders (eg. trains)
15 Days Ago
Added a proper localized string and icon when the player is killed by the moving shipping containers
15 Days Ago
Modify the map marker for the cargo ship so players can tell if it has already docked The map marker tooltip will now read "A Cargo Ship - Docking" while it is docked and "A Cargo Ship - Already Docked" once it has departed the harbor
16 Days Ago
Spawn the containers to be picked up when the cargo ship starts it's docking approach rather than when it docks, giving more time for players to get into the containers
16 Days Ago
Apply to chicken corpses as well
16 Days Ago
Don't allow harvesting of animals on the tutorial islands with weapons that don't preoduce any resource (eg. hitting a bear corpse with a spear will now do nothing rather than destroying the bear corpse and leaving the player with no resources)
21 Days Ago
▅▅▌ ▇▋█ ▆▆▇▇ ▍ ▇▉ █▆ ▆▇▆▋▍▋▄▍▋ ▉▆▄▄▍ █ ▌▄▄█▍▇ ▋▍▆ █▋ ▄▅▌▉, ▅▇▆▌▆ ▋█ ▋▋▌▄ ▅▄ ▌ ▉█▅▆▍█ ▍▇▄▉ ▍▉█▍▆
22 Days Ago
Minor performance improvement for UpdatePushLiquidTargets (code review)
23 Days Ago
Fix minigun backpack not appearing when a player first equips the minigun (held entity client init happens in a different sequence in separate client/server mode which led to this issue)
23 Days Ago
Fixed cargo ship getting stuck while docked if all of it's loot rounds had already spawned by the time it docks (in this case, no further loot will spawn)
23 Days Ago
Play the cargo ship horn 60s before departure
23 Days Ago
Add a 3m radius line of sight check from the start node of the cargo docking path to each ocean patrol path point when determining which patrol path point should be the harbor approach node If a point has something solid between it at the patrol point the distance is multiplied by 20 - not ruling it out entirely but making any non blocked paths more likely
24 Days Ago
Added an extra container to spawn on docking (when possible) Container cranes will now wait 5-10% of the dock_time convar before they start moving containers Added an additional 5-10% wait for subsequent cranes, so there's less overlapping movement Added some fallback logic in case the ship leaves before the containers are loaded, in this case any yet to be delivered containers will be deleted
24 Days Ago
Harbor crane support arms now update as the arm moves Will need a S2P to work, parking on a branch for next month
24 Days Ago
Trigger the standard cargo ship interval loot refresh on arrival at the harbor, spawns a locked crate, elite crate, 4x military crates and 4x junk crates as long as there are still vacant places to spawn crates Counts as one of the loot rounds for the CargoShip.loot_rounds convar Can be disabled via CargoShip.refresh_loot_on_dock (enabled by default)
24 Days Ago
Remove log
24 Days Ago
Add Position and Rotation offset to ViewmodelCameraAnimation component, works around any strange offsets coming out of maya Set up appropriate offset on minigun and disabled the FadeInTime
24 Days Ago
Add a ladder volume to harbor_crane_static S2P both harbors
24 Days Ago
Add new HideInPlayerPreview toggle on Wearable, enabled on minigun backpack
24 Days Ago
Fix top elevator opening it's doors incorrectly when the elevator is called to the bottom floor and is already on that floor (again)
24 Days Ago
Potential fix for some elevator doors in NMS not working after a server restart Don't spawn the child door in ServerInit if Rust.Application.isLoadingSave, this is likely due to recent monument entity serialization changes This was resulting in a new, overlapping door getting spawned every time a server saves/loads
25 Days Ago
Add ViewmodelCameraAnimation component to the minigun viewmodel Add a FadeInTime to property to that component that fades in the effect over a given time, softens the impact of the starting offset in the source animation clip
25 Days Ago
Add a parent volume to the mesh ladder on the rotating cranes, prevents players falling off if they are on the ladder while it rotates
25 Days Ago
Adjusted rotation of static crane on harbor_2
25 Days Ago
Fix for spawn.cargoshipdockingtest command with parameters not working when multiple harbors are in the world
26 Days Ago
Fix for "Look rotation viewing vector is zero" warning during crane movement after a server restart Fix starting rotation not being saved properly resulting in crane making strange movements when resetting after placing a container after a server has been saved and loaded In the event that this was not saved (staging saves) a crane will copy the rotation of the docking cargo ship as it's starting rotation which should mostly fix the issue
26 Days Ago
Make all LODs on cranes dynamic S2P both harbors
26 Days Ago
Merge from save248/crane_lods
26 Days Ago
Discard changes on this branch to harbor_crane_dynamic_pickup and harbor_crane_dynamic_rotate, they were unable to be merged with the changes that happened on save248 after this was branched Reimplement LODs on all renderers on both cranes, updated decals
26 Days Ago
Fix minigun backpack visual not being removed if player drops minigun item
26 Days Ago
Merge from save248
29 Days Ago
Added a prefab information to CargoShipTest so it can appear localised and with an icon on the death screen It's currently missing an icon
29 Days Ago
Fixed cranes picking up containers not properly aligning their coliders on the server, leading to flyhacks and bad movement
29 Days Ago
Merge from main
29 Days Ago
Fixed the find scrap tutorial step not working if player finds the hidden crate first
29 Days Ago
Merge from main
30 Days Ago
Don't show the minigun backpack model if the player has anything equipped in the backpack slot
30 Days Ago
Add viewmodel camera animation component to minigun viewmodel Zeroed out the camera transform so it's at 0,0,0 pos/rot
30 Days Ago
Added WearableWhileEquipped property to HeldEntity, allows us to add a piece of clothing onto the character whenever the player deploys that entity
30 Days Ago
Merge from main
30 Days Ago
Merge from minigun_2024/viewmodel_camera_anim (support for modifying camera pos/rot via a dedicated animated bone on the viewmodel)
30 Days Ago
Cherrypick 91693, 91692, 91667 from viewmodel_camera_anim (skips the changeset with LR anim changes, out of scope for this month)
30 Days Ago
Cherry pick 94988