aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Inconsistent locking of ScenePresence array in SceneGraph. Fixed by ↵Dan Lake2010-03-171-4/+2
| | | | | | eliminating option to return the actual list. Callers can now either request a copy of the array as a new List or ask the SceneGraph to call a delegate function on every ScenePresence. Iteration and locking of the ScenePresences now takes place only within the SceneGraph class. This patch also applies a fix to Combat/CombatModule.cs which had unlocked iteration of the ScenePresences and inconsistent try/catch around the use of those ScenePresences.
* Fixed several unhandled exceptions and performance issues with ↵John Hurliman2010-03-161-4/+3
| | | | PrimitiveBaseShape.Textures. This really should be moved from a property to a method if it is going to decode a byte[] into a TextureEntry each time
* * UuidGatherer now tracks asset types for assets it discovers. The asset ↵John Hurliman2010-03-152-12/+25
| | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
* Reintroduce a check that was dropped from permissionsMelanie2010-03-101-1/+1
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-102-6/+6
|
* Cache UserLevel in ScenePresence on SP creation. Change IsAdministratorMelanie2010-03-091-0/+8
| | | | to use that stored value.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-03-091-4/+5
|\
| * * Typo fixesJohn Hurliman2010-03-091-4/+5
| | | | | | | | * Performance improvement in the expensive GenerateClientFlags()
* | - parcel blocking, region crossing blocking, teleport blockingunknown2010-03-092-10/+92
|/ | | | Signed-off-by: Melanie <melanie@t-data.com>
* Merge branch 'master' into presence-refactorMelanie2010-03-011-0/+2
|\
| * fix bug where region settings loaded via an oar (water height, terrain ↵Justin Clark-Casey (justincc)2010-02-261-0/+2
| | | | | | | | | | | | textures, etc.) were not being persisted to the database this meant that the loaded settings would disappear after a restart
* | Changed asset CreatorID to a stringJohn Hurliman2010-02-224-4/+4
| |
* | Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim ↵John Hurliman2010-02-224-16/+40
|\ \ | | | | | | | | | into presence-refactor
| * \ Merge branch 'master' into presence-refactorMelanie2010-02-224-15/+39
| |\ \ | | |/ | | | | | | This brings presence-refactor up to master again
| | * forestall bug reports about the Command error: ↵Justin Clark-Casey (justincc)2010-02-192-2/+26
| | | | | | | | | | | | System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
| | * Formatting cleanup.Jeff Ames2010-02-152-13/+13
| | |
| * | One more test running.Diva Canto2010-02-211-1/+1
| | |
* | | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-224-4/+5
|/ / | | | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* | Merge branch 'master' into presence-refactorMelanie2010-02-153-6/+53
|\ \ | |/
| * Revolution is on the roll again! :)Revolution2010-02-142-4/+51
| | | | | | | | | | | | | | | | Fixes: Undo, T-pose of others on login, modifiedBulletX works again, feet now stand on the ground instead of in the ground, adds checks to CombatModule. Adds: Redo, Land Undo, checks to agentUpdate (so one can not fall off of a region), more vehicle parts. Finishes almost all of LSL (1 function left, 2 events). Direct flames and kudos to Revolution, please Signed-off-by: Melanie <melanie@t-data.com>
| * Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)2010-02-121-2/+2
| | | | | | | | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place.
* | Merge branch 'master' into presence-refactorMelanie2010-02-085-121/+227
|\ \ | |/ | | | | | | This was a large, heavily conflicted merge and things MAY have got broken. Please check!
| * minor: remove one mono compiler warningJustin Clark-Casey (justincc)2010-02-031-3/+1
| |
| * use common sop2 setup for TestMergeOarV0_2()Justin Clark-Casey (justincc)2010-01-291-16/+12
| |
| * make TestSaveOarV0_2() use a common part2 constructionJustin Clark-Casey (justincc)2010-01-291-18/+14
| |
| * use common part1 createio nin TestMergeOarV0_2()Justin Clark-Casey (justincc)2010-01-291-16/+5
| |
| * minor: swap which part uses the automatically set up scene in TestMergeOarV0_2()Justin Clark-Casey (justincc)2010-01-291-25/+13
| |
| * use common part1 creation in ArchiverTests.TestLoadOarV0_2()Justin Clark-Casey (justincc)2010-01-291-30/+28
| |
| * refactor out scene object 1 creation n ArchiverTetssJustin Clark-Casey (justincc)2010-01-291-44/+22
| |
| * factor out scene setup in ArchiverTestsJustin Clark-Casey (justincc)2010-01-291-40/+53
| |
| * Add method to get all items with the same name from a particular primJustin Clark-Casey (justincc)2010-01-291-5/+4
| | | | | | | | Extend load oar test to check loading of a sound item
| * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-2910-370/+197
| | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| * Fixes inconsistencies in the permissions module. Adds a region_manager_is_godMelanie2010-01-281-4/+7
| | | | | | | | | | | | configurable. Previously, estate managers could enter god mode, but would not have any powers. Now estate managers can enter god mode only if this option is true, and then will have real god powers.
| * Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-01-233-3/+151
| |\
| | * Add first part of test for checking restore of task inventory items on oar loadJustin Clark-Casey (justincc)2010-01-222-1/+49
| | | | | | | | | | | | Passes but not yet complete
| | * complete assertion checks of all other oar loaded region settingsJustin Clark-Casey (justincc)2010-01-221-0/+28
| | |
| | * Allow oar loading to work even if an estate module is not presentJustin Clark-Casey (justincc)2010-01-222-2/+74
| | | | | | | | | | | | Write bare bones unit test for region setting loads
| * | Updates all IRegionModules to the new style region modules.Revolution2010-01-2310-197/+370
| |/ | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | * HGScene is no more.Diva Canto2010-01-301-1/+0
| | | | | | | | * Moved a few key inventory access methods from Scene.Inventory to an IInventoryAccessModule module
* | Removed obsolete interface IHyperlink.Diva Canto2010-01-241-19/+0
| |
* | Change a member of the friendslist module to better reflect the client sideMelanie2010-01-191-6/+3
| | | | | | | | | | data storage paradigm of the friends list and avoid repeated, unneccessary fetches of the entire friends list.
* | Merge branch 'master' into presence-refactorMelanie2010-01-163-93/+313
|\ \ | |/ | | | | | | This merge was very conflicted. I think I got them all, but I can't be sure. I had to merge to master or risk divergence to the point of unmergeability.
| * Implement access module commandsMelanie2010-01-101-0/+76
| |
| * Add "StartDisabled" to [Startup] to make all regions start up withMelanie2010-01-101-0/+82
| | | | | | | | logins disabled until enabled from the console. Add the AccessModule (WIP)
| * A last fix for estate access by group. One should send the correct list.Melanie2010-01-091-2/+2
| |
| * Add functionality to estate "Allowed Users" and "Allowed Groups". Allowed usersMelanie2010-01-091-92/+152
| | | | | | | | | | will be honored now, while allowed groups will not. This requires additional groups module integration work
| * Allow estate managers (if estate_owner_is_god is set) to actually enterMelanie2010-01-051-1/+4
| | | | | | | | | | | | god mode. Allow god modification of objects if the object owner is the same god that wants to modify, this allows you to regain perms on your own objects after IAR import messed them up.
* | * General cleanup of Teleports, Crossings and Child agents. They are now in ↵Diva Canto2010-01-151-6/+1
| | | | | | | | | | | | | | the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. * HGSceneCommunicationService has been deleted * SceneCommunicationService will likely be deleted soon too
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-113-3/+3
| |
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-104-44/+11
| | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process.