aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2012-03-28Add SendRemoveInventoryFolders which allows to remove one or moreMelanie1-1/+40
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2-20/+58
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)1-6/+1
2012-03-20minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+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-19Remove debug output using Console.WriteLine and trim excessive whitespaceMelanie1-8/+0
2012-03-16 some more work on costsUbitUmarov1-22/+34
2012-03-15Playing with object costs CAPS ...UbitUmarov1-2/+118
2012-03-15 added ObjectPhysicsProperties http event message to send viewer that data. F...UbitUmarov3-0/+56
2012-03-14bug fixs, added a default physics shape estimator based on being a mesh or no...UbitUmarov1-0/+2
2012-03-13Hook up the new cap to the SOP changesMelanie1-8/+5
2012-03-13Implement the cap to send extra physics params to the viewer. Not functionalMelanie1-0/+38
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-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-03-02comment out "[CAPS]: ScriptTaskInventory Request" log spamJustin Clark-Casey (justincc)1-1/+1
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-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)3-7/+14
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-29Fix:Get embedded objects in notecard http://opensimulator.org/mantis/view.php...PixelTomsen1-0/+71
2012-01-28Prevent an overlong description from messing up a ParcelInfoReplyMelanie1-1/+1
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie2-4/+4
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