userIan Hendersoncancel

5,603 Commits over 882 Days - 0.26cph!

10 Months Ago
Wrap whole thing in client block instead
10 Months Ago
Compile error
10 Months Ago
pooling_test_command -> main
10 Months Ago
Added a command to test for pooling NREs on the client by spawning and destroying an object locally one hundred times.
10 Months Ago
vine_pooling_nre -> main
10 Months Ago
Ensure vine renderer is not null
10 Months Ago
vine_swing_dismount_fix -> main
10 Months Ago
Fix vine visual stopping moving when a player dismounts mid air. Finished flag to ensure we have completed our swing
10 Months Ago
sticky_vines_fix -> main
10 Months Ago
Remove vines the second a tree gets killed, rather than keeping them hanging around for a few seconds
10 Months Ago
Attempted fix for vines sometimes staying around (rendering) when the tree is killed Force leaving queue and disabling the renderer when entering/leaving the queue
10 Months Ago
simple_snow_usage -> main
10 Months Ago
New Behaviour: If we are nearly there then bring us to perfect temp, if we are freezing then bring us up to a moderate temperature Less effective in temperate and desert biomes (not that you'd really need it) Slightly increased happy range
10 Months Ago
beeswarm_rename -> main
10 Months Ago
Rename Beeswarm to Bee Swarm Localisation
10 Months Ago
jungle_floor_cube_fix -> main
10 Months Ago
Ensure shadow is using the right model
10 Months Ago
simple_snow_usage -> main
10 Months Ago
If we have a low climate temperature ensure heaters always bring it up to the perfect growth rate. Makes snow bees viable
10 Months Ago
better_beehive_ui-> main
10 Months Ago
Show 'not producing honeycomb' if the beehive has a low enough temperature Move status up to just under information so you dont have to look at the bottom of the panel Cleanup beehive lootpanel
10 Months Ago
Beehive panel was really confusing. Flip indoors, so it shows Outdoors as yes (eg green) and Indoors as no (eg red)
10 Months Ago
better_bike_fuel_interaction -> main
10 Months Ago
Stop showing open fuel storage all the time when mounted on a bike. You need to look down delibrately to get the popup
10 Months Ago
jungle_floor_cube_fix -> main
10 Months Ago
Fix jungle floor spawning a random cube in the centre when highlighting it
10 Months Ago
Prefab changes
10 Months Ago
Hook up server browser page to our server browser list backend Run same setup/methods as current main menu (this wont be changed anyway)
10 Months Ago
ServerBrowserList port to use the new UI entries Ported the tag system over to the new setup Tag prefab new style
10 Months Ago
Fixed more strange spacing on larger sets of server listings
10 Months Ago
Wire up server entries UI Tag system Precache all tags Fixed some strange spacing on larger server listings
10 Months Ago
Ensure scroll starts at 0 Ensure server tabs are set to toggle Ensure gamemode tabs are set to toggle
10 Months Ago
More improved scroll behaviour Use absolute scrollbox setup Use padding rather than hardcoding values Fixed scrollbar
10 Months Ago
Managed to get scrollbar setup with flex categories (that was a nightmare!) ScrollFadeGradient object
10 Months Ago
Changed Bootstrap again - make sure the menu doesnt leak in whilst loading
10 Months Ago
Setup server browser server types Setup server browser gamemodes Icons, and localisation linking Setup tab groups on navbar Setup tab groups on gamemodes and server selection
10 Months Ago
Add URL system to the main menu. Manager can be sent a URL and will parse out the correct path to the correct page. Pages will be injected with query arguments based on the URL. Allows us to have buttons that will open up specific pages/settings/areas of the menu automatically.
10 Months Ago
Turn down bootstrap image opacity
10 Months Ago
Remove flex transition from page animations
10 Months Ago
Headers
10 Months Ago
New standardised way to handle Rust Button tab groups. Child class which can handle main menu or specific tab menu navigation. Code cleanup Added namespace to add pages/ui scripts
10 Months Ago
Custom unpress siblings setup Works with options settings
10 Months Ago
Hook settings menu into new main menu
10 Months Ago
Try to ensure editor weaving process isn't running on build
10 Months Ago
patrol_helicopter_rotation_fixes -> main
10 Months Ago
Sanitise patrol helicopter spotlight rotations
10 Months Ago
bee_catapult_bomb -> main
10 Months Ago
Changed pick up and drop sounds Fixed error in Tech Tree 0
10 Months Ago
Added Bee Catapult Bomb On impact it spawn groups of Bee Swarms. Setup icons, catapult setup and entities. Manifest
10 Months Ago
Try and skip setter injection on the client by checking the subtarget