249,476 Commits over 3,959 Days - 2.63cph!

5 Months Ago
Merge from main
5 Months Ago
█▄▇█ ██▅▄▊▅▌▇
5 Months Ago
Added Editor Keybinds for Scene Mesh Operations, matching Hammer where possible. Also added Tooltip when hovering a mesh edit button to see it's Keybind. Resolves Facepunch/sbox-issues#6101
5 Months Ago
Updated AO on subway
5 Months Ago
Missed some diamond wallpaper files
5 Months Ago
Created tiling blue diamond wallpaper, compatible with Wainscotting A. Updated Wainscotting A wallpaper to match. Updated skins list. Changed glossiness of venetian plaster set. Downressed some supporting textures in wallpaper set.
5 Months Ago
Can no longer create a Library with the same Ident as the current Game or another Library. Cannot change a Game/Library's ident to the same ident as another Library. Resolves Facepunch/sbox-issues#5466
5 Months Ago
Clean up test scripts
5 Months Ago
Hook new wolf growl anim, make animator state generator case instensitive
5 Months Ago
Adjust MainHUD so a bunch of UI elements can be displayed while we don't have a pawn, including toasts, round info, kill feed, voices, scoreboard
5 Months Ago
Show programmatic name of stat in stats section
5 Months Ago
Can define default respawn state Added PlayerInputRespawner Update Game_setup.prefab
5 Months Ago
Default respawn state is delayed
5 Months Ago
Rewrite PooledList to be IPooled and IDisposable, allowing it to be part of using statements and free itself when leaving scope
5 Months Ago
Removed some main menu lines
5 Months Ago
stats/global returns stats that aren't registered Player stats return stats that aren't registered
5 Months Ago
committing texture meta that plastic desires
5 Months Ago
weapon updates - set events to use revolver sounds for now - ironsight updates - anim updates - set up ADS anim versions in the viewmodel animator
5 Months Ago
merge from wallpaper
5 Months Ago
Include latest skins when using setwallpaper command
5 Months Ago
debris_a_pile_01 + 02 vmdls
5 Months Ago
Show ETA on loading screen https://files.facepunch.com/alexguthrie/1b2211b1/sbox_Ai6NLIszih.png
5 Months Ago
Tweaked wallpaper textures aniso levels
5 Months Ago
Enabled mip map streaming for all wallpaper textures
5 Months Ago
exported Wolf_GrowlRunToWalkBack animation
5 Months Ago
Update: convert PositionLerp to IPooled Previously implemented as IDisposable, so this was a straighforward switch. Tests: ran a local 2player game, forced the client to disconnect - confirmed EnterPool got called
5 Months Ago
added skin constraints to left him as well
5 Months Ago
Fix UpdateErrorCounts not publishing
5 Months Ago
M700 world model LOD levels
5 Months Ago
Make sure we aren't setting wallpaper on incompatible blocks when using 'ent setwallpaper' command
5 Months Ago
burstcloth - made skin constraint editing less messy
5 Months Ago
Combine stats and leaderboards sections Clean stats header Clean up leaderboard section
5 Months Ago
Merge from world_update_2
5 Months Ago
In standalone, run CreateGame after doing all our standalone setup - because otherwise we'll be loading the game assembly without any info (cherry picked from commit 1102b357f284b26b2bab11bedfc23bb5e15c47a1)
5 Months Ago
Separate DevUI (console, errors) addon code out into its own addon Clean up MenuSystem and MainMenuPanel In standalone, run CreateGame after doing all our standalone setup - because otherwise we'll be loading the game assembly without any info DevUI gets its own ContextLocal scope Add DevUIDll Test for DevUI
5 Months Ago
burstcloth - added skin constraints to allow explicit separation from defined points on skinned mesh without needing projected collision - works alongside collision constraints, but allows solving explicit issues like knee clipping without having to rely fully on it - applied to hazmat prefab, also reset bone positions
5 Months Ago
Fixed 35-40 calls of TerrainWaterMap vs. WaterLevel
5 Months Ago
▊▉▅▋ ▅▍▄▍ ▅▌▇ ▆▅█▇▍▆█▊▉ ▋▉▆▄ █▍ ▅▌▆▋▉▆ ▄▄▄▇▍▊█▄▉▄ ▌▋▅▊ ▅▍ ▌▋█ ▋▇▆█▄▆▄▆▅▌ ▆▋█▇ ▄▅▄ ▇▍▄ ▉▍
5 Months Ago
Add full rotational Gizmo.Draw.LineCircle overload Fix Gizmo.Draw.LineCylinder ends drawing wrong, resolves Facepunch/sbox-issues#6209
5 Months Ago
-Collision for Fire Cabinet -Added Wall mount model, material, textures, LODS
5 Months Ago
world_update_2 -> world_update_2/radioactive_water
5 Months Ago
Merge: from main Tests: built all modes in editor
5 Months Ago
Select new items after pasting
5 Months Ago
merge from main
5 Months Ago
Some cleaning
5 Months Ago
merge from tincanalarm_tip
5 Months Ago
More tests
5 Months Ago
Coastal cliffs LOD distance tweaks Fixed slope mask settings
5 Months Ago
Tab to flip selected transitions, Ctrl+D to duplicate selection
5 Months Ago
Update: fixing invalid namespace reference Tests: none, trivial change