Patch 0.1.6 Released
Posted 3 months ago

* Added "respawn" console command, which will kill the player and respawn them at a spawn point.
    - For now this is only useful for resetting the player controller if it enters a glitched state.


* Chat box improvements:
    - The text entry now displays your entire message at once.
    - Display Steam avatar image alongside each message.
        - Click on a user's avatar to open their Steam profile page.
    - When a new message is received, the chat history box will scroll to fit the entire message.
    - Clicking on a chat message will copy it to your clipboard.
* Increased interaction range by 50%.
    - It's no longer necessary to crouch just to interact with small objects on the floor.
* The hovered interaction index is no longer cleared when switching from one hovered prop to another.
    - This makes it easier to repetitively perform the same interaction on different props.
* Prevent non-admins from using "time_set".


* Door hinges:
    - Doors will no longer gradually drift away from the hinge as you grab them.
    - Doors will no longer start with physics that mismatches other players.
* Fixed NullReferenceException when unhighlighting prop.
* Fixed held and grabbed props not being released on player disconnect.
* Fixed highlight outline of hovered prop being networked to other players.
* Fixed a rare case where the current user of a grabbable wouldn't be cleared.