userJake_Richcancel
reporust_rebootcancel

5,272 Commits over 1,522 Days - 0.14cph!

21 Days Ago
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)
21 Days Ago
Fix compile error
21 Days Ago
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
21 Days Ago
merge from prototype -> apartment_complex_monument
21 Days Ago
Tweak apartment vendor conversation - update phrases - fix fail to purchase apartment dialogs not hooked up
21 Days Ago
Clear furniture inside apartment inside PreProcess so it's can't double add furniture spawns in future if preprocess is ran before builds
21 Days Ago
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
21 Days Ago
Fix apartment room not sending network update when being rented causing static furniture to not show
21 Days Ago
Change SetFlag() -> SetFlagLocal() inside ApartmentRoom.cs
21 Days Ago
Fix mounting range of sofa being too small
21 Days Ago
Turn L shaped sofa into a mountable entity
21 Days Ago
Set sofa to large apartment
21 Days Ago
update apartment_complex_monument/prototype
21 Days Ago
Codegen + phrases + test gen
21 Days Ago
merge from prototype -> apartment_complex_monument
21 Days Ago
merge from main -> apartment_complex_monument
21 Days Ago
Cherrypick CS 155224 (elevator deploy NRE)
21 Days Ago
Fix NRE when placing elevator
21 Days Ago
Enable radial menu on apartment elevators only
21 Days Ago
Make radial menu for elevators opt-in
22 Days Ago
merge from prototype -> apartment_complex_monument
22 Days Ago
Fix bucket placement finally, so finicky
22 Days Ago
Low dismount ddraw duration from 1000s -> 30s - add convar `debugdismountduration` to control how long the ddraw is shown
22 Days Ago
Also fix for CheckSphere( Realm )
22 Days Ago
Fix BaseMountable CheckCapsule( Realm ) check not correctly filtering entities in CLIENT + SERVER mode - will ignore all entities in client mode instead of only skipping server entities
22 Days Ago
Make bucket chair use different mount pose
22 Days Ago
Fix Player gizmo when sitting on chair not working for rotation
22 Days Ago
Make the shit bucket in the small apartment mountable - make a new prefab for the chair
22 Days Ago
Swap the prop in the small apartment
22 Days Ago
Switch the large apartment fridge from the normal deployable fridge -> apartment specfic one
22 Days Ago
Fix drink priority being backwards
22 Days Ago
22 Days Ago
Add sink water source in small and medium apartments
22 Days Ago
Allow apartment sinks to show "Drink" first
22 Days Ago
Add code to show "Drink" as the first menu option instead of "Open"
22 Days Ago
Add water source to the apartment kitchen sink
22 Days Ago
Add basement laundry sink and apartment water source prefabs - putting invisible 'water catcher" inside the apartment sinks so you can fill containers or drink from them & the plumbing sucks so it slowly fills
22 Days Ago
Fix PrefabPreProcess.RemoveChildEntities() throwing an NRE for double nested child entities
22 Days Ago
merge from prototype -> apartment_complex_monument
22 Days Ago
Rename bathroom sink to bathroom vanity
22 Days Ago
Fix bounds of double bathroom vanity
22 Days Ago
merge from prototype -> apartment_complex_monument
22 Days Ago
Make the small apartment camper stove ready to be an entity too
22 Days Ago
Assign names to small apartment storage
22 Days Ago
Assign fridge in medium apartment to entity
22 Days Ago
Create apartment fridge entity
22 Days Ago
Add names to the storage entities in medium apartment
22 Days Ago
Set loot panel names for large apartment lootable entities (instead of Large Wooden Box)
22 Days Ago
fix merge to apartment complex
22 Days Ago
merge from prototype -> apartment_complex_monument