aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-01Mantis#3249. Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke1-7/+6
2009-03-01Thanks tommil for mantis #3248 - a patch that adds support for avatar movemen...Dahlia Trimble2-5/+140
2009-03-01Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames8-16/+143
2009-02-28Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.MW1-18/+21
2009-02-28Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.MW1-0/+61
2009-02-28Changed it so only .ini file types are loaded from the (optional) config dire...MW1-2/+5
2009-02-28Applied Patch from mantis #3245. Thanks tlaukkan/TommilMW1-174/+254
2009-02-27Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs...MW2-5/+4
2009-02-27Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW3-91/+168
2009-02-27Applied patch from Mantis# 3240, thanks tlaukkan/TommilMW2-53/+126
2009-02-27Added support for reading ini files from a (optional) config folder. This all...MW2-1/+15
2009-02-26svn attribute fixes so that we can play nice between windows and linuxSean Dague13-919/+919
2009-02-26Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW6-5/+34
2009-02-26This adds a new osGetAgentIP function with threat level set to High. ItSean Dague3-0/+38
2009-02-26Another change to how the CreateCommsManagerPlugin checks if it should be cre...MW1-1/+2
2009-02-26Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim...MW1-9/+10
2009-02-26Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW5-101/+365
2009-02-26* This patch reduces the excessive number of threads opened by the Timer even...Sean Dague1-24/+37
2009-02-26* Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague4-92/+119
2009-02-26* Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-5/+33
2009-02-26opps forgot to commit a changed file.MW1-1/+1
2009-02-26Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker6-0/+21
2009-02-26Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW1-2/+2
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW8-48/+153
2009-02-26Attempt to fix the "region starts but doesn't load anything" issueSean Dague1-0/+6
2009-02-26Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW7-45/+32
2009-02-26Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w...MW1-1/+8
2009-02-26* Got rid of concrete GridDBService referenceslbsa713-4/+10
2009-02-26* renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa714-4/+28
2009-02-25Renamed IMessageUserServerService to IInterServiceUserService.csMW5-229/+229
2009-02-25* minor: Remove most mono compiler warningsJustin Clarke Casey18-23/+26
2009-02-25* Properly load items into correct folders when an iar is loadedJustin Clarke Casey1-8/+12
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW19-68/+69
2009-02-25Added IGridServiceModule to be the base interface for the Service Modules for...MW1-0/+13
2009-02-25More refactoring of the Grid, User and Messaging servers. MW15-227/+394
2009-02-25* Fix my own unit testJustin Clarke Casey2-7/+19
2009-02-25* Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2-6/+137
2009-02-25* Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey3-15/+10
2009-02-25* Applied a patch that: Added prim parameters support to MXP client lbsa711-12/+98
2009-02-25From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague1-1/+1
2009-02-25* Experimental softening of SOG waiting for update on link - changing from ab...lbsa711-3/+3
2009-02-25* Refactored SOP.FolderID weirdness by removing calls to empty setter. YEs, I...lbsa714-16/+4
2009-02-25Allow /* C-style comments */ in LSL scripts.Mike Mazur2-17501/+17655
2009-02-25Fixes Mantis #3220. Thank you kindly, MPallari, for a patch that:Charles Krinke1-3/+3
2009-02-25Fixes Mantis #3187. Thank you kindly, DoranZemlja for a patch that:Charles Krinke2-0/+2
2009-02-25Distinguish 404 errors in RestClient.Request().Mike Mazur1-2/+10
2009-02-25A few updates necessary for load balancer.Mike Mazur9-43/+92
2009-02-24Setting svn:eol-style=native on new files.Mike Mazur27-6122/+6122
2009-02-24Close-to-final tweaking with appearance. This time sending *everything*. Addr...diva2-36/+29
2009-02-24More work on modulising the User Server. MW3-35/+99