aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Expand)AuthorAgeFilesLines
* If a moap entry has EnableWhiteList but WhiteList == null, then properly bloc...Justin Clark-Casey (justincc)2014-12-231-0/+3
* refactor: Move methods to start a monitored thread, start work in its own thr...Justin Clark-Casey (justincc)2014-11-254-6/+6
* refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-254-4/+0
* Add 'terrain feature' commandDev Random2014-11-194-2/+353
* Actually persist a changed console set agent-limit via "region set".Justin Clark-Casey (justincc)2014-10-311-2/+7
* Add "region set" console command.Justin Clark-Casey (justincc)2014-10-311-1/+73
* Add "region get" command as a synononym for "show region" console command.Justin Clark-Casey (justincc)2014-10-311-0/+9
* When a prim is bought through BuySellModule, the click action is not changed ...AliciaRaven2014-09-271-0/+1
* Make "generate map" console command also trigger upload to maptiles as well a...Justin Clark-Casey (justincc)2014-09-261-10/+34
* Modifications to previous IAR commits to bring them more inline with existing...AliciaRaven2014-09-231-9/+9
* For monitoring purposes, start non-timeout tasks (which do not currently use ...Justin Clark-Casey (justincc)2014-09-053-5/+8
* Ignore whitespace when reading serialized XML objects.Justin Clark-Casey (justincc)2014-08-291-17/+1
* Fix recent regression test TestDeserializeXmlObjectWithOtherParts() which was...Justin Clark-Casey (justincc)2014-08-291-1/+1
* Add regression test for deserializing xml objects with more than one non-root...Justin Clark-Casey (justincc)2014-08-291-127/+406
* Remove race conditions from where SP.AbsolutePosition could change between th...Justin Clark-Casey (justincc)2014-08-261-7/+4
* Fix short help string for show region command.BlueWall2014-08-061-1/+1
* In TerrainModule, lock m_perClientPatchUpdates when removing entries.Justin Clark-Casey (justincc)2014-07-291-3/+2
* Added locking in AccessModule to prevent possible errors when shutting down a...Oren Hurvitz2014-07-211-3/+7
* Eliminated common but un-useful log messagesOren Hurvitz2014-07-211-2/+4
* Minor: changed "existant" to "existent"Oren Hurvitz2014-07-211-2/+2
* Close streams immediately when we finish using themOren Hurvitz2014-07-216-45/+37
* Set "[Terrain]SendTerrainUpdatesByViewDistance=true" by default.Robert Adams2014-07-201-1/+1
* minor: Add meters unit to water height console displayJustin Clark-Casey (justincc)2014-07-181-1/+1
* Add "show region" command which will show parameters for current region.Justin Clark-Casey (justincc)2014-07-181-1/+73
* fix all instances of "non-existant" to "non-existent" (spelling mistakes) tha...Michael Cerquoni2014-07-171-1/+1
* Bug fix in map teleports in varregions. The cherry was missing from the ice-c...Diva Canto2014-06-211-26/+0
* Behavior change: only local users can set home in any parcel of a grid. Setti...Diva Canto2014-06-151-9/+11
* Send multiple terrain patches per terrain update packet if terrainRobert Adams2014-06-011-1/+13
* Fixes a permissions bug where a user with group powers to always rez was not ...Diva Canto2014-06-011-1/+5
* This may fix mantis #7200, but I am unable to test because I don't have any o...Diva Canto2014-06-011-0/+1
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-06-011-33/+262
|\
| * Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-5/+8
| * varregion: More tweeking to only sending patches within avatar draw distance.Robert Adams2014-05-311-3/+3
| * varregion: send terrain patches from where the avatar outward if the parameterRobert Adams2014-05-311-33/+259
* | Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto2014-06-011-23/+28
|/
* Fix bug where setting a parcel in a varregion for sale would make sale bitmap...Justin Clark-Casey (justincc)2014-05-301-10/+21
* Fixes a bug where map search results pertaining to varregions would only sen...Diva Canto2014-05-272-20/+28
* When saving an OAR in "Publish" mode, also discard Group informationOren Hurvitz2014-05-261-1/+2
* Allow map searches for regions that contain the characters "!+|"Oren Hurvitz2014-05-211-20/+24
* minor: Clean up and make consistent some log file messages in EstateManagemen...Justin Clark-Casey (justincc)2014-05-141-6/+11
* Console commands for Estate MgmtDev Random2014-05-061-0/+63
* new version of patch to add default-user switch new version :qw :wq updated v...Matt Lehmann2014-05-061-0/+2
* 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 5d0...Justin Clark-Casey (justincc)2014-04-301-1/+1
* minor: Print output in response to terrain console commands on the console ra...Justin Clark-Casey (justincc)2014-04-301-8/+9
* Add "terrain show" console command which outputs terrain height for a given r...Justin Clark-Casey (justincc)2014-04-301-0/+22
* 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
* Show Group name when land is group-ownedDev Random2014-04-231-7/+28