224,870 Commits over 3,714 Days - 2.52cph!

9 Months Ago
Missed clearing recycledCells list
9 Months Ago
Fixed some Dictionarys not cleared when disconnecting Ensure initialization and destroy are called only once (to avoid nativearray dispose errors)
9 Months Ago
Hammer: Add extended box gizmo handles as a saved option https://files.facepunch.com/matt/1b1611b1/sbox-dev_aoNTlauVjt.png
9 Months Ago
Fix `print_global_entities` not actually printing the output
9 Months Ago
Season gallery + some refactor
9 Months Ago
1 minute per frame
9 Months Ago
Rocket projectile lights set to LightEx instead of Shuriken, because cheaper in this case.
9 Months Ago
Refraction wip
9 Months Ago
Fix error / crash when reconnecting to server
9 Months Ago
Merge from /main/shader-fix-2
9 Months Ago
Fix (Rotation / Vector2 / Vector3).Random Also add Vector2.RandomCircle, Vector2.RandomDisk, Vector3.RandomSphere, Vector3.RandomBall, Random.Gaussian Obsolete old VectorX.Random properties, add extensions to System.Random
9 Months Ago
Merge from main
9 Months Ago
Moved smokes_exgaustfumes render queue to after water to ensure it doesn't get overwritten
9 Months Ago
Moved censorship up the transparent render queue to avoid interacting with smoke grenade
9 Months Ago
More 2021 server build debugging
9 Months Ago
Fixed players showing over monument smokestack and smoke overwritten by atmospheric scattering
9 Months Ago
▆▄▍▉▆▋ ▊██▄█▄▆ █▄▊▊▅▌▍▉█ ▆▌▇▊▊▅▋▇▋▋▉ ▍▉ ▌▅▋▄▍▊▉▌▅▆▍▆▅▅█▋▅█▌▆▋▋▄.▅▉▅▉▊▄, ▇▊▉▇▍ ▅▉ ▌▄▌▆▍▊▅▊ ███ ▍▇▊▊▆▊▊ ▋▅▄▊█▌ ▅▌ ▋▌▉▇▌▆▄▍
9 Months Ago
▋▋▆▇▌▌▅▍▆▊▊ ▆▉ ▍▇▄ ▅▉▋▉▇▆ ▅▉▆▄▋▉▉ ▉▇█▅ ▌▅▌▇▅▍ █▍▆ ▆▄ ▋▄▌▅▄▇▊ ( ▊▋▊▄▉▊▋/▄▋▄▊█▋▇▆ ▅▋▋█▋▄▊ ▇▊ ▅▍▄-▌▆▅▊█▅▍ ▊▋█▋▊▆▊▄▅▇ )
9 Months Ago
Compile fix
9 Months Ago
Server build debugging
9 Months Ago
Improved Timelapse generation
9 Months Ago
Cathode: replaced widthRes/heightRes with downscale parameter
9 Months Ago
VirtualScrollPanel uses DefaultStyles
9 Months Ago
Subtract m_nMaxPlayers by m_nBotPlayers so servers show that they're full if they're occupied by bots + players
9 Months Ago
Turn BaseStyles members into a table containing type, default value, and inheritance state, generate BaseStyles.Defaults Auto-generate layout cascading based on inheritance state Use BaseStyles.Default instead of hardcoding defaults Similar to `css-defaults` branch but this does it better - so I'm deleting that in favour of this. Rather than hard-coding the default value every time we fetch it: ```cs var value = Styles.BackgroundColor ?? Color.White; ``` We should be doing something like: ```cs var value = Styles.BackgroundColor ?? Default.BackgroundColor; ``` Provide default values as fallbacks for style transitions, use LerpProperty inside BaseStyles.FromLerp In FromLerp, check if the property we're trying to change is actually changing Prevents us from stomping property changes when a transition is running with `transition: all` if you have an animation running simulataneously Move default styles into `DefaultStyles`, make everything readonly
9 Months Ago
merge from pivots
9 Months Ago
Merge from main
9 Months Ago
Test changes to pivots. Reuse a single pivot instead of creating multiple.
9 Months Ago
Merge from global_networked_bases (this contains a Network++)
9 Months Ago
Merge from main
9 Months Ago
Native collection allocation / free fixes (we were not cleaning things up correctly when leaving and re-joining a server)
9 Months Ago
Editor: If "show start screen" is off, load last opened project automatically
9 Months Ago
WeaponRackSlot cleanup
9 Months Ago
Remove duplicate gamepad codes in common actions
9 Months Ago
Generate Style.Unset(), start using IsSet()
9 Months Ago
WeaponRackGhost cleanup, including converting to static class.
9 Months Ago
▅▌▅▊█▆▌█ ▍▉█▍: ▉█▆▅▍▊▊█▍▉ ▊█▍ ▄▅▊▊▅▆▊▌▌▅ ▋▌▄ ▇▋▊█
9 Months Ago
Bathtub prop / textures/ LODs / COL / prefabs
9 Months Ago
merge from weapon_racks
9 Months Ago
Fixed issues with construction guides not preserving shadowCastingMode, receiveShadows and lightProbeUsage from their source (causing shadow proxies to render as duplicate guide meshes)
9 Months Ago
Removing unused / commented out code (InstancedEntityScheduler in DoGameSetup)
9 Months Ago
Fixed BuildingBlock.currentGrade early exit when null
9 Months Ago
Renmoving unused code (InstancedMeshTracker)
9 Months Ago
Merge from main
9 Months Ago
Merge from parachute
9 Months Ago
Merge from main/Attack Helicopter
9 Months Ago
Save++
9 Months Ago
Merge from main
9 Months Ago
Merge from main
9 Months Ago
Animgraph: Add C# model picker instead of going through an ugly dialog and combo box https://files.facepunch.com/layla/1b1611b1/sbox-dev_YSPuTuq24x.mp4