| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| | |
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.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
* My local git wants to commit the groups files for line endings, I'm gonna let it do it.
|
|\ \
| |/ |
|
| |
| |
| |
| | |
GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>).
|
|\ \
| |/
| |
| | |
This brings careminster on the level of master. To be tested
|
| | |
|
| |
| |
| |
| | |
CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
|
| |\ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
deleted, including old LoginService.
|
| | | |
|
| | |
| | |
| | |
| | | |
* Fixed circular dependency
|
| |\ \
| | | |
| | | |
| | | | |
ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
|
| | | |
| | | |
| | | |
| | | |
| | | | |
appropriate. This changes the behavior of the REST plugins and RemoteAdmin's
region creation process.
|
| |/ /
| | |
| | |
| | | |
* CommsManager.AvatarService rerouted
|
| | |
| | |
| | |
| | | |
UserProfileService.
|
| | | |
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | | |
* New IAvatarService -- first pass
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Application plugins so that MainServer.Instance gets assigned before
RegionModulesController loads the new style shared modules. This
is needed because otherwise no new style shared module could
register a HTTP method.... if it breaks, you get to keep both pieces
|
| | | |
| | | |
| | | |
| | | | |
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
|
|\ \ \ \
| | |_|/
| |/| | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login.
The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems).
Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
|
| | | |
| | | |
| | | |
| | | | |
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
|
|\ \ \ \
| |/ / / |
|
| | |/
| |/|
| | |
| | | |
Signed-off-by: Melanie <melanie@t-data.com>
|
|\ \ \
| |/ / |
|
| |/ |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| | |
admin plugin
See http://opensimulator.org/mantis/view.php?id=4418
Thanks StrawberryFride
See
|
| |
| |
| |
| | |
now accept a parameter of noticetype = dialog in order to display a blue persistant dropdown instead of a short notice. Added an optional and configurable delay to the restart method, defaulting at 30 seconds as before. Both methods can also accept a noticetype = none dialog in order to act silently.
|
|/ |
|
|
|
|
| |
unknown asset type, and log an error if it ever does happen
|
|
|
|
| |
Patch from CasperW
|
| |
|
|
|
|
|
|
|
| |
instead of throwing and catching exceptions
* Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command
* Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses
|
|
|
|
| |
LLProxyLoginModule.
|
|
|
|
|
|
| |
a server port to use for modules in a generic way and also add support
for disabling modules that don't support proper disabling.
Add support for selective loading by class name (advanced users only)
|
|\ |
|
| |
| |
| |
| |
| |
| | |
Util.UTF8 (not all references were switched since not all OpenSim libraries reference OpenSim.Framework)
* Shrinks the largest in-memory object, the LLRAW.HeightmapLookupValue struct (only used for exporting to LLRAW terrain files), to the minimum possible size. This seems to have the odd side effect of cutting the size of the two double[256,256] terrain objects in half. Possibly an alignment optimization?
|