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

12 Months Ago
Fix TreeEntity merge issues
12 Months Ago
Merge from main
12 Months Ago
Additional glass prefabs for map makers (non-tiled)
12 Months Ago
More compile fixes for gizmos
12 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
12 Months Ago
Yet more materials
12 Months Ago
Argh more mats
12 Months Ago
Two more mats
12 Months Ago
Make sure all our menu popups have a parent, make them stick to the screen their parent is on
12 Months Ago
UnityEditor flags around OnDrawGizmosSelected in BigWheelBettingTerminal
12 Months Ago
Even more updates mats, and a rendertexture
12 Months Ago
Let's just keep updating mats as they decide they want to reserialize
12 Months Ago
Some materials wanted further updates
12 Months Ago
Reserialize all materials and a few related files
12 Months Ago
Turret will only accept the ammo of the current equipped gun
12 Months Ago
Add SceneCubemap.RenderDirty()
12 Months Ago
UNITY_EDITOR around OnDrawGizmosSelected in NPCShopKeeper
12 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.
12 Months Ago
ComponentList: Open menu on same screen as GameObjectInspector (sbox-scenestaging/issues/61)
12 Months Ago
Merge FitToColliderEditorTool -> main
12 Months Ago
Merge GizmoCleanup -> main
12 Months Ago
▊▆▅▋▄ ▋▄▇▋▇▍█▆
12 Months Ago
Allow negative scores and multipliers (but still no zeroes)
12 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
12 Months Ago
merged from switch_passthrough_fix
12 Months Ago
merge from more_radius_skins
12 Months Ago
merge from wanted_clothing_fix
12 Months Ago
merge from industrial_pipe_log_spam_fix
12 Months Ago
merge from waterpistol_anim_fixes
12 Months Ago
Added basic placeable shelter.
12 Months Ago
SuperTea farming buff, removed health effect
12 Months Ago
Undo Support
12 Months Ago
Copy Component/Paste Values/Paste As New
12 Months Ago
Don't spawn water junk piles under boats
12 Months Ago
▌█▅▍▆ ▇▅▌▅▉▇
12 Months Ago
Add Setclass to PanelComponent
12 Months Ago
Make PanelComponent partial (whoops)
12 Months Ago
viewmodel prefab fixes
12 Months Ago
Add some shorthand methods for PanelComponent
12 Months Ago
Junk piles manually trigger UpdateSurroundings when destroyed
12 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
12 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
12 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>
12 Months Ago
Components can send network data
12 Months Ago
Added frontier and gingerbread to list of skins for skin/upgrade radius commands.
12 Months Ago
Some cleanup
12 Months Ago
Fix ByteStream when writing string Add ByteStream.ReadByteStream Cleanup
12 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.
12 Months Ago
Test for expression nodes being evaluated once per output event
12 Months Ago
Some more work towards nested graphs