aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Console commands for Estate MgmtDev Random2014-05-061-0/+63
|
* new version of patch to add default-user switch new version :qw :wq updated ↵Matt Lehmann2014-05-061-0/+2
| | | | version of default user switch for load oar :q :q
* updated version of default user switch for load oar :q :qMatt Lehmann2014-05-062-6/+42
|
* minor: Correct mistake in terrain flip error message from previous commit ↵Justin Clark-Casey (justincc)2014-04-301-1/+1
| | | | 5d01a1f
* minor: Print output in response to terrain console commands on the console ↵Justin Clark-Casey (justincc)2014-04-301-8/+9
| | | | rather than in the log.
* Add "terrain show" console command which outputs terrain height for a given ↵Justin Clark-Casey (justincc)2014-04-301-0/+22
| | | | | | region co-ordinate. For debug purposes.
* BulletSim: non-functional changes to debugging statements and formatting.Robert Adams2014-04-281-2/+1
|
* Add regression test for terrain fill at two digit height and max ll height.Justin Clark-Casey (justincc)2014-04-252-1/+76
|
* Adjust permissions to work hand in hand with what the viewer believes they are.Melanie2014-04-251-7/+7
| | | | This fixes the issue of "Show in Search" seeming resetting at random.
* Show Group name when land is group-ownedDev Random2014-04-231-7/+28
|
* minor: Remove unused System.Linq reference and use ParcelFlags.None instead ↵Justin Clark-Casey (justincc)2014-04-231-2/+1
| | | | of 0 from previous commit cb1f28
* Prevent sending Land Properties for unprivileged usersDev Random2014-04-231-5/+8
|
* Eliminated many warningsOren Hurvitz2014-04-235-5/+9
|
* Fixed: once a user has rezzed an object, they could then duplicate it as ↵Oren Hurvitz2014-04-201-3/+5
| | | | much as they wanted even if the parcel's permissions had since been changed to disallow rezzing
* Fixed: if a user belonged to the parcel's group then he was allowed to rez ↵Oren Hurvitz2014-04-201-16/+16
| | | | object in the parcel even if the flag "Create Objects by Group" was disabled
* Fixed: the parcel flag "Allow Scripts from Group" should only check if the ↵Oren Hurvitz2014-04-203-12/+17
| | | | | | parcel has a Group set; it doesn't have to be *deeded* to the group Also some cleanup of the use of Group ID's (with no change to functionality).
* Allows to sell objects on a parcel of land together with that parcel of ↵Snoopy Pfeffer2014-04-101-0/+44
| | | | land. The objects that are sold together with the parcel of land need to fulfill the following preconditions: owned by the current parcel owner, not set to a group, transferrable. This feature does not work for group owned parcels or land bought by a group.
* remove some whitespace that snuck in with last patchMichael Cerquoni2014-04-031-2/+2
|
* Add Varregion support to Terragen HandlerDev Random2014-04-031-28/+23
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Move new Estate commands to OpenSim.csDev Random2014-04-032-188/+21
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* fix orphaned code in sun module per mantis 7068Mic Bowman2014-04-011-5/+5
|
* remove EstateManagmentCommands.m_commander that has been unused for some timeJustin Clark-Casey (justincc)2014-04-021-2/+0
|
* Console command to rename EstateDev Random2014-04-022-221/+325
|
* Console command to change Estate ownerDev Random2014-03-292-3/+157
| | | | Signed-off-by: Michael Cerquoni <nebadon2025@gmail.com>
* Removed default timeout when starting scripts after Load OAROren Hurvitz2014-03-281-2/+2
|
* refactor: Actually use MaptileStaticFile in RegionInfo rather than having ↵Justin Clark-Casey (justincc)2014-03-261-4/+10
| | | | both a public field and a get property
* Run slow operations in a separate thread, instead of using FireAndForget ↵Oren Hurvitz2014-03-252-4/+4
| | | | | | (which has a 1-minute timeout) Resolves http://opensimulator.org/mantis/view.php?id=6945
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2014-03-253-60/+83
|\
| * In Load OAR, correctly restore group-owned objectsOren Hurvitz2014-03-241-3/+3
| | | | | | | | Resolves http://opensimulator.org/mantis/view.php?id=6943
| * In Load OAR: Zero isn't a valid Group IDOren Hurvitz2014-03-241-4/+2
| | | | | | | | Resolves http://opensimulator.org/mantis/view.php?id=6943
| * During Load OAR, fix the User and Group ID's in objects that are embedded in ↵Oren Hurvitz2014-03-241-53/+77
| | | | | | | | | | | | assets (previously only rezzed objects were fixed) Resolves http://opensimulator.org/mantis/view.php?id=6942
| * Fixed: OnRegionInfoChange was never triggeredOren Hurvitz2014-03-241-3/+0
| | | | | | | | Resolves http://opensimulator.org/mantis/view.php?id=6934
| * Save to database these parcel updates: Force Owner, Abandon Request, ↵Oren Hurvitz2014-03-241-0/+4
| | | | | | | | | | | | Reclaim. (Previously these updates only changed the parcel in memory) Resolves http://opensimulator.org/mantis/view.php?id=6934
* | Don't fail to enable permissions modules correctly if there is any leading ↵Justin Clark-Casey (justincc)2014-03-251-1/+2
|/ | | | or trailing whitespace between comma separate module combinations.
* Adding a way to disable/enable the in built Dwell ModuleH-H-H2014-03-201-3/+17
|
* Allow MaptileStaticFile path to be set to anywhere and not force it to ↵Michael Cerquoni2014-03-191-3/+3
| | | | bin/maptiles
* Allow Region specific static maptiles to be loaded from file.Jak Daniels2014-03-181-18/+35
|
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2014-03-111-51/+97
|\
| * varregion: remove serialization of region terrain to floats when sending ↵Robert Adams2014-03-111-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | patches. This should eliminate much memory thrashing and CPU usage while sending initial terrain. The old way of passing terrain was to convert it to an array of floats. This is really bad for large terrain (think 4096x4096 floats). This change passes a dummy float array since the real region info is used anyway and the floats are ignored. (The ignoring the terrain floats is a kludge so as to not change IClientAPI.)
| * Change terrain update sending to be triggered by frame tick ratherRobert Adams2014-03-101-50/+92
| | | | | | | | | | | | | | | | | | than everytime terrain is changed. The TerrainModule now hooks the frame event and, if terrain has changed, sends terrain updates to the clients. This polling pattern replaces the previous push on change pattern and will make it easier to do per client throttling and per scene presence terrain update ordering.
* | Instead of auto-creating a parcel on request if one doesn't cover a given ↵Justin Clark-Casey (justincc)2014-03-112-67/+211
|/ | | | | | | | | location, fill in gaps or extend existing parcel right after initial data load. This is in line with simpler and still existing behaviour where a default parcel is created if no parcels are in storage at all. Making this change as another step to address current problems with spurious parcels occasionally being created. Also adds regression tests for different load behaviours depending on existing stored parcel data. Relates to http://opensimulator.org/mantis/view.php?id=7035
* Remove try/catch in LandManagmentModule.GetLandObject() - this is very old ↵Justin Clark-Casey (justincc)2014-03-071-70/+51
| | | | code and the caught exceptions can no longer occur.
* Lock m_landlist whilst loading parcels from storage to prevent a race ↵Justin Clark-Casey (justincc)2014-03-071-7/+18
| | | | against any parcel auto-creation in GetLandObject()
* Only auto-create a land parcel when there is none in a specified tile if ↵Justin Clark-Casey (justincc)2014-03-071-1/+13
| | | | | | | there is more than 1 existing land parcel. This is because there are still issues with bad parcels being generated in http://opensimulator.org/mantis/view.php?id=7035 Theorizing now that it's possible that something is calling GetParcel() before any parcel data has been loaded from persistence.
* Add scene name to bad parcel add loggingJustin Clark-Casey (justincc)2014-03-061-2/+3
|
* refactor: Simplify land object by using c# get/set auto-properties where ↵Justin Clark-Casey (justincc)2014-03-061-23/+13
| | | | applicable.
* minor: slightly simplify code in LandObject.ContainsPoint()Justin Clark-Casey (justincc)2014-03-061-1/+1
|
* Remove array initialize calls in LMM - these are unnecessary as the VM ↵Justin Clark-Casey (justincc)2014-03-061-4/+0
| | | | already does this.
* minor: Increase size of parcel name field in "land show" console command ↵Justin Clark-Casey (justincc)2014-03-061-12/+12
| | | | output. Construct table using CDT rather than string formats
* Prevent adding a land object if it overlaps any existing objects that have ↵Justin Clark-Casey (justincc)2014-03-062-19/+190
| | | | | | | | not had their bitmaps adjusted. This is to prevent an immediate problem in http://opensimulator.org/mantis/view.php?id=7035 where a development code bug occasionally overlays all the existing parcels with a blank parcel owned by the estate manager and to gather more data. My guess is that this parcel is being created by the new code in LandManagementModule.GetLandObject(), probably some race between threads since this only happens occasionally. Adds regression tests for this case and for parcel subdivide.