aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2019-07-25Gatekeeper -> GatekeeperURIonefang1-1/+1
2019-07-25OpenSim dev typo--onefang1-1/+1
2019-07-24For the "teleport from above" case, do the right thing.onefang1-3/+4
2019-05-19Remove silly 4096 sim TP check for a client bug that was fixed long ago.onefang1-47/+0
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang21-1474/+1879
2016-11-03No, we don't need to enshrine viewer bugs in the server, we need to fix the v...David Walter Seikel1-45/+0
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel21-1509/+4043
2013-02-23No, we don't need to enshrine viewer bugs in the server, we need to fix the v...David Walter Seikel1-46/+0
2013-02-08Added option for UUID as command parameters. This lets the command handle the...Dan Lake1-0/+4
2013-01-25Changed a couple of debug messages at the request of osgrid.Diva Canto1-2/+2
2012-12-09HGAssetMapper: Get wasn't really working. It's true that some assets are copi...Diva Canto1-3/+35
2012-12-09UserManagementModule: search the local cache for names too.Diva Canto1-0/+10
2012-12-05minor: Fix more compiler warnings in CoreModules tests by properly overriding...Justin Clark-Casey (justincc)1-1/+3
2012-11-24Consistenly make NUnit test cases inherit from OpenSimTestCase which automati...Justin Clark-Casey (justincc)1-1/+1
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2012-11-12More module cleanup: removed the CoreModules.Framework modules directives out...Diva Canto6-0/+12
2012-11-12Cleanup on region modules: gave short node id's to all of them.Diva Canto2-2/+2
2012-11-11Fix mantis #6425Diva Canto1-6/+0
2012-11-11One more module converted: MonitorModule.Diva Canto1-94/+117
2012-11-02HG: flip all configs to HG2.0. PLEASE CHECK YOUR EXISTING HG CONFIGS AGAINST ...Diva Canto2-3/+5
2012-10-26Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin...Justin Clark-Casey (justincc)1-15/+16
2012-10-16minor: Add/correct some doc messages associated with entity teleport.Justin Clark-Casey (justincc)1-1/+6
2012-10-09Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)1-4/+4
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-5/+17
2012-10-05Finally fix build break by allowing UserManagementModule (which constructs a ...Justin Clark-Casey (justincc)1-0/+1
2012-10-04Output monitor data in response to console command on MainConsole.Instance ra...Justin Clark-Casey (justincc)1-2/+2
2012-10-02Add Flush() method to LogWriter. Also correct line endings to Linux form.Robert Adams1-161/+170
2012-09-26Use GridUser properly for foreign users.Diva Canto1-0/+2
2012-09-26Show the user's home url too on the console command.Diva Canto1-4/+3
2012-09-26Not really a change, just added a reminder to fix something here.Diva Canto1-0/+3
2012-09-25Oops, that should be inside the curly bracket.Diva Canto1-3/+3
2012-09-25Deleted extraneous debug messageDiva Canto1-2/+0
2012-09-22HG Rez object: warn the user if the item or asset cannot be found.Diva Canto1-2/+7
2012-09-21This fixes HG attachments' missing assets (textures, etc).Diva Canto1-0/+28
2012-09-21Moved the small HGUuidGatherer class to the file where its parent class is. N...Diva Canto2-74/+2
2012-09-21Removed redundant asset fetches on HGAssetMapper. The UuidGatherer already do...Diva Canto1-18/+24
2012-09-21Minor: change the return value of unsuccessful posts to string.Empty.Diva Canto1-1/+1
2012-09-21Rename UuidGather.m_assetCache to m_assetService. If HGUuidGatherer hasn't b...Justin Clark-Casey (justincc)1-2/+2
2012-09-20More HG2.0: Added permission policies in HGAsset Service based on asset types...Diva Canto1-15/+19
2012-09-16HG2.0: Generalized the allowed HG appearances to be more than 1.Diva Canto1-31/+59
2012-09-15More on HG2.0: added the possibility of controlling the appearance that avies...Diva Canto2-2/+171
2012-09-13Restarting to work on HGSuitcaseInventoryService: added the ability for the o...Diva Canto1-0/+2
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)1-1/+1
2012-07-26When copying items, copy the item description field instead of the asset desc...Justin Clark-Casey (justincc)1-2/+3
2012-07-20BulletSim: add reference to OpenSim.Region.CoreModules in BSScene.cs attempti...Robert Adams1-1/+1
2012-07-20Correct namespace of BinaryLoggingModule (a cut-and-paste error). Add a simpl...Robert Adams2-1/+162
2012-06-26Add regression test to check that attachments in source region are deleting w...Justin Clark-Casey (justincc)1-0/+5
2012-06-26If crossing attachments into another region pre-fatpack, clone objects before...Justin Clark-Casey (justincc)1-17/+26
2012-06-12OnConnectionClosed listeners, retrieve data from IClientAPI.SceneAgent rather...Justin Clark-Casey (justincc)1-25/+21
2012-06-11Add last frame time monitor to MonitorModule now that this value is usefulJustin Clark-Casey (justincc)1-0/+8