| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* Added Close() to ScenePresence to remove and destroy PhysicsActor
|
|
|
|
|
|
|
|
| |
* Deleted stub ScenePresence.Body.cs
* Added stub Region classes
The idea is to, at first, have every ScenePresence have one RegionPresence, moving code over to it until we can detach the two classes and not have a ScenePresence for every RegionPresence.
|
| |
|
|
|
|
|
| |
* Refactored to prepare for some serious restructuring
|
|
|
|
|
| |
* 'remove redundant this qualifier' ftw
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
other peoples objects) if you have permission to do so.
* Moved OnPermissionError to EventManager - now triggers a standard blue alert.
* Terraforming now requires permission via the permissions manager. [Defaults to admin-only]
* Permissions manager is now substantiated in Scene
* Buttload of new permissions added.
* Estate manager operations now require various levels of permission to operate
* OGS1 now produces 'summary reports' for a commsManager of each scene it maintains connections for. Reduces grid network traffic for ping checks.
* Added new "permissions true" / "permissions false" console command to enable or disable permissions.
|
| |
|
|
|
|
| |
but general functionality has been abstracted.
|
|
|
|
| |
handling into ClientView.
|
|
|
|
|
|
| |
* Update and UpdateMovement now first stores array to avoid collection update exceptions
* Ignored some bins
|
| |
|
|
|
|
|
|
| |
*Reenabled estate manager; remember, the master avatar is the only one that can use this (by default: Test User with password 'test')
*Still working on readding support for updating parcel information when logging in or moving into a new parcel
|
|
|
|
|
| |
* added some licensing info
|
|
*Some folder renaming to follow project Name
*Updated prebuild.xml
|