Alpha v1.0.0

Commits

All Rust commits from Facepunch

28 total commits for branch:
/

Member Avatar
cipeaX23/06/202617:49:30
rust_reboot/main/spraycan_reskin_refactor (#155617)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX19/06/202620:23:58
rust_reboot/main/spraycan_reskin_refactor (#155314)

Fix entity item ownership not preserved through reskin

1
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX17/06/202617:32:48
rust_reboot/main/spraycan_reskin_refactor (#154889)

When opening the spraycan reskin menu, the currently applied skin object you are looking at is now greyed out, instead of always being accessible and confusing - works with wallpaper too https://files.facepunch.com/cipeaX/2026/June/17_19-28-ScratchyBass.mp4

9
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX17/06/202615:12:49
0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX17/06/202615:09:36
0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX17/06/202615:04:57
rust_reboot/main/spraycan_reskin_refactor (#154862)

Further spraycan refactor progress Entities restrict whether they are in a valid state for reskinning by overriding CanBeReskinned / CanBeRedirectSwapped Unified the way the reskin error toasts are sent, added 2 more - getting toasts when a reskin failed is now more consistent vs just not being able to open the menu Fixed not seeing the amount of seconds you need to wait when trying to reskin a recently damaged entity Some cleanup, moved BaseEntity.Reskinning to its own file

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX17/06/202613:37:07
rust_reboot/main/spraycan_reskin_refactor (#154837)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX10/06/202614:33:25
rust_reboot/main/spraycan_reskin_refactor (#154103)

Fix an edge case of errors when reskinning snowmobiles after they were saveloaded Child entity (fuel tank, storage) spawn order can vary after a server restart, causing a mismatch when trying to restore inventories using the child indices - add fallback to match by just prefab id For extra safety add more logging, and a fallback for the fallback - should anything go wrong with restoring containers, drop any leftover items instead of leaking them

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX10/06/202613:09:54
rust_reboot/main/spraycan_reskin_refactor (#154093)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX08/06/202610:58:56
rust_reboot/main/spraycan_reskin_refactor (#153762)

Fixed not being able to reskin large furnace while there's storage adaptors attached Fixed reskinning regular furnace <-> legacy furnace not preserving attached storage adaptor

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX08/06/202610:45:39
rust_reboot/main/spraycan_reskin_refactor (#153758)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX01/06/202621:35:13
rust_reboot/main/spraycan_reskin_refactor (#153176)

Fix electric furnace reskin not preserving attached storage adaptors Re-enable PreserveChildrenWhenReskinning but manually kill the child io entity so it gets recreated

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX01/06/202621:10:25
rust_reboot/main/spraycan_reskin_refactor (#153175)

Fix a IOEntity.Reskin_Restore NRE when reskinning to paintable window

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX01/06/202620:55:19
rust_reboot/main/spraycan_reskin_refactor (#153173)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX28/05/202616:41:43
rust_reboot/main/spraycan_reskin_refactor (#152803)

Minor cleanup Move CanBuild check further down Fix spray fail response logging to console of the whole net group Remove rundant codelock parent field Disallow reskinning turrets if not authed Disallow reskinning Busy doors Prevent potential error when reskinning io with mismatched slot counts

1
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX28/05/202615:54:27
rust_reboot/main/spraycan_reskin_refactor (#152789)

merge from main

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX25/05/202613:00:56
rust_reboot/main/spraycan_reskin_refactor (#152383)

Improved way to reposition socketed child entities when reskinning - look for the matching female socket on the new entity with the same name, fall back to the closest if needed Fixes door controller attached to an high external gate swapping sides when reskinned Add StringEx.EqualsAfterLastSeparator

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX25/05/202610:00:46
rust_reboot/main/spraycan_reskin_refactor (#152376)

merge from main 152363

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX21/05/202615:11:23
rust_reboot/main/spraycan_reskin_refactor (#152180)

Refactored the entire method / file now that reskinning is feature complete and all on the new system Clear steps, organized validation logic, comments, ripped out redundant stuff, etc. Allow reskinning while noclip flying

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX21/05/202612:37:57
rust_reboot/main/spraycan_reskin_refactor (#152149)

Add computer station reskinning Now preserves all the saved cctv codes and wire stays connected to the sub io entity, snapping to the new handle position Fix an NRE when trying to control drones on playground

2
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX21/05/202611:26:03
rust_reboot/main/spraycan_reskin_refactor (#152127)

merge from mfm (merge from main)

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX21/05/202600:23:46
rust_reboot/main/spraycan_reskin_refactor (#152054)

Add autoturret reskinning Preserves loaded ammo, authlist, rc identifier and peacekeeper setting

2
1
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX20/05/202623:13:34
rust_reboot/main/spraycan_reskin_refactor (#152051)

Implement IO entity reskinning with the new system, will now always nicely adjust any connected wires / pipes to the new positions: https://files.facepunch.com/cipeaX/2026/May/21_01-08-RightBighorn.mp4

9
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX20/05/202621:26:18
rust_reboot/main/spraycan_reskin_refactor (#152043)

Fix a bug causing io lines to not update correctly when multiple storage adaptors on the same barrel have connections between themselves

0
1
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX20/05/202619:54:56
rust_reboot/main/spraycan_reskin_refactor (#152037)

Integrate item container and child item container preserving into the new system Re-implement entity children preserving, with attachments repositioning if their sockets shifted, child io entity also have their connected lines update correctly Fixes various current bugs with storage adaptors / door controllers when their parent is reskinned Make ceilinglight reskinnable again, will fix reskinning io entities themselves next Fix not being able to skin snowmobile back to default

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX19/05/202623:47:52
rust_reboot/main/spraycan_reskin_refactor (#151896)

Some renaming

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX19/05/202623:33:11
rust_reboot/main/spraycan_reskin_refactor (#151895)

Improve the building of the PreserveInfo

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
cipeaX19/05/202622:22:46
rust_reboot/main/spraycan_reskin_refactor (#151890)

Initial wip on an attempt to refactor the beast that is SprayCan.ChangeItemSkin The idea is that entities handle things they need to persist through reskinning themselves via Preserve and Restore methods

0
0
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Rust Utility Hub - Commits - main/spraycan_reskin_refactor