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