| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reading GroupPosition, but setting OffsetPosition in undo doesnt' seem right. | Melanie Thielker | 2009-06-24 | 1 | -2/+2 |
* | Formatting cleanup, ignore some generated files. | Jeff Ames | 2009-06-22 | 1 | -2/+2 |
* | Update svn properties. | Jeff Ames | 2009-06-22 | 2 | -218/+218 |
* | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, yes... | lbsa71 | 2009-06-22 | 1 | -1/+1 |
* | * Minuscule CC fix | lbsa71 | 2009-06-22 | 1 | -0/+2 |
* | * Added SceneTests and SceneBaseTests | lbsa71 | 2009-06-22 | 3 | -1/+219 |
* | Correct the behaviro of group deeding and llGetOwner() within deeded objects | Melanie Thielker | 2009-06-21 | 1 | -1/+7 |
* | Publish a method on ICompiler to generate the CIL assembly path | Melanie Thielker | 2009-06-21 | 1 | -0/+1 |
* | When a shared module hooks OnClientClosed, it has no way of finding | Melanie Thielker | 2009-06-19 | 2 | -4/+4 |
* | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 2009-06-19 | 2 | -6/+10 |
* | * Corrected CAPS namespaces | Arthur Valadares | 2009-06-18 | 3 | -3/+3 |
* | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj... | Melanie Thielker | 2009-06-14 | 2 | -5/+54 |
* | Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon... | diva | 2009-06-14 | 2 | -2/+2 |
* | Pulled out HelloNeighbour into its own service, INeighbourService, which may ... | diva | 2009-06-14 | 2 | -6/+12 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -0/+20 |
* | Formatting cleanup. | Jeff Ames | 2009-06-10 | 5 | -10/+10 |
* | Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-06-09 | 2 | -21/+21 |
* | Thank you Snoopy, for a patch that implements group permissions. | Melanie Thielker | 2009-06-09 | 1 | -9/+18 |
* | * Reverting the test restructuring as, on second thought, this is not at all ... | lbsa71 | 2009-06-07 | 5 | -0/+1088 |
* | * minor: tiny tweak just to trigger another panda build | Justin Clarke Casey | 2009-06-05 | 1 | -1/+1 |
* | * A bug fix for the last mantis 3741 bugfix | Justin Clarke Casey | 2009-06-05 | 1 | -10/+7 |
* | * A further fix for mantis 3641 (oar saves do not complete) | Justin Clarke Casey | 2009-06-05 | 1 | -12/+15 |
* | * refactor: split out part xml writing in SceneObjectSerializer | Justin Clarke Casey | 2009-06-05 | 1 | -2/+7 |
* | Thank you, thomax, for a patch to provide finer-grained access control to | Melanie Thielker | 2009-06-05 | 1 | -0/+20 |
* | * Restructured Scenes Tests to follow (what I conceive of as being) current d... | lbsa71 | 2009-06-05 | 5 | -1088/+0 |
* | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 2009-06-04 | 1 | -7/+8 |
* | * Making sure we fail a bit earlier if we have no AssetService | lbsa71 | 2009-06-03 | 1 | -0/+7 |
* | Explicitly set the changed status of the prim groups affected in a delink | Melanie Thielker | 2009-06-02 | 1 | -0/+1 |
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 2009-06-01 | 44 | -44/+44 |
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 2 | -2/+29 |
* | * Bug fix: Fixes an exception when Scene.RemoveClient is called to remove on a | Arthur Valadares | 2009-05-29 | 1 | -117/+117 |
* | * refactor: little tweaks to trigger another build | Justin Clarke Casey | 2009-05-29 | 1 | -4/+15 |
* | * refactor: Remove redundent prim id attribute on Scene.AddSceneObject() | Justin Clarke Casey | 2009-05-29 | 1 | -8/+3 |
* | * Add save xml2 serialization test | Justin Clarke Casey | 2009-05-29 | 2 | -2/+3 |
* | some clean up of sculpt map caching code | Dahlia Trimble | 2009-05-29 | 1 | -1/+2 |
* | reinstate a hopefully more robust experimental decoded sculpt map caching scheme | Dahlia Trimble | 2009-05-29 | 2 | -9/+13 |
* | disable sculpt map caching until a better method of avoiding asset requests c... | Dahlia Trimble | 2009-05-29 | 2 | -5/+7 |
* | null test for texture assets when using cached sculpt map | Dahlia Trimble | 2009-05-29 | 1 | -2/+3 |
* | Experimental decoded sculpt map caching | Dahlia Trimble | 2009-05-29 | 2 | -3/+7 |
* | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2009-05-27 | 2 | -3/+22 |
* | Revert "From: Chris Yeoh <cyeoh@au1.ibm.com>" | Dr Scofield | 2009-05-25 | 2 | -22/+3 |
* | From: Chris Yeoh <cyeoh@au1.ibm.com> | Dr Scofield | 2009-05-25 | 2 | -3/+22 |
* | Allow the perms module to inspect and modify the list of objects to return | Melanie Thielker | 2009-05-24 | 1 | -3/+3 |
* | Add a new permissions check for bulk object returns. | Melanie Thielker | 2009-05-24 | 1 | -0/+17 |
* | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 2009-05-23 | 4 | -115/+72 |
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 1 | -7/+22 |
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat... | Adam Frisby | 2009-05-23 | 2 | -0/+26 |
* | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ... | diva | 2009-05-22 | 1 | -11/+0 |
* | Added ITeleportModule interface, and added a hook into scene so if a module h... | MW | 2009-05-21 | 1 | -13/+13 |
* | Fix a slight oversight in SceneInventory that would not enable copy to | Melanie Thielker | 2009-05-20 | 1 | -0/+6 |