reporust_rebootcancel

140,211 Commits over 4,536 Days - 1.29cph!

Yesterday
russian roulette; - lods added - updated prefab - material updated
Yesterday
LODGroup/RendererLOD -> MeshLOD conversion pass on vending machines, covered ch47/bradley props and tin can alarm: 129 -> 75 renderers, 23 -> 6 LODGroups, brings them into the LOD grid + occlusion culling - vendingmachine family x5: RendererLODs collapsed to MeshLODs (55 -> 33 renderers) now can occlusion cull - covered bradley/ch47 x6: LODGroups converted, wraps stay RendererLOD where materials demand it (66 -> 39 renderers); ch47_covered, ch47_covered_wrap + bradley_covered_wrap FBXs re-exported so LOD material order matches - tincan.alarm: split into frame + cans MeshLODs so the rattle anim survives (8 -> 2 renderers); worldmodel onto MeshLOD too
Yesterday
merge from hackweek_parented_ddraw
Yesterday
Parent DDraw objects onto the player model instead of the BasePlayer object
Yesterday
merge from main
Yesterday
merge from admin_status_indicators
Yesterday
Added Infinite Ammo admin status indicator https://files.facepunch.com/raul/2026/August/31_19-35-AppropriateYosemitetoad.png
Yesterday
better FSM way to handle critter overrideable Interested states
Yesterday
merge from main
Yesterday
merge from jukebox_snapping
Yesterday
Added Jukebox deployment snapping https://files.facepunch.com/raul/2026/August/31_18-30-KeyWildebeast.mp4
Yesterday
9 alpha-less BC7 albedo/em maps -> DXT1, 3 also halved (retro cupboard ems, m16a2_02, loot barrel): saved ~28 MB VRAM, no alpha lost no visual quality difference
Yesterday
Fixed igniter and tesla coil damage tests failing since the last optim
Yesterday
Improve carvable pumpkin deployment
Yesterday
Batteries now add drain for the power actually reaching them Updated tests
Yesterday
Regenerated MaterialIndex.json - was dated Aug 2021, so Tools/Optimize/Find Material Optimzations had been reporting 5-year-old state. Fresh scan covers 9,055 materials and flags 164 with compression savings (84 unique textures, ~68 MB VRAM potential) for example m16a2 ao on high quality compression = 1.3mb, normal compression with no visual cost = 0.7mb First pass on the free wins: 15 alpha-less DXT5/BC7 textures -> DXT1, ~13 MB VRAM, no quality cost - m2bradley mainbody/armor: removed DXT5 standalone override (5.3 MB) - m16a2 AOs x3, flamethrower AO: HQ -> Normal compression (5.3 MB) - workbench upgrade AOs x2, apartment door mats AO, crate_2/gib/webbing AOs: HQ -> Normal compression (2.2 MB)
Yesterday
Fixed wonky spark material offset. (Satchel charge and others...)
Yesterday
Fixed circuits dirtied mid tick not being handled in that same tick
Yesterday
merge from espcanvas_autosize_clan_fix
Yesterday
Improved alignment of the clan text UI on the player nameplates when it's auto-sized https://files.facepunch.com/raul/2026/August/31_15-28-SatisfiedMonarch.mp4
Yesterday
merge from main
Yesterday
merge from maintainables_fixes
Rin
Yesterday
Fix HQM collectable missing name token
Yesterday
Add beach to water pipe topology NOT filter
Yesterday
merge from maintainables_fixes
Yesterday
frog fixes
Yesterday
russian roulette; - optim pass on game models - updated prefab table collision rotation
Yesterday
Few more pipe acess fixes / prevented trees from spawning in the middle of the pipes / smoother terrain transition near the pipes
Yesterday
merge from sleeper_safezone_fix_2
Yesterday
Fixed typo causing sleepers to never be killed in safezones after server restart, regression from last month
Yesterday
Paintball Gun - added ammo to LOD3 to reduce popping
Yesterday
fixed blowpipe world model material order so it can be converted to meshLOD
Yesterday
russian roulette; - textures updated
Yesterday
merge from ddraw_demo_fix
Yesterday
Fixed ddraw objects showing up in demos even if ddraw.hideddrawduringdemo is true Before: https://files.facepunch.com/raul/2026/August/31_13-18-FirebrickDromedary.mp4 After: https://files.facepunch.com/raul/2026/August/31_13-19-GrizzledSteer.mp4
Yesterday
Paintball Gun - replaced rigged mesh in worldmodel with static one, updated hopper shader to fix self sorting issues
Yesterday
Disabled skin viewer viewmodel inspection for the crystal AR, SSR just cant work in the skin viewer so it looked terrible
Yesterday
merge from main
Yesterday
Ornate horse mask WM LOD fix
Yesterday
Fix a scale override on large rig monument blocker, causing collision issues Add a few missing vent cages S2P large and small oilrig
Yesterday
WaterStandardCore light intensity correction
Rin
Yesterday
Reduce radius of all new crate gib sounds Apply elite-crate-gib sound to crate_tools
Yesterday
Setup oxygen RRP postfx volume and overlay
Yesterday
Merge from hands_preview_workflow (includes changes from main)
Yesterday
Add back filename check
Yesterday
Cleaned up some edge cases Added a toggle to the animation inspector itself and added a text readout of what meshes were detected and loaded
Yesterday
Proof of concept of an automated editor utility that inserts the viewmodel hands mesh into the animation inspector preview window if no hands mesh is present Allows us to still use the animation preview window once the hand mesh has been removed from the rig file Uses some naming semantics to try and resolve what the actual mesh that should be displayed should be, this is probably where we'll feel some pain for this system If the animation file ends in _anim it will check for a file ending in _rig, then fall back to looking for a file without the _anim suffix So v_bow_anims.fbx will look for v_bow_rig.fbx, failing that it will look for v_bow.fbx The preview window will then load that fbx and the hands model if needed, combine them and feed it into the preview window
Yesterday
Added new ViewmodelClothingRandomiser component Allows us to mirror the randomisation applied to a Wearable to it's viewmodel in case that randomisation affects the arms Component has a groups array like the Random section of the Wearable, when used the group count needs to match (as we'll just copy over which "group" was activated)
Yesterday
Merge from heavy_helmet_audio
Yesterday
In game player voices are now also muffled by heavy plate helmet Increased volume reduction (was 2400, now 1800)