userJake_Richcancel
reporust_rebootcancel

5,108 Commits over 1,461 Days - 0.15cph!

9 Minutes Ago
Fix compile errors + the Load() method not calling the correct "SetStaticFurnitureVisible() method for client vs server mode
1 Hour Ago
Disable the HLOD mesh renderer by default so it doesn't show in scene view (can re-enable the component on HLOD_apartment_complex_1.prefab if needed)
2 Hours Ago
Switch basement elevator door in apartment wing to the rusty version (keeping the rest of the elevator doors looking normal)
2 Hours Ago
Create rusty version of apartment elevator door
2 Hours Ago
Fix TMP door decal not being disabled by default on apartment door C
2 Hours Ago
Update apartment elevator prefab with new lift prefab
2 Hours Ago
Make separate prefab for the elevator lift - swap the buttons to "+1, -1 floor" so they respond when the flags are changed by the radial menu floor selector
3 Hours Ago
Switch apartment elevator doors from the rusty ones -> normal ones
3 Hours Ago
Radial menu functionally works, need better floor icons than "up" and "down" - or maybe we put a keypad in, we shall see
3 Hours Ago
Improve comment
3 Hours Ago
Change the RPCs for elevator - reimplement old -1,+1, bottom, top with relative & absolute floor parameteters - implement new target floor with absolute floor parameter
4 Hours Ago
Start adding support for elevators to go to a specific floor instead of being limited to -1, +1, bottom, top) - send lift of floors available in the elevator shaft so the client can create a radial menu
6 Hours Ago
update apartment_complex_monument/prototype
Today
Fix interior apartment doors showing the room number on the door when they weren't the front foor of the apartment
Today
Fix apartment doors having a TMP submesh inside causing errors at runtime
Today
merge from fix_editor_reflection_probe_delay -> main
Today
Subtract the button to disable the reflection probes since we shouldn't need it if it's updating the same rate as standalone
Today
Fix the editor reflection probe rendering every frame - increase delay from 0.1s -> 1s (matching runtime) + fix it not even using the 0.1s cooldown originally
Today
merge from optimize_generate_textures_alloc -> main
Today
Revert back to TerrainMeta.GetHeights() that returns a 64MB managed array - keep the NativeArray for the textures themselves - fixes mismatch from GetHeight01() not returning the same value as the terrain's heightmap - tried calling GetHeight() on each pixel instead but is off by 1 step for certain heights so playing it safe
Today
Update the apartment door prefabs inside the apartments - set small, medium & large to different door prefabs to confirm they work (unsure how final art is intended to look)
Today
Add text mesh to the apartment door prefabs (functional prototype, not pretty)
Today
Regenerate font with all characters
Today
Show room numbers on doors as text instead of the placeholder LCD screens above the doors
Yesterday
Add dripping font for the apartment door numbers
Yesterday
merge from main -> optimize_generate_textures_alloc
Yesterday
Add culling sphere component to the apartments
Yesterday
Add culling support for apartment furniture - start with large spheres around each apartment - add extra check if the player is inside the apartment to handle corners of the apartment the culling sphere doesn't reach
Yesterday
Reconnect apartment doors to apartment prefabs
Yesterday
Put apartment elevator at the end of the wing - add extra floor for basement - split apartment floors into their own prefabs
Yesterday
Duplicated second elevator in reception area
Yesterday
Apartment elevator now functional
Yesterday
Start converting props into a functional apartment complex elevator
Yesterday
merge from main -> apartment_complex_monument
Yesterday
Update manifest (prefabs)
Yesterday
Update manifest
Yesterday
Cherrypick CS 151910 (editor toggle button for reflection probe)
Yesterday
Add button to toggle reflection probe in the editor - default docks top right of scene view beside the other camera buttons - fixes bad lag when flying around in scene view
Yesterday
Rename room ids from 3 digits -> 2 digits (305 -> 35) - 2 digits makes it easier to put the room numbers on doors
Yesterday
Convert stool_a to mountable entity
Yesterday
Update manifest
2 Days Ago
Shift some small apartment props around too
2 Days Ago
Shift large furniture props into furniture root so they only spawned when rented
2 Days Ago
Move all the contents of the medium apartment into furniture so it's only spawned while rented
2 Days Ago
Convert small apartment props + move new props into "furniture" parent so they only activate when rented
2 Days Ago
Update manifest
2 Days Ago
Convert more props from medium apartment into entities
2 Days Ago
Update manifest
2 Days Ago
Convert double vanity prop in bathroom
2 Days Ago
Redo swapping some of props -> entities in small, medium & large apartment