userJarryd Campicancel
branchrust_reboot/main/general_qolcancel

201 Commits over 184 Days - 0.05cph!

2 Years Ago
Resized repair info popup to be a bit less intrusive
2 Years Ago
Show a down arrow next to a team mate that is downed as well as changing the colour
2 Years Ago
Dismounting mobile objects now requires a 0.5s hold (cars,helicopter, submarines, etc) Static mountables will still dismount immediately (chairs, sofas, etc) Added global.quickdismount to control the behaviour, setting this to false will go back to the old behaviour Added global.dismountHoldTime to control how long the hold takes (defaults to 0.5s)
2 Years Ago
Moved some public variables in MissionsHUD that were in CLIENT defines, fixes them getting lost every time we change Client/Server mode in the editor
2 Years Ago
Fixed some inconsistencies when picking up a sam site in the editor Added a Defender mode to SAM sites, while in this mode SAM sites will not fire at vehicles and will only fire at MLRS rockets (Hold E to switch mode, uses old behaviour by default)
2 Years Ago
Add No Ammo, Low Ammo and Has Target outputs to the SAM site Low ammo is triggered when less than 10 rockets remain (exposed on prefab as lowAmmoThreshold)
2 Years Ago
Added toggle to sort by last seen in the contacts menu
2 Years Ago
Show wounded teammates as orange in the Team UI
2 Years Ago
Rework repair pickup internals to keep the repair calculations server side (reverted most code changes from yesterday)
2 Years Ago
Potentially fixed XOR switches sending a brief burst of energy during server restarts
2 Years Ago
Resave map view prefab, seems to fix death icons sitting in front of sleeping bag markers (this was weird, will need to check in build)
2 Years Ago
First pass on a popup showing what resources are missing when repairing an entity with the hammer
2 Years Ago
Team mates in close range now update their position on the map in real time
2 Years Ago
UIScale is now a client only component Community UI is now scaled by the players UI scale setting
2 Years Ago
Add teleport2autheditem command that teleports the player to a random item authed to the given player (similar to teleport2owneditem) Works with Tool Cupboards, Code Locks and AutoTurrets
2 Years Ago
Added global.breakclothing for testing, breaks all clothing equipped by the player
2 Years Ago
Added support for a sfx to play when an item of clothing is broken Uses a default sfx path defined in Item.condition.cs but also supports being overridden per item via the breakEffect field on ItemModWearable
2 Years Ago
Added virtual Admin_Who method to BaseEntity to modify the output of the "ent who" command per entity Using "ent who" on a sleeping bag now prints out the name and id of the player assigned to it Using "ent who" on a camper module will print out these details for all of the attached bags
2 Years Ago
Merge from main
2 Years Ago
Stop gimbal locking paintables when they get rotated at some angles Fixed panning in paint UI not working
2 Years Ago
Merge from main
2 Years Ago
Fixed being able to open the gesture menu while sign painting
2 Years Ago
Fixed neon sign painter UI not allowing voice chat
2 Years Ago
Fixed some scrolling issues on marketplace search widget
2 Years Ago
Fixed clear current frame button not working correctly with undo
2 Years Ago
Undoing after changing frame on the neon frame will no longer undo the change on a frame that's no longer visible (it won't do anything)
2 Years Ago
Add visible undo/redo buttons to neon and pumpkin sign painting interfaces
2 Years Ago
Merge from main
2 Years Ago
Fixed NRE when editing neon signs
2 Years Ago
Merge from main
2 Years Ago
Merge from general_qol/undo
2 Years Ago
Fixed scrolling behaviour on search window
2 Years Ago
Fix water pump description typo
2 Years Ago
Added a tooltip on the search button
2 Years Ago
Merge from main
2 Years Ago
Fixed diving mask and plate helmet UI screen overlays being effected by UI scale
2 Years Ago
Added a new search widget to the market terminal screen that allows searching for items and store names across all vending machines on the server
3 Years Ago
Modify diving mask UI overlay shader to multiply colour by underwater state (underwater = fully dark) Prevents diving mask appearing as fully lit when underwater during daytime
3 Years Ago
Added admin command entity.downloadsign which downloads the sign the player is currently looking at to a folder into the game folder with a given filename. Same usage restrictions apply as client. Downloads all frames of neon signs and appends them as 1,2,3, etc
3 Years Ago
Updated red, green, blue, yellow and white berries descriptions to mention their use in mixing table recipes
3 Years Ago
Merge from general_qol/november
3 Years Ago
Verify that we're in a monument prevent building volume before printing the closest monument name in the error (fall back to the old error in this case)
3 Years Ago
Increase scroll speed of player list in admin UI Don't show player info with placeholder data if allowAdminUI is false
3 Years Ago
Auto focus text box in assign to friend UI (bags and turrets) Focuses text box after all keys are released so it doesn't spam the text box with the interact key
3 Years Ago
Add global.allowAdminUI replicated convar to disable access to the admin UI (not exposed in the admin UI, will need to use the console)
3 Years Ago
Merge from main
3 Years Ago
Merge from main
3 Years Ago
Possible NRE fix on repair bench skin picker
3 Years Ago
Fixed the sign preview sometimes going out of bounds on some entities
3 Years Ago
Fixed paintable wheel not saving paint content on pickup Fixed photo frames not showing sign content in inventory