243,160 Commits over 3,898 Days - 2.60cph!

14 Days Ago
Better solution for ignoring empty files for project upload, resolves Facepunch/sbox-issues#6608
14 Days Ago
14 Days Ago
fixed car lift collider box being offset in y/z
14 Days Ago
Fixed blendmode multiply not alpha blending Remove nulls in updateComponents (prevents NREs when hotloading) Add "Position Absolute" to gameobject flag selector TextRenderer uses TextScope (outlines, shadows, letter spacing, italic)
14 Days Ago
Incorrect key presses now reduce remaining time. QTE will now fail when running out of time. QTE timer loss is now configured on QTE entity.
14 Days Ago
14 Days Ago
fixed storage building large ceiling collider gap
14 Days Ago
Repair UI and gesturecollection prefabs after merge
15 Days Ago
Merge from main
15 Days Ago
Merge from QTE
15 Days Ago
Leaderboard backup, run #14741
15 Days Ago
Change mass center when not grounded Add skidding
15 Days Ago
▆▇▍▊▋▋ ▇▇█▊▊▌▄▋▍▊▍▅▅ (▆▍█▅▆▄) ▇▇▇ ▍▊▊▄▉▋▍▉ ▌▅▇▄█▊ █▄▄▄▊▊▌▇▊ ▅▆▋▄▋
15 Days Ago
+1 the month in the server browser last played
15 Days Ago
Server browser: Added last played date display Addon Preset search box 360 controller configs have more reasonable binds Move gmod specific language strings from gameui_english To garrysmod_english Localization string for main menu blocked message Minor changes Fixed Lua errors when duplication limits are hit Change how custom spawnpoints are added to GMod So its not 27 duplicated .lua files
15 Days Ago
FF & NeoTokyo spawnpoints + Map Category (Community Contribution) Rework how spawnpoint entities are added in base gamemode One file now, not 25 duplicated files. Minor code cleanups Linux: Do not ExecuteToPriority if there are no jobs This addresses slowdowns on Linux (srcds?) to do with the filesystem garrysmod-issues/issues/5932
15 Days Ago
Add ability to group selection into new parent GameObject, add bind (CTRL+SHIFT+G), resolves Facepunch/sbox-issues#6587
15 Days Ago
Can jump out of water Ladder climbing
15 Days Ago
Normalize map path name
15 Days Ago
▉▆▄ ▅▊▉▆▌▊▄█▇▅ ▅▄▇▄ ▋▄ ▉▍▋▄▌▇▌▇▄ ▄▍ ▄▅▋ ▉█▆▄▇▅ ▄▄▋ █▆▇▌▆ ▉▅█▌▍▅ ▇▊ ▌▆▆▋▌▆ ▅▌▊▍▇▉▊▊ ▌▆▊▊▍█▆ ▆▋██ ▉▋▌ ▉▅▄▄█▍ ▊▍▌▉▆ ▌ ▌▌▌▆ ▄▇ ▊▍▇ ▆▆▇▅▌▇
15 Days Ago
Fortress Forever + NeoTokyo support: Info_ff_teamspawn (#2044) * Fortress Forever spawnpoint * Added info_ff_teamspawn to player.lua * Update getmaps.lua I almost forgot the getmaps thing for Fortress Forever. * Create info_player_attacker.lua NeoTokyo Attacker spawnpoint * NeoTokyo defender spawnpoint See prior commit * NEOTOKYO spawnpoints, too! * Update player.lua * Update player.lua --------- Co-authored-by: Rubat <3299036+robotboy655@users.noreply.github.com>
15 Days Ago
Fix action graphs in unsaved hammer maps Associate graphs with a HammerSceneEditorSession if open in hammer, which is resilient to renaming etc
15 Days Ago
SampleScreenSsMSAA to composite non-MSAA screen effects ( SSR, AO, etc ) into an MSAA buffer https://files.facepunch.com/sampavlovic/1b1711b1/05csVIYZJM.png
15 Days Ago
Move & scale scene camera speed overlay based on DPI Fixes it being out of place on HiDPI monitors https://files.facepunch.com/alexguthrie/1b1711b1/sbox-dev_59G1WDRdBm.png
15 Days Ago
Added Custom Pixel Cursors Updated various UI elements to have cursor reactivity Fix CraftingStation NRE if player dies when in menu. Force close any open Modals on death Fishing Minigame has a chance for Treasure to appear. Can optionally go for the Treasure or the Fish Fix Cooking Skill, and Cooking Pot Tile issues Cooking Pot has a custom UI which only takes single items instead of item stacks Fix CraftingStationPanel NREs Cooking Pot no longer duplicates items when adding to Pot Replaced individual food prefabs with a single food prefab that pulls healing information from ItemResource Added Cooking Recipes and "Unknown Mess" food item which is crafted when using an invalid recipe Cooking Pot now has progress bar Moved all Tile-related WorldPanels into the WorldPanels folder Added CookingStationPanel for overworld progress view
15 Days Ago
SCSS calc tests for bare literal values, variables UI: Push root values between building style and cascaded PreLayout Treat worldpanels as layers
15 Days Ago
stage progress
15 Days Ago
Swimming
15 Days Ago
Add vector3.InverseLerp Add Collider.FindClosestPoint( p )
15 Days Ago
Expose Achievement.Score, resolves Facepunch/sbox-issues#6585
15 Days Ago
Only provide SourceLocationAttribute on primary class declarations, fixes "Open Component.Partial.cs", resolves Facepunch/sbox-issues#6612
15 Days Ago
Remove mock GameObject/Prefab code from managed MapEntity Add CMapGameObject map node with managed counter part that wraps a GameObject Hammer world's Scene uses HammerSceneEditorSession Add HammerManagedInspector that can take over if it likes the MapNode. We only like MapGameObject for now Run Scene.EditorDraw() on MapView for gizmos, remove old Entity.DrawGizmos Hammer: Create GameObject Test option More explicit HammerEvents Managed map node callback interface, a little convoluted because of mapdoclib <-> hammer <-> managed. But this is easier to do callbacks and can return values And the managed side Serialize/deserialize CMapGameObject CMapGameObject::GeneratesEntityModelGeometry() Expose CMapGameObject JSON to MapBuilder via IHammerMapLoader Collect CMapGameObjects, compile them into scene.json inside the vpk and let MapInstance load them (Very hacky code needs cleaning up) MapWorld.Scene sets a Scene.Source in an attempt to make AG happy Tie Meshes to GameObject button Add def for CMapNode.GetRootDocument() ActionGraph source location refactor Add MapSourceLocation, fix editing action graphs in .vmap files Check for MapSourceLocation in ActionGraphView Open source map when inspecting graph from .vmap Parent action graph editor to hammer window if editing map graph Push AG serialization options when saving map game object Makes sure we replace any cached versions of graphs Implement setting HammerSceneEditorSession.HasUnsavedChanges Fix action graphs from maps not caching correctly Only OpenContainingResource if not already open
15 Days Ago
Sometimes ManifoldPoint->Impulse is nan, I don't know if that's expected Add Rigidbody.Touching - which returns a list of triggers that it's currently touching Prevent leaving triggers early when you have multiple colliders - I don't enjoy the amount of complexity this adds
15 Days Ago
Whitelist System.Int128 sbox-issues/issues/6627
15 Days Ago
Proper TAA, option for spartial or temporal blur
15 Days Ago
"Current Project" in Asset Browser is actually the current project, though this is probably already fixed in the new asset browser Resolves Facepunch/sbox-issues#6614
15 Days Ago
Read input config when changing input settings, resolves Facepunch/sbox-issues#6590, Facepunch/sbox-issues#6599
15 Days Ago
This conveyor isn't perfect, we're exploring
15 Days Ago
Intro area updates with water
16 Days Ago
Ground friction
16 Days Ago
Fix all deprecation warnings
16 Days Ago
Leaderboard backup, run #14717
16 Days Ago
Fix null exception in PlayerStats.TryGet
16 Days Ago
WorldTextSceneObject needs to be OverlayWithDepth to have depth with draw solids
16 Days Ago
Jump clamping DebugDraw text Explode the player on high pressure
16 Days Ago
Fix winding in Gizmo.Draw.SolidBox
16 Days Ago
Add impulse to PhysicsContact
16 Days Ago
Fix dragging installed cloud assets, don't just bail if it can't find primary asset, fallback to url
16 Days Ago
Support drags from resource control into scene viewport https://files.facepunch.com/layla/1b1711b1/sbox-dev_A0eI3zWHiZ.mp4
16 Days Ago
Create and cache line shader outside of SceneLineObject constructor, these scene objects are created on a thread and material load has to be on main thread