140,796 Commits over 4,505 Days - 1.30cph!

51 Days Ago
removed loot spawns in scene S2P
51 Days Ago
merge from apartment_complex_monument
51 Days Ago
Added missing unity event attribute on terminal ui button Added new phrases for the apartment type
51 Days Ago
Merge from apartment_complex_monument
51 Days Ago
Added a blocker to the front and back entrances of the apartment block to stop vehicles entering
51 Days Ago
Clean up some logs Fixed rented vending machines not recording stats
51 Days Ago
Don't show the disconnect in safe zone warning if the player is inside their apartment
51 Days Ago
Fixed front door not being closed on apartment check out after a server has restarted
51 Days Ago
Merge from apartment_complex_monument
51 Days Ago
Update bounds of apartment complex monument to match visual bounds (was at default?) Fixes some stray auto turrets being left behind in hardcore
51 Days Ago
Fixed not being able to enter a room as a team member
51 Days Ago
Possibly fixed shopkeeper in rentable shop sometimes facing the wrong way
51 Days Ago
Added a shop number field to rentable shops, may hook it up to a visible number at some point
52 Days Ago
Items stored in a rentable shop due to the store being closed/taken over will now be deleted after 24 hours (realtime) See RentableShop.MaxStoredItemsDurationMinutes convar, as well as AdditionalCheckTimeHoursDebug for debugging/testing Any save files loaded after this changeset will clear any pre-existing stored items after 24 hours from the point of load (since we weren't saving the timestamp) If a player has their items stored multiple times in a 24 hour window the original deadline will apply, it cannot be extended
52 Days Ago
Merge from apartment_complex_monument
52 Days Ago
Fixed small apartment eject position not hooked up S2P
52 Days Ago
Fixed not being able to break into shops due to interact duration mismatch Break in time for shops now also uses ApartmentCommands.breakinseconds convar instead of being hardcoded to 10s
52 Days Ago
Fix patrol heli being able to crash at apartment complex, S2P
52 Days Ago
Fix apartment complex missing map display phrase
52 Days Ago
Don't add clan score events for players killing themselves
53 Days Ago
Clan table map shader tweaks (alpha cutout, multiply albedo instead of mixing by alpha)
53 Days Ago
Replace ClanManager callbacks with UniTask (mostly)
53 Days Ago
Added clan table snapping https://files.facepunch.com/raul/1b2711b1/Unity_0EPCjGcWE7.mp4
53 Days Ago
merge from attachment_charms/ui
53 Days Ago
missed sound def changes for swing/roundabout sounds
53 Days Ago
apartment master key unlock audio files
53 Days Ago
Swing and roundabout sounds
53 Days Ago
Merge from apartment_complex_monument
53 Days Ago
53 Days Ago
Fixed missing eject position on medium apartment
54 Days Ago
Remove turrets from all monuments marked as a Town (not just safe zone) in hardcore mode Fixes turrets persisting in hardcore apartments as it's not marked as a safe zone
54 Days Ago
Clear hostile time when spawning inside the apartment (so you don't get killed immediately as you leave the room if you died in combat)
54 Days Ago
Can break in to a room even if the door is open (to remove the invisible blocker)
54 Days Ago
Fixed invisible colilder not updating if the player was already in the trigger volume when breaking in (which was always)
54 Days Ago
Fixed invis door team check passing if the player is in any team (was caught on the server anyway, but this is still a nicer fix)
54 Days Ago
Merge from apartment_complex_monument/apartment_complex_audio
54 Days Ago
industrial door polish and audio tweaks for the single door version
54 Days Ago
Merge from apartment_complex_monument
54 Days Ago
Whoops, forgot to S2P
54 Days Ago
Merge from apartment_complex_monument
54 Days Ago
Mostly fixed invisible door logic, now gets fully disbaled when a break in occurs Requires player to step back and then forwards to re-enter trigger bounds, will fix later today
54 Days Ago
Can no longer reassign beds in apartments
54 Days Ago
Fixed not being able to use the painted sign in the penthouse
54 Days Ago
ApartmentDoor.Load NRE fix
54 Days Ago
Enabled read write on Roadsign1 to get rid of gibs error
54 Days Ago
Merge from m16a2_viewmodel_fix
54 Days Ago
Fix M16A2 viewmodel attack animation at low fps
54 Days Ago
fixes from 2p testing - leaderboard crash error fix - local player double dart throw fix again - fix UI showing up on opponent's screen somehow
54 Days Ago
merge from spraycan_reskin_refactor
54 Days Ago
Mark physics debug concommands as cheats consistently Fixed level transitions inside a vehicle resetting player's move type * This was causing the player to drift off from vehicles on collisions. Minor cleanups and fixes Restored ability to store generated VPROF reports to a file Added requested vprof scopes (physics & networking)