userJake_Richcancel
reporust_rebootcancel

5,350 Commits over 1,522 Days - 0.15cph!

36 Days Ago
Prevent players from picking up deployables inside monuments when they require building permission to pickup (aka all the beautiful entities I spawned inside apartment rooms)
36 Days Ago
Assign bed to apartment owner after the furniture is spawned in the room (when room is rented)
36 Days Ago
Use the new method in SleepingBagCamper too
36 Days Ago
Refactor SleepingBag so code can reassign bags outside of RPC calls
36 Days Ago
Set upkeep terminal to only accept scrap (in the prefab)
36 Days Ago
Fix NRE from static list of client apartment buildings not being cleared when disconnecting - put it inside EntityRealmClient so it's cleared along the main list of entities
36 Days Ago
merge from fix_baseentity_query_nre -> main
36 Days Ago
Call BaseEntity.Query.Server.Remove() earlier inside DoServerDestroy so if it does throw an NRE later in OnServerDestroy it's still removed from the lookup grid
36 Days Ago
Fix BaseEntity.Query not checking if the entity is null / destroyed (to prevent entities that fail to be destroyed from breaking queries)
37 Days Ago
Fix DeepSeaManager using Destroy() when killing the deep sea after it's disabled instead of Kill() - probably not the cause but better to be safe
37 Days Ago
merge from main -> apartment_complex_monument
37 Days Ago
Fix `immortalProtection` static field inside ProtectionProperties not being cached on the server (because it was only calling IsImmortal() on client in the item info panel - fixes server apartment entities not being set immortal
37 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
37 Days Ago
Fix NRE in PhoneController.Server_AddSavedNumber()
37 Days Ago
Fix apartment upkeep terminal not being immortal
37 Days Ago
Prevent players from reskinning boxes inside monuments - fixes being able to reskin apartment furniture
37 Days Ago
37 Days Ago
Remove logging "Waiting for player to leave"
37 Days Ago
update apartment_complex_monument/prototype
37 Days Ago
merge from main -> apartment_complex_monument
37 Days Ago
update apartment_complex_monument/prototype
37 Days Ago
merge from optimize_train_track_meshes -> main
37 Days Ago
Fix IsAnyLODVisible() not being inverted in OnMeshJobFinished() causing rail meshes to be always deleted instead of only deleted if the LOD was hidden before the mesh generation job finished
37 Days Ago
Fix filter to only generate lowest LOD only checking if filter is null, not if filter is empty - fixes rivers + roads + train track meshes not generating at all
37 Days Ago
merge from main -> optimize_train_track_meshes
38 Days Ago
merge from optimize_train_track_meshes -> main
38 Days Ago
Fix "Double invocation of a deferred action"
38 Days Ago
Fix null check using .Equals() instead of == null
38 Days Ago
Fix CLIENT compile errors
38 Days Ago
merge from main -> optimize_train_track_meshes
38 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
38 Days Ago
merge from apartment_complex_monument -> apartment_complex_monument/prototype
38 Days Ago
merge apartment_complex_monument/prototype/mailbox
38 Days Ago
Ok finally fix slide 3 being positioned wrong RotateOnFlag was setting position so it could slide out but didnt have the 0.01m offset for slide 3 configured
38 Days Ago
Swap all mailbox props with the entity mailboxes and assign the room numbers to them
38 Days Ago
Show P1 instead of PH1 on the mailbox so all mailbox codes are 2 characters
38 Days Ago
Adjust text position of the 3rd slide because the mesh is slightly offset
38 Days Ago
Add mailbox slide entities to manifest
38 Days Ago
Make each slide in the mailbox it's own entity with correct mesh
39 Days Ago
Increase mailbox texture size from 1k -> 2k
39 Days Ago
update apartment_complex_monument/prototype/mailbox
39 Days Ago
update apartment_complex_monument/prototype
39 Days Ago
merge from main -> apartment_complex_monument
39 Days Ago
Cherrypick CS 153556 (compile simulator fix)
39 Days Ago
Update manifest
39 Days Ago
Codegen
39 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
39 Days Ago
merge from main -> apartment_complex_monument
43 Days Ago
First fix compile simulator first by making it run sequentially instead of in parallel (because it's now sharing a single .obj folder for all projects and conflicting)
43 Days Ago
update apartment_complex_monument/prototype