userJake_Richcancel

5,249 Commits over 1,492 Days - 0.15cph!

15 Days Ago
Assign bed to apartment owner after the furniture is spawned in the room (when room is rented)
15 Days Ago
Use the new method in SleepingBagCamper too
15 Days Ago
Refactor SleepingBag so code can reassign bags outside of RPC calls
15 Days Ago
Set upkeep terminal to only accept scrap (in the prefab)
15 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
15 Days Ago
merge from fix_baseentity_query_nre -> main
16 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
16 Days Ago
Fix BaseEntity.Query not checking if the entity is null / destroyed (to prevent entities that fail to be destroyed from breaking queries)
16 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
16 Days Ago
merge from main -> apartment_complex_monument
16 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
16 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
16 Days Ago
Fix NRE in PhoneController.Server_AddSavedNumber()
16 Days Ago
Fix apartment upkeep terminal not being immortal
16 Days Ago
Prevent players from reskinning boxes inside monuments - fixes being able to reskin apartment furniture
16 Days Ago
16 Days Ago
Remove logging "Waiting for player to leave"
16 Days Ago
update apartment_complex_monument/prototype
16 Days Ago
merge from main -> apartment_complex_monument
16 Days Ago
update apartment_complex_monument/prototype
16 Days Ago
merge from optimize_train_track_meshes -> main
16 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
16 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
16 Days Ago
merge from main -> optimize_train_track_meshes
17 Days Ago
merge from optimize_train_track_meshes -> main
17 Days Ago
Fix "Double invocation of a deferred action"
17 Days Ago
Fix null check using .Equals() instead of == null
17 Days Ago
Fix CLIENT compile errors
17 Days Ago
merge from main -> optimize_train_track_meshes
17 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
17 Days Ago
merge from apartment_complex_monument -> apartment_complex_monument/prototype
17 Days Ago
merge apartment_complex_monument/prototype/mailbox
17 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
17 Days Ago
Swap all mailbox props with the entity mailboxes and assign the room numbers to them
17 Days Ago
Show P1 instead of PH1 on the mailbox so all mailbox codes are 2 characters
17 Days Ago
Adjust text position of the 3rd slide because the mesh is slightly offset
17 Days Ago
Add mailbox slide entities to manifest
17 Days Ago
Make each slide in the mailbox it's own entity with correct mesh
18 Days Ago
Increase mailbox texture size from 1k -> 2k
18 Days Ago
update apartment_complex_monument/prototype/mailbox
18 Days Ago
update apartment_complex_monument/prototype
18 Days Ago
merge from main -> apartment_complex_monument
18 Days Ago
Cherrypick CS 153556 (compile simulator fix)
18 Days Ago
Update manifest
18 Days Ago
Codegen
18 Days Ago
merge from apartment_complex_monument/prototype -> apartment_complex_monument
18 Days Ago
merge from main -> apartment_complex_monument
22 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)
22 Days Ago
update apartment_complex_monument/prototype
22 Days Ago
Fix errors with server restoring save after restart