240,727 Commits over 3,867 Days - 2.59cph!

11 Months Ago
Merge from main
11 Months Ago
Additional glass prefabs for map makers (non-tiled)
11 Months Ago
More compile fixes for gizmos
11 Months Ago
Rename new shotgun folder to M4 Shotgun Fixed attachments not apperaing due to lingering, disabled attachment slots on the prefabs, this fixed attachments appearing on the viewmodel Removed duplicate Model components on the entity, this was causing attachments to not appear on the held entity
11 Months Ago
Yet more materials
11 Months Ago
Argh more mats
11 Months Ago
Two more mats
11 Months Ago
Make sure all our menu popups have a parent, make them stick to the screen their parent is on
11 Months Ago
UnityEditor flags around OnDrawGizmosSelected in BigWheelBettingTerminal
11 Months Ago
Even more updates mats, and a rendertexture
11 Months Ago
Let's just keep updating mats as they decide they want to reserialize
11 Months Ago
Some materials wanted further updates
11 Months Ago
Reserialize all materials and a few related files
11 Months Ago
Turret will only accept the ammo of the current equipped gun
11 Months Ago
Add SceneCubemap.RenderDirty()
11 Months Ago
UNITY_EDITOR around OnDrawGizmosSelected in NPCShopKeeper
11 Months Ago
Adjusted sleep threshold down to 0.01 (was originally 0.005, then 0.02). Had rare cases of things going to sleep in bad positions.
11 Months Ago
ComponentList: Open menu on same screen as GameObjectInspector (sbox-scenestaging/issues/61)
11 Months Ago
Merge FitToColliderEditorTool -> main
11 Months Ago
Merge GizmoCleanup -> main
11 Months Ago
▊▆▅▋▄ ▋▄▇▋▇▍█▆
11 Months Ago
Allow negative scores and multipliers (but still no zeroes)
11 Months Ago
Split up score events for hacking crates so half is for hacking and half is for being the first to loot it Add a score event for looting an elite crate Bit of refactoring to keep this clean
11 Months Ago
merged from switch_passthrough_fix
11 Months Ago
merge from more_radius_skins
11 Months Ago
merge from wanted_clothing_fix
11 Months Ago
merge from industrial_pipe_log_spam_fix
11 Months Ago
merge from waterpistol_anim_fixes
11 Months Ago
Added basic placeable shelter.
11 Months Ago
SuperTea farming buff, removed health effect
11 Months Ago
Undo Support
11 Months Ago
Copy Component/Paste Values/Paste As New
11 Months Ago
Don't spawn water junk piles under boats
11 Months Ago
▌█▅▍▆ ▇▅▌▅▉▇
11 Months Ago
Add Setclass to PanelComponent
11 Months Ago
Make PanelComponent partial (whoops)
11 Months Ago
viewmodel prefab fixes
11 Months Ago
Add some shorthand methods for PanelComponent
11 Months Ago
Junk piles manually trigger UpdateSurroundings when destroyed
11 Months Ago
Remove TF2 stuff from 360controller.cfg Changes to Options menu Update .gitignore Armor reduction system Added g_ragdoll_maxcount to spawnmenu This is a common issue among players where the cvar is set to 0 and NPC bodies despawn instantly Main menu workshop related changes Add to Favorites function, and vote up/down sync and display improvements Added dummy FizzlerVortex matproxy Fixes some Portal 2 mats to work out of the box Spawnmenu NPC improvements Save and restore NPC (max) health, make the correct NPC spawn when duplicated Read settings/users.txt from MOD path Fix Sandbox gamemode calling SetBodyGroups with nil Code style clean ups Consistency within touched files
11 Months Ago
Merged Pull Requests * Fixed an infinite loop with string.Comma * Fixed server browser showing lowercase gamemode names for empty categories Mention nav_quicksave 2 in its description Merged Pull Requests Added math.Factorial Added language string for g_ragdoll_maxcount
11 Months Ago
Add math.Factorial (#1938) * Add a factorial function to the math library * Make everything norm-friendly * Use a loop instead of recursive * Remove recursive from the comment --------- Co-authored-by: Maxime <72105771+MaaxIT@users.noreply.github.com>
11 Months Ago
Components can send network data
11 Months Ago
Added frontier and gingerbread to list of skins for skin/upgrade radius commands.
11 Months Ago
Some cleanup
11 Months Ago
Fix ByteStream when writing string Add ByteStream.ReadByteStream Cleanup
11 Months Ago
Show a blue placement flag whilst sweetspot detecting, before real flag is spawned. More lenient sweetspot. Added a spawn radius buffer. Increase UI lerp speed.
11 Months Ago
Test for expression nodes being evaluated once per output event
11 Months Ago
Some more work towards nested graphs
11 Months Ago
Fixed Infinite loop on string.Comma when second parameter is numerical. (#2025)