aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* add a null check for Primitive.Sculpt in PrimitiveBaseShape constructor for O...dahlia2012-05-071-4/+8
* Fire the scripting changed event with CHANGED_OWNER when an object that has c...Justin Clark-Casey (justincc)2012-05-051-3/+13
* Change LongCallTime on WebUtil to 3000, to match the time where request handl...Justin Clark-Casey (justincc)2012-05-041-1/+1
* minor: Tweak BaseHttpServer message to make it clear that this relates to slo...Justin Clark-Casey (justincc)2012-05-041-1/+1
* Extend 'slow' request logging to other server outbound requests (forms, rest,...Justin Clark-Casey (justincc)2012-05-041-79/+194
* Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)2012-05-039-35/+88
* Add text about using double quotes to surround console command arguments cont...Justin Clark-Casey (justincc)2012-04-281-2/+8
* Revert "Log the full exception when errors occur in BaseHttpServer"Justin Clark-Casey (justincc)2012-04-271-19/+19
* Log the full exception when errors occur in BaseHttpServerOren Hurvitz2012-04-271-19/+19
* Refactored how asset/inventory types are associated with content types: gathe...Oren Hurvitz2012-04-262-228/+177
* Add request verb and url to error messages in WebUtil that lack this.Justin Clark-Casey (justincc)2012-04-261-17/+38
* Revert "Refactored how asset/inventory types are associated with content type...Justin Clark-Casey (justincc)2012-04-242-177/+228
* Minor improvements to loggingOren Hurvitz2012-04-241-0/+4
* Refactored how asset/inventory types are associated with content types: gathe...Oren Hurvitz2012-04-242-228/+177
* Mantis 5977 Corrections to llRegionSayToTalun2012-04-231-0/+20
* Add more exception detail to Exception and IOException throws in BaseHttpServ...Justin Clark-Casey (justincc)2012-04-201-2/+2
* refactor: Rename EstateSettings.IsEstateManager() to EstateSettings.IsEstateM...Justin Clark-Casey (justincc)2012-04-172-4/+4
* Thank you, BaseHttpServer, for telling me where things go wrong.Diva Canto2012-04-061-2/+2
* Add Extended flavour option to opensim version information.Justin Clark-Casey (justincc)2012-03-301-1/+2
* refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)2012-03-291-3/+3
* Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)2012-03-291-1/+1
* Change namespace on CallingCardModule and correct interface file placemant. A...Melanie2012-03-291-13/+0
* Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)2012-03-291-1/+1
* Adding the Avination calling card interfaceMelanie2012-03-291-0/+13
* Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)2012-03-281-1/+1
* Enable voice by default on parcels to weaken effects of viewer 2/3 ParcelVoic...Justin Clark-Casey (justincc)2012-03-281-1/+1
* Start on Bulk inventory update via CAPS. Not functional yet. HG v2Melanie2012-03-281-0/+2
* Add a corresponding method for items. HG v2Melanie2012-03-281-0/+1
* Add SendRemoveInventoryFolders which allows to remove one or moreMelanie2012-03-281-0/+37
* Allow the user to enter help topics in upper or lowercase.Justin Clark-Casey (justincc)2012-03-241-10/+12
* Give feedback when "terrain save-tile" is not successfully invoked.Justin Clark-Casey (justincc)2012-03-241-0/+6
* Rework Diva's patch to simplify itMelanie2012-03-221-0/+1
* Revert "Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEF...Melanie2012-03-221-2/+0
* Simple build permissions feature. NOTE: EXPERIMENTAL, DISABLED BY DEFAULT. Tu...Diva Canto2012-03-221-0/+2
* Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)2012-03-212-51/+2
* If "debug scene updates true" then print out to log when a garbage collection...Justin Clark-Casey (justincc)2012-03-211-0/+62
* Refix the fixed fix!Melanie2012-03-211-2037/+2037
* Fixed borkness with previous merge.Diva Canto2012-03-201-16/+1
* Line endingsDiva Canto2012-03-201-89/+89
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-201-61/+89
|\
| * Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)2012-03-201-2/+15
* | HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto2012-03-201-1954/+1988
|/
* minor: reuse threadpool count we just fetched instead of fetching it againJustin Clark-Casey (justincc)2012-03-161-1/+1
* Add total scripts count to "show threads"Justin Clark-Casey (justincc)2012-03-161-2/+10
* Improve threadpool reporting to "show threads" console command (also gets pri...Justin Clark-Casey (justincc)2012-03-162-7/+57
* Add process working memory to "show stats" memory statistics.Justin Clark-Casey (justincc)2012-03-162-4/+11
* Rename the stream extension method WebUtil.CopyTo() to WebUtil.CopyStream().Robert Adams2012-03-122-2/+7
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2012-03-101-1/+51
|\
| * Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)2012-03-091-1/+51
* | Serialize all web requests to a particular host:port pair; only applied to th...Mic Bowman2012-03-091-0/+41
|/