reporust_rebootcancel

138,126 Commits over 4,505 Days - 1.28cph!

2 Years Ago
merge from unique environments to cliffs
2 Years Ago
ue_oasis_c build and level prep
2 Years Ago
Potential SwapKeycard.UpdateAccessLevel fix
2 Years Ago
Baseline, added prefabs
2 Years Ago
.mat missing
2 Years Ago
Compile fix following merge
2 Years Ago
merge from main
2 Years Ago
barnacle_tiling_orange variant
2 Years Ago
Better rotation and demolish blocked errors Grade upgrade message order
2 Years Ago
Optim: Don't wait full timeout for CompanionServer if it's done Tests now run 2.5s instead of 12s. Tests: Ran all tests multiple times - all green
2 Years Ago
Plaster added to jungle ruins
2 Years Ago
Update: Adding last tests to CompanionServerTests One of them, TestNexusAuth, doesn't do deep testing since it requires setup of NexusServer, which is incompatible because of DontDestroyOnLoad. Tests: Ran all unit tests multiple times - all green
2 Years Ago
merge from main
2 Years Ago
renamed files and folders oasis_b build and level
2 Years Ago
Fixed maincannonshell appearing untranslated on death screen when dying from bradley
2 Years Ago
Fixed binoculars overlay covering chat
2 Years Ago
Fixed shields not getting OnHolster callbacks
2 Years Ago
spawn.shielddummy command can now be passed true to make the dummy holster the shield Placeholder shield idle to fix foot IK Fixed gibs spawning parented to the player
2 Years Ago
Fixed duplicate GUID error on client connection in editor.
2 Years Ago
Improved train uncoupling behaviour
2 Years Ago
Fixed inaccurate comments, etc
2 Years Ago
Gib & bullet tweaks.
2 Years Ago
When trying to upgrade a blocked building block, close the pie menu and pop a toast with the reason
2 Years Ago
Vertex stream unfuckery on the new explosions and streaks. Texture tweak on engine exhaust Added close-up engine exhaust FX Sidegun tweaks. Component destruction fixes for new explosions.
2 Years Ago
Disabled pie menu options can now run an action when clicked
2 Years Ago
Merge from elevator_collider_rework
2 Years Ago
Merge from main
2 Years Ago
Client-side "Can't deploy on door!" check so the deploy guide doesn't turn blue on doors Minor toast error fixes
2 Years Ago
"Skin not owned" error when trying to skin a block with a skin you don't own Should not happen in normal situations but I was tired of being confused by this in the editor
2 Years Ago
Resolve import warnings on vanilla TC gibs Mark gibs as R/W and convert vanilla TC gibs to use primitives
2 Years Ago
SB TC now uses the deploy/destroy sounds of the retro TC
2 Years Ago
Replaced "Too close from another building" error message for "Too close to X" Briefly highlight the block in question when showing the error message https://files.facepunch.com/Flavien/WvU4h1yNwGLGDinf.mp4
2 Years Ago
Merge from main
2 Years Ago
twitch drops turntables setup
2 Years Ago
Fix client compile error
2 Years Ago
added underwater mask to crittermovementshader
2 Years Ago
Sends raknet stats per connection (including throttling) to runtime profiling every 1 second - iterates through 30 connections per frame but waits for up to 1 second to start looping again
2 Years Ago
Heli death fx
2 Years Ago
missing textures
2 Years Ago
seaweed clump prefabs
2 Years Ago
Fixed the screen turning black after respawning before the end of the death screen fade
2 Years Ago
Update: Avoiding multiple GameObject instatiation in CompanionServerTests There's now one testDummy that can be used as a component storage. This allows to have proper "alive" components. This revealed a couple issues (late database cleanup leading to locks, not fully configured clan participation) which I've fixed. Tests: reran all tests multiple times - all green
2 Years Ago
Probably fix random TrySpawn exception Add masking to EnvironmentFishCritter shader (untested at all)
2 Years Ago
Update: Added Subscription-related tests to CompanionServerTests 2 more down, 2 to go. Tests: ran all tests multiple times - all green
2 Years Ago
Updated stag ragdoll character joint limits
2 Years Ago
Add command to draw navmesh in game
2 Years Ago
Update: Adding EntityInfo related tests to CompanionServerTests.cs 2 down, 4 to go. Tests: ran all unit tests multiple times - all green
2 Years Ago
missing Intersects2D function
2 Years Ago
exported edited DPV anims and created ascend/descend anims
2 Years Ago
Update: Adding Camera-related tests to CompanionServerTests.cs This adds 3 more (total 13, 6 to go). These tests don't setup an environment to validate the full flow, but they do prove that request handling is correct. Tests: ran all tests multipel times - they pass.