| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
both the Simulators and Robust
|
|
|
|
| |
constructing the HTTP requests manually. This allows the calls to be logged when using "debug http all 6".
|
|
|
|
|
|
| |
"http://grid.example.com" (without a region name)
Fixes http://opensimulator.org/mantis/view.php?id=7128
|
| |
|
|\ |
|
| | |
|
| | |
|
|/
|
|
| |
No one needs to see every thread launch.....
|
|
|
|
| |
of 0 from previous commit cb1f28
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
of the LL grid.
This uses an offset of 0.05 on the up vector of the sit orientation, after extensive analysis on
http://opensimulator.org/mantis/view.php?id=7096 and https://wiki.secondlife.com/wiki/Talk:LlSitTarget
This supersedes the previous adjustment in 5b73b9c4 which had been wrongly applied.
The maximum change is about 0.1 with a maximum height avatar.
This patch is all Aleric's work - I am applying manually in order to add these additional notes
|
|
|
|
| |
simulator cache)
|
|
|
|
| |
This commit also contains other changes, but they're all just for clarity. The only actual behavior change is to avoid Posting local assets.
|
|
|
|
| |
warnings, and SQLite still works.
|
|
|
|
| |
because it's Obsolete.
|
|
|
|
| |
SetPreviousAppearance()
|
| |
|
|
|
|
| |
already exists, and this isn't an error
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Offline IM V2 (only relevant to MySQL).
This fixes http://opensimulator.org/mantis/view.php?id=7123
Users that use MySQL should change their MySQL configuration to support UTF8. In the config file /etc/my.cnf (Linux) or my.ini (Windows), add these settings:
[mysqld]
character-set-server=utf8
[client]
default-character-set=utf8
And then restart MySQL (on Linux: "sudo service mysqld restart").
|
| |
|
| |
|
|
|
|
|
|
| |
Previously, if the movement speed was below 0.05/sec then it didn't work correctly.
Fixes http://opensimulator.org/mantis/view.php?id=7117
|
|
|
|
| |
pre-truncate the description of dynamic textures.
|
|
|
|
|
|
|
|
| |
status of friends, so they continued to appear Offline.
This happened because these notifications (the UDP packets) can only be sent to Root Agents. But the notifications were done in OnClientLogin(), at which point the client is still a Child Agent. Since a FireAndForget is used, it became a race condition as to whether the packets would be sent before or after the client became a Root Agent.
To fix this, we now only send the notifications once the client becomes a Root Agent for the first time.
|
| |
|
|
|
|
|
|
| |
teleport to another grid.
a) This shouldn't have been done because at that point the user is still logged-in to the current grid. b) It's not necessary because the user will soon be logged-out completely. c) And it didn't even work because the MySQL database layer prevents setting the region to 0.
|
| |
|
|
|
|
| |
Removed references to 'Intel' as the contributors are no independent.
|
|
|
|
| |
Signed-off-by: Robert Adams <misterblue@misterblue.com>
|
|
|
|
| |
value
|
|
|
|
| |
actually used.
|
|
|
|
| |
group for *all* the avatars in the scene (not permanently)
|
|
|
|
| |
much as they wanted even if the parcel's permissions had since been changed to disallow rezzing
|
|
|
|
| |
object in the parcel even if the flag "Create Objects by Group" was disabled
|
|
|
|
|
|
| |
parcel has a Group set; it doesn't have to be *deeded* to the group
Also some cleanup of the use of Group ID's (with no change to functionality).
|
| |
|
|
|
|
| |
Gatekeeper URI (which is used with Regions); not the Home URI (which is used with Users)
|
|
|
|
|
|
| |
b) Default port is 80, not 0
The change of default port may fix http://opensimulator.org/mantis/view.php?id=7108 , where a user was able to create a Hyperlink to OSGrid from inside OSGrid.
|
|
|
|
|
|
|
|
| |
objects in the world.
This was originally changed in an attempt to make vehicles work better
but the effect was not that large and it causes avatars to float
above the terrain.
|
| |
|
|
|
|
|
| |
added as they are already exposed through an API when using Nini. That will
remove the need to always edit RegioInfo just to add a region based setting.
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
Signed-off-by: Melanie <melanie@t-data.com>
|
|
|
|
| |
possible
|
| |
|
|
|
|
|
|
|
|
| |
completely inoperative.
This means the presence info may be out of date by up to 20 seconds, but this avoids scripts potentially triggering constants requests to user accout and presence info services.
Relates to http://opensimulator.org/mantis/view.php?id=7088 though I fixed in a different way.
Adds regression test for this case.
|
|
|
|
|
| |
This adjustment makes a default, shoeless avatar stand properly on a prim
for the various heights (0% to 100% in the appearance adjustment).
|
|
|
|
| |
land. The objects that are sold together with the parcel of land need to fulfill the following preconditions: owned by the current parcel owner, not set to a group, transferrable. This feature does not work for group owned parcels or land bought by a group.
|
|
|
|
| |
When an avatar is in their home grid, their name appears as "First Last". In other grids the name appears as "First.Last @grid.example.com". However, viewers have a bug and they don't always show the new name. We use a trick (changing the Group Title briefly) in order to make the viewers show the new name. This is only done after a Hypergrid teleport.
|