userJarryd Campicancel
reporust_rebootcancel

10,948 Commits over 1,950 Days - 0.23cph!

7 Months Ago
Add ability to promote a team member to leader via the team UI in the inventory (click player, select kick or promote) Remove promote to leader popup when looking at another player
7 Months Ago
Merge from child branch (don't know how that happened)
7 Months Ago
Server side check
7 Months Ago
Add holdToPlaceDuration option to construction, allows us to make an object take x seconds of holding the button to build While holding the build button the player has to remain still, any movement will cancel the build (rotating is ok) Shows a progress bar while in process Added two tips to contextually explain what's happening when the player tries to move or taps the button to build Enabled for 3 seconds on all external gates and walls
7 Months Ago
Cleanup
7 Months Ago
Cargo ship now docks at both harbors Cargo ship no longer decides it's target harbor on spawn, every time it hits a patrol waypoint it checks if that waypoint is a harbor approach point for a harbor it hasn't visited yet Egress time is now only started once all docking is complete, takes the lifetime of the cargo ship into account with a minimum two minute buffer after docking is completed (eg. event time is set to 10 minutes but it take 12 minutes to travel and dock at both harbors - ship will patrol for an additional 2 minutes after leaving the harbor before starting it's egress) Lots of refactors, rolled a bunch of lists into a single list with a new HarborInfo containing all the relevant information
7 Months Ago
WIP making cargo dock at both harbors
7 Months Ago
Adjust tax UI display Round up when calculating tax rates (eg. 125 cost, 10% tax = 13 extra scrap)
7 Months Ago
Add a tax rate system to the tech tree, adds an additional scrap cost to each purchase on the tech tree Tax rate is assigned by workbench level, defaults are: Tier 1 = 0% tax Tier 2 = 10% tax Tier 3 = 20% tax Tax rates are configurable via server.workbench1TaxRate, etc (clamped between 0 and 100%) Tax rates are displayed on the purchase button on the tech tree This tax is exclusive to the workbench, research table costs are unchanged Moved ScrapForResearch from ResearchTable.cs to Workbench.cs as it was only used for work benches
7 Months Ago
Reuse old p17 empty state logic for sks viewmodel Use events to turn on the shell in the magazine based Build manifest so the gun works after loading/saving
7 Months Ago
Fixed DeferredExtension command buffer allocating 62b of garbage every frame
7 Months Ago
First pass on new UI layout for conversations and mission acceptance
7 Months Ago
S2P compound and bandit town
7 Months Ago
Remove the inventory slots on the static workbench variants, prevents players accidentally transferring scrap from their inventory into hidden inventory slots when right clicking scrap
7 Months Ago
█▋▉▍▊ ▅▄▋▋ █▉▋█▆ ▍▆▍▍▉▄▄█▌▋▌ ▋▉▍ ▄▊▋▊▄▆▊ ▋█▉▋▇ ▆█ ▄█ ▋▋▉▉█▄▉▊ ▋▆ ▅▍▍▋▄ ▌▊▄▊▄▊▌▋▅ ▊▆▌█▅▆ ▌▉ ▇█▍ ▄▆▄█▄▄ ▅▍▋▄ ▊▌ ▋█▌▋ ▅▋▍▋▍▄▇ ▍▆▆▅█▉▇▉ ▊▉▋▄ ▊▉▉▊ ▍█ ▍▍ ▅▍▇▅▍▇█▋
7 Months Ago
Adjusted minimum font size on tutorial popup
7 Months Ago
FIxed state where tutorial button in menu would show as not usable when it should be usable
7 Months Ago
Added a new QuickMove path for Industrial conveyors, bypasses having to create a SplitItem (and the associated GC) Should also reduce general item churn issues as the most common conveyor scenario (moving some items from one stack to another) will no longer involve making a new item Should be no gameplay difference
7 Months Ago
Added a metal detector mission objective
7 Months Ago
Match import fbx offsets exactly
7 Months Ago
First pass on dedicated vm animator handling script for sks Uses new IViewmodelComponent interface, will probably come in handy in the future
7 Months Ago
Marked ScaleBySpeed as IClientComponent, fixes it running pointlessly on the server as it's only used for visual effects (0.15ms a frame in recent profiler snapshot!) Cleaned up RealmedRemove components on SImpleShark and boogieboard.deployed, all other instances of ScaleBySpeed were correctly being removed on the server Marked TriggerPlayerTimer as IServerComponent, it's only used on the boogie board server side
7 Months Ago
Merge from mission_improvements_may_24
7 Months Ago
Fixed escape key not working anywhere
7 Months Ago
▌▅▌█▅▋ ▇▌▊ ▋▇▉ ▇▅▄▉▉▅█▆ ▌▋██▉▋ ▇▇▇ - ▌▍▍▋▉▇▍ █▌▌ █▍▇▅▋▅▌▇ ▍▆▄▆ ▇▋ ▄▊▄▊ ▇▌ ▇▇▄ █▋▋█▋▌▋▅ ▄▊▇▍▆█▉ ▋▇▋██▄ ▇▊ ▊▅ ▋ ▌▆▆▄▍█▄▍▍▇▄▋▄▉▆▅▍▉▄ ▌▋ ▅▉▍▄▅▍ ▍▄'▅▅ ▄▆▄▍ ▉▍▄▋▌▌▆ ▉▅▋▊▊▍▅▌ ▇▅▉▇▍▊▋▆▄▋▉ ▄▍▋▆▍█▍▉ ▊▆▍▋▅▍█ ▊▇▆ ▇█▍▌ ▅▌▍█▍▅▇▋▊ - ▄▍ ▇▋▇ ▌▍▌▆▊██▊ █▇██ █▄█ ▄▊▇▉ ▆▌ ▍▆██▌▆▍ ▉▌▋ ▌▅▅▋▇█▅▋ ▉▇█ ▇▊▄▉▊▆ ▇▉▇▊ ▌█▉▌▊▇▋ ▌▅▉▅▉▉▊▆▆▆▄ ▊▉▉▍▍▇ ▉▊ ▇▍ ▅ ▍▉▍▉▅▄
7 Months Ago
Fixed reload option when selecting a minigun in the inventory not translating properly
7 Months Ago
Adjust prompt on minigun reload tip to mention workbench lvl 2/3
7 Months Ago
Award tutorial gun achievement when opening the rate rather than via physics trigger, should be more reliable?
7 Months Ago
S2P both stables and fishing villages
7 Months Ago
More map marker size adjustments
7 Months Ago
Don't allow missions to end if the player doesn't have enough slots in their inventory for all of the rewards (includes any applicable bonus rewards) Show an error toast in this case Toasts can now appear while the player is in a conversation
7 Months Ago
Shrink vending machine clusters that are too close to mission marker clusters
7 Months Ago
Conversation screen can now be closed with escape
7 Months Ago
Added a map marker for mission providers, displays how many missions are currently available from that provider for the local player
7 Months Ago
Added an automated error checker for conversations, looks for legacy conversation features and can automatically update them to the new system eg. converts a conversation node with a custom action "assignmission lumberjack" to the new AssignMission action with a proper reference to the lumberjack mission Updated all converations
7 Months Ago
Fixed dialogue graph nre when domain reloading Dialogue graph now persists through domain reloads Dialogue graph now zooms to fit all nodes whens opening
7 Months Ago
Mission editor now detects missing accept/failed/victory effects and shows appropriate warnings Also added some buttons to automatically assign the default effects
7 Months Ago
█▄▋▌▇▅▌▊, ▉▊▆▋█ ▄▌▇▍█ ▉▅▋ ▋▉█ ▅▊▆ ▊▄█▌▍▅▌/▇▇▊▉▊ ▇▉▍█▋▆█▆ ▇▍▄▌▉▋█ █▋█▇▊ ▋▌▆ ▉▄▋▆▊▊ ▊▉ ▊▇▋ ▆▉▌▆▌▆ ▊▇'▍▊ ▄▊▆▆▊█▊▌ ▇▍ ▍█▇▇ █▍▍▌▊ ▊▇▇▉▌█ ▌▉▉▊▅▍▇▍▉▉ ██▍▍▆▄ ▋▇█▋▌▅█▋, ▌▆ ▌▊'▆▇ ▋▄█▌ ▌▌▅▅ ▅▍ ▊█▌▌ ▄█▍▌ █▊▊ ▍▄▄▉▊▅ ▋▌▌▄▊▋▆▌ ▇▄▅ ▅▇▍ ▉▅█▅█▆▊▊▇▆▍▆▉▊▋▍▇▆▅
7 Months Ago
server.tutorialEnabled is now replicated The tutorial button in the main menu will no longer appear ift he player isn't conencted to a server with the tutorial enabled Once connected to a valid server the section in the options menu shows a button that will close the menu and prompt the player to start the tutorial, without needing to die Removed the text mentioning that a players sleeping bags will be destroyed when starting teh tutorial, this is no longer true
7 Months Ago
Set alpha cutoff to 0 on the tutorial island material, prevents alpha noise causing holes in the terrain in some map size/position combinations
7 Months Ago
Added TutorialIsland.OverrideTutorialLocation which allows us to change where a tutorial island will spawn to try and debug the terrain splat issues we're seeing Fixed renderers using MaterialConfig appearing as snow covered when on the tutorial island based
7 Months Ago
Display how much the minigun slows down the player in the gun information panel
7 Months Ago
Assigned the minigun a unique description
7 Months Ago
Dynamically update the item slots shown on the gun information panel, instead of always showing 4 slots
7 Months Ago
Fixed missing animator parameter warning when equipping a minigun Fixed exception when quickly switching between a weapon with a sight and the minigun
7 Months Ago
Don't show the current mission objectives on the map screen (they overlap with the markers UI) Add a section to the markers UI that shows the current missions, clicking on the mission entry will focus the map on the current misison objective marker
7 Months Ago
First pass on mission + conversation
7 Months Ago
7 Months Ago
Merge from mission_improvements_may_24
7 Months Ago
Add a UI panel listing all of the objectives and rewards for a mission when the player is about to accept a mission