| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix terrain tests by properly initializing low detail terrain to zero height. | Robert Adams | 2014-01-28 | 1 | -1/+4 |
* | Merge branch 'master' into varregion | Robert Adams | 2013-12-17 | 1 | -0/+13 |
|\ |
|
| * | Committing the Avination Scene Presence and related texture code | Melanie | 2013-12-11 | 1 | -0/+13 |
* | | varregion: rename 'LegacyRegionLocX' back to 'RegionLocX' and same for Y and Z. | Robert Adams | 2013-12-14 | 1 | -2/+2 |
* | | varregion: many replacements of in-place arithmetic with calls to | Robert Adams | 2013-11-28 | 1 | -1/+1 |
* | | Merge branch 'master' into varregion | Robert Adams | 2013-11-15 | 1 | -53/+125 |
|\ \
| |/ |
|
| * | If a local land ID is given to the "land show" command, then output to consol... | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -54/+126 |
* | | varregion: fix GetLandObject error return and initialization of square | Robert Adams | 2013-11-10 | 2 | -10/+33 |
* | | varregion: Massive work to LandManagementModule and LandObject to | Robert Adams | 2013-11-08 | 2 | -183/+295 |
* | | VarRegion: change RegionInfo storage of region coordinates from region | Robert Adams | 2013-09-28 | 1 | -2/+2 |
|/ |
|
* | Mantis 6608: Math error in parcel dimensions/borders seen with land show command | Talun | 2013-06-19 | 1 | -10/+10 |
* | Finalize the logic for SetHome. See comments in Land/LandManagementModule.cs ... | Diva Canto | 2013-05-11 | 2 | -35/+19 |
* | Handle SetHome properly | Diva Canto | 2013-05-11 | 1 | -0/+59 |
* | Add Avination's support for parcel eject and freeze | Melanie | 2013-04-25 | 1 | -0/+85 |
* | Add ILandChannel.GetLandObject(Vector3 position) as this is a very common inp... | Justin Clark-Casey (justincc) | 2013-03-14 | 1 | -0/+5 |
* | Fixed: the AvatarEnteringNewParcel event wasn't triggered in some cases | Oren Hurvitz | 2013-01-02 | 1 | -0/+6 |
* | minor: minor code and log formatting fixes to recent changes in LandManagemen... | Justin Clark-Casey (justincc) | 2013-01-02 | 1 | -5/+6 |
* | Changed locks to prevent deadlocks (especially during multi-region Load OAR) | Oren Hurvitz | 2013-01-02 | 2 | -24/+34 |
* | Implemented Return Objects when it's invoked from the Top Colliders or Top Sc... | Oren Hurvitz | 2013-01-02 | 1 | -5/+55 |
* | minor: Fix more compiler warnings in CoreModules tests by properly overriding... | Justin Clark-Casey (justincc) | 2012-12-05 | 1 | -1/+3 |
* | Consistenly make NUnit test cases inherit from OpenSimTestCase which automati... | Justin Clark-Casey (justincc) | 2012-11-24 | 1 | -1/+1 |
* | Fix bug where loading an OAR with a deeded parcel would always set the parcel... | Justin Clark-Casey (justincc) | 2012-11-24 | 2 | -7/+11 |
* | Another 10 modules' directives moved from .addin.xml | Diva Canto | 2012-11-12 | 3 | -0/+6 |
* | Refactor: Move Dwell reply to a module that can be disabled. The prior, | Melanie | 2012-10-21 | 2 | -12/+110 |
* | SQLite DB: some values of land data will be not saved / loaded | PixelTomsen | 2012-10-21 | 1 | -0/+1 |
* | Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl... | PixelTomsen | 2012-10-20 | 1 | -0/+12 |
* | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas... | Justin Clark-Casey (justincc) | 2012-10-09 | 1 | -0/+1 |
* | correcting a typo that causes c# express to complain about xml comment contai... | SignpostMarv | 2012-09-13 | 1 | -1/+1 |
* | Fire the scripting changed event with CHANGED_OWNER when an object that has c... | Justin Clark-Casey (justincc) | 2012-05-05 | 1 | -1/+0 |
* | Implement optional name and description on http stream handlers so that we ca... | Justin Clark-Casey (justincc) | 2012-05-03 | 1 | -14/+19 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 1 | -1/+1 |
* | refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM... | Justin Clark-Casey (justincc) | 2012-04-17 | 1 | -2/+2 |
* | Do not timeout group member cache entry, as long as there are frequent group ... | Snoopy Pfeffer | 2012-04-10 | 1 | -0/+3 |
* | Revert last commit | Snoopy Pfeffer | 2012-04-05 | 1 | -22/+25 |
* | Group based access restrictions to parcels require group membership, but not ... | Snoopy Pfeffer | 2012-04-05 | 1 | -25/+22 |
* | Little bug fix in HasGroupAccess, to properly store the case "true" in the ca... | Snoopy Pfeffer | 2012-04-05 | 1 | -5/+2 |
* | Simplify group access checks and break them out into a separate method. | Melanie | 2012-04-05 | 1 | -57/+49 |
* | Implements group based access restrictions for parcels of land. Because of ca... | Snoopy Pfeffer | 2012-04-05 | 1 | -1/+57 |
* | Change a false false to be truly true - or is this statement false? | Melanie | 2012-03-22 | 1 | -1/+1 |
* | Rework Diva's patch to simplify it | Melanie | 2012-03-22 | 1 | -14/+19 |
* | Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF... | Melanie | 2012-03-22 | 1 | -37/+4 |
* | Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu... | Diva Canto | 2012-03-22 | 1 | -4/+37 |
* | Try to resolve some problems with viewers crashing after hitting parcel banli... | Justin Clark-Casey (justincc) | 2012-02-23 | 1 | -6/+21 |
* | Fix:Fly setting for Parcel dosen't work http://opensimulator.org/mantis/view.... | PixelTomsen | 2012-02-19 | 1 | -1/+2 |
* | Revert my two quick fixes for the lag issue and put in the real fix, which | Melanie | 2012-02-05 | 1 | -1/+2 |
* | Revert "Remove checks on ban list expiry on every move. To be re-added on par... | Melanie | 2012-02-05 | 1 | -4/+4 |
* | Revert "Check ban list for a particular parcel only when an avatar moves into... | Melanie | 2012-02-05 | 2 | -17/+4 |
* | Check ban list for a particular parcel only when an avatar moves into it. | Melanie | 2012-02-05 | 2 | -4/+17 |
* | Remove checks on ban list expiry on every move. To be re-added on parcel | Melanie | 2012-02-05 | 1 | -4/+4 |
* | Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more | Melanie | 2012-02-02 | 2 | -26/+62 |