aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Merge branch 'master' into careminsterMelanie2012-10-162-31/+129
| |\ \ \ \ | | |/ / /
| | * | | Make it possible to separate start and stop lludp packet processing from the ...Justin Clark-Casey (justincc)2012-10-162-31/+129
| * | | | Merge branch 'master' into careminsterMelanie2012-10-164-11/+24
| |\ \ \ \ | | |/ / /
| | * | | minor: Add missing newlines and spacing to help for "debug eq" console commandJustin Clark-Casey (justincc)2012-10-161-4/+4
| | * | | minor: comment out "Registered seed capability" message for "Received SEED ca...Justin Clark-Casey (justincc)2012-10-161-4/+5
| | * | | minor: Comment out the region console caps message for now.Justin Clark-Casey (justincc)2012-10-161-1/+1
| | * | | minor: Fix and elaborate on log information printed when an unrecognized esta...Justin Clark-Casey (justincc)2012-10-131-2/+14
| * | | | Merge branch 'master' into careminsterMelanie2012-10-125-37/+88
| |\ \ \ \ | | |/ / /
| | * | | minor: Use && instead of & when deciding whether to print Improve/ObjectUpdat...Justin Clark-Casey (justincc)2012-10-121-1/+1
| | * | | minor: Fix bug in categorization of blocks reused stat from packetpoolJustin Clark-Casey (justincc)2012-10-121-1/+1
| | * | | Add AgentUpdate to PacketPool. This is the most common inbound packet from v...Justin Clark-Casey (justincc)2012-10-123-5/+28
| | * | | Fix percentage stats to multiply by 100. Adjust container name for packetpoo...Justin Clark-Casey (justincc)2012-10-121-2/+2
| | * | | Enable reuse of data blocks for ImprovedTerseObjectUpdate using existing Pack...Justin Clark-Casey (justincc)2012-10-121-1/+3
| | * | | Fix packetpool for ImprovedTerseObjectUpdate packets.Justin Clark-Casey (justincc)2012-10-113-5/+15
| | * | | Extend "show stats" command to "show stats [list|all|<category name>]"Justin Clark-Casey (justincc)2012-10-111-8/+35
| | * | | Lock on AgentCircuitData during Scene.AddClient() and RemoveClient() to preve...Justin Clark-Casey (justincc)2012-10-102-18/+9
| | * | | Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it eas...Justin Clark-Casey (justincc)2012-10-091-0/+1
| * | | | Merge branch 'master' into careminsterMelanie2012-10-073-1/+260
| |\ \ \ \ | | |/ / /
| | * | | On receiving TaskInventoryAccepted with a destination folder in the binary bu...Justin Clark-Casey (justincc)2012-10-061-1/+2
| | * | | Read PacketPool config in LLUDPServer with other config params rather than in...Justin Clark-Casey (justincc)2012-10-051-0/+9
| | * | | refactor: Move OpenSim.Framework.PacketPool to OpenSim.Region.Clientstack.Lin...Justin Clark-Casey (justincc)2012-10-051-0/+249
| * | | | Merge branch 'avination' into careminsterMelanie2012-09-277-304/+1378
| |\ \ \ \
| * \ \ \ \ Merge branch 'avination' into careminsterMelanie2012-09-164-428/+400
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2012-09-103-23/+87
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-311-1/+1
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | Replace SendBannedUserList with Avination's version. Untested in core. Not ev...Melanie2012-08-311-25/+32
| * | | | | | | Merge branch 'avination' into careminsterMelanie2012-08-312-60/+230
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into careminsterMelanie2012-08-233-9/+8
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| | * | | | | | | Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2012-08-202-6/+10
| | * | | | | | | Fix llDialog responses so that they can be heard throughout the region. This ...Melanie2012-08-191-1/+1
| | * | | | | | | Actually add the moduleMelanie2012-08-141-0/+234
* | | | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-11-023-14/+14
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Remove redundant and annoyingly modal message box in upload processing.Melanie2012-10-181-11/+11
| * | | | | | | | Allow the console to be used by gods as well as region owners.Melanie2012-10-171-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Make texture sedning use only two threads to make things less harsh on bandwidthMelanie2012-10-141-2/+2
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-263-3/+3
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | just remove the damm thingUbitUmarov2012-09-263-3/+3
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-262-11/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Seems nothing actually need the request body for getevents. so changeUbitUmarov2012-09-262-11/+2
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-262-1/+7
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | more changes to PollServiceUbitUmarov2012-09-262-1/+7
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-253-67/+62
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | missed changeUbitUmarov2012-09-251-1/+2
| * | | | | | do the same to webFecthInvDescModuleUbitUmarov2012-09-251-33/+25
| * | | | | | change GetTextureModule processingUbitUmarov2012-09-251-29/+31
| * | | | | | Text changes for upload messagesMelanie2012-09-241-4/+4
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-242-68/+128
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | more upload changes (plus untouch prebuild.xml)UbitUmarov2012-09-242-68/+128
* | | | | | | Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitworkubit2012-09-244-22/+37
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | add missing transactionID in SendInventoryItemCreateUpdate. and make useUbitUmarov2012-09-241-1/+7