aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-09Thanks Tommi Laukkanen for a patch that allows theMike Mazur1-3/+7
2009-02-09Remove unused OpenSim/Data/{DataStore,InventoryData}Base.cs.Mike Mazur2-67/+0
2009-02-09The DataPluginFactory is now a set of generic methods instead ofMike Mazur5-74/+87
2009-02-08* Once again, fixing linked prim collisions by putting AbsolutePosition = Abs...Teravus Ovares1-1/+23
2009-02-08* Some minor cleanupTeravus Ovares1-30/+30
2009-02-08Reverts patch from tuco/mikkopa/sempuki mantis #3072Teravus Ovares7-225/+216
2009-02-08send group name in binary bucket in chatterbox invitation eventqueue messageDahlia Trimble1-1/+6
2009-02-08* Limit the total number of joints created per frame to the maximum possible ...Teravus Ovares1-12/+53
2009-02-08* Fixes colliding with the terrain lower then 0 and higher then 256mTeravus Ovares1-11/+10
2009-02-08* Removed the duplicate AddCapsHandler that existed in ScenePresence.MakeRoot...diva2-6/+7
2009-02-07Bug fix related to the filling out the remoting port in RegionInfo. It still ...diva1-1/+1
2009-02-07* Refactored UserLoginService.CustomiseResponse to be (almost) text-wide iden...lbsa712-20/+67
2009-02-07Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke1-0/+140
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva4-181/+264
2009-02-07Fix a .NET issue where changing a locked reference would cause a crashMelanie Thielker1-6/+18
2009-02-07the parameters for llAtan2 were inverted before passing to Math.Sean Dague1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker23-1035/+1471
2009-02-07Thank you dslake for a patch that:lbsa712-2/+2
2009-02-06* minor: Apply second patch from http://opensimulator.org/mantis/view.php?id=...Justin Clarke Casey2-28/+37
2009-02-06* reinstate OpenSim/Region/Framework/Scenes/TestsJustin Clarke Casey3-4/+3
2009-02-06* Make the module loader display which module failed if there was a loading p...Justin Clarke Casey1-2/+6
2009-02-06* Implement help <command> from the region consoleJustin Clarke Casey4-11/+73
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield326-854/+1001
2009-02-06* removed superfluous constants classlbsa711-498/+0
2009-02-06more eventqueue endian madnessDahlia Trimble1-9/+5
2009-02-06move RegionDenyAgeUnverified parameter to AgeVerificationBlock in parcel prop...Dahlia Trimble1-2/+1
2009-02-06Thanks cmickyb for a patch (Mantis#3089) that adds support for proxy in http ...Dahlia Trimble2-0/+35
2009-02-05* minor: remove mono compiler warningJustin Clarke Casey1-3/+3
2009-02-05* Apply http://opensimulator.org/mantis/view.php?id=3056Justin Clarke Casey1-0/+7
2009-02-05* Remove CommanderTestModule as there are several normal modules which effect...Justin Clarke Casey1-89/+0
2009-02-05* cheap hack to make module help information more accurately reflect what com...Justin Clarke Casey1-1/+1
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey10-70/+133
2009-02-05* Use the commander name to register module commanders instead of providing t...Justin Clarke Casey7-8/+31
2009-02-05* refactor: Split out module Command class into a separate fileJustin Clarke Casey4-175/+207
2009-02-05* Remove unused region info list from OpenSimBase.Justin Clarke Casey1-24/+2
2009-02-05* refactor: Move module handling code up into SceneBase from Scene, reducing ...Justin Clarke Casey4-192/+191
2009-02-05From: Christopher Yeoh <yeohc@au1.ibm.com>Sean Dague1-17/+46
2009-02-05* Add the second version of the experimental ObjectAdd Cap. It will handle ...Teravus Ovares1-38/+146
2009-02-05* Committing an experimental ObjectAdd module. Intended to work with http://...Teravus Ovares1-0/+260
2009-02-04* minor: remove deprecated and unused terrain method from SceneManagerJustin Clarke Casey2-18/+14
2009-02-04* Introduce a new "default" option for asset_database in the [STORAGE] sectionJustin Clarke Casey4-2/+8
2009-02-04Addresses a race condition that happened between the viewer and the departing...diva2-3/+14
2009-02-04Added a ForceSceneObjectBackup method to Scene, which as it says forces a dat...MW4-5/+17
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 Mazur33-805/+856
2009-02-03* Add another object to the existing save oar testJustin Clarke Casey1-21/+62
2009-02-03* Address http://opensimulator.org/mantis/view.php?id=3076 by actually elimin...Justin Clarke Casey1-2/+2
2009-02-03* Fission SceneObjectTests into basic and linking setsJustin Clarke Casey4-99/+151
2009-02-03* Lock the parts for the old group while we're clearing it as well - not much...Justin Clarke Casey2-2/+11
2009-02-03* Mark the old group after linking as deletedJustin Clarke Casey2-10/+13