| Commit message (Expand) | Author | Files | Lines |
2009-03-05 | Implementing more inventory storage methods. | Mike Mazur | 2 | -314/+134 |
2009-03-05 | Use Inventory{Item,Folder}Base in AssetInventoryServer. | Mike Mazur | 6 | -268/+235 |
2009-03-05 | A couple cosmetic changes in inventory storage plugin. | Mike Mazur | 1 | -2/+5 |
2009-03-05 | Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that: | Charles Krinke | 3 | -15/+41 |
2009-03-05 | Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that: | Charles Krinke | 1 | -1/+19 |
2009-03-05 | Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that: | Charles Krinke | 1 | -1/+1 |
2009-03-05 | MRM Scripting Changes | Adam Frisby | 3 | -8/+8 |
2009-03-05 | * Implements a number of members on SOGObject for use with the MRM Script Eng... | Adam Frisby | 2 | -15/+166 |
2009-03-04 | * Fleshed out the MRM Module a little. | Adam Frisby | 5 | -44/+84 |
2009-03-04 | * For now, restore file extension for default oar name I accidentally removed... | Justin Clarke Casey | 1 | -1/+1 |
2009-03-04 | * Add the abilty to load and save iar item nodes where folders have identical... | Justin Clarke Casey | 6 | -49/+161 |
2009-03-04 | * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab... | Adam Frisby | 1 | -0/+3 |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 5 | -0/+275 |
2009-03-04 | * Add gnu tar format long file name support to tar reading and writing. | Justin Clarke Casey | 3 | -85/+126 |
2009-03-04 | IObjectFace needs to be public to compile. | Mike Mazur | 1 | -1/+1 |
2009-03-04 | * More work on MiniRegionModule module. | Adam Frisby | 8 | -3/+254 |
2009-03-04 | * Implementing some interfaces for aformentioned script engine. Ignore this. | Adam Frisby | 4 | -0/+136 |
2009-03-03 | Avoid NRE if client sends unrecognized packet type. | Jeff Ames | 1 | -1/+8 |
2009-03-03 | Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i... | MW | 4 | -7/+6 |
2009-03-03 | forgotten files | MW | 2 | -2/+302 |
2009-03-03 | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 9 | -42/+919 |
2009-03-03 | Refactoring of CreateCommsManagerPlugin. | MW | 4 | -70/+34 |
2009-03-02 | Renamed OpenSimBase m_autoCreateLindenStack to m_autoCreateClientStack | MW | 1 | -4/+4 |
2009-03-02 | Added more error info to CreateCommsManagerPlugin. | MW | 1 | -0/+1 |
2009-03-02 | Added some debug output to CreateCommsManagerPlugin | MW | 1 | -1/+11 |
2009-03-02 | Added OpenSim.Client.Linden which is a (non shared) region module that create... | MW | 1 | -0/+81 |
2009-03-02 | Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we... | MW | 3 | -95/+100 |
2009-03-02 | Changed IClientNetworkServer.AddScene method from void AddScene(Scene x) to v... | MW | 2 | -3/+2 |
2009-03-02 | Removed the commented out InitialiseStandaloneServices and InitialiseGridServ... | MW | 2 | -103/+0 |
2009-03-02 | After another heroic and bloody battle, OpenSim Dino Expedition 1, killed off... | MW | 4 | -40/+0 |
2009-03-02 | As part of a dinosaur hunting expedition, IScenePresenceBody.cs was terminate... | MW | 1 | -37/+0 |
2009-03-01 | Mantis#3249. Thank you kindly, Tlaukkan (Tommil) for a patch that: | Charles Krinke | 1 | -7/+6 |
2009-03-01 | Thanks tommil for mantis #3248 - a patch that adds support for avatar movemen... | Dahlia Trimble | 2 | -5/+140 |
2009-03-01 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 8 | -16/+143 |
2009-02-28 | Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields. | MW | 1 | -18/+21 |
2009-02-28 | Copied the Util.ReadSettingsFromIniFile method from the branch to trunk. | MW | 1 | -0/+61 |
2009-02-28 | Changed it so only .ini file types are loaded from the (optional) config dire... | MW | 1 | -2/+5 |
2009-02-28 | Applied Patch from mantis #3245. Thanks tlaukkan/Tommil | MW | 1 | -174/+254 |
2009-02-27 | Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs... | MW | 2 | -5/+4 |
2009-02-27 | Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid... | MW | 3 | -91/+168 |
2009-02-27 | Applied patch from Mantis# 3240, thanks tlaukkan/Tommil | MW | 2 | -53/+126 |
2009-02-27 | Added support for reading ini files from a (optional) config folder. This all... | MW | 2 | -1/+15 |
2009-02-26 | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 13 | -919/+919 |
2009-02-26 | Added IRegionCreator interface that all ApplicationPlugins that are creators ... | MW | 6 | -5/+34 |
2009-02-26 | This adds a new osGetAgentIP function with threat level set to High. It | Sean Dague | 3 | -0/+38 |
2009-02-26 | Another change to how the CreateCommsManagerPlugin checks if it should be cre... | MW | 1 | -1/+2 |
2009-02-26 | Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim... | MW | 1 | -9/+10 |
2009-02-26 | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 5 | -101/+365 |
2009-02-26 | * This patch reduces the excessive number of threads opened by the Timer even... | Sean Dague | 1 | -24/+37 |
2009-02-26 | * Update ScenePresenceTests to reflect current REST communication workflow. | Sean Dague | 4 | -92/+119 |