aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-19* Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey1-51/+45
2009-02-19* Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa711-1/+1
2009-02-19Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker1-1/+1
2009-02-18From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2-11/+11
2009-02-18Adds support for preserving animations on region crossings and TPs. diva1-28/+30
2009-02-17* Allow inventory archives to be saved from the 'root' inventory directoryJustin Clarke Casey1-3/+10
2009-02-17* Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2-2/+2
2009-02-17* Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa711-0/+20
2009-02-17Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker1-1/+1
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur8-97/+135
2009-02-17Major change to how appearance is managed, including changes in login and use...diva4-1/+10
2009-02-16From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague10-28/+358
2009-02-16- change AssetInventoryServer config from XML to INIMike Mazur1-146/+0
2009-02-16- remove dependency on ExtensionLoader.dll (DBConnString.cs can go)Mike Mazur2-1/+193
2009-02-14Moved RegionUp to REST/LocalComms. The original functionality has been entire...diva1-0/+69
2009-02-13Guard the values used to set the cursor position in the real time consoleMelanie Thielker1-13/+39
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-0/+1
2009-02-13Fix some compiler warnings. Minor formatting cleanup.Jeff Ames1-2/+2
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-2/+2
2009-02-12* Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...Justin Clarke Casey1-2/+8
2009-02-12* Apply http://opensimulator.org/mantis/view.php?id=3138Justin Clarke Casey1-0/+20
2009-02-12* refactor: Move RequestInventoryForUser() from service to CachedUserInfoJustin Clarke Casey4-33/+23
2009-02-12* optimized usings.lbsa7169-176/+87
2009-02-11Enforce estate bans on Teleports.diva1-4/+16
2009-02-11* Change SendBulkUpdateInventory from two methods to one which accepts an Inv...Justin Clarke Casey1-11/+7
2009-02-11* Establish a common InventoryNodeBase class from InventoryItemBase and Inven...Justin Clarke Casey3-66/+70
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker3-23/+40
2009-02-10Change the command parser and resolver to be able to disambiguate commandsMelanie Thielker1-0/+12
2009-02-10Stopgap measure: To use gridlaunch, or GUI, start opensim withMelanie Thielker1-0/+30
2009-02-09Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2009-02-09oops, missing file from last patch setSean Dague1-0/+51
2009-02-09From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague3-8/+9
2009-02-09* Add the ability to type help <command> for more detailed help about a speci...Justin Clarke Casey1-8/+121
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+1
2009-02-09* Apply http://opensimulator.org/mantis/view.php?id=3080Justin Clarke Casey1-0/+9
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur2-2/+2
2009-02-07Fix a .NET issue where changing a locked reference would cause a crashMelanie Thielker1-6/+18
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker5-246/+588
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield3-3/+80
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-4/+24
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey1-0/+1
2009-02-04Closing the requestStream and setting a 10 sec timeout for getting it.diva2-0/+4
2009-02-04- add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of itMike Mazur8-104/+155
2009-02-03- moved data plugin loading code from various places toMike Mazur2-23/+18
2009-02-03- move OpenSim/Framework/IUserData.cs to OpenSim/Data/IUserData.csMike Mazur2-222/+30
2009-02-03- move OpenSim/Framework/IInventoryData.cs toMike Mazur3-213/+60
2009-02-03- move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs toMike Mazur3-51/+2
2009-02-03Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ...Mike Mazur3-8/+8
2009-01-31Oops. Forgot a try-catch on the last commit.diva1-2/+6
2009-01-31Fixes mantis #3061. Thanks Hallow Palmer for diagnosing the issue so well. I ...diva1-0/+4