reporust_rebootcancel

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

56 Days Ago
Fixed WallpaperPlanner.CLIENT_ChangeSkin NRE
56 Days Ago
Fixed needing cloth in your inventory to reskin wallpapers (reskin is free)
56 Days Ago
Apartments complex scene2prefab
56 Days Ago
Fixed battering ram middle wheels rotating backwards
56 Days Ago
merge from localizebindtoken_error_fix
56 Days Ago
Added the Chromatic Aberration volume component and updated all RRP volumes that should be using the effect
56 Days Ago
Fixed InputSystem.Keyboard.get_Item error
56 Days Ago
merge from silencer_loot_fix
56 Days Ago
fixed naming
56 Days Ago
updated painting textures
56 Days Ago
Merge from main - may need to rerun manifest
56 Days Ago
got rid of nasty uv seam
57 Days Ago
Prototype cyilnder water volume
57 Days Ago
Manifest stuff
57 Days Ago
Add NPC to damaged wing of apartment prefab (right beside the security room)
57 Days Ago
Create security guard NPC prefab and conversation
57 Days Ago
Merge from softcore_updates_jul_26
57 Days Ago
Codegen
57 Days Ago
Fix redirects of default items being included in softcore reclaim (eg. abyss torch)
57 Days Ago
Default gather rate to 2x
57 Days Ago
Convert convar to gamemodesoftcore.gather_rate, now only applies in softcore
57 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)
57 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
57 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
57 Days Ago
Add inventory popups for items collected from reclaim functionality of rentable shop
57 Days Ago
Rename TimedAccessDoor -> TimedLock
57 Days Ago
Merge from aniso_filtering_texture_fix
57 Days Ago
Merge from Fix_odd_deployguides
57 Days Ago
Merge from clan_bugfixes
57 Days Ago
Add CCTV computer station and hidden security room in the damaged part of the apartment complex
57 Days Ago
Start adding code support for an NPC to grant access to a security system to view the contents of apartment rooms
57 Days Ago
Fixed rentable shop signs not loading on non owner clients
57 Days Ago
delete old file
57 Days Ago
get binocular effect working in RRP
57 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
57 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
57 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
57 Days Ago
Better fix
57 Days Ago
Fixed break in menu item throwing server side entityref lookup error
57 Days Ago
compile fix 2
57 Days Ago
New Wearable pooling test, ensures every wearable has a poolable component
57 Days Ago
Fix military silencer not spawning in loot
57 Days Ago
1st floor and mid floor corridors LOD/COL/prefabs
57 Days Ago
url test
57 Days Ago
Fix phrases getting lost in a previous merge
57 Days Ago
Update PhraseContexts.json
57 Days Ago
fix contact shadows server compile
57 Days Ago
🥷❌
57 Days Ago
merge from render_pipeline_testing
57 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