255,419 Commits over 3,990 Days - 2.67cph!

45 Days Ago
Only print Building network files if we're building them Add SBDM dedicated server launch option Clean server startup, move command line convar setting logic Make IRenderDevice.IsEmptyAPI const Move network thread to Networking class, prevent crash on dedicated server close Fix Game.Load not working because old game didn't close in time
45 Days Ago
Use [IconName] for DirectoryEntry.FolderMetadata.Icon
45 Days Ago
Leaderboard backup, run #16781
45 Days Ago
Disable all scientists in primitive mode
45 Days Ago
Add convars to block NPCs from spawning - `npc_spawn_on_junkpile` specifically for junkpiles - `scientist_spawners_enabled` will disable all scientists spawning (peaceful & hostile)
45 Days Ago
- Rewrote crossbow vm attack and reload code from near scratch - Fixed reloads not working correctly - New animation controller setup - Use Viewmodel Camera
45 Days Ago
Can now pull horses when leading them, allowing you to pull them out of tricky spots (experimental) Improved spine IK motion again
45 Days Ago
FX progress backup. Small transmission tweak on catapult bucket.
46 Days Ago
Some cleaning up https://files.facepunch.com/ziks/2025-01-10/sTIPPg7QpQ.mp4
46 Days Ago
Dedicated server console shows a header with some useful performance stats on it https://files.facepunch.com/tony/1b1011b1/WindowsTerminal_sjBEArBU4F.png Has an annoying issue, because we're writing to lines, if a new line gets written it'll duplicate the overlay to out of viewrows
46 Days Ago
Can edit action properties from component sheets
46 Days Ago
WIP show action properties in AG editor, can drag into graph
46 Days Ago
Leaderboard backup, run #16773
46 Days Ago
Another angle at action graph properties Menu for adding properties Some restructuring / simplification Can get / set action graph properties Rewrite to just use a Dictionary<string, object> internally
46 Days Ago
Add referenced resources in the Scene to the vmap. Fixes Facepunch/sbox-issues#6839
46 Days Ago
Less recoil Update gauss_impact.prefab
46 Days Ago
Clean up ParticleFloat parsing Fix gradient error
46 Days Ago
▋▆▋█▆▅█▇
46 Days Ago
Gas cylinder, radiator plunger and cap mesh and material asset updates
46 Days Ago
Close Dropdown Popups automatically when the parent Panel is hidden. Resolves Facepunch/sbox-issues#6893 Make the Server Browser a bit neater and added a header row. https://files.facepunch.com/CarsonKompon/2025/January/10_14-14-BleakAfricanclawedfrog.png
46 Days Ago
Added ropes when leading horses using FakePhysicsRope Moved FakePhysicsRope logic to LateUpdate Tweaked leading behaviour Fixed players able to stop other players leading horse
46 Days Ago
Update .fgd files Fix NPCs in spawnmenu search not having their weapons set Color:SetUnpacked type checking Improve stack traces for existing error() calls Remove NULLs from Entity.Constraints Added debug.getregistry & IMaterial:GetColor implementations Update garrysmod_english.txt
46 Days Ago
Added "DoImpactEffect" for `ai` and `nextbot` SENTs Added model scale preview to Hammer Fixed a typo in hl2 fgd Update Portal turret relationships to certain NPCs Antlions fear them now, and it hates combine hunters and gunships Fixed Portal Rocket Turrent not updating its facing angles when no target game.CleanUpMap deletes C_Hairball Merge Pull Requests * Fix indentation of the gamemode list items * make file.Write and file.Append return success of file.Open used internally
46 Days Ago
Leaderboard backup, run #16769
46 Days Ago
Gradient editor: add buttons to select next/previous point without pixel picking faff Gradient editor: clear point selection when whole gradient changes, make reverse work properly aha Gradient editor: Tweak point drawing for better legibility Clamp point location to 0-1 when adding to gradient
46 Days Ago
Improve file.Write function to return success status (#2178) * Improve file.Write function to return success status * Update file.Append to return success status
46 Days Ago
Fix indentation of the gamemode list items (#2179)
46 Days Ago
ParticleConeEmitter - use ParticleFloats, emit within the base of the cone, add Velocityrandom, CenterBias, CenterBiasBelocity, VelocityMultiplier
46 Days Ago
Update Test Scene https://files.facepunch.com/lolleko/2025/January/10_18-17-TornAllosaurus.mp4
46 Days Ago
Ensured reload to reload step is smooth
46 Days Ago
Adding boomerang animation content and initial set up files
46 Days Ago
Add voices UI, tweaked voice transmitter properties to not be worldspace
46 Days Ago
- Use next free slot rather than shots left for reloading - Disable barrel animation for reloading (just now) - Ensure arrows are visible for the next shot when reloading (eg the one you are dragging into the barrel)
46 Days Ago
Leaderboard backup, run #16768
46 Days Ago
Clean: removing no longer relevant comment
46 Days Ago
woodaxe meta
46 Days Ago
Don't do effects if we're the server in many cases
46 Days Ago
Update: DemoServer improvements and fixes - All ticks are now accepted - exposed an editor only API to inject ticks (avoid serialization roundtrip) - cleaned away tick logging - it generated too many logs Ticks are now caught, which is nice, but it looks like it's not validating them all outside of demo playback (saw only 2 players doing it on a perf capture). That'll be next. Tests: added temp debug assertions that would catch any discarded tick - played the new demo, and there were no more assertions.
46 Days Ago
Indirect Instancing: Add initial support for sub meshes
46 Days Ago
Fire ammo stuff/backup
46 Days Ago
Can now Rename folders from the Asset Browser. Resolves Facepunch/sbox-issues#7351
46 Days Ago
Gradient editor: add shortcuts to reverse, distribute points evenly, clear to white
46 Days Ago
- Hopper LODS
46 Days Ago
blowpipe viewmodel prefab updates - set viewmodel mesh to 0.7 in the z ( to make it feel closer to camera) - set up viewmodel renderers - set to use viewmodel camera - removed crossbow mesh from prefab - removed ironsights script
46 Days Ago
Update charger and health kit, battery prefabs to use Network Object mode instead of Snapshot
46 Days Ago
dropped explosion force multiplier on catapult by a factor of 10
46 Days Ago
towing looks for non-interactive layered collider setup on towable vehicles, no longer get useless towing prompts when you back up to the wrong side of siege weapons
46 Days Ago
Add sbdm.cheatmode, don't start with all weapons
46 Days Ago
Add presets to gradient editor, ux improvements https://files.facepunch.com/solw/2025/January/10_14-37-SolidUintagroundsquirrel.png Prevent gradient editor colour points having alpha value Support photoshop-style sampling of gradient color under cursor https://files.facepunch.com/solw/2025/January/10_15-21-RemorsefulAsianlion.png Fix being able to create new gradient point with a negative location Add context menu to GradientControlWidget
46 Days Ago
Move process of parsing command line switches on boot and setting ConVars and ConCmds from them from native to managed. Control when they are set / run ourselves, we'll do it in Bootstrap.Init.