aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/LandManagement/LandManager.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-942/+0
* Formatting cleanup.Jeff Ames2008-03-181-26/+25
* * Added a way for the friends module to definitively know if an avatar's root...Teravus Ovares2008-02-281-0/+2
* * Found the land bug, yayTeravus Ovares2008-02-201-1/+1
* * Fixed a land manager exception or two with Math.Max(255,Math.Min(0,val))Teravus Ovares2008-02-181-6/+51
* a new attempt at converting to the right typesSean Dague2008-02-181-1/+1
* Attempt to fix casting issue introduced by RegionSize constant. I think thisSean Dague2008-02-181-1/+1
* * Made new Framework.Constants class, added RegionSize member.Adam Frisby2008-02-141-2/+2
* *Neb try this update. It might fix it.. it might also cause no parcel to ...Teravus Ovares2008-02-091-5/+11
* * This update contains a bucket-full of network optimizations.Teravus Ovares2008-02-071-2/+11
* Converted logging to use log4net.Jeff Ames2008-02-051-6/+5
* Most is back in its original state :) Hope I didn't break anything... *looks ...Tedd Hansen2008-01-191-7/+8
* removed additional debugging, added temp mega-debugging to StoreLandObjectTedd Hansen2008-01-191-16/+0
* More debuggingTedd Hansen2008-01-191-2/+8
* Added exception handler to LandManager IncomingLandObjectFromStorageTedd Hansen2008-01-191-2/+13
* More debuggingTedd Hansen2008-01-191-0/+10
* * Fixed an overflow in the land managerTeravus Ovares2008-01-131-2/+12
* I have fixed the ZeroDecodeCommand bug, and restored my packet recycling code...Johan Berntsson2008-01-031-1/+1
* * This update rolls back the packetpool and LibSL changes. Please retest and...Teravus Ovares2007-12-301-1/+1
* Patch from Johan: LibSL updated to the latest revision (1568) and all packets...Adam Johnson2007-12-281-2/+3
* * Optimized usingslbsa712007-12-271-44/+51
* *Fixed logic issue in LandManager that caused an 'invalid parcel' error to sp...mingchen2007-12-211-4/+13
* * Update to send the parcel gathering error to a .Debug message.. so that a ...Teravus Ovares2007-12-211-29/+35
* *Removed some exceptions that were thrown in Land that is no longer needed.mingchen2007-12-211-75/+93
* *Ban lines now work if they are enabled grid wide.mingchen2007-12-201-7/+57
* * Fixed a null NewPack error in ClientView.InPacket (object pool returning nu...Teravus Ovares2007-12-201-0/+5
* *Added event called after any movement is handled (OnClientMovement) - will b...mingchen2007-12-201-1/+6
* *Made a much more network friendly method of ban and pass line sendingmingchen2007-12-201-40/+71
* *Added Ban Lines around parcels for banned avatars, but there is no actual bl...mingchen2007-12-191-0/+18
* *Removed Unneeded Debug I added in my last revisonmingchen2007-12-181-0/+1
* *Parcels and their access lists now store over multiple sessions when the dat...mingchen2007-12-181-5/+8
* *Land has now been linked to the StorageManager. Next step is to fill in the ...mingchen2007-12-171-6/+59
* *Adding and Removing Avatars from the Access/Ban List for a parcel now works,...mingchen2007-12-161-0/+24
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-101-2/+2
* * Removed references to "new LLUUID()", replaced with LLUUID.Zero.Adam Frisby2007-11-241-1/+1
* * Added some bounds checks to the sendLandUpdate packet to deal with agents c...Adam Frisby2007-11-241-4/+4
* * Refactored IClientAPI.OutPacket to require a second mandatory parameter. T...Teravus Ovares2007-11-181-1/+1
* fixed bug with user not getting land properties on loginJeff Ames2007-10-311-5/+12
* * Optimized usingslbsa712007-10-301-1/+0
* as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW2007-10-291-1/+1
* * Purged 'Regions' code pending Agent layer grok.lbsa712007-09-231-2/+2
* Rev 1971 : The Lbsa71 vintage commitlbsa712007-09-201-1/+1
* * Modernized ScriptManager to new interface-based module calls.lbsa712007-09-191-58/+64
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
* Small bit of refactoring to the startup command script code (moved it into a ...MW2007-08-241-4/+2
* Hopefully fixed mantis bug #318 (exception when a prim moves across a border,...MW2007-08-241-2/+4
* * Introduced IScriptHost as an interface to fetching object data from scripts.lbsa712007-08-161-2/+2
* * Division of parcel boundaries occurs in double space rather than decimal.Adam Frisby2007-08-151-2/+2
* Some cleaning up and removed a few old files no longer in use.MW2007-08-101-1/+1
* Start of replacing the old SceneObject/Primitive classes with the new versions.MW2007-08-091-2/+2