aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
2013-06-18Fix other places when saving scripts or notecards in prim inventories where m...Justin Clark-Casey (justincc)1-5/+5
2013-06-17minor: remove mono compiler warnings in WebFetchInvDescModuleJustin Clark-Casey (justincc)1-3/+2
2013-06-17Fix test failure in BasicCircuitTests from previous commit 0d2fd0d9Justin Clark-Casey (justincc)1-2/+2
2013-06-17Make general server stats available on the robust console as well as the simu...Justin Clark-Casey (justincc)4-344/+5
2013-06-14correct method doc for llRot2Axis()dahlia1-1/+1
2013-06-15Lock m_classifiedCache and m_classifiedInterest dictionary reads in UserProfi...Justin Clark-Casey (justincc)1-14/+13
2013-06-15Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)1-10/+7
2013-06-15refactor: In UserProfileModule, change classifiedCache and classifiedInterest...Justin Clark-Casey (justincc)1-19/+23
2013-06-15Add the standard OpenSimulator copyright notice to the top of InventoryCache.csJustin Clark-Casey (justincc)1-1/+28
2013-06-15Adjust the locking on InventoryCache. Locking for r/w of the ExpiringCache i...Justin Clark-Casey (justincc)1-14/+23
2013-06-15minor: remove mono compiler warnings from LSL_Api, properly format method doc...Justin Clark-Casey (justincc)1-7/+5
2013-06-15Mantis 6280: llSetContentType(). An implementation.Talun4-0/+84
2013-06-15Mantis 6108: ossetprimitiveparams temporary/phantom problemTalun1-2/+2
2013-06-14Don't try to abort worker threads in WebFetchInvDescModule if module was not ...Justin Clark-Casey (justincc)1-6/+4
2013-06-12DataSnapshot: changed those annoying messages to Debug instead of Info.Diva Canto2-8/+8
2013-06-12* This fixes having to select and deselect prim to get keyframemotion to star...teravus1-0/+5
2013-06-11BulletSim: when meshing or asset fetching fails, include positionRobert Adams2-14/+30
2013-06-11Add TriggerScenePresenceUpdated events when an animation is addedRobert Adams3-3/+9
2013-06-11Uncomment Mic's code and split to create new regression TestAddTemporaryAsset...Justin Clark-Casey (justincc)1-23/+41
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-11* Adds KeyFrameMotion storage support to SQLite, just a note, seems that ...teravus1-2/+3
2013-06-11Adjust output of llRot2Axis and llRot2Angle to match domains SL(tm) uses. Add...dahlia1-0/+3
2013-06-10LSL_Rotation.Normalize() now returns 0,0,0,1 for x,y,z,s when normalization f...dahlia1-2/+2
2013-06-10llRot2Angle now checks absolute value of s rotation component before normalizingdahlia1-11/+3
2013-06-10llRot2Axis now checks absolute value of s rotation component before normalizi...dahlia1-22/+6
2013-06-10Check For NaN and Infinity in llRot2Axis/Angle Fixes mantis #6669teravus1-2/+4
2013-06-10add a Normalize() method for LSL_Rotationdahlia1-0/+25
2013-06-10Fix test for adding temporary assets. Code for non-local temporary assetsMic Bowman1-0/+20
2013-06-10BulletSim: add failure flag for meshing failure vs asset fetch failureRobert Adams4-34/+51
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman2-2/+2
2013-06-10Mantis 5346: llAxisAngle2Rot() should normalize before computingTalun1-0/+1
2013-06-08Catch exception triggered by incoming avatars using legacy profilesBlueWall1-1/+10
2013-06-07SQLite support for UserProfilesBlueWall1-0/+1
2013-06-07Ensure selected module is the only active oneBlueWall1-0/+3
2013-06-07Put the configuration back in FetchInventoryDesc2 cap.Diva Canto1-0/+29
2013-06-07Supply proper type information for the various types of requestsMelanie2-6/+7
2013-06-07Adding Avination's PollService to round out the HTTP inventory changesMelanie3-8/+8
2013-06-07minor: Comment out debug logging (at warn level) about number of objects forc...Justin Clark-Casey (justincc)1-1/+1
2013-06-07Fix regression where multiple close agents could be sent to the wrong neighbo...Justin Clark-Casey (justincc)1-1/+6
2013-06-07In LocalFriendshipTerminated, send the original client's agentId to the frien...Donnie Roberts2-4/+4
2013-06-06Fix keyframe motion copyrightMelanie1-3/+26
2013-06-05Strengthen some assumptions.Diva Canto1-0/+5
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie11-0/+229
2013-06-06Committing Avination's Keyframe module. This is not hooked up yet and will do...Melanie1-0/+766
2013-06-05Port Avination's inventory send throttlingMelanie1-52/+213
2013-06-05Prevent processing for NpcBlueWall1-1/+3