userlamalovecancel
reporust_rebootcancel

2,558 Commits over 1,827 Days - 0.06cph!

1 Year Ago
Don't allow controlling autoturrets which are in peacekeeper mode
1 Year Ago
▊██ ▍ ▉▆▍ ▍▊▋▆+ ▌▋▌▆▌▌█ ▍▉ █▊▊▆▊▅▉▆▇▋▍ ▉▍▄▋▆▄█▅▄█▍ ▌▅██ ▇▍▍ ▋▌▅▌█▄▄ ▋▆▆█▋▋ ▉▌▋▊ ▍▋▅ ▄▋▇▇▌▅▉▋ ▉▋▆▋▊▇▊▌ ▋▊█ ▍▋ █▌ ▅▊▇▋█▍ ▇▋ ▉▉▌▌+ ▍▉▌▍ ▆▉▆▅█ ▄ ▊▄▇▌+ ▄▄▄█▋▇▊▌▅▊ ▉█ ▅▌▆▄▋▆▌▉▋ ▆▌ ▋▅█ █▆▇▅▄▆ ▇▉ ▌ ▆▋▄▋
1 Year Ago
▅▊▅▄▍ █▋▋▋ █▊_█▋▊▍▌
1 Year Ago
Auto select the textbox when opening the RC identifier dialog
1 Year Ago
▊██▌▅ ▊█▄▌ ▌▋_█▉▇▄▇
1 Year Ago
Enable mipmaps for drone and PTZ icons Move drone slightly up when deploying to avoid it clipping the terrain and flinging up
1 Year Ago
Change PTZ zoom to cycle through presets like binoculars
1 Year Ago
Adjust zoom speed to change much slower Adjust pitch/yaw clamps for PTZ camera Update crosshair color to be more visible Fix client/server compile
1 Year Ago
Actually put the Z in the PTZ camera
1 Year Ago
WIP PTZ camera deployable
1 Year Ago
Add crosshair texture from lewis
1 Year Ago
Merge from PTZSecurityCamera
1 Year Ago
Shoot from the camera pos when manually controlling an autoturret Add a placeholder crosshair to the computer station for autoturret aiming
1 Year Ago
Fix manual controlled autoturret shooting at a future aim pos (server was lerping faster than client)
1 Year Ago
Allow deploying drone in places where building isn't allowed cause it's just a drone Fix fog not resetting immediately when exiting the computer station
1 Year Ago
Fix compile after merge Run codegen
1 Year Ago
▇▉▅▆▉ ▆▉▅█ ▄█_▍▅▅▆▉
1 Year Ago
Merge from rc_drone
1 Year Ago
Significantly reduce the movement leaning for deployed drone
1 Year Ago
Merge from nexus
1 Year Ago
Don't try to send disconnect reason to the server if already disconnected
1 Year Ago
Rebuild missions HUD to use flexbox and RustText Label optional objectives as optional on the HUD
1 Year Ago
Rebuild the missions UI using flexbox Show bonus rewards on the missions UI as they unlock Fix missions UI not refreshing rewards fully when updating
1 Year Ago
Split the missions panel out of the inventory UI into its own prefab
1 Year Ago
Give bonus rewards for optional objecives if they are complete when finishing the mission
1 Year Ago
Remove copy of mission rewards in mission instance protobufs, use the original from the mission SO instead Set up custom editor for mission objective entries Initial setup for supporting bonus rewards for completing optional objectives
1 Year Ago
Merge from main
1 Year Ago
Make drone deployable lose control when colliding with players
1 Year Ago
Make drone deployable lose control temporarily when getting damaged sometimes Remove protection from drone deployable
1 Year Ago
Add a mission ofjective type to have X of an item in your inventory, obtained in any way
1 Year Ago
Add mission objective type for crafting specific item(s)
1 Year Ago
Add a mission objective script which requires the player to press a button
1 Year Ago
Update HUD to show failed objectives Automatically mark missions dirty when completing or failing an objective
1 Year Ago
Add a mission objective script to deal X damage to a specific mission entity Fail the objective if the target entity is not found anymore Add an option to specify if an objective is required, and if it is then failing it will fail the mission
1 Year Ago
Merge from nexus
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Add a mission event type for damaging/hurting an entity Add a mission objective to deal X damage to a type of entity
1 Year Ago
Add a generic TryFindNearby method to MissionObjective to reduce duplication
1 Year Ago
Add a new mission objective type to mount a specific mission entity
1 Year Ago
Compile fix for 78845
1 Year Ago
Bring over some of the improvements from the mount objective into the kill objective
1 Year Ago
Earlier exit ProcessMissionEvent if event type isn't relevant to the objective
1 Year Ago
Update ExtendedScriptableObjectDrawer to prompt to embed for a few missed paths
1 Year Ago
Add a new mission objective script to mount a type of entity
1 Year Ago
Refactor objectives to use uint identifiers instead of strings so tracking them doesn't require allocations Update AcquireItem and Harvest objectives to use ItemDefinition references instead of copy pasted item short names
1 Year Ago
Fix mission scriptable object preview rendering wrong in the object picker (can't use EditorGUILayout for it) Also seems to have fixed the inspector preview not being resizable
1 Year Ago
Rename the conversation condition type enum members so Unity renders them nicer
1 Year Ago
Expanded the action string stuff in the dialogue editor so templates can be specified Allow selecting type 'assign mission' which shows a field for the BaseMission so it generates the correct action string internally Also made this backwards compatible to not break existing conversations
1 Year Ago
Allow specifying mission conditions in the dialogue editor using a reference to the mission asset instead of copy pasting its ID in Keep it backwards compatible to not break existing conversations