aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/ILandObject.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-9/+9
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* *Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen2008-06-111-0/+10
| | | | override the default method of calculating how many prims a parcel can have.
* This enables return from the parcel object owner display.Teravus Ovares2008-05-241-1/+1
| | | | | There's some oddness with the parcel counts, but if you can get past the oddness, you can return objects under an owner that you have permission to return.
* *Standardized the Land module by removing all references to ↵mingchen2008-05-051-3/+2
| | | | libsecondlife.packets
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-5/+1
| | | | (this took a while to run).
* Update svn properties. Add copyright info to some source files.Jeff Ames2008-04-171-5/+28
|
* * Fixed a few warnings.Teravus Ovares2008-04-141-0/+1
| | | | | | | * Added license info to a few files it was missing from. * Fleshed out the landbuy interfaces * If you add '-helperuri http://127.0.0.1:9000/' to your list of parameters you tell the client to use when you start it up you can transfer ownership of parcels now in standalone. Structured gridmode requires a lot more work, see the documentation in the example money module. The example money module is not secure especially in standalone mode.
* Update svn properties.Jeff Ames2008-03-221-54/+54
|
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-221-0/+54