Alpha v1.0.0

Commits

All Rust commits from Facepunch

294 total commits for branch:
/

Member Avatar
Jake_Rich23/06/202617:59:29
rust_reboot/main/apartment_complex_monument/prototype (#155618)

Re-add teleporting players into their rooms instead of killing them after being offline for 20m in the safezone because it got stomped?

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
Jake_Rich23/06/202617:42:18
rust_reboot/main/apartment_complex_monument/prototype (#155614)

Change breakinseconds from 10s -> 30s - fix convar being a ServerVar instead of a ReplicatedVar - fix MenuOption not reading the replicated convar

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
Jake_Rich23/06/202617:09:34
rust_reboot/main/apartment_complex_monument/prototype (#155606)

update apartment_complex_monument/prototype

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
Jake_Rich22/06/202623:23:59
rust_reboot/main/apartment_complex_monument/prototype (#155513)

Fix the second safezone check inside Hurt() blocking damage when inside apartment room - the check that prevents players inside a safezone damaging players outside a safezone - this should be handled inside the first safezone damage check

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
Jake_Rich22/06/202623:22:05
rust_reboot/main/apartment_complex_monument/prototype (#155510)

Make the safezone checks in OnAttacked() only run on the server in CLIENT + SERVER mode (as it's confusing when it runs on client entity but coincidentally does nothing)

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
Jake_Rich22/06/202622:36:49
rust_reboot/main/apartment_complex_monument/prototype (#155507)

Fix players being marked as hostile the second they leave their apartment room because the timer for holding their weapon was counting up inside the room

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
Jake_Rich22/06/202622:11:52
rust_reboot/main/apartment_complex_monument/prototype (#155506)

Fix TriggerSafeZoneOverride not being partial

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
Jake_Rich22/06/202622:11:40
rust_reboot/main/apartment_complex_monument/prototype (#155505)

Add `clearhostile` command to reset your hostile timer - refactor `MarkHostileFor()` by adding `SetHostileDuration()` so I can clear hostile time instead of only adding onto hostile time

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
Jake_Rich22/06/202621:57:48
rust_reboot/main/apartment_complex_monument/prototype (#155503)

Allow players to hold their weapon inside their apartment room

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
Jake_Rich22/06/202621:57:34
rust_reboot/main/apartment_complex_monument/prototype (#155502)

Fix vitals showing both safezone & combatzone after changing CombatZone to a flag

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
Jake_Rich22/06/202621:57:15
rust_reboot/main/apartment_complex_monument/prototype (#155501)

Don't show "you must put away your weapon" when inside your room

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
Jake_Rich22/06/202621:56:57
rust_reboot/main/apartment_complex_monument/prototype (#155500)

Make it impossible to be marked hostile when inside your apartment room (combat, shooting, whatever)

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
Jake_Rich22/06/202621:00:50
rust_reboot/main/apartment_complex_monument/prototype (#155496)

Also allow looting the bodybag corpses too inside the rooms

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
Jake_Rich22/06/202621:00:13
rust_reboot/main/apartment_complex_monument/prototype (#155495)

Allow looting player corpses inside apartment rooms too

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
Jake_Rich22/06/202620:55:14
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
Jake_Rich22/06/202620:41:31
rust_reboot/main/apartment_complex_monument/prototype (#155488)

Allow combat damage explicitly between two people inside the same room / hostile trigger

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
Jake_Rich22/06/202620:39:55
rust_reboot/main/apartment_complex_monument/prototype (#155487)

Change approach to allowing combat inside the safezone - still consider them inside a safezone regardless where they are in the apartment monument - only whitelist actions we care about + filtering to be safer than fully disabling safezone serverside completely

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
Jake_Rich22/06/202619:29:20
rust_reboot/main/apartment_complex_monument/prototype (#155474)

Get rid of autoclosing when owner opens their door, I thought it would be better but it's so annoying - you will remember to close your doors behind you once you live in the apartments for a bit

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
Jake_Rich22/06/202619:27:54
rust_reboot/main/apartment_complex_monument/prototype (#155473)

Switch to having combat zone driven by a player flag instead - was akward having the server metabolism driving the safezone flag but the client using the hostile zone triggers - wasn't syncing properly when leaving the hostile area and entering safezone again because the server would wait up to 2 seconds to tell you were in a safezone again so you wouldn't see safezone or combatzone vital

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
Jake_Rich22/06/202619:03:16
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
Jake_Rich22/06/202618:34:05
rust_reboot/main/apartment_complex_monument/prototype (#155461)

Fix hostile zone trigger not being a trigger

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
Jake_Rich22/06/202618:33:43
rust_reboot/main/apartment_complex_monument/prototype (#155460)

Show "Combat Zone" vital instead of "Safe Zone" when inside your room so it's clear you can take damage

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
Jake_Rich22/06/202618:00:54
rust_reboot/main/apartment_complex_monument/prototype (#155453)

Fix NRE when selecting the security guard conversation option - either by updating phrases or by changing the code, unsure which

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
Jake_Rich22/06/202617:59:22
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
Jake_Rich22/06/202617:45:49
rust_reboot/main/apartment_complex_monument/prototype (#155448)

Move security guard room from the damaged wing -> basement apartments (so it's easier to find)

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
Jake_Rich22/06/202616:42:22
rust_reboot/main/apartment_complex_monument/prototype (#155443)

Override safezone behavior with the new TriggerSafeZoneOverride, returning "not in a safezone" if they are inside a safezone trigger & non-safezone trigger at the same time

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
Jake_Rich22/06/202616:22:58
rust_reboot/main/apartment_complex_monument/prototype (#155441)

Add TriggerSafezoneOverride to all the apartment prefabs

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
Jake_Rich22/06/202616:22:46
rust_reboot/main/apartment_complex_monument/prototype (#155440)

Create SafeZoneOverride trigger - allows damage inside a set area in a safezone

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
Jake_Rich22/06/202615:42:35
rust_reboot/main/apartment_complex_monument/prototype (#155426)

Fix "rent due" vitals after merge

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
Jake_Rich22/06/202615:13:08
rust_reboot/main/apartment_complex_monument/prototype (#155424)

update apartment_complex_monument/prototype

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
Jake_Rich22/06/202603:35:02
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
Jake_Rich21/06/202617:22:46
rust_reboot/main/apartment_complex_monument/prototype (#155356)

Add `checkoutallrooms` to allow you to undo the `rentallrooms` command

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
Jake_Rich21/06/202617:22:26
rust_reboot/main/apartment_complex_monument/prototype (#155355)

Autoclose apartment doors when owners open & close them too

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
Jake_Rich21/06/202616:00:16
rust_reboot/main/apartment_complex_monument/prototype (#155351)

update apartment_complex_monument/prototype

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
Jake_Rich20/06/202600:22:56
rust_reboot/main/apartment_complex_monument/prototype (#155339)

Fix elevator floor numbers also only being sent to clients but not persisted across server restarts

1
1
Likes and dislikes cannot be added/removed here. Please go to the official Facepunch Commits site to do this.
Public Commit
Member Avatar
Jake_Rich20/06/202600:19:10
rust_reboot/main/apartment_complex_monument/prototype (#155337)

Change elevator icons from Lobby -> Floor 0 and Basement -> Floor -1 (US vs EU I think)

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
Jake_Rich20/06/202600:00:31
rust_reboot/main/apartment_complex_monument/prototype (#155335)

Add icons for floor 0 & floor -1

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
Jake_Rich19/06/202622:05:18
rust_reboot/main/apartment_complex_monument/prototype (#155327)

Remove notepad panel from apartment key (leftover from door key) and set apartment key to prefer hotbar

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
Jake_Rich19/06/202622:04:32
rust_reboot/main/apartment_complex_monument/prototype (#155326)

Add code support for items to prefer hotbar even if they aren't equippable or consumables (so the apartment key can prioritize hotbar for now)

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
Jake_Rich19/06/202622:02:11
rust_reboot/main/apartment_complex_monument/prototype (#155325)

Fix master key not working after server restart - actually caused by the apartment door -> room reference not being loaded after server save (was only loaded on client)

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
Jake_Rich19/06/202619:29:52
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
Jake_Rich19/06/202619:26:13
rust_reboot/main/apartment_complex_monument/prototype (#155307)

Don't grey out the floor you are currently one once the elevators close, as this requires you to go down & up if you don't get out of the elevator within 10s

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
Jake_Rich19/06/202617:46:45
rust_reboot/main/apartment_complex_monument/prototype (#155301)

Tweak apartment vendor conversation - update phrases - fix fail to purchase apartment dialogs not hooked up

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
Jake_Rich19/06/202617:41:01
rust_reboot/main/apartment_complex_monument/prototype (#155300)

Clear furniture inside apartment inside PreProcess so it's can't double add furniture spawns in future if preprocess is ran before builds

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
Jake_Rich19/06/202617:39:30
rust_reboot/main/apartment_complex_monument/prototype (#155299)

Fix apartment furniture not spawning in the correct position when renting a room after server restart - caused by calculating localPosition manually instead of using transform.TransformPoint() which takes into account rotation of the apartment room

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
Jake_Rich19/06/202617:31:45
rust_reboot/main/apartment_complex_monument/prototype (#155294)

Fix apartment room not sending network update when being rented causing static furniture to not show

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
Jake_Rich19/06/202617:29:45
rust_reboot/main/apartment_complex_monument/prototype (#155293)

Change SetFlag() -> SetFlagLocal() inside ApartmentRoom.cs

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
Jake_Rich19/06/202616:11:48
rust_reboot/main/apartment_complex_monument/prototype (#155283)

Fix mounting range of sofa being too small

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
Jake_Rich19/06/202615:41:20
rust_reboot/main/apartment_complex_monument/prototype (#155264)

Turn L shaped sofa into a mountable entity

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
Jake_Rich19/06/202615:41:39
rust_reboot/main/apartment_complex_monument/prototype (#155265)

Set sofa to large apartment

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/apartment_complex_monument/prototype