| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
IPv6 address if no non-loopback IPv4 address can be found.
* Restores internal IPv6 support to NetworkUtil.*
* Fixes bad login unit tests.
|
| |
|
|
|
|
| |
null on an IPv4 address. Go figure. (!?!)
|
|
|
|
|
| |
* 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.
|
| |
|
|
|
|
|
|
|
| |
when located on the same subnet. (Eg, can be used to avoid NAT Loopback requirements if fully utilized.)
* Adds a few new network-related methods to Util.
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
- Fix typographical error in RPC response.
- Remove obsolete commentary.
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
LLClientStackModule to new
region modules. This was needed because the stand alone and grid modules weren't deleting
old scenes, which caused an issue when deleting and recreating a region with same name
on same x,y coordinates. Tested it on standalone and issue is fixed. Requires prebuild
to be run again.
Fixes Mantis #3699
|
| |
|
|
|
|
|
|
|
|
| |
containing the terrain heightmap rather than the old "terrain not implemented" message.
The format of the terrain data is: the floats encoded in Base64 and serialised into xml. So I think far from ideal, but as the support for outputting that format was already there...
Still need to hook up a method for remotely loading this data.
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
| |
that is the only one that can use it. Change appender output to always go
through the console output functions.
|
| |
|
|
|
|
|
| |
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
|
|
|
|
|
| |
missing locks where the queue was modified.
|
|
|
|
|
|
|
|
|
| |
The image render module is returning everything twice. Once with
data, once with null. This change adds a return to stop this
behavior. This was not apparent until I added a message to the
catching routine which issued a warning message when no data was
returned.
|
|
|
|
|
|
|
|
| |
because it will be removed soonish. This is NOT the way to go.
Thanks, mpallari, for pointing this out.
Fixes Mantis #3684
|
|
|
|
|
|
|
|
| |
adds some previously missing geometry to sculpties
new LOD improves vertex accuracy
fix torus mode mesh edge joining
sync with primmesher r37
|
|
|
|
|
|
| |
duplicating it's functionality
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* Still doesn't work due to a bug on LibOMV that should be out on 0.6.3.
* Released by request. Important Warning: Linden Viewer 1.2.3 changes the way appearance works and break bot's appearances. LibOMV is working on it
|
| |
|
|
|
|
|
|
|
|
|
|
| |
exe for each function, rather each function is a connector and the server ini
loads them. If you like your multiple processes, use -inifile with the server.
Otherwise, you get one server process that serves all configured funcions, see
example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names
have changed!
|
|
|
|
| |
asset.ID insisting on being a UUID string.
|
|
|
|
|
|
| |
* didn't realize that we were getting back plain old exceptions
|