Commit History

Author SHA1 Message Date
  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 13 years ago
  BlueWall 32d58d6e3e Telehub Support: 13 years ago
  BlueWall b6f3de5028 Telehub Support: 13 years ago
  Justin Clark-Casey (justincc) 59a0c50d48 Comment out noisy log lines I accidentally included in the nant build target adjustment commit. 13 years ago
  Justin Clark-Casey (justincc) 82ad9d4e04 Remove monocov and other obsolete nant build targets. 13 years ago
  Justin Clark-Casey (justincc) ef074deb52 Add "show image queue <first-name> <last-name>" region console command 13 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. 13 years ago
  Justin Clark-Casey (justincc) 82df5de5cf Remove the pointless LLClientView.m_imageManager null check. 13 years ago
  Justin Clark-Casey (justincc) 2899de1a5c Stop unnecessarily sending the TextureEntry in client avatar updates. 13 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). 13 years ago
  Justin Clark-Casey (justincc) a3a17e929e Stop generating client flags when we send out full object updates. 13 years ago
  Justin Clark-Casey (justincc) b242ceda1e In AvatarFactoryModule.SetApperance(), perform ValidateBakedTextureCache() in the same thread rather than on another one. 13 years ago
  Melanie 3a91085ac2 Implement handler for TeleportCancel inbound packet 13 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. 13 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. 13 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
  Melanie c7dd7b13a2 Convert SendKillObject to take a list of uint rather than sending one 13 years ago
  Justin Clark-Casey (justincc) 5ae8de3c00 Stop setting _position as well as m_taint_position in ODECharacter.Position 13 years ago
  Justin Clark-Casey (justincc) e210d95821 Don't blow our brains out if LLClientView.BulkInventoryUpdate() is wrongly passed a null node reference. 13 years ago
  Justin Clark-Casey (justincc) 120114e96b refactor: Make IClientAPI.DebugPacketFormat a property rather than a setter without a getter 13 years ago
  Justin Clark-Casey (justincc) 96ff2c63ed Add avatar names to debug packet output 13 years ago
  Justin Clark-Casey (justincc) aa19ccf65c refactor: rename IClientAPI.SendPrimUpdate() to SendEntityUpdate() since it sends entity updates (including presence ones), not just prims. 13 years ago
  Justin Clark-Casey (justincc) 20da04fd0c More method doc and formatting changes. Makes DestroyOdeStructures() private 13 years ago
  Justin Clark-Casey (justincc) c5826d589a minor: insert some commented out log lines which are a blunt but useful instrument to see packet expiry and received acks 13 years ago