aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-03-05Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that:Charles Krinke1-1/+1
2009-03-05MRM Scripting ChangesAdam Frisby3-8/+8
2009-03-05* Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2-15/+166
2009-03-04* Fleshed out the MRM Module a little.Adam Frisby5-44/+84
2009-03-04* For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey1-1/+1
2009-03-04* Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey6-49/+161
2009-03-04* Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab...Adam Frisby1-0/+3
2009-03-04* More work on MiniRegionModule module.Adam Frisby5-0/+275
2009-03-04* Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey3-85/+126
2009-03-04IObjectFace needs to be public to compile.Mike Mazur1-1/+1
2009-03-04* More work on MiniRegionModule module.Adam Frisby8-3/+254
2009-03-04* Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby4-0/+136
2009-03-03Avoid NRE if client sends unrecognized packet type.Jeff Ames1-1/+8
2009-03-03Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW4-7/+6
2009-03-03forgotten filesMW2-2/+302
2009-03-03Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW9-42/+919
2009-03-03Refactoring of CreateCommsManagerPlugin.MW4-70/+34
2009-03-02Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStackMW1-4/+4
2009-03-02Added more error info to CreateCommsManagerPlugin.MW1-0/+1
2009-03-02Added some debug output to CreateCommsManagerPluginMW1-1/+11
2009-03-02Added OpenSim.Client.Linden which is a (non shared) region module that create...MW1-0/+81
2009-03-02Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW3-95/+100
2009-03-02Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v...MW2-3/+2
2009-03-02Removed the commented out InitialiseStandaloneServices and InitialiseGridServ...MW2-103/+0
2009-03-02After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off...MW4-40/+0
2009-03-02As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate...MW1-37/+0
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