| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
| |
*Removed hardcoded permissions checks
*Added permissions checks where needed
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
the status of the region using the region http uri just passed in
* If the status cannot be retrieved, then the region startup will terminate.
* The aim of this is for earlier detection of situations where the region can send messages out but cannot accept incoming requests (often due to firewall issues)
* This is currently an extremely simplistic check which completely trusts whatever http uri is given by the region
* This contact may be problematic, though since the user service needs to be able to contact the region http uri, it doesn't seem unreasonable for the grid to have to be able to do so too at this stage
* This change will require a prebuild
|
|
|
|
|
|
|
|
| |
inaccurate count of neighbors.
* The neighbor count is always lower then the actual number of neighbors unless your region was up the longest.
* The region you're in is un-affected by this, though, you'll get less packet loss, maybe not get logged off immediately when you log in, and possibly see more prim if your internet connection is semi-unreliable.
|
| |
|
|
|
|
|
|
|
| |
* 0001241: physics cylinder proxy distorted and square hollow misaligned (patch attached)
* The included patch corrects the outer shell of the meshmerizer proxy for the cylinder prim to eliminate spurious vertices and shape distortion, and corrects the orientation of the square hollow.
* The size and orientation of the square hollow for the prism prim has been corrected also.
|
|
|
|
|
|
|
| |
* This in preparation for further login validation to check that the region logging in is properly contactable.
* Also increase verbosity of some error messages
|
|
|
|
|
| |
* This is not functional anywhere, but is a incomplete proposed replacement class for IClientAPI. Assistance filling this out would be appreciated. Use IClientAPI.cs as a reference, but make sure not to copy it - instead rewrite and abstract.
|
| |
|
|
|
|
|
|
|
|
| |
now we are correctly using the timezone offset. If you set day_length to 24.0
you'll get a sun progression that roughly follows your real world day on your
server.
|
|
|
|
|
|
| |
3pm any more.
|
|
|
|
| |
instead
|
| |
|
|
|
|
| |
startup will now terminate instead of carrying on (and thus burying the error message)
|
| |
|
|
|
|
| |
dispatch for now
|
| |
|
|
|
|
|
|
|
| |
This is a diagnostic patch in support of Mantis bug 1186.
It affects only SubModule and will not affect normal usage.
|
|
|
|
|
|
|
|
| |
This patch just tightens up console handling in BasOpenSimServer
and removes (or redirects) a couple of messages that were being issued
using Console.Writeline.
|
|
|
|
| |
(bug #1239).
|
| |
|
| |
|
| |
|
|
|
|
| |
shouts, 'This is my sim, get out!'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From Melanie... Thanks Melanie!
.
|
|
|
|
| |
a rootpart that isn't found. Added a way to tell if it's an attachment.
|
|
|
|
|
|
|
| |
of the key of the payer to an Explicit one.
* Fixes Mantis: #1045
|
| |
|
|
|
|
|
|
|
|
| |
them out.
* Fix for Scene.Inventory.cs - It assumes every entity at startup is a SceneObjectGroup. (Actually, this shouldn't have compiled[!] without a warning.)
* Fix for LandManager at startup - it assumes there's a land channel when perhaps there isnt. (Bug that needs another refactor to fix. [Mike - I've assigned a ticket to you about this])
|
|
|
|
| |
Properties.
|
|
|
|
|
| |
* Added back a sleep to the kick routine so users get a 'you have been logged off message' when they get kicked from the simulator for various reasons (like 'the simulator is going down')
|
|
|
|
|
| |
* The split image packet sender doesn't like to be refactored (images don't load after it's been refactored), so left that as is for the moment.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
merely corrects the signature so that "not implemented" message is displayed rather than a script
compile failure
|
|
|
|
|
|
|
| |
* Linden client 1.19.1.4 appears to be happy using UDP for this request again, and Linden's own servers (1.21) don't appear to be supplying the CAPS version currently
* This should for now fix the bug where texture selection in the edit window both shows only already open textures, and later stops subsequent inventory requests from working.
|
|
|
|
|
|
|
|
| |
yet received data from the inventory service
* Replaced instead with the system now used by other requests where the fetch request is placed on a queue and service when the data comes in
|
|
|
|
|
|
| |
get close errors.
|
|
|
|
|
| |
*Moved OnSignificantClientMovement to where it is supposed to be - SceneEvents and not ScenePresence
|
|
|
|
|
|
|
|
| |
ironically, was disabled, though it wasn't making much difference).
* These messages keep getting confused with other problems - just going to have to try to remember to add these to stats or something so at least they don't completely disappear
|
|
|
|
|
|
| |
Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL
|
|
|
|
| |
Trimesh collisions should now work relatively efficiently. BulletX plugin should now be functional - feedback would be appreciated as to how it performs vs ODE.
|
| |
|
|
|
|
| |
for debugging purposes
|
|
|
|
| |
with situations seen on osgrid
|
| |
|
|
|
|
|
|
|
| |
* The first time you set the sculpted texture of a prim you might have to futz with it to get it to generate a sculpted physics proxy
* Note that there are already issues in Trunk, (such as the prim scaling issue and prim jumping issue. Essentially editing is difficult right now)
* This just adds to the experimental nature of trunk. :D
|
|
|
|
|
| |
from a string to a vector in OSSL.
|
|
|
|
|
| |
Patch fixes the pesky "Cannot implicitly convert to bool" issue for function returns
|
|
|
|
|
| |
* Minor tweak to Permissions/PermissionsModule.cs
|