userJake_Richcancel
reporust_rebootcancel

5,465 Commits over 1,553 Days - 0.15cph!

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