aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* let llPlaySound() in HUDs send sound to owner without parcel restrictionUbitUmarov2016-06-261-3/+3
|
* mantis 7942: allow llTriggerSound on HUDs to send sounds to all.UbitUmarov2016-06-261-0/+2
|
* Set culture also in object crossings.Diva Canto2016-06-221-0/+2
|
* Mantis #7802: set culture to US English on the thread that does the agent ↵Diva Canto2016-06-221-5/+3
| | | | crossing, not that it's async and needs to parse decimal numbers.
* Make a debug message less misleading.Diva Canto2016-06-221-3/+6
|
* Mantis #7935: regression on transferring attachments over the HGDiva Canto2016-06-221-5/+6
|
* Split IM handling so an inheriting module can cange names if required.Melanie Thielker2016-06-211-2/+6
|
* Related to mantis #7929: "For sale" was not being accepted, because of ↵Diva Canto2016-06-202-3/+22
| | | | permissions fail. This adds a new permissions check CanSellGroupObject. THIRD-PARTY PERMISSIONS MODULES TAKE NOTE OF THIS NEW EVENT.
* Still related to mantis #7917, parcel prims info. Now sending the correct ↵Diva Canto2016-06-192-7/+10
| | | | numbers for "Simulator primitive usage" related to the parcel owner, not the entire region.
* Mantis #7917: regression on prim limits module.Diva Canto2016-06-181-18/+2
|
* Also make the HGUserManagementModule more amenable to subclassing.Melanie Thielker2016-06-161-2/+2
|
* Make the UserManagementModule inheritableMelanie Thielker2016-06-151-35/+35
|
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-142-36/+36
|
* Mantis #7874: parcel properties not being updated upon avatar entering new ↵Diva Canto2016-06-111-1/+0
| | | | parcel. Root cause: update of the avatar's current property was being made too soon.
* Mantis #7919: fatal exception on LoadImageURLModuleDiva Canto2016-06-061-0/+4
|
* Fixed a merge issueDiva Canto2016-06-061-3/+3
|
* Don't copy assets to foreign asset servers when the objects are being deletedDiva Canto2016-06-062-2/+9
| | | | | Conflicts: OpenSim/Region/CoreModules/Framework/InventoryAccess/HGInventoryAccessModule.cs
* Minor improvement over the previous commit -- make sure the code exists in ↵Diva Canto2016-05-161-1/+1
| | | | the FolderType enum
* Mantis #7878 -- Landmarks were not being created in HGSuitcaseInventoryDiva Canto2016-05-161-0/+7
|
* According to the SL wiki, estate managers can set parcels for sale. Make it sew.Melanie Thielker2016-05-021-1/+1
|
* Apply user specified default perms across the board, to items uploaded as ↵Melanie Thielker2016-04-291-3/+6
| | | | | | | | well as items created and to rezzed prims in world. This effectively removes the concept of "default permissions" from OpenSim because all known modern viewers set the permissions flags on login. Ancient abandoned viewers will now default to the SL defaults.
* Allow default permissions from the viewer to be applied to uploaded objects.Melanie Thielker2016-04-292-9/+27
| | | | Make inventory items reflect coorect permissions immediately unstead of after relog
* Replace the "land show" method with the better one from 0.8.Melanie Thielker2016-04-281-16/+25
|
* From information given my Mandarinka Tasty, add firing the detach event even ↵Melanie Thielker2016-04-271-0/+3
| | | | for temp attachments
* Reverse a comparison, this is probably the cause of attach issuesMelanie Thielker2016-04-261-1/+1
|
* Fire detach events even in temp attachments. They don't really need it but ↵Melanie Thielker2016-04-251-1/+9
| | | | keeping the tests happy
* Stop serializing and storing assets for objects that were never rezzed from ↵Melanie Thielker2016-04-251-0/+12
| | | | inventory items.
* Fix Temporary Attachments not being able to be detached by clientVegaslon2016-04-251-1/+1
| | | | Signed-off-by: Melanie Thielker <melanie@t-data.com>
* Mantis 7842 - remove another possible null dereferenceMelanie Thielker2016-03-231-18/+18
|
* Add osRequestURL and osRequestSecureURL with an options list.Melanie Thielker2016-03-161-3/+12
| | | | | | Only currently supported option is "allowXss" which will send the needed Access-control-allow-origin: * header to allow xss scripting against the LSL http server.
* Implement Access-Control-Allow-Origin for HTTP LSL serverJeff Kelley2016-03-161-0/+2
|
* Implement parameterization of HTTP_BODY_MAXLENGTH maximum as proposed in ↵Jeff Kelley2016-03-141-1/+3
| | | | Mantis 7839.
* Mantis 7833: Fix a condition where email sent from an object that is inMelanie Thielker2016-03-031-11/+8
| | | | the process of being removed can cause a null reference
* Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto2016-02-211-1/+1
| | | | replace anymore.
* change parcel_owner_is_god configuration option from default from true to ↵UbitUmarov2016-01-301-1/+1
| | | | false, leaving only region_owner true by default
* add option MaxRegionsViewDistance to control the maximum range to tell ↵UbitUmarov2016-01-261-4/+4
| | | | viewer to connect to Neighbour regions, since that is diferent from view range
* stop avatar move to target on parcel ban enforceUbitUmarov2016-01-011-0/+2
|
* fix html encapsulation for MSIE was doing nothingUbitUmarov2015-12-251-1/+1
|
* assume direct string.replace is good enought to avoid a stringbuild useUbitUmarov2015-12-251-5/+1
|
* try to implement HTTP_BODY_MAXLENGTH. Make it limit body input bytes. Read ↵UbitUmarov2015-12-251-16/+33
| | | | entire relevant input buffer before UTF-8 parsing, or it may fail.
* enable the upload region map texture asset for large regions for large ↵UbitUmarov2015-12-241-5/+26
| | | | regions that i had disabled, but with max size reduced to 512pixels. New viewers don't use this, but osGetRegionMapTexture needs it ( mantis 7787 )
* drop attachments to ground a bit in front of the avatar, not on his locationUbitUmarov2015-12-211-2/+5
|
* revert the setting of phantom flag on attachment drop to ground, since it ↵UbitUmarov2015-12-211-7/+0
| | | | can break nomod objects
* drop attachments to ground with phantom active. We should not do this, but ↵UbitUmarov2015-12-201-4/+7
| | | | for now there no better way to avoid nasty collisions. (large physical objects may still have bad collisions with ground on drop)
* temporary assets are as localUbitUmarov2015-12-191-8/+8
|
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
|
* revert last change and add delays on testing, since child updates now have ↵UbitUmarov2015-12-161-0/+5
| | | | time control, since they are heavy http connections
* several changes to parcels access control and scenepresence updates ratesUbitUmarov2015-12-161-115/+106
|
* make parcel bans do something on vehicles. Just a first code, far from goodUbitUmarov2015-12-151-1/+2
|
* fix typoUbitUmarov2015-12-153-12/+10
|