reporust_rebootcancel

106,713 Commits over 3,836 Days - 1.16cph!

1 Year Ago
merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from industrial
1 Year Ago
Refactored the filter pass/fail process to take into account minimum amounts across multiple containers, this will now abort any further item movement calculations if the filter cannot be satisfied which should improve performance for conveyors that have no valid outputs Note: the filter fail/pass calculation only takes into account inputs, not outputs, so it's possible for the filter pass to be true but no item transfers taking place due to no valid slots in the outputs or the maximum count being reached in the output
1 Year Ago
Merge Main -> Experimental. Misc minor fixes.
1 Year Ago
Lowered NoPlayerZone on modular car lift
1 Year Ago
Subtract 78607, let's find a better way
1 Year Ago
▍▆▋▆ ▆▍▍▌/▍▋▍▍▇▋█▍▅/▅▌▋▉▋ ▉▅▆▍▄ ▋█▌▄▉▊ ▆▄▍▋▉▇▊ ▌▉ ▇▊▉▍█▍ ▄▆▅▉▉▅ ▅▆▊▉ ▄▇▍▅█▅▊▇▆▅
1 Year Ago
Fixed Blackjack table and seat being marked as isMobile. Fixes hold-to-dismount being active on blackjack.
1 Year Ago
Filter pass output on conveyor will no longer pass through a success if no transfer occurred
1 Year Ago
Lazy evaluation for mission point generators Fix blocked points not restoring when loading from a save
1 Year Ago
Enable pipe block behaviour on triangle roof Fix pipes getting incorrectly cleared due to blockages when loading
1 Year Ago
Merge from main
1 Year Ago
Merge from industrial
1 Year Ago
Fixed industrial crafter not fully filling the final item slot when crafting
1 Year Ago
Fix electric furnace material not lighting up properly
1 Year Ago
Scene backup. Various material & texture params and tweaks.
1 Year Ago
Move electric furnace to electrical category Fixed case where crafter would become uninteractable if an entity connected to it changed IO state
1 Year Ago
Allow choosing what a PositionGenerator is relative to (player/provider/other position) Add a property drawer for PositionGenerator to hide fields which arent relevant for the given settings
1 Year Ago
merge from main
1 Year Ago
Fixed water system not updating properly in edit mode
1 Year Ago
Added explicit shadow cache blur
1 Year Ago
Fix pivots getting abandoned
1 Year Ago
Client visual refresh now only updates/spawns/destroys weapons for changed slots, not everything.
1 Year Ago
Emissive texture. Scene backup.
1 Year Ago
Fix server browser favourite star not working when query port is different than game port
1 Year Ago
Merge from main
1 Year Ago
wip changes to avoid allocs and clientside model re-use
1 Year Ago
Update mission dependencies to specify them with a reference to the BaseMission SO instead of copy pasting its short name
1 Year Ago
Got rid of some debug stuff and tidied displacement sampling.
1 Year Ago
merge from door_unlock_fix
1 Year Ago
Removing fullscreen exclusive mode from settings as it provides worse performance than fullscreen window mode in Unity 2021.3 Changed all existing configs to use fullscreen window mode Enable fullscreen exclusive mode when launched with "-window-mode exclusive" startup parameter
1 Year Ago
Explicitly pass 0 as preferredRefreshRate when calling Screen.SetResolution
1 Year Ago
Show current rotation direction UI marker as green or red to reflect placement fit.
1 Year Ago
Re-added weapon rack UI prefab to crosshair after merge conflict. Remade test save to be compatible with latest protobuf. NRE fix.
1 Year Ago
generate protobuf
1 Year Ago
merge from main, manual merge protobuf.
1 Year Ago
merge from industrial
1 Year Ago
Merge from industrial
1 Year Ago
Fixed electric furnace not listing it's power usage when selected in the inventory
1 Year Ago
The wire tool will now update itself to highlight the correct entity while looking at a non IO entity that has an IO entity child (the electric furnace IO slots will now appear when the player is looking at any part of the furnace) This behaviour won't occur when more than one IO entity is parented to an entity
1 Year Ago
Custom editor for BaseMission to keep things more organized Preview area of the inspector shows a formatted overview of the mission so you don't need to expand different fields to figure out what it's about
1 Year Ago
Remove debug print
1 Year Ago
Make MissionObjective SO abstract so the Create button shows a menu for the type of objective to create Update MissionObjective_KillEntity to use BaseEntityRef instead of manually entered entity ID numbers
1 Year Ago
Disabled ground driving for the attach heli (has skis, no wheels)
1 Year Ago
Let pitch/roll/yaw movements animate at full scale on the attack heli
1 Year Ago
Merge from industrial
1 Year Ago
Protocol++
1 Year Ago
Turbofan now animates
1 Year Ago
Missed change to ResourceRef (should've been with cs78563)