aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-15Track selected objects per clientMelanie Thielker1-0/+2
2015-08-11Report "Script Execution Time" as the time spent executing the script in the ...Oren Hurvitz1-0/+223
2015-08-11Prevent a crash if "debug jobengine log" is entered without a log levelOren Hurvitz1-0/+6
2015-08-11Better handling of invalid XML: a) prevent infinite loop on EOF; b) better lo...Oren Hurvitz2-8/+42
2015-08-08Fixed failing testDiva Canto1-14/+5
2015-08-08WARNING: massive refactor to follow libomv's latest changes regarding invento...Diva Canto6-48/+53
2015-08-07Have osAvatarName2Key check the cache first, even for foreign usersOren Hurvitz1-1/+24
2015-08-01Mantis #7657 and #7514. This should alleviate the problem of bad object asset...Diva Canto1-0/+19
2015-07-23Removed unused code related to DNS lookupsOren Hurvitz1-36/+0
2015-05-27llListRandomize() wasn't very randomCinder1-0/+51
2015-05-12Disable the "show threadpool calls active" console command for now.Justin Clark-Casey (justincc)1-5/+5
2015-05-07Major change in the way inventory is downloaded: added a method throughout II...Diva Canto1-1/+3
2015-05-05Refactored some code that is used in two different dlls related to SOP rewrit...Diva Canto1-1/+183
2015-05-04Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+1
2015-05-04Fixed vocabulary in a comment to match the code.Steven Zielinski1-1/+1
2015-05-02It wasn't that. Revert "Mantis #7514"Diva Canto1-3/+0
2015-05-02Mantis #7514Diva Canto1-0/+3
2015-05-01Fixed a bug that would cause the sim extra stats reporter to fail in reportin...Steven Zielinski1-1/+5
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8...Diva Canto9-9/+9
2015-04-21Phase 2 additons with Frame Dilation metric.Robert Louden1-9/+10
2015-04-21Moved over metrics from previous OpenSim 0.8.0.3 repository (this new reposit...Glenn Martin1-0/+47
2015-04-12Change UserProfiles so that the parcel name is used for a ProfilePick and not...AliciaRaven1-1/+1
2015-03-28varregion: add varregion and TerrainData use in LLClientView.Robert Adams1-0/+18
2015-03-28varregion: remove use of Constants.RegionSize is various places.Robert Adams2-4/+9
2015-03-27varregion: refactor use of 'double heightmap[,]' into references to new class...Robert Adams1-0/+464
2015-03-22Varregion: first cut at removing Border class checks for region crossings.Robert Adams1-5/+26
2015-03-16Don't log http auth details by default.Justin Clark-Casey (justincc)1-2/+2
2015-03-16Fix XBakes simulator-side authentication regression failureJustin Clark-Casey (justincc)5-3/+29
2015-03-16Update version info to 0.8.2.0Justin Clark-Casey (justincc)1-1/+1
2015-03-14Revert "Allow a console command to give blank arguments ("") without the pars...dahlia1-5/+2
2015-03-13Don't try to write region size and MapfileStaticFile Nini settings that are n...Justin Clark-Casey (justincc)1-4/+6
2015-03-11Allow a console command to give blank arguments ("") without the parser faili...Justin Clark-Casey (justincc)1-2/+5
2015-03-10Allow setting the size of the wearables array from config, for core compatibi...Melanie Thielker1-1/+1
2015-03-05solving HG IM, HGFriends issues based on falsified GridUser dataFreaky Tech1-0/+2
2015-03-04Alter the migrations so that it is a no-op as the columns are unused and the ...BlueWall1-1/+1
2015-03-04Make private services forbid llHTTPRequest() calls by rejecting those that ha...Justin Clark-Casey (justincc)6-19/+170
2015-03-04Add outbound URL filter to llHttpRequest() and osSetDynamicTextureURL*() scri...Justin Clark-Casey (justincc)1-0/+256
2015-03-03As per http://wiki.secondlife.com/wiki/Limits Prim description should be 128 ...Cinder1-1/+1
2015-03-03corrected script notecard parser. It now handles notecards with inventory as ...ft@noemail1-84/+244
2015-03-03XML should not contain any BOM. Disabled BOM generation in BaseHttpServerFreaky Tech1-1/+2
2015-02-25On shutdown (job engine stop), don't allow the ObjectDisposedException on Blo...Justin Clark-Casey (justincc)1-2/+13
2015-02-18Abbreviate the stats by removing unneeded and redundant elements. Human reada...Melanie Thielker3-3/+68
2015-02-16Add NaN and Infinity tests for SOP Velocity and Acceleration setters.dahlia1-0/+16
2015-02-13Add missing BSD headers to files in OpenSim/Framework/ServiceAuthJustin Clark-Casey (justincc)3-3/+84
2015-02-04Fix bug in JobEngine where an attempt to restart after stop would trigger an ...Justin Clark-Casey (justincc)1-1/+2
2015-01-19Make failures in PollServiceHttpRequest.DoHTTPGruntWork() actually log the ex...Justin Clark-Casey (justincc)1-2/+2
2015-01-12Add the missing deleted and re-added JobEngine class from the previous commit...Justin Clark-Casey (justincc)1-0/+329
2015-01-12Make the performance controlling job processing threads introduced in confere...Justin Clark-Casey (justincc)2-322/+74
2015-01-07Commented out clear_registry_ because (1) it isn't clearing up anything anymo...Diva Canto1-1/+1
2015-01-04Added overloaded LoadArchSpecificWindowsDll, to help addins load native libra...Diva Canto1-2/+7