aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes (follow)
Commit message (Expand)AuthorAgeFilesLines
* This update has good news and bad news, first the bad.Teravus Ovares2008-03-302-8/+25
* Re-enabled terrain texture generation for the world map. Adam can clean up/ s...MW2008-03-291-12/+17
* attempt to fix mantis # 779. MW2008-03-281-2/+8
* Removing redundant codeJohan Berntsson2008-03-261-5/+0
* * Massaging CAPS setup/teardown log messagesJustin Clarke Casey2008-03-253-6/+6
* * Print out the exception stacks of resolution failures, temporarilyJustin Clarke Casey2008-03-251-2/+3
* * Temporary hack to swallow neighbour contact problems on startup (in respons...Justin Clarke Casey2008-03-251-1/+4
* Moved Avatar appearance Factory to its own project so that the reference to M...MW2008-03-251-1/+21
* * Tear down CAPS and http handlers when an agent leaves a region (via crossin...Justin Clarke Casey2008-03-253-11/+48
* * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares2008-03-252-2/+2
* * Use Face normal to offset new prim instead of the hard coded pos.Z += 0.25f...Teravus Ovares2008-03-252-2/+7
* * Remove old CAPS http listeners when a client logs out from a sceneJustin Clarke Casey2008-03-251-1/+2
* * On Ray casting. Now returning the face normal of the collision face.Teravus Ovares2008-03-252-4/+4
* * Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa712008-03-252-11/+14
* Comment out unused private methods.Jeff Ames2008-03-251-19/+20
* * Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares2008-03-252-0/+39
* Minor formatting / svn properties cleanup.Jeff Ames2008-03-251-16/+16
* * Added llApplyImpulse in the local frame.Teravus Ovares2008-03-241-4/+20
* * OBB: Flipped the -y face normal so ray casting against the -y face correctl...Teravus Ovares2008-03-241-4/+4
* * Inflate my commits with yet another snippet of documentation... (j/k)Justin Clarke Casey2008-03-241-1/+2
* * Put in tiny doc snippet while I rememberJustin Clarke Casey2008-03-241-0/+3
* * Clean up Scene.AddCapsHandler(). There was a race condition warning, but I...Justin Clarke Casey2008-03-242-37/+17
* * Start passing around a region server's http port in RegionInfo.Justin Clarke Casey2008-03-232-3/+4
* * Added a little more stability for getting the object list from the parcel b...Teravus Ovares2008-03-231-2/+14
* * Implements Oriented Bounding Box raytracing.Teravus Ovares2008-03-233-51/+247
* *Moved LandManagement into its own region module (spiffy!)mingchen2008-03-225-71/+39
* Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria2008-03-221-2/+16
* * Miscellaneous comment before I found out that mantis 807 probably isn't an ...Justin Clarke Casey2008-03-221-2/+6
* * Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey2008-03-221-3/+20
* * Tell the user what the new terrain commands format is if they try to execut...Justin Clarke Casey2008-03-221-1/+4
* * Committing some math to discover the Oriented Bounding Box and decomposing ...Teravus Ovares2008-03-221-0/+113
* Remove a couple more compiler warnings by commenting unused variables.Charles Krinke2008-03-211-2/+6
* * Updated ray tracing code. It's now good enough to use when the XYZ vector...Teravus Ovares2008-03-213-1/+40
* * Removed more encoding faults.Adam Frisby2008-03-211-3/+0
* * Converted a large number of ASCII encodings to UTF8.Adam Frisby2008-03-211-1/+2
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-204-49/+85
* Another poxy patch which consists mainly of logging changes (some already com...Justin Clarke Casey2008-03-201-2/+1
* Fix server crash when setting prims physical under basic physics.Jeff Ames2008-03-191-2/+6
* * Adding log debugging messages and making others more explicitJustin Clarke Casey2008-03-192-9/+36
* * Fix for if 782: Locked prims may still be moved by click+drag.Teravus Ovares2008-03-191-1/+1
* Fixed some comparisons of LLUUIDs to null.Jeff Ames2008-03-191-2/+2
* * Add a large amount of extra locking to m_parts in SceneObjectGroup Justin Clarke Casey2008-03-181-125/+235
* * Stop (which currently removes) all scripts in an object when that object is...Justin Clarke Casey2008-03-182-0/+14
* Formatting cleanup.Jeff Ames2008-03-182-126/+124
* Formatting cleanup. Minor refactoring.Jeff Ames2008-03-181-6/+6
* Formatting cleanup.Jeff Ames2008-03-1823-611/+589
* * DEV: Remove client's CAPS handlers object when they log outJustin Clarke Casey2008-03-171-1/+6
* Fix a few mono compiler warnings. Minor cleanup.Jeff Ames2008-03-171-2/+2
* Replaced some magic PCode numbers with enum values.Jeff Ames2008-03-172-2/+2
* From: Alan M Webb <awebb@vnet.ibm.com>Sean Dague2008-03-172-2/+2