aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague2-6/+10
This patch ensures that the touch positions are set during touch_end events (currently only working for touch_start and touch events).
2009-06-18* Corrected CAPS namespacesArthur Valadares3-3/+3
* "luke, use the sed"
2009-06-14Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of ↵Melanie Thielker2-5/+54
objects, with changes: - Set OwnerID = GroupID for deeded objects. - Close a security loophole that would have allowed a user with deed rights in a group to deed ANY object to that group, even if it's not owned by them and/or not set to that group - Set LastOwnerID correctly. Handle objects vs. prims correctly.
2009-06-14Renamed Region/CoreModules/ServiceConnectors to ↵diva2-2/+2
Region/CoreModules/ServiceConnectorsOut. No functional changes.
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ↵diva2-6/+12
get more functions as we go along. It's a very simple service and service connectors, and it served primarily to establish the design of services that dependent on Scenes and that must always have a local connector. More refactoring coming, as this showed how to do it right.
2009-06-10Heart surgery no.2: the inventory service hooks. diva1-0/+20
Several improvements in the connectors themselves. Several improvements in configurations. Needed to add a hack in IUserService and UserManagerBase, to be removed when that service is refactored.
2009-06-10Formatting cleanup.Jeff Ames5-10/+10
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames2-21/+21
2009-06-09Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker1-9/+18
Applied with changes: - removed spammy debug message - corrected tab formatting
2009-06-07* Reverting the test restructuring as, on second thought, this is not at all ↵lbsa715-0/+1088
how the tests are structured. (pt1)
2009-06-05* minor: tiny tweak just to trigger another panda buildJustin Clarke Casey1-1/+1
2009-06-05* A bug fix for the last mantis 3741 bugfixJustin Clarke Casey1-10/+7
* Hopefully now, the nre should not occur and the lock should be correctly unlocked during the initial save oar process
2009-06-05* A further fix for mantis 3641 (oar saves do not complete)Justin Clarke Casey1-12/+15
* For some reason, if a null was recieved (indicating a missing asset), the code had stopped passing that on to the waiting lock, resulting in a perpetual freeze * This change passes the null on correctly * Many thanks to thomax for being insistent in presenting his analysis of the problem :)
2009-06-05* refactor: split out part xml writing in SceneObjectSerializerJustin Clarke Casey1-2/+7
2009-06-05Thank you, thomax, for a patch to provide finer-grained access control toMelanie Thielker1-0/+20
scripting. Fixes Mantis #2862
2009-06-05* Restructured Scenes Tests to follow (what I conceive of as being) current ↵lbsa715-1088/+0
directory standards. (pt 1 - thank you, svn. not.)
2009-06-04Comment out unused private functions to avoid compiler warnings.Jeff Ames1-7/+8
2009-06-03* Making sure we fail a bit earlier if we have no AssetServicelbsa711-0/+7
2009-06-02Explicitly set the changed status of the prim groups affected in a delinkMelanie Thielker1-0/+1
Mantis #2484
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames44-44/+44
LICENSE.txt.
2009-05-31Add copyright headers, formatting cleanup, ignore some generated files.Jeff Ames2-2/+29
2009-05-29* Bug fix: Fixes an exception when Scene.RemoveClient is called to remove on aArthur Valadares1-117/+117
non-existing ScenePresence avatar. Also removed trailing white spaces.
2009-05-29* refactor: little tweaks to trigger another buildJustin Clarke Casey1-4/+15
2009-05-29* refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey1-8/+3
2009-05-29* Add save xml2 serialization testJustin Clarke Casey2-2/+3
2009-05-29some clean up of sculpt map caching codeDahlia Trimble1-1/+2
remove a redundant debug message
2009-05-29reinstate a hopefully more robust experimental decoded sculpt map caching schemeDahlia Trimble2-9/+13
2009-05-29disable sculpt map caching until a better method of avoiding asset requests ↵Dahlia Trimble2-5/+7
can be found
2009-05-29null test for texture assets when using cached sculpt mapDahlia Trimble1-2/+3
addresses mantis #3735
2009-05-29Experimental decoded sculpt map cachingDahlia Trimble2-3/+7
2009-05-27From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2-3/+22
The attached patch implements llPassTouches. It has been added to the export/import XML along with the flag for AllowedInventoryDrop. The MySQL backend has been updated as well, though I haven't done one of those before so could do with a check. I added the migration mysql file as well. The other data backends need updating as well.
2009-05-25Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>"Dr Scofield2-22/+3
This reverts r9666. for some reason the mysql update does not work.
2009-05-25From: Chris Yeoh <cyeoh@au1.ibm.com>Dr Scofield2-3/+22
The attached patch implements llPassTouches. It has been added to the export/import XML along with the flag for AllowedInventoryDrop. The MySQL backend has been updated as well, though I haven't done one of those before so could do with a check. I added the migration mysql file as well. The other data backends need updating as well.
2009-05-24Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker1-3/+3
for more fine-grained control
2009-05-24Add a new permissions check for bulk object returns.Melanie Thielker1-0/+17
2009-05-23This should make HG asset transfers work much better. It now uses ↵diva4-115/+72
HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
2009-05-23* Implements automatic loopback handling for standalone regions. Adam Frisby1-7/+22
* This /should/ make OpenSim behave properly when hosting behind a NAT router and utilizing port forwarding (but the router doesn't support Loopback)
2009-05-23* Breaks OpenSim.. err I mean.. adds NAT translation support to ↵Adam Frisby2-0/+26
EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming.
2009-05-22Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva1-11/+0
grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
2009-05-21Added ITeleportModule interface, and added a hook into scene so if a module ↵MW1-13/+13
has registered this interface then that handles teleport requests rather the SceneCommunicationService. As by default there is no ITeleportModule registered, Teleports by default will still be handled by SceneCommunicationService.
2009-05-20Fix a slight oversight in SceneInventory that would not enable copy toMelanie Thielker1-0/+6
inventory when permissions are bypassed
2009-05-18Removing the last reference to CommsManager.AssetCache.diva1-2/+1
2009-05-18Finished HG Service Store. Not fully functional because of problems with ↵diva1-36/+30
asset.ID insisting on being a UUID string.
2009-05-17HG asset transfers starting to work -- GETs only for now. diva1-62/+14
2009-05-16Another minor bug fix for making notecard/script savings work with old asset ↵diva1-1/+1
servers.
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva9-51/+73
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
2009-05-14* refactor: move SceneXmlLoader into subpackageJustin Clarke Casey1-2/+2
2009-05-14* refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2-66/+66
2009-05-14* refactor: break some of xml2 serialization out of sogJustin Clarke Casey3-15/+21
2009-05-13Remove some no longer needed debug.Melanie Thielker1-6/+2
Fixes Mantis #9520