aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/WorldMap/WorldMapModule.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-4/+4
2009-06-19When a shared module hooks OnClientClosed, it has no way of findingMelanie Thielker1-1/+1
2009-06-18* Corrected CAPS namespacesArthur Valadares1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-17Thank you kindly, Jonc, for a patch that solvesCharles Krinke1-1/+1
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva1-4/+4
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-04-26HGWorldMap got a bit out of sync during the introduction of the new module sy...diva1-4/+8
2009-04-24- Moved WorldMapModule and HGWorldMapModule to the new region-module systemHomer Horwitz1-59/+91
2009-02-17- remove the Metadata property from AssetBase and return all previousMike Mazur1-5/+5
2009-02-16* refactor: remove AssetCache field hanging off SceneJustin Clarke Casey1-1/+1
2009-02-13* refactor: Move LazySaveGeneratedMapTile from scene to WorldMapModuleJustin Clarke Casey1-1/+61
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-2/+91
2009-02-12large scale fix for svn props after "the great refactor"Sean Dague1-23/+23
2009-02-12* optimized usings.lbsa711-32/+28
2009-02-10this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield1-1/+1
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield1-3/+3
2009-01-06* prune and regrade log messages relating to client login and logoutJustin Clarke Casey1-9/+6
2009-01-06* refactor: call AddHttpHandler() directly via CommsManagerJustin Clarke Casey1-1/+1
2009-01-06* refactor: call AddLLSDHandler directly via CommsManagerJustin Clarke Casey1-1/+2
2008-12-17* minor: Comment out high volume 'Getting MapItems' messagesJustin Clarke Casey1-15/+15
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-56/+56
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-56/+56
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey1-56/+56
2008-11-06Thanks Diva for a patch that makes WorldMapModule friendly to subclassing.Jeff Ames1-43/+32
2008-11-04* Practise some defensive programming - gracefully terminate the thread if th...Justin Clarke Casey1-20/+28
2008-11-04* Improve the previous fix by pushing the exception catching down into OGS1 g...Justin Clarke Casey1-10/+1
2008-11-04* Temporary fix to stop a problem in getting neighbour info in the world map ...Justin Clarke Casey1-1/+11
2008-10-19* Add root agent list/check for mapitem requests.Teravus Ovares1-9/+52
2008-10-09Clean up webmap-generation a bit:Homer Horwitz1-17/+3
2008-10-08* Re-enables map item requests.Teravus Ovares1-51/+261
2008-10-08warning squashingDr Scofield1-3/+3
2008-10-07* Disabling mapitem requests for surrounding regions as it's probably using u...Teravus Ovares1-6/+6
2008-10-06* Made Mapitems more failure friendlyTeravus Ovares1-10/+86
2008-10-06MapItems/Green DotsTeravus Ovares1-19/+63
2008-10-06* Green dots on the mainmap for avatar.Teravus Ovares1-0/+168
2008-10-04Added immediate TP failure message for TPs to regions that aren't there,Homer Horwitz1-2/+36
2008-09-24Correct a capitalization errorMelanie Thielker1-1/+1
2008-09-24Add WorldMapModule = "name" to OpenSim.ini. Default is "WorldMap".Melanie Thielker1-0/+9
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-24/+25
2008-08-18Formatting cleanup.Jeff Ames1-22/+13
2008-06-25added the flag param to IClientAPI.SendMapBlockMW1-3/+3
2008-06-25first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestM...MW1-1/+2
2008-06-25Added support for terrain map to be serialised to xml(as base64 binary). usef...MW1-2/+2
2008-06-17* Increase WEBMAP tile jpeg quality.Teravus Ovares1-1/+29
2008-06-16* Enables binary data in BaseHttpServer with 'image' in content type.Teravus Ovares1-1/+80
2008-06-13Update svn properties, clean up formatting, refactor out duplicate hard-coded...Jeff Ames1-3/+3
2008-06-12* Split the World Map code into a module.Teravus Ovares1-0/+239