aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-0163-63/+63
| | | | LICENSE.txt.
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-1/+1
|
* * Add save xml2 serialization testJustin Clarke Casey2009-05-291-3/+70
|
* * minor: move common serialization test code into fixture setupJustin Clarke Casey2009-05-291-6/+17
|
* * Add xml2 load testJustin Clarke Casey2009-05-292-2/+143
|
* * May make the terrain flatten brush behave like Second Life(tm)'s client ↵Adam Frisby2009-05-281-1/+5
| | | | expects. May break everything. You decide!
* Prevent group deeded objects from being returned by the group return optionMelanie Thielker2009-05-241-2/+22
| | | | | | unless the user has that permission through the group.
* Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2009-05-242-5/+5
| | | | | | for more fine-grained control
* Make group permissions control what a user can return.Melanie Thielker2009-05-241-0/+32
|
* Add a new permissions check for bulk object returns.Melanie Thielker2009-05-242-0/+12
|
* * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-191-12/+14
| | | | | | * Return something more sensible if a file isn't found
* * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-1/+1
| | | | | | * didn't realize that we were getting back plain old exceptions
* * Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-4/+4
| | | | | | * Catch directory exception on load oar as well as file exception
* * Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey2009-05-181-120/+120
| | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-0/+1
| | | | | | | | | Fixes: [1] Sharing exception on remote OAR management [2] Occasional 505 error talking to Tomcat [3] Occasional mono aborts caused by mlog in the script engine's app domain (mono 2.4)
* Thank you kindly, Jonc, for a patch that solvesCharles Krinke2009-05-171-1/+1
| | | | | | the issue of a console command 'export-map file.jpg' having the map flipped when exported.
* * Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey2009-05-153-17/+11
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-156-135/+141
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* * When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey2009-05-144-121/+122
| | | | | | | | | storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars
* * refactor: move SceneXmlLoader into subpackageJustin Clarke Casey2009-05-141-0/+1
|
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-142-2/+4
|
* Correctly reset the group ownership flag when a parcel is reclaimed.Melanie Thielker2009-05-121-0/+1
|
* Hook up deed permissions checking to the land moduleMelanie Thielker2009-05-121-1/+3
|
* Add permission mechanisms for group deeding landMelanie Thielker2009-05-121-0/+18
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-122-12/+6
| | | | | | | | | This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above.
* Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker2009-05-101-1/+3
| | | | | | keys to allow caching the new crop of URI identified objects.
* remove misleading commentSean Dague2009-05-071-3/+0
|
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-071-0/+3
| | | | | | | figure out where that pesky deadlock is during test runs.
* minor: Inconsquential change to provoke another buildJustin Clarke Casey2009-05-071-1/+1
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-042-0/+2
|
* Thank you kindly, Thomax, for a patch that solves:Charles Krinke2009-05-021-1/+1
| | | | | | | | | ConfigurableWind module doesn't show any effect as time = DateTime.Now.TimeOfDay.Seconds / 86400; calculates 0.
* Estate owners who are not administrators, even in god mode, should not beMelanie Thielker2009-04-301-1/+1
| | | | | | able to edit a real god's objects. Minor tweak.
* Fixed a bug in the permissions module, where if there were multiple admins, ↵MW2009-04-301-7/+21
| | | | the client permissions flags were sent incorrectly, which stopped one admin being able to edit another admin's objects. Even thought the comments in the code said that admins should be able to edit each other's objects.
* * Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2009-04-282-4/+4
|
* * Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2009-04-282-12/+44
|
* Make sure that, on "Anyone can copy" the person copying the objectMelanie Thielker2009-04-271-3/+3
| | | | | | | | | has transfer perms as well as copy perms. This may block some cases where the owner would normally be able to take copy. Fixes Mantis #3464
* HGWorldMap got a bit out of sync during the introduction of the new module ↵diva2009-04-261-4/+8
| | | | system. Should work now. Fixes mantis #3533.
* - Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz2009-04-241-59/+91
| | | | | - Cleaned up some whitespace
* * Write separate unit test for replicating iar structure to a user inventoryJustin Clarke Casey2009-04-241-3/+2
|
* * Write basic, incomplete load iar testJustin Clarke Casey2009-04-241-6/+0
|
* * refactor: move archive user inventory item serialization out to a separate ↵Justin Clarke Casey2009-04-231-1/+1
| | | | file
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-04-221-4/+11
| | | | | | | | Changes to enable script state persistence across non-restart serialization situations (inventory/OAR/attachments) Also fixing test cases for OAR and IAR so they don't barf with the new code.
* Moved ITerrainModule and ITerainEffect to ↵Homer Horwitz2009-04-193-97/+8
| | | | OpenSim.Region.Framework.Interfaces and added a TaintTerrain method
* Thank you kindly, MCortez, for a patch that:Charles Krinke2009-04-192-1/+34
| | | | | | | | | This hooks up the LandManagementModule to handle the DeedParcelToGroup packet. Now people can start testing land assigned to and owned by groups. Also fixes a viewer crash issue when searching for and then joining a group with an agent that is not already being tracked by groups server.
* fixes System.UnauthorizedAccessExceptions when trying to load OARs fromDr Scofield2009-04-171-2/+2
| | | | | read-only files on linux.
* trying to fix exception in Random.Next() probably caused through sharing ofDr Scofield2009-04-161-1/+1
| | | | | | | | | | WindModule plugins --- manifesting itself through: 2009-04-16 15:32:02,764 [Heartbeat for region sea 3] [Scene]: Failed with exception System.IndexOutOfRangeException: Array index is out of range. at System.Random.Sample () [0x0003e] in /usr/local/src/mono/build/mono-2.0.1/mcs/class/corlib/System/Random.cs:91 at System.Random.NextDouble () [0x00000] in /usr/local/src/mono/build/mono-2.0.1/mcs/class/corlib/System/Random.cs:142 at OpenSim.Region.CoreModules.World.Wind.Plugins.SimpleRandomWind.WindUpdate (UInt32 frame) [0x00019] in /tmp/opensim-deploy-oTyFP12501/opensim-deploy/OpenSim/Region/CoreModules/World/Wind/Plugins/SimpleRandomWind.cs:92
* Correctly flag group owned prims in the land prim listMelanie Thielker2009-04-161-1/+4
|
* Fix build break and change some groups interfacesMelanie Thielker2009-04-161-1/+1
|
* * Make it possible to add a request id to load and save oar requestsJustin Clarke Casey2009-04-155-23/+51
| | | | | | * This allows specific requests to be identified.
* * Make archiver tests pump the asset server manually instead of starting the ↵Justin Clarke Casey2009-04-141-1/+6
| | | | | | | | | normal runtime thread * This may eliminate the occasional archive test freezes, since they appeared to occur when somehow the asset server didn't pick up on the presence of a request in the asset quque