userlamalovecancel

6,607 Commits over 2,527 Days - 0.11cph!

3 Months Ago
Add a CoverImage component
3 Months Ago
Add components to allow overriding the menu's background with a different image
3 Months Ago
Add UIEffect
3 Months Ago
Update release.yml
3 Months Ago
SHA fix?
3 Months Ago
Github actions setup
3 Months Ago
Set proper API host
3 Months Ago
Merge from main
3 Months Ago
Fix exception in heartbeat worker when exiting with Ctrl+C
3 Months Ago
Detect server crashes and make sure it restarts
3 Months Ago
Proper timer to make sure logs are submitted after some time instead of waiting for a full batch
3 Months Ago
Make the heartbeat loop more reliable and auto-restart if it fails
3 Months Ago
Fix "Painting UI is not open" spam when typing something that starts with P in the F1 console
3 Months Ago
Don't even create the ConsoleWindow or ConsoleInput instances if -noconsole is specified, add null checks Fixes NRE when making sure the console handling is turned off
3 Months Ago
▊▅▌ █▍▊▉▌▉▇▍▄▅▍▍▋▋▍ ▋▊▋▍▇▆▍▄ ▊▇▆▋▄ ▄▇▇█ ▅█ ▄▅▉ ▉▍▅▆▄▋ ▌▍▆▋▊▊▆▊ ▇▋ ▋▊▉▌▄▆▊▋▆▌
3 Months Ago
▄▋▊▄▌▌ ▊▆█ ▆▌▋ ██▊▅▅▉▇▊ ▆▍▄▄▅
3 Months Ago
▍▊▌▅▄▇▌ ▆▍▋▍ ▊▋█▌ ▊█▄ ▆▅▋▍█ ▊▋▍▄█▊ ▄▉ ▅▍▄ ▍▌▉▍▄█▌ ▅▌▆▄▄▋▅ ▄▋ ▉▋▋▌ ▋▄▆▅█▄ ▇▇▊ ▌▆▋▊▊█
3 Months Ago
Fix steamcmd updating from backend when not needed
3 Months Ago
Compile fix for release builds
3 Months Ago
Add back file deletion as a part of updating
3 Months Ago
Fix steamcmd being redownloaded from backend Implement updater for server manager
3 Months Ago
Send logs to file and our backend Add tags to sentry so we can see which server has issues
3 Months Ago
Put steamcmd in its own folder so the root folder stays clean Various bug fixes
3 Months Ago
Update to support multiple environments
3 Months Ago
Add in a missing error check
3 Months Ago
Initial commit
3 Months Ago
Initial commit
3 Months Ago
Add -noconsole command line option to disable the console handling on windows dedicated servers Note you will not be able to type in commands with this, but reading stdout will work as expected instead of having things duplicated
3 Months Ago
Remove "{player} is sharing the account 0" log message
4 Months Ago
Possible fix for legacy furnace not dropping
4 Months Ago
Tweak some SQL queries to try and fix DB server pegged at 100% CPU usage
4 Months Ago
Rotate the object around the pan offset Reset camera button resets pan and zoom too now
4 Months Ago
Support rotating the brush with the movement direction of the mouse Set the paintbrush brush to use this mode instead of random rotation
5 Months Ago
Prevent tooltips from opening upwards when they would be close or beyond the top of the screen
5 Months Ago
Fix UI behind the sign paint UI still being somewhat interactable
5 Months Ago
Fix performance regression when painting high res signs like the XXL one
5 Months Ago
Merge from main
5 Months Ago
Add slider to control brush spacing Add paint.brushSpacing convar to control it from binds too
5 Months Ago
Use jobs+burst for 2D painting so very fast strokes don't kill your framerate
5 Months Ago
Supersample the brush texture when painting so the rotation shouldn't add pixel gaps to them
5 Months Ago
Add spray brushes with random rotation Fix paint object turning black when the light is off and it's night time https://files.facepunch.com/Rohan/2023/November/27_14-50-UnrealisticConch.png
5 Months Ago
Add color picker tool Fix gap between slider and textbox Fix 3D paintables (egg suit) not painting in the right position
5 Months Ago
Add some convars to control the selected tool, brush, size, and opacity so people can hotkey them They're variables so a bind like `bind L meta.add paint.selectedbrush 1` will cycle through all the brushes
5 Months Ago
Keep store item elements all the same height
5 Months Ago
Switch item store to use flex columns instead of grid layout Hide footer of store item elements if they're blank
5 Months Ago
Merge from main
5 Months Ago
Merge from main
5 Months Ago
Update Facepunch.Flexbox to get new features and bug fixes (prefabs shouldn't dirty themselves anymore hopefully)
5 Months Ago
Add a way to override the preferred width/height to nicely size images without restricting them
5 Months Ago