Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -201/+0 | |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -31/+57 | |
2011-04-05 | remove now unused individual LandData prim counts. | Justin Clark-Casey (justincc) | 1 | -5/+0 | |
However, the calls to the land management module to record prims need to remain, since they were also being used to return owner object lists, etc. This is probably why prim counts were being done there in the first place. | |||||
2011-01-27 | When an oar is loaded, do not create a default parcel before loading the ↵ | Justin Clark-Casey (justincc) | 1 | -2/+2 | |
parcels from the OAR. The region spanning parcel shouldn't exist in this situation. If it does, when the land data is loaded it is repersisted with a local ID which comes after the ones loaded via the oar, which obliterates the oar loaded one. Resaving the data we just loaded from the database is somewhat odd in itself (though this makes sense from the way that OAR loading was already using the same event). | |||||
2011-01-27 | Fix OAR parcel loading so that old parcels are replaced by the new instead ↵ | Justin Clark-Casey (justincc) | 1 | -0/+5 | |
of merged. The --merge switch will still merge the old and new land parcelling. | |||||
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 | |
2010-05-13 | Implements three new OSSL functions for parcel management: osParcelJoin ↵ | OpenSim Master | 1 | -0/+10 | |
joins parcels in an area, osParcelSubdivide splits parcels in an area, osParcelSetDetails sets parcel name, description, owner and group owner. Join and Subdivide methods in LandChannel are exposed. | |||||
2009-11-25 | minor: add doc to a few parcel methods | Justin Clark-Casey (justincc) | 1 | -0/+1 | |
2009-11-10 | * Update namespace in the regioncombinermodule. | Teravus Ovares (Dan Olivares) | 1 | -1/+2 | |
2009-11-10 | * Move RegionCombinerModule to it's own project | Teravus Ovares (Dan Olivares) | 1 | -0/+0 | |
* Moves the mono_metadata_token_from_dor message to a different module on loading. | |||||
2009-10-02 | - cleaning up LandData/ILandObject capitalization issues | dr scofield (aka dirk husemann) | 1 | -2/+2 | |
- adding LandDataSerializer to OAR mechanics | |||||
2009-09-13 | * Add the RegionCombinerModule back | Teravus Ovares (Dan Olivares) | 1 | -0/+163 | |
* Yay anonymous delegate in an anonymous delegate. | |||||
2009-09-13 | Temporarily removing the RegionCombinerModule to debug a mono assert on linux | Teravus Ovares (Dan Olivares) | 1 | -163/+0 | |
2009-09-13 | * Move nested classes from the RegionCombinerModule into their own file. | Teravus Ovares (Dan Olivares) | 1 | -0/+163 | |
* Rename the RegionCombinerModuleIndividualForwarder to RegionCombinerIndividualEventForwarder so there's no possibility that mono.addins sees any names similar |