aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix script state not being preserved in objects sent via Hypergrid.Justin Clark-Casey (justincc)2015-03-132-9/+79
* minor: Remove windows build warning about CompressionLevel package ambiguity.Justin Clark-Casey (justincc)2015-03-112-0/+2
* Remove references to MAX_ASSET_DESC from the dynamic texture module, hardcode...BlueWall2015-03-061-2/+2
* adjusted new UserManagementModule to accept the HG UUI test harnessFreaky Tech2015-03-051-1/+5
* solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech2015-03-053-272/+324
* Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)2015-03-043-27/+154
* Use using constructs on disposable io objects in LLRaw to ensure they are alw...Justin Clark-Casey (justincc)2015-02-281-113/+111
* Add OpenSim.Framework using statement necessary to get previous fad4d4dc to c...Justin Clark-Casey (justincc)2015-02-281-0/+1
* Permit loading of LLRAW files bigger than 256x256 by calculating size based o...Magnuz Binder2015-02-281-1/+9
* minor: In HGAssetMapper, don't complain on seeing an XmlDeclaration as we kno...Justin Clark-Casey (justincc)2015-02-251-0/+5
* Reduce coupling in regression test task inventory creation methods to make th...Justin Clark-Casey (justincc)2015-02-251-2/+2
* Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o...BlueWall2015-02-211-0/+1
* In HGAssetMapper.RewriteSOP(), don't explicitly end the document.Justin Clark-Casey (justincc)2015-02-211-2/+0
* If HGAssetMapper.PostAsset fails then be more explicit about the uuid, type, ...Justin Clark-Casey (justincc)2015-02-191-2/+27
* Add the type of the unrecognized node to the HG asset mapping error message i...Justin Clark-Casey (justincc)2015-02-191-1/+3
* Comment out unnecessary "Region Found!" alert message when searching mapdahlia2015-02-181-2/+3
* If the owner of an object is taking a copy from the scene (e.g. via the "take...Justin Clark-Casey (justincc)2015-02-032-15/+16
* Fix regression where the stored state of every second script in an object rez...Justin Clark-Casey (justincc)2015-01-231-1/+4
* minor: In AttachmentsModule.UpdateKnownItem use the existing IInventoryAccess...Justin Clark-Casey (justincc)2015-01-171-3/+2
* minor: Suppress the log messages when user profiles data is requested for an ...Justin Clark-Casey (justincc)2015-01-161-3/+10
* Fix a recent regression with HG asset posting to other grids where the assets...Justin Clark-Casey (justincc)2015-01-151-0/+1
* Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)2015-01-141-14/+23
* Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2015-01-122-356/+29
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2015-01-095-33/+30
|\
| * Make the IteratingUuidGatherer the only UuidGatherer.Justin Clark-Casey (justincc)2015-01-085-33/+30
* | Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-092-0/+2
|/
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-292-2/+2
* If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)2014-12-231-0/+3
* In XBakesModule.Get() use using() to always dispose of RestClient which dispo...Justin Clark-Casey (justincc)2014-12-201-31/+35
* Use using() semantics in XBakesModule to ensure disposable objects are alway ...Justin Clark-Casey (justincc)2014-12-201-39/+42
* Fix recent regression where a race condition meant SP.MakeRootAgent() would s...Justin Clark-Casey (justincc)2014-12-171-5/+11
* Add command to reset region's user cacheBlueWall2014-12-161-0/+15
* Fix a regression where objects crossing regions in the same simulator (on the...Justin Clark-Casey (justincc)2014-12-101-0/+7
* refactor: rename IteratingUuidGather.AddAssetUuidToInspect() and RecordAssetU...Justin Clark-Casey (justincc)2014-12-051-1/+1
* Make "fache assets" console command more efficient by only updating access ti...Justin Clark-Casey (justincc)2014-12-051-17/+24
* refactor: Make IteratingUUIDGatherer take a dictionary in its constructor lik...Justin Clark-Casey (justincc)2014-12-041-3/+3
* If "fcache assets" is executed, don't stop with an exception if there's an ac...Justin Clark-Casey (justincc)2014-12-041-2/+1
* refactor: breakout flotasm cache last file access time to separate UpdateFile...Justin Clark-Casey (justincc)2014-12-041-7/+19
* Don't worry about checking FlotsamAssetCache.m_CurrentlyWriting when updating...Justin Clark-Casey (justincc)2014-12-041-8/+1
* When performing region cross, don't add the velocity to the new position in E...Justin Clark-Casey (justincc)2014-11-291-1/+2
* Avoid repeated lag-generating continuous attempts to retrieve HG service Urls...Justin Clark-Casey (justincc)2014-11-281-7/+11
* Be more explicit again in UMM bad HomeURL message by logging the original cre...Justin Clark-Casey (justincc)2014-11-271-2/+2
* Make UMM.AddUser(UUID, string) log message when bad creatorData is given to r...Justin Clark-Casey (justincc)2014-11-271-4/+8
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-2510-14/+14
* Fix bug in HG attachment throttling code where attachments were never rezzed ...Justin Clark-Casey (justincc)2014-11-251-55/+63
* When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)2014-11-252-25/+102
* Introduce an IteratingUuidGatherer where each fetch from the asset service (i...Justin Clark-Casey (justincc)2014-11-251-3/+16