254,393 Commits over 3,990 Days - 2.66cph!

3 Months Ago
Fix catapult animator init mismatch between client/server
3 Months Ago
Set all siege weapon recipes to require 1 ingredient each, so nobody freaks out on reddit when seeing the placeholder values I pulled out of my arse two months ago Balancing will come later
3 Months Ago
Merge from ai_wolf_iteration
3 Months Ago
Catapult projectile throwing LOS checks Prevent projectiles being fired through constructions and such Added a server collider to the catapult arm Tweaked projectiles radius
3 Months Ago
Remove unecessary includes
3 Months Ago
Fix wolves facing the wrong way when moving, and sometimes spinning when they start to move (new issues highlighted by async pathfinding) Fix wolves hovering slightly above ground
3 Months Ago
Decrease await delay when checking for recording finish
3 Months Ago
Internal intersect events on physicsworld, no one should need them Make use of InvokeWithWarning
3 Months Ago
Catapult animation client/server sync
3 Months Ago
Add GameObject.IsDestroyed - to detect objects that have Destroy() called on them, but haven't been destroyed enough to be IsValid false yet Don't return components on objects that are IsDestroyed Humans: skinning updates VR: init g_pVrSystem before finishing material system setup VR: check for headset in PreInit() instead of Init() UI: Expose UI.WorldInput.Hovered inside WorldInput component Upgrade remaining old vmdl files so I can delete all this legacy model code Humans: more skinning updates & prefab changes Merge branch 'master' of sbox Add Distance and Falloff to Voice Transmitter izIsSoft changes VR: more logging, always enable debug callback VR: add -novr force disable Update fpxr to 8e70816536da3c657eb9f9a7b815268c5ef7a729, improves headset checks Fix clothing using the wrong skin Fix HasUnsavedChanges being sucked into GameResource GameObject's FindByGuid will find prefabs (allows networking prefabs over RPC) Change prefab icon color Add GameObject.GetPrefab( string ) AssetBrowserLocation tracks location type (code, assets etc) Create asset menu is context-specific to the location type, creates in place and opens rename flyout instead of using system dialog Unify usage of AssetBrowserLocation and its presentation/directory/hiding logic Asset Browser: Improve navigation outside of project tree Path widget only displays what can fit instead of freely growing, hide rest behind flyout Ignore calls to Scene.Parent.set Iterate children nicer in PostDeserialize, in case children get added/removed during deserializing which they do - like when creating attachments Add GameObject constructor which takes a parent Expose PerChannel<T>.Get and Set Print a list of new items in console after check out Uninstanced prefabs (#1708) Can retrieve components and child gameobjects from uninstanced Prefabs Asset Browser: streamline navigation flow Asset location presentation tweaks, improved path handling Initial path widget width because it starting off small is so very annoying Fix NRE in PrefabFile.PostReload Fix NRE in CloudBrowser Fix warnings Fix 'cut component' not being undoable, Facepunch/sbox-issues#6949 Can DrawInstanced a number of instances without uploading data Remove unused asset browser node type Fix some Gizmo functions drawing an obsolete vertex object instead of nothing When provided with an empty Enumerable: Lines(), LineTriangles() & SolidTriangles() would reuse & draw the vertex object of the previous frame instead of nothing. They now correctly draw nothing if an empty Enumerable passed. Fix asset browser NRE, default location stomping cookied path Disable undo/redo menu buttons when there's no active editor session Optimize allocations in Gizmo Lines(), LineTriangles(), SolidTriangles() Fix [Button] not showing in asset inspector, resolves Facepunch/sbox-issues#6985 Merge branch 'master' into navmesh-dynamic-obstacles
3 Months Ago
Fix [Button] not showing in asset inspector, resolves Facepunch/sbox-issues#6985
3 Months Ago
Optimize allocations in Gizmo Lines(), LineTriangles(), SolidTriangles()
3 Months Ago
Ice shader update, smoother edge detection, parallax, and some frost on top
3 Months Ago
Spread navmesh obstacle updates across multiple frames
3 Months Ago
Fix asset browser NRE, default location stomping cookied path Disable undo/redo menu buttons when there's no active editor session
3 Months Ago
Enabled instancing on all materials.
3 Months Ago
Manifest
3 Months Ago
Merge from main
3 Months Ago
Safer TrainCar OnChildAdded behaviour Manifest
3 Months Ago
Fix entity cluster spawn logic being biased towards the smallest possible cluster size when respawning entities
3 Months Ago
▋▋█▌▌ ▊▉▅▉▋ █▉▆▆ ▄█▇▄▅▉▆▍▇▌ ▇▆▄█▍ ▅▌▍▋█▋▉ ▉▍ ▌▄▅▅█▇▋ ▄▅▄▋ █▍ ▉▍▅ ▇▌█▉ █▊ ▊▄▆▇▍█▋▋ ▉█▍█ ▆▅█ ▅█▍▄▇▅▄ ▊█ ▆▆▍ ▊▅▌▅▍█▆█ ▄▌▄
3 Months Ago
Fix exception when no permission to view package Release Brix IJSObjectReference properly
3 Months Ago
more cheer anims boss cheer
3 Months Ago
blend between two atmopsheric haze factors over height
3 Months Ago
Remove unused Sidebar on achievements page Fix package stats not updating Use ShowOnIndex var from PackgageType Can change org member permissions so they can invite and remove people
3 Months Ago
Leaderboard backup, run #15581
3 Months Ago
Merge from oxygen_qol_tweaks
3 Months Ago
Increased the depth required to be considered underwater for oxygen tracking purposes by 10% (85->95) This should mean oxygen will start getting consumed slightly later when submerging and should also help situations where oxygen is still depleting in turbulent conditions and part of the players view is above the water Added debug.waterFactorPrintout that pritns out the current depth level into chat for QA purposes
3 Months Ago
Fix exception from foliage tutorial change when entering play mode in the editor
3 Months Ago
Merge from ore_resource_optimisations
3 Months Ago
Convert all remaining nodes and the wood pile resource to the new PrefabAttribute workflow
3 Months Ago
Merge from shields
3 Months Ago
Fixed outlines on wooden shield and reinforced wooden shield world models
3 Months Ago
Fixed another case where spamming equip/unequip on a shield would throw an NRE
3 Months Ago
Fixed blocking flag staying on if the players shield is holstered or destroyed while blocking, was preventing input on subsequent held entities
3 Months Ago
Fixed shields not parenting properly
3 Months Ago
Fix initial rooms not revealing on the map Minimap Icons for certain room types Added Timer item which gives your bullets a "delay" (decel followed by accel) https://files.facepunch.com/CarsonKompon/2024/November/21_20-06-UnawareBluegill.mp4
3 Months Ago
Make it work for targeted player as well
3 Months Ago
Add MoveModeDefault, movement speeds defined in mode and can be altered by modifiers
3 Months Ago
Fixed being able to block while in debug cam
3 Months Ago
More tutorial stuff tweak intro scene water
3 Months Ago
Remove a few unused things
3 Months Ago
Merge from main
3 Months Ago
Merge from main
3 Months Ago
Merge from december24_art_fixes
3 Months Ago
Fixed incorrect biome being selected on new tutorial cliffs
3 Months Ago
wolf pain sounds are less sad wolf attack sounds have more snarl
3 Months Ago
workcart_box -> main
3 Months Ago
Fixed other locos
3 Months Ago
- Box storage done the boring proper way - Protobuf gen - Broken locomotives that arent workcarts