aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make DeserializeUUID explicitly private.Mike Mazur2009-03-051-1/+1
* Made the OpenSimInventoryFrontendPlugin.DeserializeUUID(Stream stream) method...MW2009-03-051-1/+1
* Fix moving folders.Mike Mazur2009-03-052-4/+9
* Fix creating inventory items and folders.Mike Mazur2009-03-052-6/+9
* Implemented all Inventory frontend handlers.Mike Mazur2009-03-053-512/+719
* Implementing more inventory storage methods.Mike Mazur2009-03-052-314/+134
* Use Inventory{Item,Folder}Base in AssetInventoryServer.Mike Mazur2009-03-056-268/+235
* A couple cosmetic changes in inventory storage plugin.Mike Mazur2009-03-051-2/+5
* Fixes Mantis #3255. Thank you kindly, MCortez, for a patch that:Charles Krinke2009-03-053-15/+41
* Fixes Mantis #3194. Thank you kindly, Godfrey for a patch that:Charles Krinke2009-03-051-1/+19
* Fixes Mantis #3253. Thank you kindly, Godfrey, for a patch that:Charles Krinke2009-03-051-1/+1
* MRM Scripting ChangesAdam Frisby2009-03-053-8/+8
* * Implements a number of members on SOGObject for use with the MRM Script Eng...Adam Frisby2009-03-052-15/+166
* * Fleshed out the MRM Module a little.Adam Frisby2009-03-045-44/+84
* * For now, restore file extension for default oar name I accidentally removed...Justin Clarke Casey2009-03-041-1/+1
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-046-49/+161
* * Whoops. Left MiniModule enabled to anyone. (potential security risk). Disab...Adam Frisby2009-03-041-0/+3
* * More work on MiniRegionModule module.Adam Frisby2009-03-045-0/+275
* * Add gnu tar format long file name support to tar reading and writing.Justin Clarke Casey2009-03-043-85/+126
* IObjectFace needs to be public to compile.Mike Mazur2009-03-041-1/+1
* * More work on MiniRegionModule module.Adam Frisby2009-03-048-3/+254
* * Implementing some interfaces for aformentioned script engine. Ignore this.Adam Frisby2009-03-044-0/+136
* Avoid NRE if client sends unrecognized packet type.Jeff Ames2009-03-031-1/+8
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-034-7/+6
* forgotten filesMW2009-03-032-2/+302
* 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