aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)1-2/+2
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)1-2/+2
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)1-2/+2
2012-03-28Typo fixMelanie1-1/+1
2012-03-28Fix typosMelanie1-2/+2
2012-03-28Start on Bulk inventory update via CAPS. Not functional yet. HG v2Melanie1-0/+48
2012-03-28Add a corresponding method for items. HG v2Melanie1-0/+38
2012-03-28Add SendRemoveInventoryFolders which allows to remove one or moreMelanie1-1/+40
2012-03-28Typo fixMelanie1-1/+1
2012-03-28Add SendRemoveInventoryFolders which allows to remove one or moreMelanie1-1/+40
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)1-6/+1
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)1-1/+1
2012-03-20 add some more notifications about changes on physical parameters ( still inc...UbitUmarov1-0/+1
2012-03-15 added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov1-0/+28
2012-03-14bug fixs, added a default physics shape estimator based on being a mesh or no...UbitUmarov1-0/+2
2012-03-13initial suport for ExtraPhysical parts parameters. Reading from llclientView ...UbitUmarov1-4/+25
2012-03-13Refactor, move OjectChangeData into it's own file and renameMelanie1-16/+16
2012-03-11 cleanup + commentsUbitUmarov1-277/+0
2012-03-10BIG MESS. changed Iclient interface so only one event is used to inform scene...UbitUmarov1-13/+143
2012-03-09Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)1-26/+1
2012-03-09 more changes on undo/redo group scaling seems to work betterUbitUmarov1-2/+3
2012-03-09 more changes in undo/redo. Basicly moved control to llclientview.cs. later w...UbitUmarov1-67/+154
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-2/+5
2012-02-23Correct sit position calculationsMelanie1-2/+2
2012-02-23Properly sequence updates of avatars and attachments so that we don'tMelanie1-0/+8
2012-02-23Show avatars as sitting on proot prims only to avoid motion jitterMelanie1-5/+31
2012-02-16Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr...Justin Clark-Casey (justincc)1-3/+3
2012-02-16Add known identity informatio nto log message if an exception is thrown durin...Justin Clark-Casey (justincc)1-36/+53
2012-02-14Implement region crossing of sitting avatars. Edit mode and llSetPos workMelanie1-1/+2
2012-02-10Fix: Covenant view fails after updates or cache-clean see mantis http://opens...PixelTomsen1-0/+12
2012-02-10Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.or...PixelTomsen1-7/+7
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-4/+4
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-7/+7
2012-02-02Make ban, eject, freeze and the scripted versions of those work.Melanie1-7/+7
2012-01-31minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+1
2012-01-30Fix displaying landmark and search info properly with long namesMelanie1-1/+4
2012-01-28Prevent an overlong description from messing up a ParcelInfoReplyMelanie1-1/+1
2012-01-24Fix "Abnormal client thread terminations" stat in period CONNECTION STATISTIC...Justin Clark-Casey (justincc)1-0/+1
2012-01-21Telehub Support:BlueWall1-1/+13
2012-01-20Telehub Support:BlueWall1-3/+36
2012-01-19Allow a viewer UDP image request retry to trigger another asset fetch if an e...Justin Clark-Casey (justincc)2-6/+32
2012-01-19Add image not in database test for LLImageManagerJustin Clark-Casey (justincc)3-13/+52
2012-01-19refactor: separate out common parts of LLImageManagerTestsJustin Clark-Casey (justincc)1-48/+40
2012-01-19Add LLImageManager regression test for discard caseJustin Clark-Casey (justincc)1-0/+53
2012-01-19Add "image queues clear <first-name> <last-name>" console commandJustin Clark-Casey (justincc)1-0/+20
2012-01-19Add basic request and send image regression tests for LLImageManagerJustin Clark-Casey (justincc)4-6/+98
2012-01-17Fix prim calculations so that > 32767 prims are supportedMelanie1-1/+1
2012-01-16Comment out noisy log lines I accidentally included in the nant build target ...Justin Clark-Casey (justincc)1-6/+6
2012-01-16Remove monocov and other obsolete nant build targets.Justin Clark-Casey (justincc)1-5/+10
2012-01-10Add "show image queue <first-name> <last-name>" region console commandJustin Clark-Casey (justincc)2-5/+19