Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) 2bc8dcfdbd minor: add method doc to make it clear that click action is fired when the click action is changed, not when a prim is clicked 13 years ago
  Diva Canto 8d3a8a0a81 The map breakage is actually at 2048! 13 years ago
  Diva Canto e3e1f6308d Change the name of the newest command to "show names" so that it doesn't conflict with the existing "show users" 13 years ago
  Diva Canto 4cf60c5d9d Removing special casing on failures. This may also fix reports of this issue: 13 years ago
  Diva Canto 49e4e53928 Consistency fix on the last commit. 13 years ago
  Diva Canto 2a46f756d6 Fixed a compilation problem. Also added a lengthy comment on the Map hack, so that it never goes unnoticed again. 13 years ago
  Diva Canto 1bd712c541 Reverting the [HG]MapModule to its buggy behavior above 4096. Ppl seem to prefer the color blue, and I have given up trying to make things work above 4096. 13 years ago
  Diva Canto 80fc607d75 Fixed "Unknown User" listed as creator/owner on prims created with the Build button by foreign visitors. Added command to the UserManagementModule to list all the known bindings between user UUIDs and their names: show user-names. 13 years ago
  Diva Canto 9759b2a4bb Added EventManager.OnPrimsLoaded, an event that modules can hook up onto so that they know when the scene's objects have been loaded from the DB. 13 years ago
  Diva Canto 90f657d77d Deleted wrong debug message. 13 years ago
  Oren Hurvitz 61f1c2b2c5 Write estate errors on startup to the log 13 years ago
  Oren Hurvitz 39323055bd When a plugin fails to load because a DLL is missing, log which DLL it is 13 years ago
  Diva Canto eabfc9ca15 Added error message to help understand http://opensimulator.org/mantis/view.php?id=5527 13 years ago
  Diva Canto 3307db5d4a This hopefully fixes all issues with online/offline notifications across grids. http://opensimulator.org/mantis/view.php?id=5528 13 years ago
  Diva Canto 02b40670be This makes the display names work better for foreigners 13 years ago
  Diva Canto 41627bdf8a Remove scary error message 13 years ago
  Diva Canto f5d82350bb This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully. 13 years ago
  Diva Canto 1a23d322ac More on the hunt for the slow down on HGFriendsModule. - Don't requests the online friends on foreign grids. If this works, there's another way of getting that info. 13 years ago
  Diva Canto dce0e46eaa Moved the Mono Addins declaration of the HGFriendsModule to where the one for FriendModule is -- CoreModulePlugin.addin.xml (trying to hunt down the slowness reported by Nebadon related to HGFriends) 13 years ago
  Diva Canto e77ca65e57 This should make offline IMs work again. It should work for incoming foreign IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server. 13 years ago
  Diva Canto 6861606b6d Narrow down the exception catching to exactly the exception of interest. This may decrease the time of processing prims with broken user data. 13 years ago
  Diva Canto 78e76bba38 Removed unused dependency (that happened to have the wrong path) 13 years ago
  Justin Clark-Casey (justincc) 205b2f7ea4 Remove the unmaintained 'CMS' framework, which was really a 'source-control' experiment from 2008. 13 years ago
  Justin Clark-Casey (justincc) fe471b6424 Extend TestGiveInventoryFolder() to test giving back the freshly received folder 13 years ago
  Justin Clark-Casey (justincc) 12b1cbf8bf Fix give inventory tests to use different users rather than (accidentally) the same user. Extend TestGiveInventoryItem() to test giving back the same item. 13 years ago
  Justin Clark-Casey (justincc) fe890554fb insert an InventoryArchiveUtils.FindItemsByPath() to return multiple items rather than just the first one 13 years ago
  Justin Clark-Casey (justincc) 896f039513 create TestGetInventoryItem() 13 years ago
  Justin Clark-Casey (justincc) 1543fd7fff extend TestGiveInventoryFolder() to check for the receipt by user 2 13 years ago
  Justin Clark-Casey (justincc) 66004a9375 If an llSensor() is in an attachment, make the detection cone face in the direction of the avatar, not the relative rotation of the attachment towards the avatar. 13 years ago
  Justin Clark-Casey (justincc) d09210da86 minor: add in method print out to new test 13 years ago