Skip to content
This repository has been archived by the owner on Aug 19, 2018. It is now read-only.

AgentPreferences CAP implementation and related features #317

Merged
merged 9 commits into from Jan 20, 2017

Commits on Jan 19, 2017

  1. Added rough (no-persist) support for AgentPreferences CAP

    Also lacking sending an update to other agents on a hover change.
    appurist committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    c4d3883 View commit details
    Browse the repository at this point in the history
  2. Eliminated most of the visualparams variation, always send full params

    Also includes the VPElement field definitions from OpenSim
    appurist committed Jan 19, 2017
    Configuration menu
    Copy the full SHA
    6d606b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd98f36 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08928ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    319d1fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8974f0e View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2017

  1. Now supports preserving AgentPrefs on crossings, plus several other f…

    …ixes and tweaks.
    
    Removed Appearance.HoverHeight and only use the one in AgentPrefs now.
    Also added PackedAgentPrefs.cs to support Protobuf transfers. Removed
    redundant/duplicate comment block at the top of ScenePresence.cs.
    appurist committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    4b18b72 View commit details
    Browse the repository at this point in the history
  2. Implemented default permissions for objects based on AgentPrefs.

    Also changed the AgentPrefs perms from int to uint to match perms.
    appurist committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    3d5b5bd View commit details
    Browse the repository at this point in the history
  3. Implemented llGetAgentLanguage.

    This implementation is fully-compatible with the SL version, including
    respecting the "Share language with objects" setting (i.e.
    LanguageIsPublic debug setting), and the requirement of being in the
    same region.
    appurist committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    dfd777e View commit details
    Browse the repository at this point in the history