| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |/
| |
| |
| |
| | |
in LM info. Maturity is NOT the parcel's setting, that is only for the
image and text. Parcel maturity is governed by region maturity.
|
| |
| |
| |
| |
| | |
in LM info. Maturity is NOT the parcel's setting, that is only for the
image and text. Parcel maturity is governed by region maturity.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions.
|
| | |
|
| |
| |
| |
| | |
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface.
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | | |
will want to track position against sessionID instead of userID
* Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing
|
|\ \ \
| | | |
| | | |
| | | | |
ssh://3dhosting.de/var/git/careminster into careminster-presence-refactor
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad.
|
| | |
| | |
| | |
| | | |
teleport), then tell our neighbours to close the agents.. thereby disconnecting the user. Added a new CloseChildAgent method in lieu of CloseAgent. This has been a long standing problem - with any luck this will cure it.
|
|\ \ \
| |/ / |
|
| |/ |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
making offline friendship offers fail in grids.
|
|\ \
| |/ |
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| | |
fields.
|
| |
| |
| |
| |
| |
| | |
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway.
BTW, the Meshing files want to be committed too -- EOFs.
|
| |
| |
| |
| |
| |
| | |
is left os to figure out what black magic turns AgentCircuitData into
AgentData and then copy that into the ScenePresence, where m_Viewer is
already added with this commit and waits for the data.
|
| |
| |
| |
| |
| |
| | |
This requires a special XMLRPC call, which has to supply the credentials of
a god user (User level >= 200). Disabled by default. Also Adds a configuration
option to set the initial permitted login level.
|
| |
| |
| |
| | |
work again
|
| |
| |
| |
| |
| |
| | |
is left os to figure out what black magic turns AgentCircuitData into
AgentData and then copy that into the ScenePresence, where m_Viewer is
already added with this commit and waits for the data.
|
| |
| |
| |
| |
| |
| | |
This requires a special XMLRPC call, which has to supply the credentials of
a god user (User level >= 200). Disabled by default. Also Adds a configuration
option to set the initial permitted login level.
|
| |
| |
| |
| | |
work again
|
|\ \
| |/ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
cache only
* Adds GetTextureModule that implements the "GetTexture" capability, aka HTTP texture fetching. This is a significantly optimized path that does not require any server-side JPEG2000 decoding, texture priority queue, or UDP file transfer
* Sanity check for null reference in LLClientView.RefreshGroupMembership()
|
| |
| |
| |
| |
| |
| | |
IAssetService.Get() method
* Changing the SimianGrid asset service connector to match the corrected documentation
|
| | |
|
| | |
|
|\ \
| |/
|/| |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
of a region and joining it to an existing estate or creating a new estate,
as well as creating an estate owner if in standalone, and assigning estate
owners. In Grid mode, existing users must be used. MySQL ONLY!!!! so far, as
I can't develop or test for either SQLite or MSSQL.
|
| |
| |
| |
| | |
is no possibility of cascading requests when failures happen.
|
| |
| |
| |
| |
| |
| | |
Adds MockUserAccountService and connects it up
Stops services being carried over between tests since this leads to hard to find bugs
Improves information and error reporting when loading plugins
|
| |
| |
| |
| | |
for it. GridUserService makes more sense; it's the user of the grid, "grid user". I changed it everywhere.
|
| |
| |
| |
| |
| | |
this will initially store home location data instead of the presence service
compiles but not enough to actually test yet
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
InternalEndPoint.Port). This class is complex enough as it is
* Changed the failed to inform neighbor message from a warning to info, since this will fire for every empty neighbor space
* Made the EnableSimulator/EstablishAgentCommunication log message more verbose and more clear about what is happening
|
| | |
|
| |
| |
| |
| | |
on the friends service
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
service, and never the twain shall meet. This finally opens up the path to
a working friends implementation
|