aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr...Justin Clark-Casey (justincc)2012-02-161-3/+3
* Add known identity informatio nto log message if an exception is thrown durin...Justin Clark-Casey (justincc)2012-02-161-36/+53
* Fix: Covenant view fails after updates or cache-clean see mantis http://opens...PixelTomsen2012-02-101-0/+12
* Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.or...PixelTomsen2012-02-101-7/+7
* Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen2012-02-031-4/+4
* Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie2012-02-021-7/+7
* minor: remove mono compiler warningJustin Clark-Casey (justincc)2012-01-311-2/+1
* Fix "Abnormal client thread terminations" stat in period CONNECTION STATISTIC...Justin Clark-Casey (justincc)2012-01-241-0/+1
* Telehub Support:BlueWall2012-01-211-1/+13
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimBlueWall2012-01-203-33/+143
|\
| * Allow a viewer UDP image request retry to trigger another asset fetch if an e...Justin Clark-Casey (justincc)2012-01-192-6/+32
| * Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)2012-01-193-13/+52
| * refactor: separate out common parts of LLImageManagerTestsJustin Clark-Casey (justincc)2012-01-191-48/+40
| * Add LLImageManager regression test for discard caseJustin Clark-Casey (justincc)2012-01-191-0/+53
* | Telehub Support:BlueWall2012-01-201-3/+36
|/
* Add "image queues clear <first-name> <last-name>" console commandJustin Clark-Casey (justincc)2012-01-191-0/+20
* Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)2012-01-194-6/+98
* 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
* Add "show image queue <first-name> <last-name>" region console commandJustin Clark-Casey (justincc)2012-01-102-5/+19
* recomment log messages I accidentally left uncommentedJustin Clark-Casey (justincc)2012-01-051-6/+6
* Improve "app rebake" command to return a better message if no uploaded textur...Justin Clark-Casey (justincc)2012-01-051-6/+6
* Minor formatting changes and commented out log lines for future debugging of ...Justin Clark-Casey (justincc)2012-01-043-22/+76
* Remove the pointless LLClientView.m_imageManager null check.Justin Clark-Casey (justincc)2012-01-041-16/+4
* Reduce accessibility of some J2KImage/LLImageManager properties and methods t...Justin Clark-Casey (justincc)2012-01-022-12/+12
* Adding commented out log messages and some minor formatting for future bug hu...Justin Clark-Casey (justincc)2012-01-021-1/+8
* HG: more / love for XmasDiva Canto2011-12-241-2/+5
* 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
* Stop generating client flags when we send out full object updates.Justin Clark-Casey (justincc)2011-12-161-0/+1
* In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in...Justin Clark-Casey (justincc)2011-12-131-2/+4
* Implement handler for TeleportCancel inbound packetMelanie2011-12-101-0/+12
* Get rid of IScene.PresenceChildStatus() which always had to execute a lookup ...Justin Clark-Casey (justincc)2011-12-091-12/+4
* Don't reply with an ack packet if the client is not authorized.Justin Clark-Casey (justincc)2011-12-082-45/+31
* Extend TestAddClient() to check that the first packet received is an ack packetJustin Clark-Casey (justincc)2011-12-083-93/+116
* Add OpenSim.Region.ClientStack.LindenUDP.Tests.dll back into the test suiteJustin Clark-Casey (justincc)2011-12-081-1/+1
* Reactivate BasicCircuitTests.TestAddClient()Justin Clark-Casey (justincc)2011-12-083-109/+138
* Remove unnecessary AgentCircuitData null check from Scene.AddNewClient().Justin Clark-Casey (justincc)2011-12-081-4/+4
* On a new client circuit, send the initial reply ack to let the client know it...Justin Clark-Casey (justincc)2011-12-083-21/+46
* When setting packet level logging via "debug packet", apply to all clients, n...Justin Clark-Casey (justincc)2011-11-241-7/+11
* If a friends identifier which is too short is given to HGFriendsModule.GetOnl...Justin Clark-Casey (justincc)2011-11-141-0/+2
* Restore sending of OutPacket() for object kills removed in commit c7dd7b1.Justin Clark-Casey (justincc)2011-11-111-26/+20
* Convert SendKillObject to take a list of uint rather than sending oneMelanie2011-11-061-21/+32
* Stop setting _position as well as m_taint_position in ODECharacter.PositionJustin Clark-Casey (justincc)2011-10-291-2/+2
* Don't blow our brains out if LLClientView.BulkInventoryUpdate() is wrongly pa...Justin Clark-Casey (justincc)2011-10-271-1/+3
* refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter w...Justin Clark-Casey (justincc)2011-10-171-15/+10
* Add avatar names to debug packet outputJustin Clark-Casey (justincc)2011-10-171-2/+2
* refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it s...Justin Clark-Casey (justincc)2011-10-141-1/+1
* More method doc and formatting changes. Makes DestroyOdeStructures() privateJustin Clark-Casey (justincc)2011-10-131-0/+6
* Get rid of some traces of the old pre-ROBUST grid architecture configJustin Clark-Casey (justincc)2011-10-121-1/+1