| Commit message (Collapse) | Author | Files | Lines |
|
save properly, as will the results of a resizer script working. Attachment
positions are no longer saved on each move, but instead are saved once on
logout. Attachment script states are saved as part of the attachment now
when detaching.
|
|
Before a random region is chosen, available fallback regions are used for the login.
|
|
|
|
WARNING!!! This changes a default. The old default is to allow multiple
presences, the new default disables this. As the feature currently has no users,
this should not present any difficulty and will alleviate the presence
issues somewhat.
|
|
from a region and allow normal day cycles to be reestablished
|
|
Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects.
|
|
|
|
This will cause visual params to be persisted along with worn items. With
this, alpha and tattoo laters will be saved. Multiple layers MAY work, but
not tested because I don't use Viewer 2.
|
|
client displays a blank error box.
|
|
appropriate debug to reduce console spam when log level is info
|
|
It contains a major interface version bump and will NOT work with earlier grid
services. This is preliminary work that will lead to layers support.
Rest appearance services are commented out completely, they will have to be
adapted by someone who actually uses them. Remote admin is working, but has
no layers support. There is no layers support in the database. Login likely
won't work. You have been warned.
|
|
diagnostics easier
|
|
linked regions.
* Added check for already occupied region coordinates.
* Optimized Check4096.
|
|
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing
changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
|
|
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
|
|
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9.
|
|
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d.
|
|
This reverts commit 017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.
|
|
|
|
The attachment code appears to work correctly for 1.23 viewers so, in
spite of some big changes in the internal representation, there don't
appear to be regressions. That being said, I still can't get a viewer2
avatar to show correctly.
|
|
* The last 4 commits are a patch from otakup0pe that's supposed to make URLs better somehow in an effort to make it easier to do hypergrid (I think).. But as it seems that I'm the only one who was able to apply the patch.. and I looked it over and it doesn't look like it breaks anything via the diffs.. I'll sign off on it.
Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
|
|
|
|
|
|
|
|
AvatarService -- add two new methods, GetAppearance and SetAppearance
to get around the lossy encoding in AvatarData. Preseve the old
functions to avoid changing the behavior for ROBUST services.
AvatarAppearance -- major refactor, moved the various encoding
methods used by AgentCircuitData, ClientAgentUpdate and
ScenePresence into one location. Changed initialization.
AvatarAttachments -- added a class specifically to handle
attachments in preparation for additional functionality
that will be needed for viewer 2.
AvatarFactory -- removed a number of unused or methods duplicated
in other locations. Moved in all appearance event handling from
ScenePresence. Required a change to IClientAPI that propogated
throughout all the IClientAPI implementations.
|
|
|
|
the user cache expiration period to 33 hours.
|
|
both map and login, as they use the same method.
|
|
|
|
This reverts commit 766ce9a14146dc9814d488364f5c931d0fa96a17.
|
|
client ip address to agent circuit data, so that it's always there.
|
|
|
|
|
|
|
|
|
|
|
|
SimianPresenceServiceConnector when LoggedOut() is called
|
|
flexible without changing current behavior
|
|
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now
|
|
This reverts commit 5dc9ea2f2487804d788b4b80d40d91bd792de4c2.
Also makes online indicators and IM more robust
|
|
|
|
in their oqn sections, for those of us who don't want a catch-all
DatabaseService section.
|
|
* Removed StorageManager
* CONFIG CHANGE: There are no more database settings in OpenSim.ini. Check the config-include configuration files for region store and estate store database settings
|
|
|
|
OpenSim.Services.Connectors.Simulation.SimulationDataServiceConnector
|
|
prevented passwords from being echoed after enter is pressed.
|
|
|
|
heartbeat thread
* Minor dead code cleanup
|
|
|
|
instantiate the right network connectors. Tested on Robust only.
|