reporust_rebootcancel

134,043 Commits over 4,444 Days - 1.26cph!

3 Days Ago
Fixed industrial lights not lighting the vehicle large layer (player boats)
3 Days Ago
Fixed repair bench loot panel not switching back to skins tab when reskinning an item not supporting charms
3 Days Ago
merge from main
3 Days Ago
merge from new_navmesh_fixes
3 Days Ago
merge from bun_hairstyle_clipping_fixes
3 Days Ago
merge from egg_suit_orientation_fix
3 Days Ago
merge from radtown_flare
3 Days Ago
merge from Spotlight fixes
3 Days Ago
merge from dlc_light_fix
3 Days Ago
merge from desert_military_base_silo_overlap_fix
3 Days Ago
merge from large_furnace_collision_fix
3 Days Ago
Merge from demo_cfg_frame_0
3 Days Ago
Demo cfgs are now run whenever the demo is reset to the beginning, not just on demo load
3 Days Ago
Increase tick rate of oil producer (60s -> 10s) Added WaterCatcher.ForceEnableOilSwitch to bypass the oil rig switch for testing
3 Days Ago
Unsaved
3 Days Ago
Added a very placeholder diagram to the oil rig fuel switch
3 Days Ago
Convert the Water Catcher loot panel to RustText Add some help text to explain that a vehicle is needed to access the oil
3 Days Ago
Codegen
3 Days Ago
Added a switch to large oil rig puzzle room to enable/disable the crude pump at dome Disabled tie-in to power system (for now)
3 Days Ago
Merge from decimal_parse_default_fix
3 Days Ago
Merge from Sunglasses_Clipping_Fix
3 Days Ago
Merge from conditional_hair_lod2s
3 Days Ago
Merge from model_culling_fixes
3 Days Ago
Merge from heavy_plate_legclip_fix
3 Days Ago
Merge from clothing_reskin_pool_fix
3 Days Ago
Fixed riot helmet front plate not getting reskinned properly in some circumstances (pooling issue)
5 Days Ago
merge from heater_fix
5 Days Ago
Fixed electric heater appearing ON after leaving and re entering network range
5 Days Ago
Prevent unoccupied rooms from being broken into - link apartment doors -> apartment on the client
5 Days Ago
merge from buildingerrors_fix
5 Days Ago
merge from console_localtime
5 Days Ago
merge from stackedsteamitems_fix
5 Days Ago
neon carpet textures and icon update
5 Days Ago
ornate frame canvas gloss tweaks, made less glossy
5 Days Ago
Fix building errors/toast messages not showing up when a teammate is holding a planner, when building preview is enabled
5 Days Ago
toned down wrinkles on canvas a bit
5 Days Ago
Bunch of skin viewer framing fixes
5 Days Ago
Fixed stacked steam items showing as one single item in the steam inv menu
5 Days Ago
fixed industrial auto turret laser position
5 Days Ago
merge from workshopskinnable_metal_shop_front
5 Days Ago
Fixed console logs using UTC time instead of local time
5 Days Ago
Metal shop front , set up for workshop. Changed to two materials - front and back
5 Days Ago
Fixed the popping issue with the wood stove. I was using meshlod on a mesh that had the number of materials change. I had to use RendererLod instead. That solved it.
5 Days Ago
Add support to break into rooms with a master key - one time use - takes 10s to break in - gives 5m access - can steal stuff from the rooms in that time - can let yourself out of the room if you are left inside
5 Days Ago
Update: use dirty indices for copy Test: none, trivial change
5 Days Ago
Glowing Wallpapers - ceiling stars update, initial setup for wall version
5 Days Ago
Update: propagate PlayerServerStates down to Antihack methods - updates unit tests for changed API Tests: unit & perf tests, ran around craggy
5 Days Ago
Add apartment master lock for breaking into apartments
5 Days Ago
added reverb settings and zones to all different apartment sizes
5 Days Ago
defer completion of sculpting GUI collider baking until the next controller's update, it can be done entirely in the background without hollding the main thread