aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix lsl http url pool service not beeing removedUbitUmarov2018-11-021-3/+2
|
* remove AttachmentsCommandModuleUbitUmarov2018-10-231-19/+92
|
* recover the inword region console comand Set AutoGrantAttachPermsUbitUmarov2018-10-231-23/+63
|
* remove ThrottlePer100PrimsRezzed option, do not delay attachments with ↵UbitUmarov2018-10-231-51/+2
| | | | thread.sleep
* add RemoveUser to UserManagementUbitUmarov2018-10-201-2/+11
|
* change chattype on llRegionSayTo when sending to avatar viewer only.UbitUmarov2018-10-181-1/+1
| | | | Thanks Royale for pointing this
* mantis 7391: deliver llregionSayTo to all scripts on prim that match target ↵UbitUmarov2018-10-181-6/+3
| | | | specs
* missed new c# version only codeUbitUmarov2018-09-301-1/+2
|
* a few changes to last patchUbitUmarov2018-09-301-28/+28
|
* Implementation-and-design-of-ClientOnParcelGodMarkMandarinka Tasty2018-09-301-5/+92
| | | | Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
* add a few more gc collect in some spotsUbitUmarov2018-09-293-1/+21
|
* fix script secure llhttlrequestUbitUmarov2018-09-081-41/+43
|
* mantis 8349: fix landmasksUbitUmarov2018-08-071-1/+1
|
* mantis8342: make max ban height above ground configurable per regions ↵UbitUmarov2018-07-213-4/+34
| | | | instance with ini file option BanLineSafeHeight
* http reusecontext is obsoleteUbitUmarov2018-07-141-3/+0
|
* change the scope of those options variablesUbitUmarov2018-07-141-6/+6
|
* add options for regions to ignore age < 18 and payment access control where ↵UbitUmarov2018-07-141-0/+9
| | | | they don't apply
* recover lost null check in last commitUbitUmarov2018-07-141-2/+8
|
* change bitmasks workUbitUmarov2018-07-142-11/+4
|
* only resize if needUbitUmarov2018-07-141-2/+5
|
* do not use lossless compression on dyntexturesUbitUmarov2018-07-142-37/+38
|
* Bug fix: Object Wear was doing Add not replaceUbitUmarov2018-07-111-11/+11
|
* reassign estate setting TaxFree to the role of AllowAccessOverride, as ↵UbitUmarov2018-06-191-8/+16
| | | | viewers did. Keeping name to reuse dbs entries, etc. let viewers change it, but still NOP
* mantis 8327: refix minor typosUbitUmarov2018-06-161-2/+2
|
* mantis 8327: fix minor typosUbitUmarov2018-06-161-2/+2
|
* minor cleanupUbitUmarov2018-06-161-36/+12
|
* ok ok it only has one 't'UbitUmarov2018-05-281-6/+6
|
* english typo, thx you know whoUbitUmarov2018-05-281-6/+6
|
* fix a bug on warp3d.dllUbitUmarov2018-05-261-64/+64
|
* missing updated filesUbitUmarov2018-05-262-206/+115
|
* fix one english typoUbitUmarov2018-05-261-15/+8
|
* map...UbitUmarov2018-05-181-12/+10
|
* Warp3D tried to do something in RegionLoaded even when the module was disabledKevin Cozens2018-05-161-0/+3
|
* Whitespace changesKevin Cozens2018-05-161-8/+8
|
* breaking map a bit more...UbitUmarov2018-05-153-222/+325
|
* bug fix: avoid null ref on trigger soundi if source is a avatarUbitUmarov2018-05-151-10/+14
|
* breaking map (warp3d) suport default map parameters. Planar not suported ( ↵UbitUmarov2018-05-081-15/+66
| | | | will render as deafaul
* breaking map (warp3d)...UbitUmarov2018-05-081-6/+10
|
* breaking map (warp3d); remove warp3d viewport code not realy used and ↵UbitUmarov2018-05-073-262/+193
| | | | confusing my last neuron
* breaking map (warp3d)UbitUmarov2018-05-071-6/+2
|
* breaking map (warp3d)UbitUmarov2018-05-071-1/+1
|
* breaking map (warp3d)UbitUmarov2018-05-063-39/+7
|
* remove some debug linesUbitUmarov2018-05-061-4/+2
|
* change the AverageTextureColorOnMapTile default to falseUbitUmarov2018-05-061-1/+1
|
* break nap a bit more, add options ExportMapAddScale, ExportMapAddRegionName ↵UbitUmarov2018-05-064-235/+318
| | | | and (warp3d) AverageTextureColorOnMapTile
* fix warp3d textures UVUbitUmarov2018-05-051-5/+5
|
* a few more changes to warp3d and export-mapUbitUmarov2018-05-052-30/+32
|
* change warp3d terrain rendering, so it does cover all areaUbitUmarov2018-05-051-29/+36
|
* why where map and dynamic textures compressed lossless?UbitUmarov2018-05-044-8/+8
|
* change region console comand export-map: make it work with var regions, ↵UbitUmarov2018-05-011-31/+63
| | | | center target region and make the display area be the region size plus MaxMaxRegionViewDistance in all 4 directions. Add the region name and total area size text info. Some of this can be made options/comand arguments in future improvements