aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Formatting cleanup.Jeff Ames2009-09-101-59/+24
|
* minor: remove warningJustin Clark-Casey (justincc)2009-09-081-2/+1
|
* * Moves ScenePresence SendCourseLocations to a delegate and provide a method ↵Teravus Ovares (Dan Olivares)2009-09-051-6/+165
| | | | | | | to replace the delegate * RegionCombinerModule replaces this delegate and distributes the CoarseLocationUpdates through the client connection in the region where the user would be if it was a separate region. * Fixes Mini Map display on combined regions.
* * Fixes various quirks rezzing in virtual regions.Teravus Ovares (Dan Olivares)2009-09-041-55/+193
| | | | | | | * Breaks up the Client event registrations in Scene into methods of similar event types. The generic event registration registers all of the event types. *Created symmetrical Un-Registration methods. * Made the Registration and Unregistration methods public * Hooks The events required for creating new prim and rezzing new prim into the proper scene.
* * Last commit was a bit of a fail, it registered the root region for it's ↵Teravus Ovares (Dan Olivares)2009-09-041-49/+49
| | | | | | own permissions events again. * This commit fixes that and does what the last one intended.
* * Make the RegionCombinerModule also register to handle permissions for the ↵Teravus Ovares (Dan Olivares)2009-09-041-3/+303
| | | | virtual region scenes.
* Add copyright headers. Formatting cleanup.Jeff Ames2009-09-031-12/+39
|
* switching LandManagementModule to "new" region module scheme; cleaningdr scofield (aka dirk husemann)2009-09-021-72/+91
| | | | | up method names in LandManagementModule (was a bit of a mess). suppressing warnings re Constants.RegionSize.
* warnings safari.dr scofield (aka dirk husemann)2009-09-022-2/+4
|
* * One last attempt to get the bordercrossing/primcrossing/attachmentcrossing ↵Teravus Ovares (Dan Olivares)2009-09-021-0/+23
| | | | | | right in the new border framework. * This also contains some inactive preliminary code for disconnecting combined regions that will be used to make one root region a virtual region of a new root region.
* * Fixes diagonal teleporting when in RegionCombining mode by adding 4 ↵Teravus Ovares (Dan Olivares)2009-09-011-11/+50
| | | | additional borders that have infinite distances perpendicular to the cardinal of the border surrounding the entire combined region. Recalculates this boundary each time AddScene is called.
* * Get rid of some debug info and kill the code to make a large AABB until I ↵Teravus Ovares (Dan Olivares)2009-08-311-13/+24
| | | | can figure out how to detect the fact that the system is done starting up new regions.
* * When the RegionCombinerModule is active add an extra set of borders with ↵Teravus Ovares (Dan Olivares)2009-08-311-1/+56
| | | | Infinite distances around the whole AABB of the region
* Remove typo version of ReplaceableInterface property from RegionCombinerModule.Jeff Ames2009-08-311-2/+0
|
* * When the RegionCombinerModule is off, make borders have an infinite aabb ↵Teravus Ovares (Dan Olivares)2009-08-301-1/+21
| | | | perpendicular to the cardinal
* Ok, merging the RegionCombinerModule with master.Teravus Ovares (Dan Olivares)2009-08-291-4/+5
|
* * Rename the RegionCombiner Module from PhysicsCombinerTeravus Ovares (Dan Olivares)2009-08-291-4/+5
|
* * Fixes looking up parcel permissions in virtual regions.Teravus Ovares (Dan Olivares)2009-08-291-3/+183
|
* * Only lock the Borders when they're being changed, otherwise one avatar's ↵Teravus Ovares (Dan Olivares)2009-08-291-19/+54
| | | | movement could hinder another avatar's movement.
* * Allow corner prim crossings. Previously this was only on a single ↵Teravus Ovares (Dan Olivares)2009-08-281-11/+56
| | | | | | cardinal direction * Some leg work in getting avatar teleports into 'virtual regions' moved to the proper region.
* * It turns out that Physics heightmap values were being stored in managed ↵Teravus Ovares (Dan Olivares)2009-08-212-43/+69
| | | | memory in _heightmap and using multiple heightmaps caused them all to overwrite each other and the last one was the heightmap for all of the regions. This fixes that. It also reduces the terrain resolution to half.
* * Adds PhysicsCombiner ModuleTeravus Ovares (Dan Olivares)2009-08-201-0/+355
| | | | * May rename this later
* * More tweaking of the various services to work with nonstandard region ↵Teravus Ovares (Dan Olivares)2009-08-082-8/+21
| | | | sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it.
* This is the second part of the 'not crash on regionsize changes'. This ↵Teravus Ovares (Dan Olivares)2009-08-072-14/+16
| | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions.
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-011-1/+4
|
* * Updates libOMV to version 0.7.0Teravus Ovares2009-07-252-8/+8
| | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html
* * Corrected CAPS namespacesArthur Valadares2009-06-181-2/+2
| | | | | * "luke, use the sed"
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-013-3/+3
| | | | LICENSE.txt.
* Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2009-05-241-4/+4
| | | | | | for more fine-grained control
* Add a new permissions check for bulk object returns.Melanie Thielker2009-05-241-0/+3
|
* 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 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.
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
|
* 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.
* 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
|
* * Implements World.Parcels[] array for MRM scripting.Adam Frisby2009-04-061-0/+9
|
* * refactor: move media and music url setting from scene into LandObjectJustin Clarke Casey2009-03-051-1/+20
|
* * simplify media and music url setting since we never get back a null land ↵Justin Clarke Casey2009-03-051-7/+2
| | | | object
* * Replace some string to byte conversions for object/item name/description ↵Justin Clarke Casey2009-03-051-1/+1
| | | | fields with the LLUtil function that prevents the max string size from being breached
* Thank you, patnad, for a patch that removes the "Subdivision of" textMelanie Thielker2009-02-141-1/+1
| | | | | | | when dividing land. Fixes Mantis #3154
* * refactor: Move export map function to world map module from sceneJustin Clarke Casey2009-02-131-0/+1
|
* large scale fix for svn props after "the great refactor"Sean Dague2009-02-123-30/+30
|
* * optimized usings.lbsa712009-02-123-34/+33
|
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-103-0/+2465
NOTHING has been deleted or moved off to forge at this point. what has happened is that OpenSim.Region.Environment.Modules has been split in two: - OpenSim.Region.CoreModules: all those modules that are either directly or indirectly referenced from other OpenSim packages, or that provide functionality that the OpenSim developer community considers core functionality: CoreModules/Agent/AssetTransaction CoreModules/Agent/Capabilities CoreModules/Agent/TextureDownload CoreModules/Agent/TextureSender CoreModules/Agent/TextureSender/Tests CoreModules/Agent/Xfer CoreModules/Avatar/AvatarFactory CoreModules/Avatar/Chat/ChatModule CoreModules/Avatar/Combat CoreModules/Avatar/Currency/SampleMoney CoreModules/Avatar/Dialog CoreModules/Avatar/Friends CoreModules/Avatar/Gestures CoreModules/Avatar/Groups CoreModules/Avatar/InstantMessage CoreModules/Avatar/Inventory CoreModules/Avatar/Inventory/Archiver CoreModules/Avatar/Inventory/Transfer CoreModules/Avatar/Lure CoreModules/Avatar/ObjectCaps CoreModules/Avatar/Profiles CoreModules/Communications/Local CoreModules/Communications/REST CoreModules/Framework/EventQueue CoreModules/Framework/InterfaceCommander CoreModules/Hypergrid CoreModules/InterGrid CoreModules/Scripting/DynamicTexture CoreModules/Scripting/EMailModules CoreModules/Scripting/HttpRequest CoreModules/Scripting/LoadImageURL CoreModules/Scripting/VectorRender CoreModules/Scripting/WorldComm CoreModules/Scripting/XMLRPC CoreModules/World/Archiver CoreModules/World/Archiver/Tests CoreModules/World/Estate CoreModules/World/Land CoreModules/World/Permissions CoreModules/World/Serialiser CoreModules/World/Sound CoreModules/World/Sun CoreModules/World/Terrain CoreModules/World/Terrain/DefaultEffects CoreModules/World/Terrain/DefaultEffects/bin CoreModules/World/Terrain/DefaultEffects/bin/Debug CoreModules/World/Terrain/Effects CoreModules/World/Terrain/FileLoaders CoreModules/World/Terrain/FloodBrushes CoreModules/World/Terrain/PaintBrushes CoreModules/World/Terrain/Tests CoreModules/World/Vegetation CoreModules/World/Wind CoreModules/World/WorldMap - OpenSim.Region.OptionalModules: all those modules that are not core modules: OptionalModules/Avatar/Chat/IRC-stuff OptionalModules/Avatar/Concierge OptionalModules/Avatar/Voice/AsterixVoice OptionalModules/Avatar/Voice/SIPVoice OptionalModules/ContentManagementSystem OptionalModules/Grid/Interregion OptionalModules/Python OptionalModules/SvnSerialiser OptionalModules/World/NPC OptionalModules/World/TreePopulator