aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap/MapSearchModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15Following on from 4f982596, launch map name requests on an async thread from ...Justin Clark-Casey (justincc)1-12/+8
2012-11-12Another 10 modules' directives moved from .addin.xmlDiva Canto1-0/+2
2012-11-09Minor improvement in the MapSearchModule. Stop blocking the client thread if ...Diva Canto1-19/+55
2012-11-09MapSearchModule also converted to new region module interface (37 to go).Diva Canto1-5/+22
2012-03-20Fixed borkness with map search introduce by my last changes to it.Diva Canto1-1/+1
2012-03-15More on map search: send extra messages to the user regarding the region bein...Diva Canto1-0/+11
2012-03-15More on SLURLs and V3. This is hacky, but it works. Basically, we have to red...Diva Canto1-3/+12
2012-03-15Revert "Revert "More hacking around viewer bug""Diva Canto1-1/+1
2012-03-15These SLURLs are very confusing! -- reverting the revert. Hack is, indeed, ne...Diva Canto1-1/+13
2012-03-15Revert "Hack around https://jira.secondlife.com/browse/VWR-28570"Diva Canto1-13/+1
2012-03-15Revert "More hacking around viewer bug"Diva Canto1-1/+1
2012-03-15More hacking around viewer bugDiva Canto1-1/+1
2012-03-15Hack around https://jira.secondlife.com/browse/VWR-28570Diva Canto1-1/+13
2011-11-24Add disabled CrossBehaviour to pCampBot, which is designed to cross test bots...Justin Clark-Casey (justincc)1-1/+1
2011-08-02remove ancient late 2008 cruft that handles the situation where the GetRegion...Justin Clark-Casey (justincc)1-10/+1
2011-06-24Tell hypergridders when their teleports fail because of the 4096 limit rather...Justin Clark-Casey (justincc)1-1/+3
2011-05-09Fixes gray tiles on map search for viewers 1.Diva Canto1-2/+5
2011-05-08The map is seriously broken. This doesn't fix it, but at least provides one m...Diva Canto1-4/+4
2011-03-28Fix mantis #5413. WARNING: new config variable in section [GridService] of th...Diva Canto1-1/+5
2011-03-10Change how map blocks are encoded to make map searchMic Bowman1-2/+4
2011-01-07Make HG map search consistent with new syntax for link-region, i.e. http://fo...Diva Canto1-1/+1
2011-01-06Map search: changed the flag sent to the client. It was 2 (???), now it's 0. ...Diva Canto1-3/+3
2010-12-14Fixes mantis #5270 -- Map tiles for hyperlinks not showing in world map for g...Diva Canto1-2/+2
2010-08-13minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-9/+9
2010-05-02* Untested Suggestion from lkalif to changeTeravus Ovares (Dan Olivares)1-1/+1
2010-01-30* HGScene is no more.Diva Canto1-1/+0
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-27/+8
2010-01-24Removed obsolete interface IHyperlink.Diva Canto1-19/+0
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-8/+27
2010-01-15* General cleanup of Teleports, Crossings and Child agents. They are now in t...Diva Canto1-6/+1
2009-12-14Make the HG map search recognize host names without ports.Diva Canto1-1/+1
2009-09-26Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto1-2/+2
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-10/+16
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-1/+1
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-10/+10
2009-02-12* optimized usings.lbsa711-12/+10
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-07Adds support for HG linking to specific regions within an instance. The forma...diva1-110/+13
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-02-01More on dynamic hyperlinks. Making the 4096 check (deregistration of region) ...diva1-1/+1
2009-02-01Check for the 4096 limitation in dynamic region hyperlinks.diva1-6/+43
2009-01-31Initial support for dynamic HG hyperlinks. With this commit, remote sims can ...diva1-2/+101
2008-10-03Add the missing bits for the new region-search:Homer Horwitz1-24/+33
2008-10-03* EventQueueGet is now working.Teravus Ovares1-1/+6
2008-10-02Added the first version of the MapSearchModule, which allows you to search forHomer Horwitz1-0/+119