aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-07add a null check for Primitive.Sculpt in PrimitiveBaseShape constructor for O...dahlia1-4/+8
2012-05-05Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)1-3/+13
2012-05-04Change LongCallTime on WebUtil to 3000, to match the time where request handl...Justin Clark-Casey (justincc)1-1/+1
2012-05-04minor: Tweak BaseHttpServer message to make it clear that this relates to slo...Justin Clark-Casey (justincc)1-1/+1
2012-05-04Extend 'slow' request logging to other server outbound requests (forms, rest,...Justin Clark-Casey (justincc)1-79/+194
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)9-35/+88
2012-04-28Add text about using double quotes to surround console command arguments cont...Justin Clark-Casey (justincc)1-2/+8
2012-04-27Revert "Log the full exception when errors occur in BaseHttpServer"Justin Clark-Casey (justincc)1-19/+19
2012-04-27Log the full exception when errors occur in BaseHttpServerOren Hurvitz1-19/+19
2012-04-26Refactored how asset/inventory types are associated with content types: gathe...Oren Hurvitz2-228/+177
2012-04-26Add request verb and url to error messages in WebUtil that lack this.Justin Clark-Casey (justincc)1-17/+38
2012-04-24Revert "Refactored how asset/inventory types are associated with content type...Justin Clark-Casey (justincc)2-177/+228
2012-04-24Minor improvements to loggingOren Hurvitz1-0/+4
2012-04-24Refactored how asset/inventory types are associated with content types: gathe...Oren Hurvitz2-228/+177
2012-04-23Mantis 5977 Corrections to llRegionSayToTalun1-0/+20
2012-04-20Add more exception detail to Exception and IOException throws in BaseHttpServ...Justin Clark-Casey (justincc)1-2/+2
2012-04-17refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2-4/+4
2012-04-06Thank you, BaseHttpServer, for telling me where things go wrong.Diva Canto1-2/+2
2012-03-30Add Extended flavour option to opensim version information.Justin Clark-Casey (justincc)1-1/+2
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)1-3/+3
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)1-1/+1
2012-03-29Change namespace on CallingCardModule and correct interface file placemant. A...Melanie1-13/+0
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)1-1/+1
2012-03-29Adding the Avination calling card interfaceMelanie1-0/+13
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)1-1/+1
2012-03-28Enable voice by default on parcels to weaken effects of viewer 2/3 ParcelVoic...Justin Clark-Casey (justincc)1-1/+1
2012-03-28Start on Bulk inventory update via CAPS. Not functional yet. HG v2Melanie1-0/+2
2012-03-28Add a corresponding method for items. HG v2Melanie1-0/+1
2012-03-28Add SendRemoveInventoryFolders which allows to remove one or moreMelanie1-0/+37
2012-03-24Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)1-10/+12
2012-03-24Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)1-0/+6
2012-03-22Rework Diva's patch to simplify itMelanie1-0/+1
2012-03-22Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie1-2/+0
2012-03-22Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto1-0/+2
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)2-51/+2
2012-03-21If "debug scene updates true" then print out to log when a garbage collection...Justin Clark-Casey (justincc)1-0/+62
2012-03-21Refix the fixed fix!Melanie1-2037/+2037
2012-03-20Fixed borkness with previous merge.Diva Canto1-16/+1
2012-03-20Line endingsDiva Canto1-89/+89
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto1-1954/+1988
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)1-2/+15
2012-03-16minor: reuse threadpool count we just fetched instead of fetching it againJustin Clark-Casey (justincc)1-1/+1
2012-03-16Add total scripts count to "show threads"Justin Clark-Casey (justincc)1-2/+10
2012-03-16Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)2-7/+57
2012-03-16Add process working memory to "show stats" memory statistics.Justin Clark-Casey (justincc)2-4/+11
2012-03-12Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2-2/+7
2012-03-09Serialize all web requests to a particular host:port pair; only applied to th...Mic Bowman1-0/+41
2012-03-09Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)1-1/+51
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)3-33/+103
2012-03-01Use a fully stubbed out MockConsole for unit tests rather than inheriting fro...Justin Clark-Casey (justincc)1-22/+37