reporust_rebootcancel

135,163 Commits over 4,444 Days - 1.27cph!

10 Days Ago
Bury the timer and or switch under the ground (so players can't press the timer and can only press the button to re-open the door)
10 Days Ago
Instead of doing the timed lock as a custom entity, implement it with normal IO (Timer + Push Button) and trigger the timer with the NPC - add `testapartmentsecuritydoor` to fire off the NPC option
10 Days Ago
Added new GatherRate server convar Multiplies total resources received from ResourceDispensers and CollectibleEntities Should cover trees, nodes, collectable plants (not farmed), and harvestable corpses
10 Days Ago
Add inventory popups for items collected from reclaim functionality of rentable shop
10 Days Ago
Rename TimedAccessDoor -> TimedLock
10 Days Ago
Merge from aniso_filtering_texture_fix
10 Days Ago
Merge from Fix_odd_deployguides
10 Days Ago
Merge from clan_bugfixes
10 Days Ago
Add CCTV computer station and hidden security room in the damaged part of the apartment complex
10 Days Ago
Start adding code support for an NPC to grant access to a security system to view the contents of apartment rooms
10 Days Ago
Fixed rentable shop signs not loading on non owner clients
10 Days Ago
delete old file
10 Days Ago
get binocular effect working in RRP
10 Days Ago
Don't fail the test if the prefab has a Wearable tag but has no actual wearable (SkinViewer2.prefab for some reason?) Don't fail the test if disable rig stripping is set to true (fixes some pooling errors with burst cloth) Added all of the missing pooling components, found 95
10 Days Ago
Embrace the yeet. Ignore any network position updates whilst the held entity is hidden below the map Much safer fix for held entities potentially reappearing during gestures when they should be hidden
10 Days Ago
Attempted fix/refactor of how we hide held entities whilst performing gestures Held entities are now properly holstered/redeployed instead of being yeeted 1km below the map for the duration of the gesture. The redeploy happens instantly (same as before) Seems to work okay, seemingly only a few small issues to iron out
10 Days Ago
Better fix
10 Days Ago
Fixed break in menu item throwing server side entityref lookup error
10 Days Ago
compile fix 2
10 Days Ago
New Wearable pooling test, ensures every wearable has a poolable component
10 Days Ago
Fix military silencer not spawning in loot
10 Days Ago
1st floor and mid floor corridors LOD/COL/prefabs
10 Days Ago
url test
11 Days Ago
Fix phrases getting lost in a previous merge
11 Days Ago
Update PhraseContexts.json
11 Days Ago
fix contact shadows server compile
11 Days Ago
🥷❌
11 Days Ago
merge from render_pipeline_testing
11 Days Ago
Fix entrance of monument sometimes being blocked by invisible server colliders - was caused by the server double doors having their Animator stripped due to RealmedRemove not being attached to the same GameObject as the animator component
11 Days Ago
merge from fix_workshop_autoscreenshots
11 Days Ago
update workshop automatic screenshots to accomodate for steam upload limit 5mb -> 1mb
11 Days Ago
Fix disbanding clans showing up on the leaderboard
11 Days Ago
merge from prototype -> apartment_complex_monument
11 Days Ago
Updating phrases
11 Days Ago
Adjust the position of the front vendor forwards so they are easier to interact with
11 Days Ago
Move vendor & apartment building entity from the scene -> apartment_complex_core.prefab to prevent merge conflicts
11 Days Ago
11 Days Ago
refactor airfield terminals to use a "charge up" type of powering made general ChargeUpIOEntity to inherit from for this style of behaviour
11 Days Ago
Stop WaterSystem from making the scene view continuously render for no reason You can enable Always Refresh in the scene view if you want it back
11 Days Ago
merge from main
11 Days Ago
merge from main -> apartment_complex_monument/prototype
11 Days Ago
Merge from clan_tab_refresh_button
11 Days Ago
update apartment_complex_monument/prototype
11 Days Ago
merge from prototype -> apartment_complex_monument
11 Days Ago
temp
11 Days Ago
Clan score and log tabs now show last refresh time with a button to refresh the data if it has been more than 30s
11 Days Ago
When opening the spraycan reskin menu, the currently applied skin object you are looking at is now greyed out, instead of always being accessible and confusing - works with wallpaper too https://files.facepunch.com/cipeaX/2026/June/17_19-28-ScratchyBass.mp4
11 Days Ago
snapping_fixes -> main
11 Days Ago
Ability to enable/disable seat by socket height dynamically on each entity
11 Days Ago
Clean: rip out TerrainHeightMap.GetHeightsFastIndirect GetHeightsIndirect is similarly fast(~10%) and consistent at borders with GetHeight Tests: ran water level tests (but they're falsely passing)