241,686 Commits over 3,867 Days - 2.60cph!

5 Months Ago
Merge CH47 Scientist NRE Fix -> main
5 Months Ago
Recompute origin of new mesh for extracted mesh faces
5 Months Ago
Remove another unnecessary check
5 Months Ago
Delay spawning CH47 scientists until we're sure the helicopter is inside the world bounds
5 Months Ago
CH47 fixed duplicate collider names
5 Months Ago
Remove eye check
5 Months Ago
Merge from main
5 Months Ago
Scene/timeline backups
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
skin approval + twitch drops
5 Months Ago
fixing material path for scaffold pieces
5 Months Ago
Compile fix
5 Months Ago
Only ensure swapchains up to date in tools mode and dont let hostedwidget change videomode, that's also handled by EnsureSwapChainsUpToDate and was causing a vulkan crash Fix Directional AO shader, it was broken for a while and nobody noticed, add a proper falloff curve to it, I feel like just deleting this and starting new with the new Scene Distance Field AO stuff
5 Months Ago
merge from spooky_slider
5 Months Ago
Allow players to skip queue when joining a server for 5 minutes after they are disconnected - will hold your spot so server doesn't overfill - controlled with convar `rejoin_delay` (default 300s)
5 Months Ago
merge from nexus
5 Months Ago
merge from horse_fixes
5 Months Ago
merge from mediumbattery_size
5 Months Ago
merge from waterjug_throw
5 Months Ago
merge from io_seismic_sensor
5 Months Ago
▉▆ ▉▅▉▋▄ ▄▅▋▆ ▉▅▆▊▋_▍▇▆▊▌█▆
5 Months Ago
merge from update_when_offscreen_convar
5 Months Ago
merge from doorcontroller_fixes
5 Months Ago
ctrl+i inverts selection for vertices, edges and faces
5 Months Ago
Optimize sam sites by looping through all possible targets on the server and checking distance instead of using physics queries - store list of all sam site targets on the server - no idea why physics queries are that slow
5 Months Ago
Add twitch drops models
5 Months Ago
Fix edge extrude not updating uvs of connecting face
5 Months Ago
merge from main -> optimize_sqlite_fastmode
5 Months Ago
Industrial conveyor now adds item directly when it is clicked in the search menu instead of the search menu closing after each item Increased search menu size from 5 items -> 24 items Made the conveyor filter menu larger to show more items at once https://files.facepunch.com/jakerich/nigt4uYWxO8KGLDH/k8z5W03AYiTh9mD0.mp4
5 Months Ago
Removed electric furnace 'Turn On' and 'Turn Off' side inputs They are now automatically turned ON or OFF depending on whether they have power, this simplifies circuits and fixes a few issues on server restarts
5 Months Ago
Vendor will attempt to straighten itself up once it pulls over
5 Months Ago
Increased laser detector range to match the beam length (from 4 to 12 meters) Also fixed players not being detected when approaching the beam head-on
5 Months Ago
Fetch display info from compositor Submit texture, render loop, etc.
5 Months Ago
Compositor - getters for display info Depth swapchain/texture are completely optional, can be ignored etc Acquire/wait for views inside BeginFrame, save off for Submit XR_EXT_debug_utils support Minor tweaks Remove RequestValidationLayers, m_useValidationLayers - unused Get rid of right eye offset until I figure rendering out completely
5 Months Ago
Update avatar scene to fix outdated scene meshes
5 Months Ago
Increase industrial conveyor from 12 item filters -> 30 item filters
5 Months Ago
Code cleanup Exposed more things as variables Pullover timer added
5 Months Ago
Fix traffic cone material Remove collision from checkpoint Update player prefab Map 1
5 Months Ago
naming updates
5 Months Ago
3p cuffs - 3p anim exports, also added an overirde controller for kidnapper state
5 Months Ago
Merge clientside and serverside physobj scaling code Update button spawnicons to face the camera mat_viewportscale tiny value Problem Remove unintended label from HL2 spawnlist Fixed stray "Other2" category name fallback in spawnmenu Added PhysObj:MakeShadow( maxSpeed, maxAngSpeed ) This allows making any physics object a physics shadow, not just Entity:PhysicsInitShadow Speed values of 0 or below mean do not allow movement. Added RegisterMetaTable( name, table ) "anim" type SENTs move physics objects clientside for you Hopefully this will not cause any issues surface.PlaySound can accept soundscript names clientside This will only translate the soundscript name to a file path, it will NOT affect ptich/volume, etc, since the function does not support that at all.
5 Months Ago
Minor tweaks to the IO handle positions
5 Months Ago
Reduced medium battery size by ~15% to balance them against large batteries and make them fit under half walls https://files.facepunch.com/Flavien/EoVPFQpcxFVKJJdp.mp4
5 Months Ago
move viewport settings to ViewportState from GizmoSettings, use shared gizmo settings for all viewports shift camera settings to EditorPreferences, simplify viewport options restore single EditorScene gizmo settings
5 Months Ago
updated sprite animations
5 Months Ago
Move xrWaitFrame into BeginFrame, sync now just calls EndFrame() and BeginFrame()
5 Months Ago
world cuffs setup - Added poses for open & closed, as well as 'locked' bool to traverse between states
5 Months Ago
Initial FPXR presentation logic
5 Months Ago
blunderbus 3p updated anims exported