| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
gridservers to perform on region servers. Used for grid-wide announcements, etc.
|
|
|
|
| |
expects. May break everything. You decide!
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch implements llPassTouches. It has been added
to the export/import XML along with the flag for AllowedInventoryDrop.
The MySQL backend has been updated as well, though I haven't
done one of those before so could do with a check. I added
the migration mysql file as well.
The other data backends need updating as well.
|
|
|
|
|
| |
Minor log message change in the module itself.
|
| |
|
|
|
|
|
|
|
| |
This reverts commit 8f0096cc7b112fea8f69f391224911f624482747.
To get us back to compiling on fresh checkouts.
|
| |
|
|
|
|
| |
GlynnTucker.Cache.dll.
|
|
|
|
|
|
|
|
| |
jibbery, widely different results with slightly different orders. This particular order produces the best results in the UC Irvine sim in osgrid. But clearly there's something messed up here.
Addresses mantis #3707, mantis #3713, mantis #3686.
|
|
|
|
| |
log when the sims have prims from foreign users.
|
| |
|
|
|
|
|
|
| |
stop crashing http server threads.
|
|
|
|
|
|
|
|
|
| |
* unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync
* I think the problems last time were due to a serialization change
* So the major inteface version has been bumped to take care of any lingering issues here.
* This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
|
| |
|
| |
|
|
|
|
|
| |
This reverts r9666. for some reason the mysql update does not work.
|
|
|
|
|
|
|
|
|
|
|
|
| |
The attached patch implements llPassTouches. It has been added
to the export/import XML along with the flag for AllowedInventoryDrop.
The MySQL backend has been updated as well, though I haven't
done one of those before so could do with a check. I added
the migration mysql file as well.
The other data backends need updating as well.
|
| |
|
|
|
|
|
| |
Scene.GetAvatars() instead now. [test #487]
|
| |
|
|
|
|
|
|
| |
unless the user has that permission through the group.
|
|
|
|
|
|
| |
for more fine-grained control
|
| |
|
| |
|
| |
|
|
|
|
| |
HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
|
|
|
|
|
| |
* This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback)
|
|
|
|
|
|
|
|
|
|
| |
needed to be able to 'NAT-wrap' the login sequence.
* If you have something using XmlRpc that isn't in core, change your method signature from:
(XmlRpcRequest request)
to:
(XmlRpcRequest request, IPEndPoint remoteClient)
|
|
|
|
|
|
|
| |
EnableSimulator EventQueue methods.
* NB: This may actually break logins on certain regions. Shake well before consuming.
|
| |
|
|
|
|
| |
hadn't been manually post intiailized
|
|
|
|
|
|
|
|
|
|
| |
Changes to support client-side image pre-caching in the region. This
commit adds an additional calling sequence to the DynamicTexture data
and URL calls. The new interface allows a dynamic image to be loaded
into a specific object face (rather than the mandatory ALL_SIDES
supported today.
This is in part fulfilment of ticket #458.
|
|
|
|
|
|
|
|
|
|
|
| |
RequestUserInventory is supposed to drive a supplied callback
when it completes. In fact, it fails to do so if the user's
inventory does not exist (e.g. the inventory database is
unavailable for some reason), and the requestor is left
sleeping forever.
The code has been modified to return empty lists via the
callback as an accurate reflection of what is there: nothing.
|
|
|
|
|
|
| |
NOTE: we currently have a gazillion warnings caused stuff flagged as
"obsolete" (OGS1 stuff) --- what's up with that?
|
| |
|
| |
|
| |
|
|
|
|
| |
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
treated as another ini source to load.
For example:
Include-Asset = AssetSetup.ini
will load AssetSetup.ini after all other ini files are done.
This works recursively, too
|
| |
|
|
|
|
|
|
|
| |
has registered this interface then that handles teleport requests rather the SceneCommunicationService.
As by default there is no ITeleportModule registered, Teleports by default will still be handled by SceneCommunicationService.
|
| |
|
|
|
|
|
| |
loop as it really is a "constant"
|
|
|
|
|
|
|
|
| |
Applied with changes (commented the logging entirely, since Linux defaults
to debug level)
Fixes Mantis #3689
|
|
|
|
|
|
| |
inventory when permissions are bypassed
|
| |
|
|
|
|
| |
more sense
|
|
|
|
|
|
| |
* Return something more sensible if a file isn't found
|