userlamalovecancel

2,355 Commits over 2,618 Days - 0.04cph!

4 Years Ago
Enable fog when RC controlling an autoturret to show their range Scale up the autoturret's laser dot while RC controlling so it can be used as a crosshair
4 Years Ago
Refactor a bit so multiple people can connect to RC entities at the same time Only one player will receive control over RC entities which can be controlled though Computer station UI will show if you are in 'viewing only' mode when someone else has control Fix compile errors in different build modes
4 Years Ago
Remove IRemoteControllable.Occupied Pass the playerID to IRemoteControllable.StopControl so entities can know who stopped accessing it
4 Years Ago
Make sure the CCTV resyncs its angles on the client to match the server in case they somehow desync
4 Years Ago
Client predicted pan/tilt for CCTV cameras from computer station
4 Years Ago
Calculate and use delta time between server ticks for autoturret lerping (because it uses invokes instead of update) Add RealTimeSinceEx for similar functionality with extended precision
4 Years Ago
Remove external viewer flag logic from CCTV (unused)
4 Years Ago
Only allow changing an autoturret's RC identifier if the other settings can be changed too
4 Years Ago
Clamp aim direction when controlling an autoturret
4 Years Ago
Add client predicted aiming for RC controlled autoturret
4 Years Ago
Set up RC logic on autoturret Make use of IRemoteControllable.Occupied to only allow one player to control drones/autoturrets at a time
4 Years Ago
Refactor computer station so bookmarks only remember the camera identifiers (no more entity IDs) Fixes drone bookmarks not working after picking up and redeploying it
4 Years Ago
IRemoteControllable changes to use playerID instead of BasePlayer instances Implement CanControl on Drone so only one player can control it at a time
4 Years Ago
Only allow picking up when not flying Pick up will save the RC ID in the item, deploy will restore it
4 Years Ago
Spin the propellers when flying
4 Years Ago
Cherry pick 76944 - fix drone pitch not changing eye transform on server
4 Years Ago
Merge from main
4 Years Ago
Disable inheriting network groups on the elevator lift entity
4 Years Ago
Re-enable underground layers for network groups
4 Years Ago
Merge from main
4 Years Ago
Adjust dynamic dungeon spawn points to start at y=1025 and repeat every 100 units (to be better positioned within dynamic dungeon network groups)
4 Years Ago
Sync more flexbox changes (columns bugfix)
4 Years Ago
Sync latest changes from facepunch.flexbox (space-between/space-around/space-evenly, flex columns element)
4 Years Ago
Merge from main
4 Years Ago
Fix exit dungeon cells rendering a gap on the map (LOD5 is missing a bit of the path, switched to LOD4 instead)
4 Years Ago
Offset the map while in a dungeon so that it roughly lines up with where the entrance is
4 Years Ago
Disable underground layers for network visibility grid Recalculate network groups for entities when loading saves
4 Years Ago
Run "Autofill MapRenderers" on all the xmas dungeon cell prefabs so they will render on the map
4 Years Ago
Merge from dungeon_map
4 Years Ago
Fix dungeon map layer not re-rendering when switching to a different dungeon
4 Years Ago
Add dungeon map layer button to map UI Auto disable dungeon map layer when no longer in a dungeon Fixes to get the dungeon to actually show up on the map
4 Years Ago
Progress on adding a new map layer for dungeons
4 Years Ago
Fix y == 1000 not being included in the dungeon layers
4 Years Ago
Fix ChooseSpawnZone returning zone name instead of key
4 Years Ago
Fix prefab merge screwup in MenuUI.Options ToggleResolution.Dropdown field was set to null when it wasn't supposed to be
4 Years Ago
Expose option to invert Y axis while mounted on the options menu (already existing vehicle_flipy convar)
4 Years Ago
Merge from world_config
4 Years Ago
Use higher resolution icons for the in game item store Fix item names shown twice on the item store (not perfect - some still show two names with minor differences)
4 Years Ago
Initial setup for menu2 dev (empty prefab, enable it from Tools -> Menu2 menu)
4 Years Ago
Merge from main
4 Years Ago
Make the dungeon network group layers repeat every 100 units up so we have more than dungeon layer for more network isolation
4 Years Ago
Add support for layers along the Y axis (up) to network grid so it's now "3D" ish
4 Years Ago
Support pitching the camera up/down on the RC drone
4 Years Ago
Don't allow the chat UI to be open while debug camera is active
4 Years Ago
Prevent opening the chat UI if the player is dead/sleeping, or has a dialog open (should exclude poker UI already) Automatically close the chat UI if those conditions fail
4 Years Ago
Allow changing the RC ID for drones More audio fixes when flying the drone from the computer station
4 Years Ago
Merge from data
4 Years Ago
Server compile fix
4 Years Ago
Improvements to base drone sound code to sound better for manual controller drones
4 Years Ago
Merge from data