239,402 Commits over 3,837 Days - 2.60cph!

24 Days Ago
merge from line_functions
24 Days Ago
corrected closest points function
24 Days Ago
Bugfix: WhatUsesThis - avoid duplciate results It was possible that our recursive search would pick up the same references as AssetDatabase, so exclude those. Tests: Asset used to return 5 results with 2 pairs of dupes - now it's 3 results with no dupes
24 Days Ago
Map Pool for G String (#2105)
24 Days Ago
merge from main
24 Days Ago
Game Tiles are now all the same size instead of being randomly sized Give Game List Columns a max-width
24 Days Ago
Adjust footsteps
24 Days Ago
Localized wallpaper store page
24 Days Ago
merge from main
24 Days Ago
aggressive distance culling for cloth on cny_spear
24 Days Ago
merge from wallpaper
24 Days Ago
More wallpaper skin renames
24 Days Ago
merge from save254 - Staging wipe
Rin
24 Days Ago
phrases
24 Days Ago
Merge TrainCouplingImprovements -> main
24 Days Ago
Always construct a new CompleteTrain with any coupling changes. Allows 'coupledBackwards' etc to refresh correctly
24 Days Ago
Wallpaper.OnFrame NRE fix attempt
24 Days Ago
Updated default wallpaper viewmodel material to match the tiling we set in code
24 Days Ago
Merge world_update_2 -> Aux2
24 Days Ago
some fixes
24 Days Ago
Switched wallpaper health to float so it can take decimal damages Increased wallpaper decay protection so they don't die too quickly when placed on a decaying block
24 Days Ago
item definition
24 Days Ago
Manifest
24 Days Ago
Fixing folders structure Creating the prefabs and item definitions
24 Days Ago
merge from main
24 Days Ago
Leaderboard backup, run #13540
24 Days Ago
Update packages into adx
24 Days Ago
Backups
24 Days Ago
Merge from quit_changes
24 Days Ago
Pressing Quit in the menu in the editor will no longer force quit the editor The quit convar now requires no arguments to work successfully, "quit grass" will no longer work
24 Days Ago
running shoes balance credit card red envelope balance, antenna shake cellphone nudge balancing
24 Days Ago
Parent merge
24 Days Ago
Merge from main
24 Days Ago
▌▊▉▊▉ ▉▇▍▅ █▄▌▋_▇▇█▆▆▉_▍▅▇
24 Days Ago
▇▇▌█▄▋▍█ ▄▄▆ ▄▄▌ ▊▌▌▊ ▉▉▄▄▋▌▆▌▉ ▋▌▅▍█▍▌ ▋▍▌▄▇▉▊▋ ▌█▊ ▇▉▅▇▊▌▆ ▇▆'▇ ▆▉▄▆▆▅/▅▉▍▄▌▅▅ ▅▋▄▋▆▄ ▍▆▆▇▅▌▇ ██ ▆▆▋▄ ▊██▇ ▋▌▄ ▇▉▅▌▇▌ ▆▇▄▊▊▅▍▇▇▄▄ ▆▌▇▍ ▋▋▇▊▇▌█▊ ▊▇▆ ▍▅▊█ ▅▇▍▇▊▍█, ▋▊ ▅▌ ▋▇▇█ ▅▌█▅▊▋ ▌▆▄▍▋ ▊ ▇▆▇ ▆▋ ▊ ▍▍▋▆▉ ▊▍▆▍ ▊▉▉▅▅▆▆▆ ▇█▄ ▍▊▇▅▍▇▍
24 Days Ago
Moon size increased a further 0.1, to get it precisely equal to the Sun's size. The game is good now.
24 Days Ago
Fixed burlap sacks being visible on all dropped items in the editor (regression casued by 103243)
24 Days Ago
Slightly tweaked weather ratios for the updated types.
24 Days Ago
Storm tweaks (missing ambient dimming script feature, so lighting too bright atm)
24 Days Ago
More weather fixes/tweaks.
25 Days Ago
Rain profile tweaks.
25 Days Ago
BurstClothConstraint is now part of clientsideOnlyTypes, fixed them getting included on the server Removed the underwater effect root on the server of dropped items, it's unused on the server
25 Days Ago
Parent merge
25 Days Ago
Weather profile iteration.
25 Days Ago
brickvent texture and material adjustment Merge branch 'main' of sbox-assets
25 Days Ago
Merge from hackweek_accessibility_colourblind
25 Days Ago
Merge from main
25 Days Ago
Added option to change colour of deployed laser detector (green, blue and yellow options) Lasers attached to weapons are unaffected
25 Days Ago
Removed use of noEarlyExit parameter, as it's been removed in the world update branch
25 Days Ago
Removed DPV use of noEarlyExit parameter. Looks like this was removed in 103256. It should work well enough without it.