userlamalovecancel

2,363 Commits over 2,618 Days - 0.04cph!

1 Year Ago
Change the in game news to use FP.Flexbox - should fix all the random layout issues we get Also adds better ultrawide support by not letting it stretch across your entire screen
1 Year Ago
Probably fix random TrySpawn exception Add masking to EnvironmentFishCritter shader (untested at all)
2 Years Ago
Update one of the fish materials
2 Years Ago
Merge EnvironmentFish and CritterMovement shaders into EnvironmentFishCritter
2 Years Ago
Codegen
2 Years Ago
Optimize entity menu codegen to reduce memory usage * Replace the per-option GameMenu.Option field (120 bytes) with just the action caches (8-24 bytes) * Cache the phrases instead of allocating every time they can display
2 Years Ago
Merge from main
2 Years Ago
Merge from nexus
2 Years Ago
Hot air balloon compile fix
2 Years Ago
More eager cancelling for cached server browser ping query
2 Years Ago
Apply convar defaults at client and server boot instead of only on the client when it connects to a server
2 Years Ago
Fix unable to delete twitch headset
2 Years Ago
Fix possible NRE when deleting twitch drops items from your inventory Fix twitch drops somtimes still showing in your inventory right after deleting them
2 Years Ago
Disable Master build config for Mac
2 Years Ago
Trying out the Master build configuration for non-debug client builds (slower compiles but should run faster)
2 Years Ago
Updated CrowdinUpdate tool to fix int overflow issue, also show errors like that in the logs instead of just empty output
2 Years Ago
Merge from main
2 Years Ago
Fix hot air balloon immediately deflating after server transfers
2 Years Ago
Fix player's parent incorrectly being removed in BasePlayer.EndSleeping
2 Years Ago
Merge from main
2 Years Ago
Add a comment at the top of the file as a reminder to flag drops properly
2 Years Ago
Flag the most recent drop items as drops
2 Years Ago
Merge from main
2 Years Ago
Fix official servers tab not loading all servers when cache is turned off
2 Years Ago
Merge from main
2 Years Ago
Use cdn hosted icons for Rust+ items instead of exporting them separately
2 Years Ago
Allow permenantly deleting twitch drops from the in-game inventory UI
2 Years Ago
Add a tag to all existing twitch drops so they're easy to identify
2 Years Ago
Merge from nexus/fix_tick_parent_id
2 Years Ago
Possible compile fix?
2 Years Ago
Fix framerate dropping to near zero when painting quick long strokes
2 Years Ago
Merge from paint_qol
2 Years Ago
Consolidate some burst util methods into FP.System so they are reusable everywhere (compile fix)
2 Years Ago
Merge from paint_stroke_fix
2 Years Ago
Finish making strokes not overlap with themself, which was making it difficult to use low opacity values This makes it behave more like a real painting app where you can't paint over somewhere that you already painted in the same stroke https://files.facepunch.com/Rohan/2024/May/29_11-16-AdvancedNorthernfurseal.mp4
2 Years Ago
WIP fix for low opacity not actually being low when spacing is very low
2 Years Ago
Add paint.leftsided convar to change the painting UI to be on the left side of the screen instead of right
2 Years Ago
Fix paint brush sizes less than 2 having gaps
2 Years Ago
Increase max paint brush size to 100
2 Years Ago
Make the sign painting UI follow the UI scale option
2 Years Ago
Fix soft brush texture not set up the same as the other brushes (made RGB all white so only alpha changes)
2 Years Ago
Fix incorrect paint texture resolution for landscape and portrait picture frames
2 Years Ago
Possible fix for parented players getting teleported far off the vehicle after a nexus transfer and probably getting killed Might have only affected players with admin permission because antihack should have prevented it
2 Years Ago
Remove redundant player rotation set after swapping a passenger to the driver seat Add some code to dump nexus transfer requests to a file as JSON
2 Years Ago
Fix formatting not working for bullet/numbered lists for the in-game news
2 Years Ago
Fix in-game news header stretching/squishing
2 Years Ago
Show "not in service" on the ferry's sign if the ferry is going to be removed
2 Years Ago
Wait a second after sending the nexus.redirect command before kicking the player off the server Increase delay before disconnecting in nexus.redirect command to give the loading screen a better chance of rendering Should fix the game stalling for a bit before you see the loading screen saying you're changing servers Might fix passengers in vehicles needing to manually reconnect in transfers
2 Years Ago
Fix some incorrect transformation in RepositionEntitiesFromTransfer Add some logging to troubleshoot why positions might go bad after a transfer
2 Years Ago
Merge from main