Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) d9f7b8549b Simplify friends caching by only doing this for root agents - no functions require caching for child agents. 12 years ago
  Melanie 614c404923 Typo fix 12 years ago
  Melanie b24605d526 Fix typos 12 years ago
  Melanie 0463a00d34 Start on Bulk inventory update via CAPS. Not functional yet. HG v2 12 years ago
  Melanie 8c0f1e9058 Add a corresponding method for items. HG v2 12 years ago
  Melanie 710c14fb57 Add SendRemoveInventoryFolders which allows to remove one or more 12 years ago
  Justin Clark-Casey (justincc) 1a8769e6ef Instead of loading default avatar animations in both SLUtil and AvatarAnimations, load just in AvatarAnimations instead. 12 years ago
  Justin Clark-Casey (justincc) bdc968f1fc Factor out common default animations code into SLUtil. LLClientView now makes use of the SLUtil copy via a method rather than each LLClientView loading a separate copy. 12 years ago
  PixelTomsen a7dc7e636e Fix: Covenant view fails after updates or cache-clean see mantis http://opensimulator.org/mantis/view.php?id=2879 12 years ago
  PixelTomsen 7273e05995 Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.org/mantis/view.php?id=3731 12 years ago
  PixelTomsen 5c545d1d2e Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?id=5869 12 years ago
  Melanie 447a66d660 Replace ParcelAccessEntry with a new struct, LandAccessEntry, which more 12 years ago
  Justin Clark-Casey (justincc) 2f84d5397b minor: remove mono compiler warning 12 years ago
  BlueWall 32d58d6e3e Telehub Support: 12 years ago
  BlueWall b6f3de5028 Telehub Support: 12 years ago
  Justin Clark-Casey (justincc) 59a0c50d48 Comment out noisy log lines I accidentally included in the nant build target adjustment commit. 12 years ago
  Justin Clark-Casey (justincc) 82ad9d4e04 Remove monocov and other obsolete nant build targets. 12 years ago
  Justin Clark-Casey (justincc) ef074deb52 Add "show image queue <first-name> <last-name>" region console command 12 years ago
  Justin Clark-Casey (justincc) 3a64522267 Minor formatting changes and commented out log lines for future debugging of image manager (udp texture fetch). No significant functional changes. 12 years ago
  Justin Clark-Casey (justincc) 82df5de5cf Remove the pointless LLClientView.m_imageManager null check. 12 years ago
  Justin Clark-Casey (justincc) 2899de1a5c Stop unnecessarily sending the TextureEntry in client avatar updates. 12 years ago
  Justin Clark-Casey (justincc) 0b91ec8dd2 Migrate detailed "appearance show" report generation up to AvatarFactoryModule from AppearanceInfoModule so that it can be used in debug (inactive). 12 years ago
  Justin Clark-Casey (justincc) a3a17e929e Stop generating client flags when we send out full object updates. 12 years ago
  Justin Clark-Casey (justincc) b242ceda1e In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in the same thread rather than on another one. 12 years ago
  Melanie 3a91085ac2 Implement handler for TeleportCancel inbound packet 12 years ago
  Justin Clark-Casey (justincc) af3cd00048 Get rid of IScene.PresenceChildStatus() which always had to execute a lookup in favour of IClientAPI.ISceneAgent.IsChildAgent instead. 12 years ago
  Justin Clark-Casey (justincc) f61e54892f On a new client circuit, send the initial reply ack to let the client know it's live before sending other data. 12 years ago
  Justin Clark-Casey (justincc) a58f5b2f66 When setting packet level logging via "debug packet", apply to all clients, not just root ones. 13 years ago
  Justin Clark-Casey (justincc) ff36a1bc7b If a friends identifier which is too short is given to HGFriendsModule.GetOnlineFriends() then spit out a warning rather than failing on the String.Substring(). 13 years ago
  Justin Clark-Casey (justincc) ce8441132e Restore sending of OutPacket() for object kills removed in commit c7dd7b1. 13 years ago