Commit History

Author SHA1 Message Date
  Melanie 293a024c14 Allow callers to set the invoice parameter for GenericMessage 11 years ago
  dahlia 7c839f176f amend previous commit, a line was left out 11 years ago
  dahlia 53122fad40 Thanks lkalif for a fix to SendRegionHandshake() which fixes a potential crash with Server-side baking enabled viewers 11 years ago
  Melanie 5f4c4df227 Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask 11 years ago
  Justin Clark-Casey (justincc) f8a4d95bdd minor: Remove mono compiler warning in LLClientView 11 years ago
  teravus 33dab49d22 * Just another one of those new packet blocks causing a null ref. Defaulting to zero length array..... 11 years ago
  teravus 7556b42d7a * Update LibOMV to f8f8e616b37a7ea22b7922b2331999bc06725bf9 11 years ago
  Robert Adams 681653ca13 Add a method to IStatsCollector for returning stats as an OSDMap. 11 years ago
  Melanie 3108d18ffb Fix shape parameters sent for meshes tosupport the full number of faces 11 years ago
  Melanie 7bf33d333a Plumb the path from the client to the extra physics params and back 11 years ago
  teravus 7c4e0ff03c * Adds a satisfying angular roll when an avatar is flying and turning. (General, not physics). Makes flying not feel as stiff. 11 years ago
  Melanie 9c99ed26eb Merge branch 'master' of [email protected]:/var/git/opensim 11 years ago
  Melanie 5563a8916e Complete removal of the now unused state queue 11 years ago
  dahlia 055b8a2d58 move resit fix to ScenePresence.cs and allow for requesting sit on objects other than the object currently sat on 11 years ago
  dahlia 72cc94cfbc add some sanity checking to HandleAgentRequestSit handler 11 years ago
  Justin Clark-Casey (justincc) 0b93a68030 minor: add some more detail to the logging if an LLClientView fails to process a packet 11 years ago
  Justin Clark-Casey (justincc) daf03bfb56 Handle Map block requests on a separate thread rather than the main packet handling thread. 12 years ago
  Justin Clark-Casey (justincc) 57273ef7b2 Do HandleMapLayerRequest on its own thread rather than on the main inbound udp packet handling thread. 12 years ago
  Justin Clark-Casey (justincc) df4da51f04 Following on from 4f982596, launch map name requests on an async thread from LLClientView directly. 12 years ago
  Justin Clark-Casey (justincc) 4ba48151b2 Handle UUIDGroupName and ObjectGroup viewer UDP requests asynchronously rather than synchronously. 12 years ago
  Justin Clark-Casey (justincc) c13a99dc5c Fix script error messages not showing up in viewer 3 and associated viewers. 12 years ago
  Justin Clark-Casey (justincc) 0811f3d28d minor: Remove event method doc from LLClientView that I forgot in the last commit (1de80c) 12 years ago
  Justin Clark-Casey (justincc) 3ec2923022 Reuse the same AgentUpdateArgs object for each AgentUpdate UDP packet (of which there are 10 a second) rather than constructing a new one every time. 12 years ago
  Justin Clark-Casey (justincc) faf6b56839 Explicitly return only the incoming AgentUpdate packet as this is the only one we pool atm, rather than attempting to return all incoming packets. 12 years ago
  Justin Clark-Casey (justincc) dc460579fd minor: Fix and elaborate on log information printed when an unrecognized estate method is received from the client. 12 years ago
  Justin Clark-Casey (justincc) b7e75d467c minor: Use && instead of & when deciding whether to print Improve/ObjectUpdate packet out messages when debug is turned on. 12 years ago
  Justin Clark-Casey (justincc) 8a402850dd Enable reuse of data blocks for ImprovedTerseObjectUpdate using existing Packetpool code. 12 years ago
  Justin Clark-Casey (justincc) 2e9ef015f7 Fix packetpool for ImprovedTerseObjectUpdate packets. 12 years ago
  Justin Clark-Casey (justincc) 73c9abf5f2 Move OpenSim.Data.RegionFlags -> OpenSim.Framework.RegionFlags to make it easier for other code to use (e.g. LSL_Api) without having to reference OpenSim.Data just for this. 12 years ago
  Justin Clark-Casey (justincc) 16c9c1dff7 On receiving TaskInventoryAccepted with a destination folder in the binary bucket slot for RLV, notify the viewer about inventory folder updates. 12 years ago