aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2012-10-31Make "show object part" command correctly display script status.Justin Clark-Casey (justincc)2-12/+11
2012-10-30Add AnimState to CADUMelanie1-0/+36
2012-10-29fixing poorly-formatted xml doc string for Util.IsInsideBoxSignpostMarv1-1/+1
2012-10-29Add "force gc" region console command which manually invokes garbage collection.Justin Clark-Casey (justincc)1-0/+11
2012-10-25Fix script error messages not showing up in viewer 3 and associated viewers.Justin Clark-Casey (justincc)2-5/+18
2012-10-25Add TestOsNpcLoadAppearance()Justin Clark-Casey (justincc)1-0/+3
2012-10-24Allow "show object", "show part", "dump object" and "delete object" to accept...Justin Clark-Casey (justincc)1-2/+56
2012-10-24Get "save oar" and "save iar" to tell you in a more friendly manner if the fi...Justin Clark-Casey (justincc)1-0/+19
2012-10-24Add "dump object uuid" console command. This allows any object in the scene ...Justin Clark-Casey (justincc)1-91/+115
2012-10-24minor: Move co-ordinate related help to object commands to common ConsoleUtil...Justin Clark-Casey (justincc)1-0/+17
2012-10-23Make it possible to turn the base UDP object packet pools on and off whilst r...Justin Clark-Casey (justincc)1-13/+1
2012-10-23Add object count stats for new IncomingPacket and UDPPacketBuffer pools if th...Justin Clark-Casey (justincc)2-6/+84
2012-10-23minor: Get content type handler logger to log "unset" for the content type in...Justin Clark-Casey (justincc)1-1/+1
2012-10-23minor: Use LogIncomingToContentTypeHandler() method for incoming HTTP data wh...Justin Clark-Casey (justincc)1-8/+2
2012-10-20Fix: invinite loading for Viewer3 : parcelinfo request of traffic-value (impl...PixelTomsen1-125/+260
2012-10-18If we're avoiding printing a long request warning for a GetTexture CAP call, ...Justin Clark-Casey (justincc)1-1/+1
2012-10-18minor: move recent OnAgentUpdate/OnPreAgentUpdate event doc up into IClientAP...Justin Clark-Casey (justincc)1-0/+15
2012-10-16Add LastMemoryChurn stat using existing data so we can more quickly tell how ...Justin Clark-Casey (justincc)2-2/+14
2012-10-16Add optional pool for the UDPPacketBuffer objects that handle all incoming UD...Justin Clark-Casey (justincc)1-0/+76
2012-10-12Get Watchdog to log thread removalJustin Clark-Casey (justincc)1-1/+19
2012-10-12Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)1-2/+2
2012-10-12Fix build break by moving OpenSim.Framework.Console back below HttpServer in ...Justin Clark-Casey (justincc)1-2/+1
2012-10-11Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)1-3/+13
2012-10-11Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)3-52/+189
2012-10-10Add "delete object pos <start-coord> to <end-coord>" console command.Justin Clark-Casey (justincc)1-2/+2
2012-10-09minor: Add documentation to IGridService.GetRegionFlags()Justin Clark-Casey (justincc)1-0/+1
2012-10-09Once again, forgot to add a file.Justin Clark-Casey (justincc)1-0/+52
2012-10-06On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)1-4/+5
2012-10-05Add Vector3.Zero return on TryParseConsoleVector() which fails on mono 2.4.3 ...Justin Clark-Casey (justincc)1-0/+3
2012-10-05Add missing ConsoleUtil from last commitJustin Clark-Casey (justincc)1-0/+111
2012-10-05Add "show object pos <start-coord> to <end-coord>" command to simulator console.Justin Clark-Casey (justincc)1-0/+13
2012-10-05refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...Justin Clark-Casey (justincc)1-247/+0
2012-10-04Add generic PercentageStat.Justin Clark-Casey (justincc)1-2/+33
2012-10-04Add experimental "slow frames" stat, available in "show stats" and via the mo...Justin Clark-Casey (justincc)2-2/+125
2012-09-30Allow setting connection limits, part 2Melanie1-1/+26
2012-09-30Allow setting max connections for an endpointMelanie1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in http://stackover...Diva Canto8-14/+0
2012-09-30Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com...Diva Canto8-0/+14
2012-09-29Fix bug where debug http level 6 could not be specified. Also converts newli...Justin Clark-Casey (justincc)2-5/+5
2012-09-22Make BaseHttpServer throws say something useful.Diva Canto1-2/+2
2012-09-21Minor: may avoid crashes of sims that still don't have this configuration sec...Diva Canto1-0/+3
2012-09-20Improvement over last commit: refactor the asset permissions code, so that it...Diva Canto1-0/+81
2012-09-21minor: Make slow outgoing request log messages consistent with other log mess...Justin Clark-Casey (justincc)1-7/+7
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)3-87/+87
2012-09-21Add request number counting to incoming HTTP requests in the same way that th...Justin Clark-Casey (justincc)2-19/+42
2012-09-20Insert a new log level 4 for HTTP IN and HTTP OUT that will log how long the ...Justin Clark-Casey (justincc)3-32/+87
2012-09-20Add ability to turn on/off logging of outgoing HTTP requests flowing through ...Justin Clark-Casey (justincc)3-35/+103
2012-09-18Fix some inconsistencies in configurartion: NonPhys primsBlueWall1-4/+4
2012-09-14Support multi-region OAR filesOren Hurvitz1-0/+5
2012-09-12Fix usage statement on "debug http" console command since max level is now 5 ...Justin Clark-Casey (justincc)1-1/+1