aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/SceneEvents.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *Removed ParcelManager from SceneObject and Primitive and replaced with ↵mingchen2007-07-141-0/+20
| | | | | | | events in EventManager *Prim count and sim-wide prim count correctly reflect object bonus multiplier
* *Added support for prim counting on parcelsmingchen2007-07-141-0/+11
| | | | | | **No restrictions yet in place, or total prim count
* * Obsoleted ILocalStorageAdam Frisby2007-07-131-0/+11
| | | | | | * Added IRegionDataStore * Added OnBackup event to EventManager
* * removed PrimitiveOld and CreatePrimFromObjectAddlbsa712007-07-131-9/+0
|
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-5/+3
| | | | | * added some licensing info
* Started change to having SceneObject and then that having child Primitives ↵MW2007-07-011-2/+2
| | | | which in turn have a Shape object (currently PrimitiveBaseShape). The plan is only for the SceneObject to interface with the physics engines. As a physics Entity should be able to have mulitple shapes connected to it.
* *Moved all the classes into their own file from LLSDHelpers.csmingchen2007-06-271-0/+52
*Some folder renaming to follow project Name *Updated prebuild.xml