136,084 Commits over 4,444 Days - 1.28cph!

42 Days Ago
Remaining cookies
42 Days Ago
cleanup, compiler fix
42 Days Ago
Update(tests): Adding TestTickGrowth - accumulates ticks past capacity This one catches out of bounds read during growth (but not the one expected) Tests: ran unit test
42 Days Ago
rework checks for determining which player is at the board, now uses userids and cached BasePlayers
42 Days Ago
Enable stopOnParentDestroy on bandage and syringe sounds to stop them from being audible after holstering
42 Days Ago
Update(tests): add TickInterpolatorCache stress unit test Slams 10k operations on it(add/remove player, move player, reset) - doesn't catch issues Tests: ran new test
42 Days Ago
Replaced static meshes in Kiosk C prefab with prefab versions. Organised hierarchy.
42 Days Ago
Buildfix: missing files from previous submit
42 Days Ago
Scene backup
42 Days Ago
Neon prefabs to default layer for ref probe purposes.
42 Days Ago
Clean: minor reaorganization + comments Tests: unit tests
42 Days Ago
Thicker door frame for entrance
42 Days Ago
gantry clean textures
42 Days Ago
FIx old animals always fleeing, SetNavMeshEnabled was turning RustNavmeshAgent on but not the internal NavmeshAgent which defaults to disabled
42 Days Ago
fix guard checks for when no player is mounted
42 Days Ago
Entrance a / removed overlapping geo
42 Days Ago
merge from main
42 Days Ago
Disable navmesh agent until it's used, this prevents unity complaining they are not on navmesh on spawn (which can happen with ai.move)
43 Days Ago
- Temp fix the electric furnace skin rendering in twitch drops - Get the workshop render to spill the beans when something doesn't work
43 Days Ago
cleanup rocket splash scenario prefab properly
43 Days Ago
Restore checking for playermodel persist anim next frame, current frame is too early for the animator states to have been updated Adjust clear playermodel anims to be slightly before the end of the bandage and syringe anims as they weren't being invoked at the very end
43 Days Ago
A, B, C lighting prefabs. Layer stuff for remaining interior shells. Scene backup.
43 Days Ago
Removed backfaces from apartment comples b entrance
43 Days Ago
merge from main
43 Days Ago
Updated the check for NVIDIA Reflex to be based on the support for DLSS, as the Reflex support check currently always returns null even for supported hardware, and the DLSS support query should cover the necessary hardware checks
43 Days Ago
Fix skinnable matching accidentally including null EntityPrefab matches (base barrel and base shelf)
43 Days Ago
HeldEntity sends RPC to client notifying it is going to be destroyed because its item has been spent. Use that to determine if we should persist the animation or not Fixes the animations persisting on syringes and bandages when they shouldn't be
43 Days Ago
Added shadow caching back to the experimental options tab in the MenuUI2_Settings prefab
43 Days Ago
Revert previous changes
43 Days Ago
main -> twitchdropsrenderer
43 Days Ago
Merge from main
43 Days Ago
Fix an NRE that occurs when because two skinnables were referencing the same entity prefab that had redirects to point at the same prefab
43 Days Ago
Fixed some issues with spot lights not rendering correctly with shadow caching enabled
43 Days Ago
Merge from main
43 Days Ago
█▉ ▇▉▊▄▄▅▄▍ ▌▄▉ ▅▌▆ ▉▍▇▅█▉▇▉ ▅▅▍█▋▅▄ ▋▅ ▄▉▍▅▉ ▉▇ ▊▌▋ ▆▆▋▋█ ▊▄▅▆█▌▊▌▅ ▋▇█▄▉▇ ▌▌▄▍▉▊▌ ▅▄▇▄ ▉▊▌▅ ▇▇▇▉ ▋▋▄ ▌▇ ▆▇▊ ▋▇▅▄▆▄█▌ ▇▆▌▅▋▋▍▄▌█▇▄ ▄▄█▍▅▉▌▉▌ ▍▊▊ ▅▄▅▋▌▆
43 Days Ago
merge from computer_io_no_passthrough
43 Days Ago
merge from useLegacyWorkbenchInteraction_fix2
43 Days Ago
merge from mortar_prototype
43 Days Ago
merge fom deployable_snapping_fixes_4
43 Days Ago
Add TerrainHole options to TerrainMeta inspector for rendering holes in editor mode Remove old TerrainHoleRenderer inspector Fix probe terrain holes again
43 Days Ago
Change hole rendering order to before viewmodel to avoid depth stencil conflicts Move cylinder hole primitive pivot point to bottom Add TerrainAlphaScanner tool to automatically find modified terrain alpha and add new hole system with best guess shape Integrate TerrainHoleRenderer into TerrainMeta which automatically swaps to geoclip terrain when in use (in editor) Fix terrain not using HoleMap during probe/cubemap renders
43 Days Ago
Fix server.useLegacyWorkbenchInteraction always opening worbench upgrade panel
43 Days Ago
Expose options for recyclers to turn off without an online powergrid and have different efficiency/duration stats with an online powergrid Update recycler loot panel UI to pull from current stats to populate the text field, also optimise its update method
43 Days Ago
restrict some client functions to only work for the mounted player
43 Days Ago
up and down fixes
43 Days Ago
Added "Downloaded" category to Addons menu * This lists ALL locally downloaded workshop items that are not currently subscribed to, such as those from server downloads (WorkshopDL) and steamworks.DownloadUGC * It also (unfortunately) appears to contain downloads for other Steam users on the same PC * You are able to mark stuff unused from the menu without having to wait for 2 weeks to for Steam to automatically delete the server downloaded content
43 Days Ago
Add pocket support (which deletes the ball on contact)
43 Days Ago
WIP on networked darts for 3rd person clients, manifest + codegen
43 Days Ago
Update description of net_maxfragments Reduce MAX_FRAGMENTS back to 7
43 Days Ago
Clean: store buffer[pos] accesses in a variable Just for easier code reading Tests: ran unit tests