Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-06-22 | Committing RemoteUserServiceConnector out connector, local user service | Melanie Thielker | 2 | -5/+26 | |
connector and the glue code. | |||||
2009-06-22 | Formatting cleanup, ignore some generated files. | Jeff Ames | 2 | -3/+3 | |
2009-06-22 | Update svn properties. | Jeff Ames | 10 | -1199/+1199 | |
2009-06-22 | * Panda no like LongRunningAttribute, no? Me now reverting minuscule fix, ↵ | lbsa71 | 1 | -1/+1 | |
yes? Panda happy, eh? | |||||
2009-06-22 | * Minuscule CC fix | lbsa71 | 1 | -0/+2 | |
2009-06-22 | * Added SceneTests and SceneBaseTests | lbsa71 | 4 | -2/+220 | |
* Changed some fields to protectesd to enable faking | |||||
2009-06-21 | Suppress exception dump when informing friends in another region about login | Melanie Thielker | 1 | -0/+9 | |
or logoff. Regions come and go and we can't throw just because someone took their region off the grid, or crashed. | |||||
2009-06-21 | Correct the behaviro of group deeding and llGetOwner() within deeded objects | Melanie Thielker | 2 | -3/+15 | |
2009-06-21 | Do llEscapeURL with Uri.EscapeDataString instead of Uri.EscapeUriString. | Homer Horwitz | 1 | -1/+1 | |
Not exactly right, according to the LSL docs, but similar enough, I hope. Fixes Mantis #3825. | |||||
2009-06-21 | Publish a method on ICompiler to generate the CIL assembly path | Melanie Thielker | 3 | -0/+9 | |
Cause group deeding to apply next owner perms | |||||
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 | |
out which client connection has closed. So, in multi-region sims, things can get messy fast. This introduces a second parameters, which is a Scene object ref. Minor adjustments to custom modules may be required due to this change. | |||||
2009-06-19 | Thanks cmickeyb for a patch that checks for null assets in Cenome asset ↵ | Dahlia Trimble | 1 | -3/+7 | |
cache - Mantis #3819 | |||||
2009-06-19 | From: Rob Smart <SMARTROB@uk.ibm.com> | Sean Dague | 2 | -8/+13 | |
Makes an avatars personal voice indicator work with Freeswitch (though not other avatars indicators) | |||||
2009-06-19 | From: Chris Yeoh <yeohc@au1.ibm.com> | Sean Dague | 8 | -14/+45 | |
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 | Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool ↵ | Dahlia Trimble | 3 | -38/+21 | |
lowers Land | |||||
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 17 | -24/+24 | |
* "luke, use the sed" | |||||
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 | |
making HGInventory (client access) work in standalone again. This is the refactoring of what was/is there, but done in the new model. Not complete yet, but key authentication works. It should be enough to make HGInventory work again soon. | |||||
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 ↵ | diva | 6 | -0/+619 | |
are now in CoreModules/ServiceConnectorsIn, where they belong. | |||||
2009-06-14 | Factoring out "land_data" / RequestLandData that was hanging off of ↵ | diva | 5 | -2/+257 | |
IGridServices, erroneously. Not sure when this is used, but now it is implemented in the new model of service connectors. Hopefully it works. | |||||
2009-06-14 | Fixes Mantis #3793 . Committing thomax/Snoopy's patch to allow deeding of ↵ | Melanie Thielker | 3 | -6/+70 | |
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-14 | Update svn properties. | Jeff Ames | 2 | -283/+283 | |
2009-06-14 | Renamed Region/CoreModules/ServiceConnectors to ↵ | diva | 15 | -26/+27 | |
Region/CoreModules/ServiceConnectorsOut. No functional changes. | |||||
2009-06-14 | Thank you kindly, M1sha, for a patch that improves the treePopulator module: | Charles Krinke | 1 | -137/+612 | |
(a) Implements the ICommandableModule interface to clean up the user interface (b) Uses a specification for a 'copse' (collected group of trees) which permits via an xml file: Tree type; Tree Line (high and low), Seed point; Radius of Copse; Number of required trees; Initial size of seeded tree; maximum size of seeded tree; growth rate; freeze growth state (c) Multiple Copse may be defined for a region (d) Growth on individual copse may be frozen or restarted, or all growth disabled/enabled (e) Copse definitions are persistant, they are reloaded from the trees present on a region restart (f) All trees in a copse may be removed and the copse definition deleted in one command | |||||
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 | |
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-12 | * Temporarily resolve another problem in ↵ | Justin Clarke Casey | 1 | -2/+4 | |
http://opensimulator.org/mantis/view.php?id=3741 by disabling the loading of OAR creation information | |||||
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() ↵ | Justin Clarke Casey | 1 | -4/+7 | |
from AddRegion() * This is necessary to avoid a dependency problem where LLStandaloneLoginModule references IInventoryService before the LocalInventoryServiceConnector is registered * Correct some copypasta log messages in LocalInventoryServiceConnector | |||||
2009-06-12 | Give m_test* methods more reasonable names | Mike Mazur | 1 | -13/+13 | |
Changing the names of these methods because they were being picked up by nunit as tests even though they were marked private. Naming them Check* after the original Test*. | |||||
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, ↵ | Justin Clarke Casey | 1 | -0/+2 | |
don't accidentally go on to process them | |||||
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 ↵ | Arthur Valadares | 2 | -3/+40 | |
failing | |||||
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 | |
behavior, so they are still commented out. | |||||
2009-06-11 | InterServiceInventoryService references *almost* completely removed from the ↵ | diva | 1 | -1/+1 | |
simulator. Only a couple left, not important. Also updated the login tests -- Justin, this time I was able to fix this by myself :) | |||||
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 ↵ | Melanie Thielker | 1 | -1/+1 | |
default | |||||
2009-06-10 | Commenting the IAR tests for now until we understand how to set up things in ↵ | diva | 1 | -4/+4 | |
this new inventory model. | |||||
2009-06-10 | Heart surgery no.2: the inventory service hooks. | diva | 7 | -201/+87 | |
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-10 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -2/+2 | |
Eat collision errors --- NOTE: this fix might be naive, it seems to have helped us getting to 81 avatars (whereas we'd crash with 20 before), but it sure would benefit from some check-over by a person skilled in the art of ODE physics. | |||||
2009-06-10 | Formatting cleanup. | Jeff Ames | 39 | -80/+81 | |
2009-06-09 | Letting the Flotsam cache be enabled even when [AssetCache] section is ↵ | diva | 1 | -8/+9 | |
missing. Thank you mcortez! |