aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Interfaces/ILandObject.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-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.
2008-06-11*Parcel Prim Count Maximums moved to their own functions so modules can ↵mingchen1-0/+10
override the default method of calculating how many prims a parcel can have.
2008-05-24This enables return from the parcel object owner display.Teravus Ovares1-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.
2008-05-05*Standardized the Land module by removing all references to ↵mingchen1-3/+2
libsecondlife.packets
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-5/+1
(this took a while to run).
2008-04-17Update svn properties. Add copyright info to some source files.Jeff Ames1-5/+28
2008-04-14* Fixed a few warnings.Teravus Ovares1-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.
2008-03-22Update svn properties.Jeff Ames1-54/+54
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen1-0/+54