userJake_Richcancel
reporust_rebootcancel

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

44 Days Ago
Rename TimedAccessDoor -> TimedLock
44 Days Ago
Add CCTV computer station and hidden security room in the damaged part of the apartment complex
44 Days Ago
Start adding code support for an NPC to grant access to a security system to view the contents of apartment rooms
44 Days Ago
Fix phrases getting lost in a previous merge
44 Days Ago
Update PhraseContexts.json
44 Days Ago
Fix entrance of monument sometimes being blocked by invisible server colliders - was caused by the server double doors having their Animator stripped due to RealmedRemove not being attached to the same GameObject as the animator component
44 Days Ago
merge from prototype -> apartment_complex_monument
44 Days Ago
Updating phrases
44 Days Ago
Adjust the position of the front vendor forwards so they are easier to interact with
44 Days Ago
Move vendor & apartment building entity from the scene -> apartment_complex_core.prefab to prevent merge conflicts
44 Days Ago
44 Days Ago
merge from main -> apartment_complex_monument/prototype
44 Days Ago
update apartment_complex_monument/prototype
44 Days Ago
merge from prototype -> apartment_complex_monument
45 Days Ago
Fix furniture spawn position list not being marked as serializable so the room prefabs lost their furniture spawn points on server restart
45 Days Ago
Remove upkeep scaling based on the contents by adding convar for `rentscaling` - default to `0` (turned off)
45 Days Ago
Include the player's inventory in their apartment rent calculations so they can't sleep or stand in their room and store items on themselves to avoid paying extra rent
45 Days Ago
merge from prototype -> apartment_complex_monument
45 Days Ago
Save++ Network++
45 Days Ago
45 Days Ago
Resolve upkeep terminal in PostServerLoad() instead of inside Load() where the room can load before the upkeep terminal
45 Days Ago
Make ElevatorStatic partial
45 Days Ago
Remove guest functionality of apartments: only have owners and only the owners can open and close the doors - if you want to share apartments with your friends, either be in the room or make a proper base
46 Days Ago
merge from prototype -> apartment_complex_monument
46 Days Ago
merge from fix_deepsea_teleport_consistent -> main
46 Days Ago
Speculative fix for players not consistently being teleported into the deep sea - grab list of players before PreTeleportEntity() so they are guarenteed to have PostTeleportEntity() called if they unparent when going to sleep before transition
46 Days Ago
Fix elevator not showing the top floor in the radial menu because the top floor doesn't contain itself inside the list of floors
46 Days Ago
Update phrases
46 Days Ago
Change phrase name for apartment breaking in
46 Days Ago
Set display floor number for basement elevator
46 Days Ago
Set floor display numbers in the apartment elevator shaft
46 Days Ago
Add support for elevators to override the display value for their floor number - still uses indexes to navigate floors but will show "Floor 3" or "Penthouse"
46 Days Ago
Ridable horse prefab
46 Days Ago
Add icons for elevator floors
46 Days Ago
update apartment_complex_monument/prototype
46 Days Ago
Update test lists
46 Days Ago
merge from prototype -> apartment_complex_monument
46 Days Ago
merge from main -> apartment_complex_monument
46 Days Ago
merge from lockpick -> apartment_complex_monument/prototype
46 Days Ago
merge from fix_server_browser_compression/http_clien -> main
46 Days Ago
Switch BannedServers over to the shared HttpClient too (even though it's not frequently called)
46 Days Ago
Fix compile error after merge
46 Days Ago
merge from main -> fix_server_browser_compression/http_client
49 Days Ago
Prevent unoccupied rooms from being broken into - link apartment doors -> apartment on the client
49 Days Ago
Add support to break into rooms with a master key - one time use - takes 10s to break in - gives 5m access - can steal stuff from the rooms in that time - can let yourself out of the room if you are left inside
49 Days Ago
Add apartment master lock for breaking into apartments
50 Days Ago
merge from fix_compile_sim_parallel -> main
50 Days Ago
Fix compile simulator being slower after adding props file - rewriting prop file each time causes every project to be marked as dirty
50 Days Ago
merge from fix_compile_sim_parallel -> main
50 Days Ago
Time how long it takes to fetch define constants