| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
valid set pin in a destination prim rather than the unset no pin state
Adds regression test for this case.
|
|\ |
|
| | |
|
|/
|
|
| |
their UI on the fly.
|
|\ |
|
| |
| |
| |
| |
| | |
Unfortunately, it's not currently easy to do this with "max-agent-limit"
- this must be separately set as MaxAgents in region config if it's to persist over restarts.
|
| |
| |
| |
| |
| |
| | |
This current allows one to set two region parameters
agent-limit <int> will set the current root agent limit for the region, as also settable through the viewer, though some impose a max setting (e.g. 100).
max-agent-limit <int> will set the maximum allowed root agent limit. This can also be set via the MaxAgent parameter in region config.
|
| |
| |
| |
| | |
This matches existing similar commands and a soon to be added "region set" command.
|
|/ |
|
|
|
|
|
|
| |
This resolves an issue with pCampbot where some bots would occasionally connect with the same UDP source port.
This sometimes led to console messages where bots would report receiving packets multiple times that weren't marked as resends.
DLLs built under windows
|
|
|
|
|
|
| |
Others think different about how limits work so another solution is needed.
This reverts commit ff62b90636e13e531b95bbb7699b130909fc70f2.
|
| |
|
| |
|
|
|
|
| |
see if this resolves some user problems.
|
| |
|
| |
|
|
|
|
| |
error preventing migration from running.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
generic handler type matching. There should be no existing data because it couldn't complete the first migration as-is.
|
|
|
|
| |
old commented lines of code
|
|
|
|
| |
query syntax more in line with the PgSQL AssetData implementation.
|
|
|
|
|
| |
This is somewhat more in keeping with something like osForceAttachToOtherAvatarFromInventory()
and potentially allows a separate osForceSit() command with High threat rather than VeryHigh that only sits the owner and can be enabled without enabling sit of other avatars.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
string target)
Allows a script IN the target prim to force an avatar to sit on it using normal methods as if called by the client.
Overload method of osForceSit() to allow a script NOT in the target prim to force an avatar to sit on the target prim using normal methods as if called by the client.
This patch is based on previous work from
http://opensimulator.org/mantis/view.php?id=4492
and also includes the suggestions from justincc including change of threat level
Thank you Christos Lightling.
|
|
|
|
| |
other small tidies of "load oar" console command help.
|
| |
|
|
|
|
|
|
| |
Severe
It fits much better in this category.
|
|
|
|
|
|
|
| |
instead of casting or re-obtaining module.
This code originates from when IEntityTransferModule was shared rather than one per region.
Now it's one per region we know that callers are always in the same scene as the module.
|
|
|
|
| |
via the map but bypassed completely when teleporting via landmarks. This fixes this by including a call when acting on landmarks. Does not affect local grid teleports as flags are checked.
|
|
|
|
|
|
|
| |
This is cinderblocks' transaction_result.diff from http://opensimulator.org/mantis/view.php?id=7329 but I have used lsl.parser.cs and lsl.lexer.cs files generated directly from opensim-libs rather than those supplied in the patch.
I also added scriptEvents.transaction_reuslt.
The required parser/lexer generation file changes were made in commit d564f28 in the opensim-libs repo.
Thanks!
|
| |
|
|
|
|
| |
a client's throttle (currently just whether adaptive is enabled).
|
|
|
|
| |
<avatar-last-name>" to control extra throttle related debug logging.
|
|
|
|
|
|
|
| |
attached from the scene.
These are never in region backup in the first place since recent 11830c43
Extend regression test to check backup status.
|
|
|
|
| |
Attachment persistence is not handled in this way and this just results in a load of busy work until a check in each SOG terminates a backup check for attachments anyway.
|
|
|
|
|
|
| |
This setting was originally added some time ago to deal with issues where appearance was not received properly by all users.
However, it does not scale well with large numbers of agents.
Disabling to see if the original problem has abated or whether this will have to be tackled in another way.
|
| |
|
|\ |
|
| |
| |
| |
| |
| |
| | |
back from buy object. This means that after the object is bought, it still appears as if for sale which can be confusing. This sets it back to touch, the default after sale.
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
|
|/
|
|
| |
constructor (3rd party modules use it), change order of new parameters to make it more consistent.
|
|
|
|
|
|
|
| |
rather than it's main scene loop.
[Startup] default setting UpdateTempCleaningEveryNFrames becomes UpdateTempCleaningEveryNSeconds.
Default becomes 180s instead of effective 182s (which would also vary with any changes in frame time or extra long frames)
|
|
|
|
|
|
| |
Addresses http://opensimulator.org/mantis/view.php?id=7330
Fixed by removing chat delivery to avatar from WorldCommModule.DeliverMessageTo(), in common with existing similar methods that only handle deliver to script listeners.
Preserves fixes from http://opensimulator.org/mantis/view.php?id=5005
|
|
|
|
| |
StandaloneHypergrid.ini
|
| |
|
|
|
|
| |
as asset generation without performing tile generation twice.
|