aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-10Add additional viewer support modules that allow certain viewers to modify ↵Diva Canto3-0/+494
their UI on the fly.
2014-11-10minor: correct console response when setting attachments logging levelJustin Clark-Casey1-1/+1
2014-11-06Added grid information to SimFeatures response, so that the viewer can show it.Diva Canto1-1/+13
2014-10-31Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)1-2/+7
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.
2014-10-31Add "region set" console command.Justin Clark-Casey (justincc)2-9/+77
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.
2014-10-31Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)1-0/+9
This matches existing similar commands and a soon to be added "region set" command.
2014-10-30Revert my commit that fixed unexpected behaviour re: parcel prim limits.Kevin Cozens1-1/+1
Others think different about how limits work so another solution is needed. This reverts commit ff62b90636e13e531b95bbb7699b130909fc70f2.
2014-10-30Use parcel prim limit (not region limit) when checking if area is full.Kevin Cozens1-1/+1
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall5-19/+117
2014-10-16Fix some typecasting in PgSQL Groups adapterBlueWall1-4/+8
2014-10-16Add some more llGiveInventory() regression testsJustin Clark-Casey (justincc)1-0/+71
2014-10-16Experimental XAssets Module PgSQL Adapter: Remove unused migration. Syntax ↵BlueWall1-19/+0
error preventing migration from running.
2014-10-16Fix transferring inventory from prims to agent inventoryMelanie Thielker1-6/+11
2014-10-15Touchup PgSQL XAssets adapterBlueWall2-11/+28
2014-10-15Fix over zealous chopping of text when editing (pilot error)BlueWall1-1/+1
2014-10-15Fix logging level to Error in exception handlersBlueWall3-54/+54
2014-10-15Cleanup unused codeBlueWall1-30/+7
2014-10-15Fix PgSQL adapter for UserProfilesBlueWall2-178/+256
2014-10-12Get V2 Groups working under PgSQL. Needed to re-create tables to satisy the ↵BlueWall1-0/+107
generic handler type matching. There should be no existing data because it couldn't complete the first migration as-is.
2014-10-12Make column names lower-case, change hash column type to bytea and remove ↵BlueWall2-52/+80
old commented lines of code
2014-10-10Fix some errors in PgSQL XAssets by changing some data types. Also make sql ↵BlueWall2-21/+58
query syntax more in line with the PgSQL AssetData implementation.
2014-10-11Change name of just added OSSL osForceSit() to osForceOtherSit()Justin Clark-Casey (justincc)3-11/+12
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.
2014-10-11minor: spacing cleanup from previous commit 79a4d1eaJustin Clark-Casey (justincc)1-3/+3
2014-10-11Implements osForceSit(string avatar) & overload osForceSit(string avatar, ↵Vegaslon3-0/+64
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.
2014-10-11minor: add --default-user option to "load oar" help long description. Do ↵Justin Clark-Casey (justincc)1-12/+13
other small tidies of "load oar" console command help.
2014-10-09Give ability to define constants that may be used throught the configurationBlueWall2-0/+4
2014-10-08Change thread of osForceAttachToOvtherAvatarFromInventory to VeryHigh from ↵Justin Clark-Casey (justincc)1-1/+1
Severe It fits much better in this category.
2014-10-08Use Scene or IEntityTransferModule directly in HGEntityTransferModule ↵Justin Clark-Casey (justincc)1-8/+7
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.
2014-10-08HG Restricted appearance checking code is only called when HG teleporting ↵AliciaRaven1-0/+8
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.
2014-10-04Add LSL transaction_result event.Justin Clark-Casey (justincc)4-10406/+11382
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!
2014-10-02minor: Comment out received seed caps request logging for nowJustin Clark-Casey (justincc)1-2/+2
2014-10-02Add "debug lludp throttle status" command to return status information about ↵Justin Clark-Casey (justincc)1-0/+36
a client's throttle (currently just whether adaptive is enabled).
2014-10-02Add "debug lludp throttle log <level> <avatar-first-name> ↵Justin Clark-Casey (justincc)3-18/+111
<avatar-last-name>" to control extra throttle related debug logging.
2014-10-02Don't unnecessarily remove from backup objects that were not directly ↵Justin Clark-Casey (justincc)3-6/+19
attached from the scene. These are never in region backup in the first place since recent 11830c43 Extend regression test to check backup status.
2014-10-02Do not add attachments to the region scene object backup list.Justin Clark-Casey (justincc)2-3/+3
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.
2014-10-02Set appearance refresh to false by default.Justin Clark-Casey (justincc)1-1/+1
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.
2014-09-28Improve on the last commit to InventoryArchiver: put back the original ↵Diva Canto4-12/+25
constructor (3rd party modules use it), change order of new parameters to make it more consistent.
2014-09-27When a prim is bought through BuySellModule, the click action is not changed ↵AliciaRaven1-0/+1
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>
2014-09-27Move expired objects cleaning trigger to the maintenance thread of a region ↵Justin Clark-Casey (justincc)1-20/+23
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)
2014-09-26Fix recent regression with llRegionSayTo() started sending messages twice.Justin Clark-Casey (justincc)1-8/+2
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
2014-09-26Fix long-lived thread name logging.Justin Clark-Casey (justincc)1-1/+1
2014-09-26Make "generate map" console command also trigger upload to maptiles as well ↵Justin Clark-Casey (justincc)3-50/+118
as asset generation without performing tile generation twice.
2014-09-24Add "debug lludp data out" console command for logging outgoing data just ↵Justin Clark-Casey (justincc)2-1/+52
before it's put on the wire. Unlike "debug lludp packet" which logs at the point where OpenSim first asks the clientstack to send a certain outgoing packet, this logs immediately before the actual send. For low-level debugging purposes.
2014-09-24Add "debug lludp packet" command to pCampbot.Justin Clark-Casey (justincc)2-0/+81
This allows one to log the packets received by a particular bot that are not duplicates of already received packets. Similar to the OpenSimulator command at the same name but currently any positive level logs all received packets. No facility yet for logging outgoing packets. For debug purposes.
2014-09-24Remove an unnecessary check at the bottom of Scene.CloseAgent()Justin Clark-Casey (justincc)1-7/+2
At this point sp != null so no check required.
2014-09-23Add persistent command history in consoleJak Daniels3-4/+58
Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
2014-09-23Modifications to previous IAR commits to bring them more inline with ↵AliciaRaven4-21/+24
existing OpenSim code conventions. Also include new IAR save switch in console help print out.
2014-09-23Add an event callback for loading IAR files. The callback for creating them ↵AliciaRaven9-50/+159
already existed but not for loading. This is of interest for use by region modules. Also includes reporting numbers of items saved and items filtered to the completed log printout.
2014-09-23Change existing IAR save to use UUID for its callback reference instead of ↵AliciaRaven6-20/+21
Guid. This is for uniformity as discussed on IRC.
2014-09-23Include same content filters for IAR file exports that already exist for OAR ↵AliciaRaven2-0/+54
files. Adds new console switch --perm=CTM to save iar command.