aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/EstateManager.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. ↵MW1-1/+1
Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway.
2007-10-22* Made EstateSetting static since there's only one instance, and we only ↵lbsa711-46/+46
need to create it once * Now cacheing RegionInfos indefinitively; we should add a tiomeout to this cache
2007-09-21* Continued work on Region layerlbsa711-15/+14
* Added Close() to ScenePresence to remove and destroy PhysicsActor
2007-09-21* Continuing refactoring of presencelbsa711-2/+2
* 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.
2007-09-20* even more renaming and refactoring; the cleaning woman is on call.lbsa711-2/+2
2007-09-20Rev 1971 : The Lbsa71 vintage commitlbsa711-7/+4
* Refactored to prepare for some serious restructuring
2007-09-19* Modernized ScriptManager to new interface-based module calls.lbsa711-38/+43
* 'remove redundant this qualifier' ftw
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-15* Permissions! - You can now only perform certain functions (such as editing ↵Adam Frisby1-23/+25
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.
2007-08-04* More work on PermissionManagerAdam Frisby1-5/+4
2007-08-04* Little more cleaning of EstateManager - still needs packets to be moved, ↵Adam Frisby1-43/+103
but general functionality has been abstracted.
2007-08-04* Extracted and refactored several large methods. Needs moving of packet ↵Adam Frisby1-148/+172
handling into ClientView.
2007-07-26* Started renaming world to Scenelbsa711-5/+5
* Update and UpdateMovement now first stores array to avoid collection update exceptions * Ignored some bins
2007-07-16changed to native line ending encodingSean Dague1-299/+299
2007-07-12*Found and fixed bug that crashed viewer when logging in or viewing land ownersmingchen1-1/+0
*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
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-17/+16
* added some licensing info
2007-06-27*Moved all the classes into their own file from LLSDHelpers.csmingchen1-0/+0
*Some folder renaming to follow project Name *Updated prebuild.xml
2007-06-27*Some more restructuring/fixing -- should compile, but high chance I forgot ↵mingchen1-4/+4
to add/remove something