aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make ban, eject, freeze and the scripted versions of those work.Melanie2012-02-021-7/+7
* Merge branch 'master' into careminsterMelanie2012-01-311-2/+1
|\
| * minor: remove mono compiler warningJustin Clark-Casey (justincc)2012-01-311-2/+1
* | Fix displaying landmark and search info properly with long namesMelanie2012-01-301-1/+4
* | Prevent an overlong description from messing up a ParcelInfoReplyMelanie2012-01-281-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-221-1/+13
|\ \ | |/
| * Telehub Support:BlueWall2012-01-211-1/+13
* | Merge branch 'master' into careminsterMelanie2012-01-211-3/+36
|\ \ | |/
| * Telehub Support:BlueWall2012-01-201-3/+36
* | Fix prim calculations so that > 32767 prims are supportedMelanie2012-01-171-1/+1
* | Merge branch 'master' into careminsterMelanie2012-01-161-5/+10
|\ \ | |/
| * Comment out noisy log lines I accidentally included in the nant build target ...Justin Clark-Casey (justincc)2012-01-161-6/+6
| * Remove monocov and other obsolete nant build targets.Justin Clark-Casey (justincc)2012-01-161-5/+10
* | Merge branch 'master' into careminsterMelanie2012-01-101-5/+9
|\ \ | |/
| * Add "show image queue <first-name> <last-name>" region console commandJustin Clark-Casey (justincc)2012-01-101-5/+9
* | Merge branch 'master' into careminsterMelanie2012-01-051-17/+5
|\ \ | |/
| * Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)2012-01-041-1/+1
| * Remove the pointless LLClientView.m_imageManager null check.Justin Clark-Casey (justincc)2012-01-041-16/+4
* | Merge branch 'master' into careminsterMelanie2011-12-191-5/+20
|\ \ | |/
| * Stop unnecessarily sending the TextureEntry in client avatar updates.Justin Clark-Casey (justincc)2011-12-191-1/+7
| * Migrate detailed "appearance show" report generation up to AvatarFactoryModul...Justin Clark-Casey (justincc)2011-12-191-4/+13
* | Merge branch 'master' into careminsterMelanie2011-12-181-0/+1
|\ \ | |/
| * Stop generating client flags when we send out full object updates.Justin Clark-Casey (justincc)2011-12-161-0/+1
* | Merge branch 'master' into careminsterMelanie2011-12-141-2/+4
|\ \ | |/
| * In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in...Justin Clark-Casey (justincc)2011-12-131-2/+4
* | Merge branch 'master' into careminsterMelanie2011-12-101-0/+12
|\ \ | |/
| * Implement handler for TeleportCancel inbound packetMelanie2011-12-101-0/+12
* | Merge branch 'master' into careminsterMelanie2011-12-101-12/+4
|\ \ | |/
| * Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2011-12-091-12/+4
* | Merge branch 'master' into bigmergeMelanie2011-12-081-1/+3
|\ \ | |/
| * On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-081-1/+3
* | Implement ChangeInventoryItemFlagsPacket handlingMelanie2011-12-041-0/+16
* | Merge branch 'master' into bigmergeMelanie2011-11-281-7/+11
|\ \ | |/
| * When setting packet level logging via "debug packet", apply to all clients, n...Justin Clark-Casey (justincc)2011-11-241-7/+11
* | Merge branch 'master' into bigmergeMelanie2011-11-141-0/+2
|\ \ | |/
| * If a friends identifier which is too short is given to HGFriendsModule.GetOnl...Justin Clark-Casey (justincc)2011-11-141-0/+2
* | Merge branch 'master' into bigmergeMelanie2011-11-111-26/+20
|\ \ | |/
| * Restore sending of OutPacket() for object kills removed in commit c7dd7b1.Justin Clark-Casey (justincc)2011-11-111-26/+20
* | Merge branch 'master' into bigmergeMelanie2011-11-061-1/+1
|\ \ | |/
| * Convert SendKillObject to take a list of uint rather than sending oneMelanie2011-11-061-21/+32
* | Merge branch 'master' into bigmergeMelanie2011-10-301-2/+2
|\ \ | |/
| * Stop setting _position as well as m_taint_position in ODECharacter.PositionJustin Clark-Casey (justincc)2011-10-291-2/+2
* | Merge branch 'master' into bigmergeMelanie2011-10-271-1/+3
|\ \ | |/
| * Don't blow our brains out if LLClientView.BulkInventoryUpdate() is wrongly pa...Justin Clark-Casey (justincc)2011-10-271-1/+3
* | Merge commit '120114e96becc6fee1311300359dcefaf4013c0e' into bigmergeMelanie2011-10-251-15/+10
|\ \ | |/
| * refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)2011-10-171-15/+10
* | Merge commit '96ff2c63ed47e29a92cc79b6e8753d21e54da061' into bigmergeMelanie2011-10-251-3/+17
|\ \ | |/
| * Add avatar names to debug packet outputJustin Clark-Casey (justincc)2011-10-171-2/+2
* | Merge commit 'aa19ccf65c9cd235e0ba941e9832c5240df4412c' into bigmergeMelanie2011-10-251-1/+1
|\ \ | |/
| * refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)2011-10-141-1/+1