aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-21Publish a method on ICompiler to generate the CIL assembly pathMelanie Thielker3-0/+9
2009-06-19Properly reset a vehicle's status to VEHICLE_TYPE_NONE when requestedMelanie Thielker1-0/+1
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker9-13/+13
2009-06-19Thanks cmickeyb for a patch that checks for null assets in Cenome asset cache...Dahlia Trimble1-3/+7
2009-06-19From: Rob Smart <SMARTROB@uk.ibm.com>Sean Dague2-8/+13
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague8-14/+45
2009-06-18Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowe...Dahlia Trimble3-38/+21
2009-06-18* Corrected CAPS namespacesArthur Valadares17-24/+24
2009-06-17Fix an uninitialized data block. Thanks, jhurlimanMelanie Thielker1-0/+1
2009-06-17Implementation of a simple authentication service + in connector in route to ...diva3-3/+119
2009-06-15Renamed two of the in connector modules, to make things consistent.diva3-4/+4
2009-06-15Removing the OpenSim.SimulatorServices project. All of those region modules a...diva6-0/+619
2009-06-14Factoring out "land_data" / RequestLandData that was hanging off of IGridServ...diva5-2/+257
2009-06-14Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of obj...Melanie Thielker3-6/+70
2009-06-14Update svn properties.Jeff Ames2-283/+283
2009-06-14Renamed Region/CoreModules/ServiceConnectors to Region/CoreModules/ServiceCon...diva15-26/+27
2009-06-14Thank you kindly, M1sha, for a patch that improves the treePopulator module:Charles Krinke1-137/+612
2009-06-14Bug fix in remote neighbour connector.diva2-2/+3
2009-06-14Pulled out HelloNeighbour into its own service, INeighbourService, which may ...diva8-147/+296
2009-06-12* Temporarily resolve another problem in http://opensimulator.org/mantis/view...Justin Clarke Casey1-2/+4
2009-06-12* minor: removing some logging stuff accidentally left in on the last commitJustin Clarke Casey1-3/+2
2009-06-12* Move standalone login setup in LLStandaloneLoginmodule to RegionLoaded() fr...Justin Clarke Casey1-4/+7
2009-06-12Give m_test* methods more reasonable namesMike Mazur1-13/+13
2009-06-12* remove long unused interregion optional module codeJustin Clarke Casey3-319/+0
2009-06-12* minor: remove one mono warningJustin Clarke Casey2-2/+1
2009-06-12* fix build break: sigh, must remember to build before committingJustin Clarke Casey1-2/+1
2009-06-12* minor: make control file loading code consistentJustin Clarke Casey2-18/+12
2009-06-12* minor: if OAR saving receives assets after timeout, just print warning, don...Justin Clarke Casey1-0/+2
2009-06-12* minor: remove warning from unused fieldJustin Clarke Casey1-5/+0
2009-06-11* Fixed a few more async calls. Still not uncommented, some asserts still fai...Arthur Valadares2-3/+40
2009-06-11Fixes mantis #3803. Thanks jhurliman.diva3-4/+4
2009-06-11Small improvement in the IAR tests, but these tests are still showing random ...diva1-1/+4
2009-06-11InterServiceInventoryService references *almost* completely removed from the ...diva1-1/+1
2009-06-10Small bug fix in HG.diva1-1/+2
2009-06-10Removing the default reading of AssetCaching on all cache modules.diva2-2/+2
2009-06-10Reverse the default setting in Flotsam Asset Cache. Nothing should be the def...Melanie Thielker1-1/+1
2009-06-10Commenting the IAR tests for now until we understand how to set up things in ...diva1-4/+4
2009-06-10Heart surgery no.2: the inventory service hooks. diva7-201/+87
2009-06-10From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-2/+2
2009-06-10Formatting cleanup.Jeff Ames39-80/+81
2009-06-09Letting the Flotsam cache be enabled even when [AssetCache] section is missin...diva1-8/+9
2009-06-09Formatting cleanup. Ignore some generated files.Jeff Ames8-89/+89
2009-06-09Update svn properties.Jeff Ames2-796/+796
2009-06-09Thank you Snoopy, for a patch that implements group permissions.Melanie Thielker2-140/+264
2009-06-09From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield5-42/+59
2009-06-08Updating the flotsam asset cache. Thank you, mcortez!Melanie Thielker1-438/+523
2009-06-08Bug fix. Adding the asset to the cache after a DB get.diva1-1/+5
2009-06-08Added more functions to IInventoryService. Unsure about whether all of these ...diva3-0/+83
2009-06-07First draft of inventory service connectors, and service implementation. No h...diva3-0/+858
2009-06-07Skip lone ident statments or for-loop assignmentsMike Mazur2-3/+65