aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * 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
* Add the RegionLoaded(Scene) API to the new region module interface to allowMelanie Thielker2009-04-141-0/+4
| | | | | | | region modules to use another region module's interfaces and events in a scene context
* - Moved TerrainModule to the new region-module system.Homer Horwitz2009-04-131-31/+39
| | | | | | - Fixed some locking issues. Either lock, or don't (if you don't have to). Only locking access half of the time won't work reliably. - Had to adapt test helpers that use the "old" IRegionModule. TerrainModule isn't one anymore.
* Correct Opensim.ini.example to reflect the default settings for clouds.idb2009-04-111-49/+2
| | | | | | Fixes Mantis #3421 Change the agent/avatar events subscriptions to just OnNewClient. The data only needs to be sent once and keeping track of log ins/movements is not required. This will also send cloud data to child agents so that they can see clouds above neighbouring regions not just regions that they have visited.
* * Apply http://opensimulator.org/mantis/view.php?id=3427Justin Clarke Casey2009-04-101-1/+71
| | | | | | | * Return different values for llCloud() over time based on a cellular automation system. * Thanks aduffy70!
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-091-1/+1
|
* * Tagged long running tests with LongRunningAttribute.lbsa712009-04-091-2/+4
| | | | | | * Now, the 144 unit tests takes roughly as long time to run (16s on my laptop) that the 10 long running takes. The database tests takes forever. * Feel free to run the unit tests as you code, and the rest before commit.
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-04-072-3/+3
|
* * Apply http://opensimulator.org/mantis/view.php?id=3418Justin Clarke Casey2009-04-071-6/+10
| | | | | | | * Prevents occasional wind module related exceptions on region server shutdown * Thanks Intimidated!
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-0/+9
|
* - Move IWindModule to OpenSim.Region.Framework.InterfacesHomer Horwitz2009-04-053-83/+3
| | | | | | - Fix a dependency problem. Hopefully fixes Mantis #3395
* Give a meaningful message if terrain save fails because of a file IO error.idb2009-04-041-0/+5
| | | | | Fixes Mantis #3348
* Thanks jonc, for a patch that adds rendering of classic clouds.Homer Horwitz2009-04-041-0/+190
| | | | | First part of Mantis #964, the necessary clouds image will follow separately.
* Add copyright headers, formatting cleanup.Jeff Ames2009-04-044-14/+87
|
* Update svn properties.Jeff Ames2009-04-013-406/+406
|
* Finally clean up the Scene.Permissions and permissions module.Melanie Thielker2009-04-011-42/+42
| | | | | | | | | Permissions now use proper events and not delegate lists, which makes for much easier reading and much less work adding new methods. I finally found a way to raise events with return values without it becoming late bound.
* Turning the wind module off by default.diva2009-03-311-1/+1
|
* Thank you kindly, MCortez for a patch that:Charles Krinke2009-03-314-100/+716
| | | | | | | | | | | | With some support from HomerH, this patch adds support for Wind Model plugins via the mono.Addin framework. * Adds console & OSSL access to Wind Parameters * Adds plug-in support for custom wind models * Provides two example Wind Model plug-ins Documentation for the wind module is temporarily located at http://code.google.com/p/flotsam/wiki/CoreWindModule [^] -- will move this documentation to http://opensimulator.org [^] after the patch has been committed.
* * minor: move RegionSettingsSerializer into OpenSim.Framework.SerializationJustin Clarke Casey2009-03-273-257/+2
|
* * Apply http://opensimulator.org/mantis/view.php?id=865Justin Clarke Casey2009-03-261-0/+67
| | | | | | | * Reimplements "terrain rescale <min> <max>" command which rescales current terrain to be inbetween min and max * Thanks jonc
* * minor: remove load oar logging I accidentally left in a few commits agoJustin Clarke Casey2009-03-241-8/+4
| | | | | | | * reduce noisiness of uuid gatherer * stop bothering to pointless complain about directory tar entries when loading an oar