aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-1/+1
|\ | | | | | | | | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
| * More namespace and dll name changes. Still no functional changes.Diva Canto2015-08-301-1/+1
| |
| * Renamed the namespaces tooDiva Canto2015-08-301-1/+1
| |
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-403/+17
| |
* | bad merge?UbitUmarov2015-09-011-125/+562
|\ \ | |/ |/|
| * minor changesUbitUmarov2015-08-311-15/+21
| |
| * stop sending parcel overlays on parcels crossings since SL seems to haveUbitUmarov2015-08-281-1/+2
| | | | | | | | stop sending also
| * try to implement core load oar optionsUbitUmarov2015-08-241-73/+125
| |
| * varregion: update LandManagementModule and LandObject for variable sized ↵Robert Adams2015-03-291-29/+34
| | | | | | | | regions.
| * fix parcel proprieties update sendingUbitUmarov2014-10-261-4/+7
| |
| * fix musicURL change being sent back with wrong snap_selection, and notUbitUmarov2014-09-301-22/+20
| | | | | | | | sent to other avatars.
| * mess update ( hide avatars )UbitUmarov2014-08-031-8/+12
| |
| * add some filters for NPCsUbitUmarov2014-08-021-0/+4
| |
| * handle change of hide avatars flag. Parcel limits edition still need workUbitUmarov2014-08-011-10/+17
| |
| * remove unnecessary sendparceloverlayUbitUmarov2014-08-011-1/+1
| |
| * MESS: changes in MakeRootAgent and CompleteMovement reordering things.UbitUmarov2014-07-311-4/+22
| | | | | | | | | | | | Added sending of land overlay and parcel information. This in order to only send avatar related information after having its position well defined and on the right parcel. THIS MAY STILL BE BAD :)
| * changes to parcels code (still more to to)UbitUmarov2014-07-301-55/+82
| |
| * Correct nomenclature for LLSD messages. LL sure suckMelanie Thielker2014-07-291-4/+4
| |
| * Try to plumb the other halfMelanie Thielker2014-07-291-0/+13
| |
| * Change some ORs to assignments as they should beMelanie Thielker2014-07-291-5/+5
| |
| * fix the mess about exclusive fields and flags on land overlayUbitUmarov2014-07-291-25/+26
| |
| * change parcel overlay bytes adding LocalSound.. changed others also NEEDSUbitUmarov2014-07-291-20/+31
| | | | | | | | checking
| * Merge branch 'master' of ssh://3dhosting.de/var/git/careminsterMelanie Thielker2014-06-211-48/+179
| |\ | | | | | | | | | | | | Conflicts: OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
| | * Merge branch 'master' into careminsterMelanie2013-11-231-47/+129
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitignore OpenSim/Region/CoreModules/Scripting/HttpRequest/ScriptsHttpRequests.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs prebuild.xml runprebuild.bat
| | * \ Merge branch 'avination-current' into careminsterMelanie2013-06-061-0/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/Avatar/Inventory/Transfer/InventoryTransferModule.cs OpenSim/Region/Framework/Interfaces/IDynamicMenuModule.cs OpenSim/Region/OptionalModules/ViewerSupport/DynamicMenuModule.cs OpenSim/Region/OptionalModules/World/MoneyModule/SampleMoneyModule.cs
| | * \ \ Merge branch 'master' into careminsterMelanie2013-05-121-1/+50
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * | | | | Differentiate between requests only the owner should be able to do and thoseMelanie Thielker2014-04-261-6/+6
| | |_|/ / | |/| | | | | | | | | | | | | that managers can do when setting parcel data
| * | | | Reset "Show in search" on parcels cut off other parcels that are in searchMelanie2013-05-241-0/+2
| |/ / /
| * | | Merge branch 'master' into careminsterMelanie2013-01-041-21/+75
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs OpenSim/Region/ScriptEngine/Shared/Api/Implementation/LSL_Api.cs
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-251-2/+0
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/CoreModules/World/Land/LandManagementModule.cs
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-231-0/+1
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/LandData.cs
| * | | | | | | stop sending duplicated parcelProprieties at loginUbitUmarov2012-09-071-18/+39
| | | | | | | |
| * | | | | | | try to reduce potencial recursive lockingUbitUmarov2012-09-011-26/+51
| | | | | | | |
| * | | | | | | Merge branch 'avination' into careminsterMelanie2012-06-071-2/+5
| |\ \ \ \ \ \ \
| | * | | | | | | Make timed bans / timed passes work as expected. Prevent transmission of mediaMelanie2012-06-071-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | URLs to banned clients.
| * | | | | | | | Merge branch 'master' into careminsterMelanie2012-05-051-14/+19
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Framework/WebUtil.cs OpenSim/Region/ClientStack/Linden/Caps/BunchOfCaps/BunchOfCaps.cs OpenSim/Region/CoreModules/Asset/FlotsamAssetCache.cs OpenSim/Region/CoreModules/Scripting/LSLHttp/UrlModule.cs OpenSim/Region/Framework/Scenes/ScenePresence.cs
| * | | | | | | | | Adapt some TeleportWithMomentum callsMelanie2012-04-251-1/+1
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'master' into careminsterMelanie2012-03-181-2/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: OpenSim/Region/CoreModules/World/Estate/EstateManagementModule.cs OpenSim/Region/Framework/Scenes/Scene.PacketHandlers.cs OpenSim/Region/Framework/Scenes/Scene.cs
| * | | | | | | | | Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-021-3/+3
| | | | | | | | | |
| * | | | | | | | | Streamline banning code using existing methods.Melanie2012-02-021-183/+29
| | | | | | | | | |
| * | | | | | | | | Rehook the eject and freeze events that had gotten unhooked in the mergeMelanie2012-02-021-0/+2
| | | | | | | | | |
| * | | | | | | | | Merge branch 'master' into bigmergeMelanie2011-12-051-2/+2
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Merge fixes, and fix the buildTom2011-09-141-0/+2
| | | | | | | | | | |
| * | | | | | | | | | Resolve merge commits, stage 1Tom2011-09-041-10/+42
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-05-141-10/+16
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-081-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add support for the new display name related functions in LSL. This does notMelanie2011-04-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | implement the display names functionality as such, but it allows scripts that are display name aware to function as if the display name were implemented and set to the avatar name.
| * | | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2011-04-061-33/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2011-04-011-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \