userlamalovecancel

6,994 Commits over 2,802 Days - 0.10cph!

11 Months Ago
Merge from main
11 Months Ago
Fix screen prefabs being disabled when testing them in play mode
11 Months Ago
Lets try that again
11 Months Ago
Replace soft mask with UITransitionEffect because soft mask was breaking when resizing
11 Months Ago
Fix being unable to open the takeover pages for things that were already purchased Replace buy buttons with indicator that the item has already been purchased and cannot be purchased again
11 Months Ago
Move coconut underwear screen back to its proper folder
11 Months Ago
Re-add the reveal animation for one prefab
11 Months Ago
Two reveal animations with different delays Invert states for reveals so it makes more sense Update Facepunch.Flexbox
11 Months Ago
Fix graphics transform not working correctly when nested
11 Months Ago
Support reveal animations for the pack screens
11 Months Ago
Update Facepunch.Flexbox again
11 Months Ago
Remove unused
11 Months Ago
Don't require Graphic or CanvasRenderer
11 Months Ago
Remove max width on description text
11 Months Ago
Add the menu background override back
11 Months Ago
Update Facepunch.Flexbox
11 Months Ago
Transform with transition sample
11 Months Ago
Added FlexGraphicTransform component so we can do CSS-like transforms, hooked up to FlexTransition
12 Months Ago
Hook up buy buttons
12 Months Ago
Finish the rest of the prefabs
12 Months Ago
Progress on hooking the prefabs up
12 Months Ago
Asset import tweaks
12 Months Ago
Opening and closing the separate pages
12 Months Ago
Progress
12 Months Ago
Merge folders
12 Months Ago
Merge from main
12 Months Ago
Add a custom editor for burst cloth to check for incorrectly cached data and clear it Clear old cached data from viewmodel prefab
12 Months Ago
Burst cloth tweaks
12 Months Ago
Fix blocked servers always doing a wildcard match, now aligns with the logic used for banned servers
12 Months Ago
Set the default font asset in TMP
12 Months Ago
Fix creating new instances of TMP text in the editor so it doesn't spew errors and never work
12 Months Ago
Fix possible division by zero in layout when scale is zero
12 Months Ago
Stronger blurs for lewis
12 Months Ago
Fix UIEffect on CoverImage
12 Months Ago
Fix cover image sizing weirdness
12 Months Ago
Fix custom editor
12 Months Ago
Add a CoverImage component
12 Months Ago
Add components to allow overriding the menu's background with a different image
12 Months Ago
Add UIEffect
12 Months Ago
Update release.yml
12 Months Ago
SHA fix?
12 Months Ago
Github actions setup
12 Months Ago
Set proper API host
12 Months Ago
Merge from main
12 Months Ago
Fix exception in heartbeat worker when exiting with Ctrl+C
12 Months Ago
Detect server crashes and make sure it restarts
12 Months Ago
Proper timer to make sure logs are submitted after some time instead of waiting for a full batch
12 Months Ago
Make the heartbeat loop more reliable and auto-restart if it fails
12 Months Ago
Fix "Painting UI is not open" spam when typing something that starts with P in the F1 console
12 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