reporust_rebootcancel

129,227 Commits over 4,140 Days - 1.30cph!

1 Year Ago
Proper toggle setup for playing music
1 Year Ago
Code cleanup
1 Year Ago
Populate the DLC tab and get popups working Fix FlexTransition breaking if SwitchState is called before Awake is actually called
1 Year Ago
▄▅▌▍▋ █▍▌ ▌▍▄ ▉▉█▍▇ ▉▉▉▍▋▇▋ ▋▆▇▍▋▋▆ ▊▆ ▉▇▄ █▄▌▅▅▋ ▅▉▄▆▊▇ ▇▆▆ ▆▄█▆ ▍▋█▅▊▇█▅▅▉▆, ▋▄ ▆█ ▉▆▊ ██▅▉▋▊ ▉▊▄▊█ █▄▊ ▌▆▇▇▄▍▆▋ +▊▊▄▄▋ █▉▅▌▋ ▍▉▊ ▄▄▇▍▋▊▄
1 Year Ago
reset scale variance on wood log pile
1 Year Ago
Removing "RECYCLER IN SAFE ZONE" spam at server startup
1 Year Ago
Added detailed error messages when failing to deploy the tin can alarm wire
1 Year Ago
Fixed tin can alarm wire deployable on terrain holes
1 Year Ago
Merge from hot_reload_unity -> main
1 Year Ago
Commit package-lock
1 Year Ago
merge from main
1 Year Ago
Merge from hot_reload_unity -> main
1 Year Ago
Add hotreload package manually since specifying the package link requires a git client on PC
1 Year Ago
merge from main
1 Year Ago
Rough initial model - lift and drag calculated from arbitrary control surface definitions, needs splitting up more - still requires some fudge factors for proper lift within desirable rust speeds
1 Year Ago
Fixed IO hose grey material fuckery again
1 Year Ago
Merge from main -> monument_scenes
1 Year Ago
Merge from hot_reload_unity -> main
1 Year Ago
compile fix again
1 Year Ago
Merge from main -> hot_reload_unity
1 Year Ago
Merge from main -> hot_reload_unity
1 Year Ago
Compile fix
1 Year Ago
merge from buildingerrors_improvements
1 Year Ago
merge from main
1 Year Ago
merge from main
1 Year Ago
Car radio now works on all 3 cockpit types (regular, with engine and armoured). Car radio will only work when the car is powered on, the radio will turn off when the car is off. Video https://files.facepunch.com/jacob/1b0611b1/Unity_PmVGc3WdK5.mp4 (WIP Visuals)
1 Year Ago
Some IO tweaks, now send a signal instead of passing power through when ringing Updated icon, removed condition loss when picked up
1 Year Ago
spawn legacy wood log piles in all biomes plz
1 Year Ago
manifest
1 Year Ago
Wrap animator into a playable, to allow playing one-shot animations without having to edit the animator every time
1 Year Ago
Map generation now ensures client + server Editor starts playing when map generation button is pressed
1 Year Ago
Clean: fixing depr warnings in Scripts/Server - Server performance can now report memory usage past 4GB Tests: None, trivial changes
1 Year Ago
Clean: Fixing depr warnings in Scripts/Entity - Deleted VehicleModuleSeating.EditorCopyIntoBaseVehicle - all prefabs had up-to-date seating (we can remove the field soon) - Deleted not-referenced Casette.FailedNetworkFileRequest (been marked as "deleteme" for 3-4y) - Converted more types to use IServerFileReceiver - Casette, Signage. Ran RPC codegen to clean up. - More ParticleSystems module use - More ClientRPC RpcTarget-overload usage - BasePlayer - explicitly read/write u64s (was happening implicitly via obsolete api) Tests: none, trivial changes
1 Year Ago
▄█▄▊█, ▍▍▆▉▆▊▆▉▊
1 Year Ago
mussel clumps, mussel clump transparent, mussel tiling material
1 Year Ago
Soundtrack toggles
1 Year Ago
Cherry picking 102178, 102182 and 102183 from world_update
1 Year Ago
Merge from radtown_redux
1 Year Ago
Merge from OceanWreckBuoy
1 Year Ago
Merge from legacy_wood_log_pile
1 Year Ago
Merge from Underwater_divesites
1 Year Ago
Merge from temperate_cliff_rework
1 Year Ago
Clean: fixing depr warnings in Scripts/Util - Part of AssetStorage clean added a warning when compression gets ignored (we only have 1 use case right now, Terrain normal maps) - Remove TextureImporter obsolete field usage - TextureImporter.linearTexture -> .sRGBTexture - MeshRenderer.motionVectors -> .motionVectorGenerationMode - More ParticleSystem module usage 98 warnings to go Tests: None, trivial changes
1 Year Ago
manifest
1 Year Ago
prepared prefab on wood pile
1 Year Ago
1 Year Ago
Force rebuild UI layout when adding new alarms
1 Year Ago
Updated sockets to make it stick to walls and be placeable on the ground (similar to the counter) Updated guide mesh
1 Year Ago
wood log pile asset and node prep for procmap
1 Year Ago
Clean: fixed depr warnings in Assets/Prefabs - RequestFileFromServer to use IServerFileReceiver overload + ran RPC codegen - ClientPRCPlayer -> ClientRPC - more using particle system modules directly About 115 to go Tests: checked bradley effects work, checked chainsaw effects work, checked photoframe drawing works