aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-06-22HG: avoid call on localhost between sim and UAS for standalone.Diva Canto1-1/+20
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto11-365/+171
2013-06-20BulletSim: Implementation of Linear Deflection, it is a partial help for the ↵Vegaslon1-5/+33
vehicle tuning diffrence between Opensim and Second life. Signed-off-by: Robert Adams <Robert.Adams@intel.com>
2013-06-20BulletSim: rework velocity updating when not colliding and not flyingRobert Adams2-5/+42
to prevent infinite jumps. Now jumps last only AvatarJumpFrames long (default 4) which is about as high as in SL. TODO: jumping should only depend on standing (collision with feet) rather than collision anywhere on the avatar.
2013-06-20minor: remove mono compiler warnings in WebsocketServerHandler.csJustin Clark-Casey (justincc)1-13/+7
2013-06-20Change "ObjectMemory" stat to "HeapMemory" to align with other stat names. ↵Justin Clark-Casey (justincc)1-3/+3
Also round this and ProcessMemory to three decimal places in common with other memory stats. I believe leaving out such minor info makes stats easier to read
2013-06-20Allow more than one stat category to be specified in "show stats"Justin Clark-Casey (justincc)1-30/+34
e.g. "show stats httpserver.9000 server.network"
2013-06-20minor: Change "memory churn" terminology in statistics to "heap allocation ↵Justin Clark-Casey (justincc)3-14/+14
rate" since this is more generally meaningful
2013-06-20Fix minor bug where the check whether to display SmartThreadPool stats was ↵Justin Clark-Casey (justincc)1-1/+1
accidentally != null rather than == FireAndForgetMethod.SmartThreadPool Due to another check this had no practical effect
2013-06-20minor: fix mono compiler warning in FetchInventory2HandlerJustin Clark-Casey (justincc)1-2/+2
2013-06-20Make it possible to specify display of stats in a particular 'container' by ↵Justin Clark-Casey (justincc)2-3/+17
separating category and container with a period. e.g. "show stats server.network" I failed to realize this had already been implemented without the period in the show stats command (as the command help had not been updated). However, I would prefer the . approach as it will allow specifying multiple stats, easier wildcarding, etc. This commit also prevents any stat from having a period in its short name.
2013-06-19Display existing statistic of how many http requests a server is making as ↵Justin Clark-Casey (justincc)3-5/+23
server.network.HTTPRequestsMade in "show stats all"
2013-06-19Mantis 6608: Math error in parcel dimensions/borders seen with land show commandTalun1-10/+10
This patch changes the land show console command to return numbers in the range 4 to 256 for the "to" coordinates instead of 0 to 252 Also trailing spaces removed from some lines.
2013-06-18minor: remove mono compiler warning in OfflineIMServiceJustin Clark-Casey (justincc)1-1/+1
2013-06-18Prevent an exception if no offline messages were retrieved.Kevin Cozens1-0/+3
2013-06-18minor: tidy up spacing if display a unit for additional stat informationJustin Clark-Casey (justincc)1-1/+1
2013-06-18Make number of inbound http requests handled available as a ↵Justin Clark-Casey (justincc)3-6/+35
httpserver.<port>.IncomingHTTPRequestsProcessed stat
2013-06-18Fix issue where stat samples were accidentally static, so that any ↵Justin Clark-Casey (justincc)1-1/+1
additional stat with sampling would produce wrong results
2013-06-18Fix other places when saving scripts or notecards in prim inventories where ↵Justin Clark-Casey (justincc)1-5/+5
messages should be transient without an OK button
2013-06-18If SmartThreadPool is active, display statistical information about it in ↵Justin Clark-Casey (justincc)1-2/+13
"show stats server" Also puts these and previous builtin threadpool stats in the "threadpool" stat container rather than "processor"
2013-06-17refactor: Move existing code to generate report information on the ↵Justin Clark-Casey (justincc)2-64/+103
threadpool to the ServerBase rather than being in Util
2013-06-17Fix bug where no threadpool data would be displayed in the "show threads" ↵Justin Clark-Casey (justincc)1-1/+1
command if threadpool type was QueueUserWorkItem (Unsafe worked as expected)
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-17Drop server level stats to debug instead of info.Justin Clark-Casey (justincc)1-1/+1
This was the original intention with these stats, as I didn't believe they would be useful to ordinary users if everything is working as it should. Please amend if this is an issue. Just for now, levels actually have no impact on what is displayed via the "show stats" command.
2013-06-17Add server stats for available builtin threadpool and iocp workersJustin Clark-Casey (justincc)1-0/+16
2013-06-17Make general server stats available on the robust console as well as the ↵Justin Clark-Casey (justincc)9-421/+403
simulator console This means the "show stats" command is now active on the robust console.
2013-06-14correct method doc for llRot2Axis()dahlia1-1/+1
2013-06-15Lock m_classifiedCache and m_classifiedInterest dictionary reads in ↵Justin Clark-Casey (justincc)1-14/+13
UserProfileModule since in the presence of writes these are not thread-safe operations. Simplified locking to m_classifiedCache only since r/w of both dictionaries always occurs together
2013-06-15Correct build break in previous commit 9c530d7Justin Clark-Casey (justincc)1-10/+7
2013-06-15refactor: In UserProfileModule, change classifiedCache and ↵Justin Clark-Casey (justincc)1-19/+23
classifiedInterest to m_classifiedCache and m_classifiedInterest This is the coding standard name style for private fields.
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 ↵Justin Clark-Casey (justincc)1-14/+23
isn't needed since it's thread safe but r/w of contained dictionaries isn't thread-safe
2013-06-15minor: remove mono compiler warnings from LSL_Api, properly format method ↵Justin Clark-Casey (justincc)1-7/+5
doc for llRot2Axis()
2013-06-15Mantis 6280: llSetContentType(). An implementation.Talun4-0/+84
An implimentation of llSetContentType including all of the new constants added since the mantis was raised.
2013-06-15Mantis 6108: ossetprimitiveparams temporary/phantom problemTalun1-2/+2
Corrected to ensure that the target prim is updated by osSetPrimitiveParams when setting PRIM_TEMP_ON_REZ and/or PRIM_PHANTOM instead of the prim that the script is in.
2013-06-14Don't try to abort worker threads in WebFetchInvDescModule if module was not ↵Justin Clark-Casey (justincc)1-6/+4
enabled. This also moves the abort to RemoveRegion() rather than a destructor.
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.
2013-06-12DataSnapshot: changed those annoying messages to Debug instead of Info.Diva Canto2-8/+8
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ↵Justin Clark-Casey (justincc)1-68/+56
methods where this contains failure rather than throwing an exception. Result = False is generated for methods such as GetFolderForType() when the other end wants to signal a failure of the operation in methods such as GetFolderForType()
2013-06-12* This fixes having to select and deselect prim to get keyframemotion to ↵teravus3-4/+8
start running when pulled from data storage.
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, ↵Justin Clark-Casey (justincc)2-2/+24
consistently check for null return and log warning rather than throw exception. This was being done already in some places. If an exception is thrown it is now an error rather than debug
2013-06-12Implement logging of first 80 characters (debug level 5) or full body data ↵Justin Clark-Casey (justincc)2-5/+57
(debug level 6) on outgoing requests, depending on debug level This is set via "debug http out <level>" This matches the existing debug level behaviours for logging incoming http data
2013-06-11BulletSim: when meshing or asset fetching fails, include positionRobert Adams2-14/+30
and region with the offending object's name in the error message.
2013-06-11Add TriggerScenePresenceUpdated events when an animation is addedRobert Adams4-6/+11
or removed. Shouldn't impact anyone as only DSG seems to use OnScenePresenceUpdated event. Some minor format changes to AnimationSet's ToString().
2013-06-11Uncomment Mic's code and split to create new regression ↵Justin Clark-Casey (justincc)1-23/+41
TestAddTemporaryAsset() and TestAddTemporaryLocalAsset()
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. ↵Diva Canto1-13/+17
Added a special lock object instead, if we really want to avoid concurrent executions of that code.
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
right corner.
2013-06-11* Adds KeyFrameMotion storage support to SQLite, just a note, seems that ↵teravus3-2/+35
there's still something wrong with keyframed motion starting when the sim starts up, you have to 'select' and 'deselect' the prim again to get it to appear to move. Not sure what this is but maybe melanie_t can comment on this. * Has a prim table migration.. that might take a while, hold on to your hats. * Fixes a null-ref when shutting down while keyframed motion is active.