| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
and from files
* Should be making use of this in the next revisions
|
|
|
|
|
|
|
| |
* Introduce experimental wait timeout checking to mysql region datastore code
* This should mean that if the mysql connection has timed out, we should automatically reconnect and not fail or drop queries on region database manipulations
|
|
|
|
|
| |
Although I think a bit of abstraction needs to be done to make it easy to override the deleting off the inventory item when rezzing a object.
|
| |
|
| |
|
|
|
|
| |
in the loginservice
|
|
|
|
|
| |
* This should resolve creating content, taking it, and being able to rez it again.
|
| |
|
| |
|
|
|
|
| |
time to look into the problems people are having.
|
| |
|
|
|
|
|
| |
Fixes IAvatarService for grid and standalone modes
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The Login service should now read/create new inventory on the inventory server that is set in a users profile.
Also added "Add-InventoryHost" console command to add a support for a new server to a region.
So it would be good if someone could test this. Set up the grid as normal, but then also run extra inventory server on a different computer (well actually it just has to be on a different network hostname, so one using "http://localhost:8004" and one using "http://127.0.0.1:8005" should work) then you need to manually edit the user profile database to set the new servers url in a user's "userInventoryURI" field.
Then on a region server, use the Add-InventoryHost to add the new server url (always include the full url, including http, but don't add a final /)
Login with that account and see if the inventory works.
Of course these needs to be made more user friendly.
|
|
|
|
|
|
| |
Sets XEngine threads to en-US culture before calling script events,
fixes i18n issues with european locales.
|
|
|
|
|
|
|
| |
and moved them into a IAvatarService
Although "out of the box", there is no actual functional change to behavior
|
| |
|
|
|
|
|
|
| |
Fully defines the equality operators on the lsl types and plubs
in the script engine side of the work begun in 0001616 (aly, this one's for you)
|
| |
|
|
|
|
|
| |
not break trunk.
|
|
|
|
|
|
| |
TODO next is to make the login server read/write a users inventory from the correct server (the inventory url set in a userprofile)
On the region side, although not tested with multiple servers it should work if that inventory url was set, and the inventory servers urls have been added to the CommunicationsManager, using CommunicationsManager.AddInventoryService(string hostUrl)
|
|
|
|
|
| |
a build with VS2005.
|
|
|
|
|
|
|
| |
Patch to fix the passed parms and properly show llTakeCamera and
llReleaseCamera as deprecated. Patch for both XEngine and DotNetEngine.
|
|
|
|
| |
hers, I mean, fire.
|
|
|
|
|
| |
* Added IClientAPI.SendTexture stub.
|
|
|
|
| |
function
|
|
|
|
|
|
| |
will do more next week.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
extract necessary minimum metadata from asset filenames
* Make all file extensions single - double extensions look ugly and probably aren't good for Windows
|
| |
|
|
|
|
|
|
| |
properties, private methods, public methods, etc.
|
|
|
|
|
|
| |
causes deprecated LSL functions to throw the deprecated
exception rather than not-implemented.
|
|
|
|
|
|
|
| |
* code caught lingering around with no real purpose other than causing warnings
will be taken down.
|
|
|
|
|
|
|
|
| |
of course, some are ScenePresences
* would be nice to have a separate list in InnerScene in the future since a lot of methods end up screen entities for SOGs
|
|
|
|
|
|
| |
* commenting out unused variables
|
|
|
|
|
|
|
|
|
|
| |
* commented out [Obsolete(....)] attributes where no replacement feature
was available: if we want to attribute code that we think needs to be
reworked, we should define a new attribute and use that instead
(together with a little tool to retrieve all the attributed code then)
* commenting out unused variables
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
SceneObjectPart.SendFullUpdate()
* This means that we will no longer pointlessly repersist all the prims in the scene when OpenSim first starts up
* This also means that force-update on the console will not trigger repersistence.
* Also, in other places persistence is no longer done where it wasn't actually necessary
* I think I changed the code for all instances correctly, but it's not possible that I missed some and some things which did persist properly have stopped
* Please patch or mantis if this is the case
|
| |
|
|
|
|
|
|
| |
fleshing out OSHttpRequestPump code.
|
| |
|
|
|
|
|
|
|
|
| |
correctly with nhibernate. Go figure. :)
User services still remain partial, but I'm going to move
on to Region Store to get that chunk out of the way.
|
| |
|
|
|
|
| |
repersisted on to callers of SceneObjectGroup.SendGroupTeruseUpdate()
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
having OSHttpHandler as a delegate was not too hot, i'm
refactoring it into an interface.
|