aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-03-24* OBB: Flipped the -y face normal so ray casting against the -y face ↵Teravus Ovares1-4/+4
correctly results in the point of collision.
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 ↵Justin Clarke Casey2-37/+17
I don't think this is now relevant... * Remove some now extraneous CAPS related messages
2008-03-24Modified llGetInventoryName() so it indexes inventory in the same manner the ↵alondria1-3/+3
LL grid does. (Thanks Teravus for pointing this out.)
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
* When I removed the hard coding for the http port last night, I foolishly assumed standalone would be okay :)
2008-03-24Implements llGetInventoryName() - the order is based upon inventory key, ↵alondria1-1/+17
which probably doesn't match 100% with LL's grid.
2008-03-24From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-113/+146
Fixes mantis 771 - multiple uses of llListen cause duplicate events Thanks Michael!
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 ↵Justin Clarke Casey3-60/+211
OpenSim.Framework.Communications.Limit
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 ↵Justin Clarke Casey1-1/+1
revision
2008-03-23* Start passing around a region server's http port in RegionInfo.Justin Clarke Casey10-33/+107
* This means that caps methods (editing scripts, poss map functions, etc) on non-home regions should now work with servers which are listening for http ports on a non default (9000) port. * If you are running a region server, this may only work properly once your grid server upgrades to this revision * PLEASE NOTE: This shouldn't cause inter-region problems if one end of the connection hasn't upgraded to this revision. However if it does, the instability will persist until the grid and region (and possibly all the region's neighbours) have upgraded to this revision. * This revision also adds extra login related messages, both for success and failure conditions
2008-03-23Implements llGetParcelPrimOwners()alondria2-2/+26
2008-03-23* Added a little more stability for getting the object list from the parcel ↵Teravus Ovares2-5/+31
box. (previously it crashed my simulator) * Found and gracefully handled a few situations where null references occur. (m_rootPart again!)
2008-03-23* Implements Oriented Bounding Box raytracing.Teravus Ovares3-51/+247
* It's not perfect, but it's good enough. (rarely erroneously returns a backface collision) * After updating to this revision, rez a prim on another prim and watch it appear where you'd expect it to appear.
2008-03-23Implements (I hope): llRemoveFromLandBanList, llRemoveFromLandPassList, ↵alondria1-6/+83
llAddToLandBanList, llAddToLandPassList, llResetLandPassList, llResetLandBanList
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
Thanks daTwitch!
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
issue worth fixing.
2008-03-22* Make master UUID exception a bit more useful by telling us which uuid it ↵Justin Clarke Casey1-1/+3
was trying to look up
2008-03-22* Catch the occasional resolution exception that comes out of ↵Justin Clarke Casey4-10/+38
SceneCommunicationService.EnableChildAgents so we can see what hostname is failing
2008-03-22* Downgrade 'texture not found' message to DEBUG and stop putting out ↵Justin Clarke Casey1-7/+7
'already dispatched' message completely temporarily * I believe that if the Linden client has not started to receive a texture after 15 seconds, it re-requests it. * My hypothesis is that the texture packets are often still in the texture queue (esp. if the client has just cleared its cache), so another load of packets get added... * If this is the cause, resolution is going to be rather complicated.
2008-03-22* Reducing spam on console so we only notify once if we're dropping repeated ↵Justin Clarke Casey1-22/+29
requests for missing textures * Also minor logic change so that we actually do retry missing texture requests (we weren't before)
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 ↵Justin Clarke Casey1-1/+4
execute a deprecated one * As per CharlieO's suggestion in #806. Thanks!
2008-03-22* Committing some math to discover the Oriented Bounding Box and decomposing ↵Teravus Ovares1-0/+113
it into planes and normals. * No obvious functionality difference as the Ray-cast code is incomplete for OBB right now.
2008-03-21Remove a couple more compiler warnings by commenting unused variables.Charles Krinke2-3/+8
This takes us down to 15 compiler warnings on a VS2005 C# build.
2008-03-21Adds in +, -, and / operators for Rotations (and fixes Mantis 671)alondria1-0/+17
2008-03-21Woops - forgot to call m_host.AddScriptLPS(1) in llGetObjectDetails....alondria1-0/+1
2008-03-21* Small adjust to last commit's logging so we only print out one warning ↵Justin Clarke Casey1-3/+6
when we start dropping requests
2008-03-21Implements llGetObjectDetails()alondria3-0/+95
2008-03-21* If a client session requests the same texture more than n times (currently ↵Justin Clarke Casey3-16/+27
n=5), we now drop the subsequent requests * This may improve region memory usage * This is a short-term response to a problem whereby some clients keep requesting the same texture even after we've sent it * This treats the symptom rather than the cause. * n can be adjusted by changing the constant at the top of UserTextureDownloadService if necessary
2008-03-21Implements llKey2Name().alondria1-1/+12
2008-03-21Comment out an unused 'str' and add a WriteLine to useCharles Krinke2-2/+5
an "Exception e" with e.ToString() to eliminate 2 warnings.
2008-03-21Comment out "m_randomizeWater" and "ms" until we use them later.Charles Krinke1-2/+4
2008-03-21Implemented llOverMyLand() and correct llGetOwnerKey() to properly return ↵alondria1-4/+28
the information for the argument key, opposed to the object the script is in.
2008-03-21* Updated ray tracing code. It's now good enough to use when the XYZ ↵Teravus Ovares3-1/+40
vector components of the scale have a difference of less then 4.5 meters. * When a new prim is created and raytracing is called for, raytrace from the camera position to the ground in the direction of the Norm(RayEnd - RayStart). * If we got a hit based on our camera, create the new prim at the edge of the prim we hit. * Don't raytrace if the difference between any component of the vector exceeds 4.5meters.
2008-03-21* Removed more encoding faults.Adam Frisby3-19/+2