aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2008-03-25* On Ray casting. Now returning the face normal of the collision face.Teravus Ovares3-6/+6
2008-03-25* Refactored out circular reference in Region.Environment <-> Framework.Data....lbsa717-40/+22
2008-03-25* Committing some voice related caps with hard coded responses so more debugg...Teravus Ovares2-1/+102
2008-03-25Comment out unused private methods.Jeff Ames22-551/+572
2008-03-25Fix a couple more warnings.Jeff Ames2-8/+5
2008-03-25Fix a few compiler warnings.Jeff Ames3-6/+1
2008-03-25* Adds llMoveToTarget and llStopMoveToTarget support to the ODEPlugin.Teravus Ovares10-6/+193
2008-03-25Minor formatting / svn properties cleanup.Jeff Ames3-24/+22
2008-03-24* Added llApplyImpulse in the local frame.Teravus Ovares2-13/+31
2008-03-24Implements llGetInventoryPermMask()alondria3-5/+25
2008-03-24* OBB: Flipped the -y face normal so ray casting against the -y face correctl...Teravus Ovares1-4/+4
2008-03-24* Inflate my commits with yet another snippet of documentation... (j/k)Justin Clarke Casey1-1/+2
2008-03-24* Put in tiny doc snippet while I rememberJustin Clarke Casey1-0/+3
2008-03-24* Clean up Scene.AddCapsHandler(). There was a race condition warning, but I...Justin Clarke Casey2-37/+17
2008-03-24Modified llGetInventoryName() so it indexes inventory in the same manner the ...alondria1-3/+3
2008-03-24* Remove a spammy comment I meant to remove from the last commitJustin Clarke Casey1-2/+1
2008-03-24* Make standalone non-home region caps work again.Justin Clarke Casey2-1/+11
2008-03-24Implements llGetInventoryName() - the order is based upon inventory key, whic...alondria1-1/+17
2008-03-24From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-113/+146
2008-03-24Implements llGetInventoryNumber()alondria1-2/+9
2008-03-24Implements llGetInventoryType()alondria1-2/+8
2008-03-24Implements llGetInventoryCreator()alondria1-1/+9
2008-03-24* Fix build break in last revision. Thanks to paulieFemto for pointing it out.Justin Clarke Casey1-4/+4
2008-03-24* Picky comment changeJustin Clarke Casey1-1/+1
2008-03-24* Create null limit strategyJustin Clarke Casey1-0/+42
2008-03-24* Refactor: Genericise request limit strategies and move to OpenSim.Framework...Justin Clarke Casey3-60/+211
2008-03-24Fixed a small XmlRpcCommand bugJohan Berntsson1-1/+4
2008-03-24XmlRpcCommand refactoringJohan Berntsson3-36/+16
2008-03-24Added a plugin loader in GridServerJohan Berntsson2-1/+74
2008-03-23* minor: check in the rest of a comment I forgot to finish off in the last re...Justin Clarke Casey1-1/+1
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey10-33/+107
2008-03-23Implements llGetParcelPrimOwners()alondria2-2/+26
2008-03-23* Added a little more stability for getting the object list from the parcel b...Teravus Ovares2-5/+31
2008-03-23* Implements Oriented Bounding Box raytracing.Teravus Ovares3-51/+247
2008-03-23Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, llAdd...alondria1-6/+83
2008-03-23Fix llParseString2List bug when separator is longer than 1 character.Jeff Ames1-10/+8
2008-03-22Fix compiler warnings in pCampBot, TestSuite, and ScriptEngine/RemoteServer. ...Jeff Ames6-27/+26
2008-03-22Update svn properties.Jeff Ames5-1963/+1963
2008-03-22*Moved LandManagement into its own region module (spiffy!)mingchen21-1890/+2031
2008-03-22Implements llLoopSound(), llStopSound(), and llAdjustSoundVolume(). alondria5-7/+39
2008-03-22* Miscellaneous comment before I found out that mantis 807 probably isn't an ...Justin Clarke Casey1-2/+6
2008-03-22* Make master UUID exception a bit more useful by telling us which uuid it wa...Justin Clarke Casey1-1/+3
2008-03-22* Catch the occasional resolution exception that comes out of SceneCommunicat...Justin Clarke Casey4-10/+38
2008-03-22* Downgrade 'texture not found' message to DEBUG and stop putting out 'alread...Justin Clarke Casey1-7/+7
2008-03-22* Reducing spam on console so we only notify once if we're dropping repeated ...Justin Clarke Casey1-22/+29
2008-03-22* Minor log message changeJustin Clarke Casey1-1/+1
2008-03-22* Tell the user what the new terrain commands format is if they try to execut...Justin Clarke Casey1-1/+4
2008-03-22* Committing some math to discover the Oriented Bounding Box and decomposing ...Teravus Ovares1-0/+113
2008-03-21Remove a couple more compiler warnings by commenting unused variables.Charles Krinke2-3/+8
2008-03-21Adds in +, -, and / operators for Rotations (and fixes Mantis 671)alondria1-0/+17