userlamalovecancel
branchrust_reboot/main/sign_paint_improvementscancel

30 Commits over 30 Days - 0.04cph!

12 Months Ago
Rotate the object around the pan offset Reset camera button resets pan and zoom too now
12 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
12 Months Ago
Prevent tooltips from opening upwards when they would be close or beyond the top of the screen
12 Months Ago
Fix UI behind the sign paint UI still being somewhat interactable
12 Months Ago
Fix performance regression when painting high res signs like the XXL one
1 Year Ago
Merge from main
1 Year Ago
Add slider to control brush spacing Add paint.brushSpacing convar to control it from binds too
1 Year Ago
Use jobs+burst for 2D painting so very fast strokes don't kill your framerate
1 Year Ago
Supersample the brush texture when painting so the rotation shouldn't add pixel gaps to them
1 Year 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
1 Year Ago
Add color picker tool Fix gap between slider and textbox Fix 3D paintables (egg suit) not painting in the right position
1 Year 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
1 Year Ago
Merge from main
1 Year Ago
Add a timestamp suffix to the filename of images exported from the paint UI
1 Year Ago
Default brush color white for pumpkin painting
1 Year Ago
Fix undo and redo buttons not showing when they aren't available Fix default rotation for pumpkin carving
1 Year Ago
Add in the frame selector for neon signs
1 Year Ago
Use new design for neon and pumpkin sign painters Made them prefab variants to save us some work keeping them in sync
1 Year Ago
Don't require admin privileges to use the downloadsign console command (to save sign images to your PC)
1 Year Ago
Add a button to export the image you are currently editing to the desktop
1 Year Ago
Make Ctrl+S work as a shortcut for the save button
1 Year Ago
Restyle so it's closer to Lewis's designs
1 Year Ago
Inline size and opacity with the brush section
1 Year Ago
Add a button to toggle chat visibility in the paint UI Make the toggle buttons state save Fix slider values not saving
1 Year Ago
Allow chatting while on the sign paint UI More accurate method to check if the mouse is over UI
1 Year Ago
Fix painting being possible when clicking on UI
1 Year Ago
Add a button to reset the paint preview camera angle Add a button to toggle the preview light on/off so you can see things without glare
1 Year Ago
Add proper eraser tool Some bug fixes for the new UI
1 Year Ago
Rebuild sign painting UI with flexbox, cleaned up the layout of things Changed brush size and opacity to be sliders Added tooltips to clear and save button explaining what they do, updated tooltips for undo/redo with their shortcut keys Fixed the preview camera not aligning with the right panel so there is never a weird gap
1 Year Ago
Update FP.Flexbox with a way to override the preferred width/height to nicely size images