Commit History

Author SHA1 Message Date
  Justin Clark-Casey (justincc) df4da51f04 Following on from 4f982596, launch map name requests on an async thread from LLClientView directly. 11 years ago
  Diva Canto 31177d9259 Another 10 modules' directives moved from .addin.xml 11 years ago
  Diva Canto 4f98259617 Minor improvement in the MapSearchModule. Stop blocking the client thread if the search takes too long. 12 years ago
  Diva Canto 2540132a54 MapSearchModule also converted to new region module interface (37 to go). 12 years ago
  Diva Canto 9e8b194356 Fixed borkness with map search introduce by my last changes to it. 12 years ago
  Diva Canto 05a1493fff More on map search: send extra messages to the user regarding the region being found or not, because the UI is horribly confusing -- places profile is always "loading..." whether the region exists or not. 12 years ago
  Diva Canto 18d1d6d3b4 More on SLURLs and V3. This is hacky, but it works. Basically, we have to redefine the encoding of HG URLs because the viewer messes them up. Examples of what works and doesn't work: 12 years ago
  Diva Canto df144eb9e2 Revert "Revert "More hacking around viewer bug"" 12 years ago
  Diva Canto f52917288a These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, needed. 12 years ago
  Diva Canto 5a9560db28 Revert "Hack around https://jira.secondlife.com/browse/VWR-28570" 12 years ago
  Diva Canto e5612553ce Revert "More hacking around viewer bug" 12 years ago
  Diva Canto 10731732b4 More hacking around viewer bug 12 years ago
  Diva Canto 697ac7fd9d Hack around https://jira.secondlife.com/browse/VWR-28570 12 years ago
  Justin Clark-Casey (justincc) bdcfd6afee Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots between neighbouring regions. 12 years ago
  Justin Clark-Casey (justincc) d2220da205 remove ancient late 2008 cruft that handles the situation where the GetRegionsByName used to not be implemented/returned null. 13 years ago
  Justin Clark-Casey (justincc) de20f0603f Tell hypergridders when their teleports fail because of the 4096 limit rather than just saying "destination not found" 13 years ago
  Diva Canto 8a5f6dc7a5 Fixes gray tiles on map search for viewers 1. 13 years ago
  Diva Canto c0a69bfaab The map is seriously broken. This doesn't fix it, but at least provides one more piece of data that seems to be required -- agent flags, which seem to be different in Viewer 2. WARNING: changes IClientAPI. 13 years ago
  Diva Canto 2d209d3844 Fix mantis #5413. WARNING: new config variable in section [GridService] of the simulators called Gatekeeper -- intended to have the URL of the grid's Gatekeeper service (so that it can be checked against). See ini.examples. 13 years ago
  Mic Bowman 836ab6b0e8 Change how map blocks are encoded to make map search 13 years ago
  Diva Canto 8c0e156b4d Make HG map search consistent with new syntax for link-region, i.e. http://foo.org. Old syntax (foo.org) is still supported, but has surprising results when ppl search again, because internally the HG link names start with http. 13 years ago
  Diva Canto 81587466e7 Map search: changed the flag sent to the client. It was 2 (???), now it's 0. This makes HG map tiles work on map search -- a longstanding annoyance. My map search tests were all ok, but since I don't understand these flag values, this may break something related to map search. 13 years ago
  Diva Canto 55e04e6c68 Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for grided sims. 13 years ago
  Justin Clark-Casey (justincc) 8acb401a14 minor: remove mono compiler warnings 14 years ago
  Teravus Ovares (Dan Olivares) b836249926 * Untested Suggestion from lkalif to change 14 years ago
  Diva Canto 42f978a478 * HGScene is no more. 14 years ago
  Diva Canto 70465f4c90 Removed obsolete interface IHyperlink. 14 years ago
  Diva Canto f1c30784ac * General cleanup of Teleports, Crossings and Child agents. They are now in the new AgentTransferModule, in line with what MW started implementing back in May -- ITeleportModule. This has been renamed IAgentTransferModule, to be more generic. 14 years ago
  Diva Canto 9e54e61a43 Make the HG map search recognize host names without ports. 14 years ago
  Diva Canto f4bf581b96 Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.cs/HypergridServiceConnector.cs, away from Region.Communications and HGNetworkServersInfo. 15 years ago