aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-039-42/+919
* Refactoring of CreateCommsManagerPlugin.MW2009-03-034-70/+34
* Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW2009-03-021-4/+4
* Added more error info to CreateCommsManagerPlugin.MW2009-03-021-0/+1
* Added some debug output to CreateCommsManagerPluginMW2009-03-021-1/+11
* Added OpenSim.Client.Linden which is a (non shared) region module that create...MW2009-03-021-0/+81
* Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW2009-03-023-95/+100
* Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v...MW2009-03-022-3/+2
* Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW2009-03-022-103/+0
* After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW2009-03-024-40/+0
* As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate...MW2009-03-021-37/+0
* Mantis#3249. Thank you kindly, Tlaukkan (Tommil) for a patch that:Charles Krinke2009-03-011-7/+6
* Thanks tommil for mantis #3248 - a patch that adds support for avatar movemen...Dahlia Trimble2009-03-012-5/+140
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-018-16/+143
* Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.MW2009-02-281-18/+21
* Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.MW2009-02-281-0/+61
* Changed it so only .ini file types are loaded from the (optional) config dire...MW2009-02-281-2/+5
* Applied Patch from mantis #3245. Thanks tlaukkan/TommilMW2009-02-281-174/+254
* Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs...MW2009-02-272-5/+4
* Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid...MW2009-02-273-91/+168
* Applied patch from Mantis# 3240, thanks tlaukkan/TommilMW2009-02-272-53/+126
* Added support for reading ini files from a (optional) config folder. This all...MW2009-02-272-1/+15
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-2613-919/+919
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-266-5/+34
* This adds a new osGetAgentIP function with threat level set to High. ItSean Dague2009-02-263-0/+38
* Another change to how the CreateCommsManagerPlugin checks if it should be cre...MW2009-02-261-1/+2
* Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim...MW2009-02-261-9/+10
* Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2009-02-265-101/+365
* * This patch reduces the excessive number of threads opened by the Timer even...Sean Dague2009-02-261-24/+37
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-264-92/+119
* * Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-02-261-5/+33
* opps forgot to commit a changed file.MW2009-02-261-1/+1
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-266-0/+21
* Changed the type of the ApplicationRegistry member from RegistryCore to IRegi...MW2009-02-261-2/+2
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-268-48/+153
* Attempt to fix the "region starts but doesn't load anything" issueSean Dague2009-02-261-0/+6
* Added a PostInitialise method to IApplicationPlugin, this allows us to do wor...MW2009-02-267-45/+32
* Add check in SceneManager to stop opensim.exe crashing if no regions/scenes w...MW2009-02-261-1/+8
* * Got rid of concrete GridDBService referenceslbsa712009-02-263-4/+10
* * renamed IRegionProfileService to IRegionProfileRouter to better reflect use...lbsa712009-02-264-4/+28
* Renamed IMessageUserServerService to IInterServiceUserService.csMW2009-02-255-229/+229
* * minor: Remove most mono compiler warningsJustin Clarke Casey2009-02-2518-23/+26
* * Properly load items into correct folders when an iar is loadedJustin Clarke Casey2009-02-251-8/+12
* Renamed IUGAIMCore to IGridServiceCore, still not really happy with this name...MW2009-02-2519-68/+69
* Added IGridServiceModule to be the base interface for the Service Modules for...MW2009-02-251-0/+13
* More refactoring of the Grid, User and Messaging servers. MW2009-02-2515-227/+394
* * Fix my own unit testJustin Clarke Casey2009-02-252-7/+19
* * Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2009-02-252-6/+137
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-253-15/+10
* * Applied a patch that: Added prim parameters support to MXP client lbsa712009-02-251-12/+98