Justin Clarke Casey
|
a31792ee5c
* prune and regrade log messages relating to client login and logout
|
16 years ago |
Justin Clarke Casey
|
fde6a1665c
* refactor: call AddHttpHandler() directly via CommsManager
|
16 years ago |
Justin Clarke Casey
|
579f11b3b8
* refactor: call AddLLSDHandler directly via CommsManager
|
16 years ago |
Justin Clarke Casey
|
b37c8d6cbd
* minor: Comment out high volume 'Getting MapItems' messages
|
16 years ago |
Melanie Thielker
|
f518ca7feb
Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new
|
16 years ago |
Melanie Thielker
|
3234472d62
Reverting the texture sending patch and the new libOMV. This makes this
|
16 years ago |
Justin Clarke Casey
|
c25a0ea792
* Update libOMV to r2359. This is necessary for the progressive texture patch
|
16 years ago |
Jeff Ames
|
397b608af5
Thanks Diva for a patch that makes WorldMapModule friendly to subclassing.
|
16 years ago |
Justin Clarke Casey
|
97d320d7d1
* Practise some defensive programming - gracefully terminate the thread if there is a problm in the world map module rather than bringing down the whole server.
|
16 years ago |
Justin Clarke Casey
|
21c0df53a2
* Improve the previous fix by pushing the exception catching down into OGS1 grid services
|
16 years ago |
Justin Clarke Casey
|
f793f93817
* Temporary fix to stop a problem in getting neighbour info in the world map module from crashing the entire server
|
16 years ago |
Teravus Ovares
|
692f4259fb
* Add root agent list/check for mapitem requests.
|
16 years ago |
Homer Horwitz
|
ddfff68c20
Clean up webmap-generation a bit:
|
16 years ago |
Teravus Ovares
|
2c5497fa3a
* Re-enables map item requests.
|
16 years ago |
Dr Scofield
|
2947ef9c00
warning squashing
|
16 years ago |
Teravus Ovares
|
bb7fcf378b
* Disabling mapitem requests for surrounding regions as it's probably using up a lot of threads right now when regions are inaccessable
|
16 years ago |
Teravus Ovares
|
600721d480
* Made Mapitems more failure friendly
|
16 years ago |
Teravus Ovares
|
78073fa440
MapItems/Green Dots
|
16 years ago |
Teravus Ovares
|
f8acdeb437
* Green dots on the mainmap for avatar.
|
16 years ago |
Homer Horwitz
|
63d7a92fb4
Added immediate TP failure message for TPs to regions that aren't there,
|
16 years ago |
Melanie Thielker
|
1d7095fbce
Correct a capitalization error
|
16 years ago |
Melanie Thielker
|
c009da3508
Add WorldMapModule = "name" to OpenSim.ini. Default is "WorldMap".
|
16 years ago |
Teravus Ovares
|
7d89e12293
* This is the fabled LibOMV update with all of the libOMV types from JHurliman
|
16 years ago |
Jeff Ames
|
6ef9d4da90
Formatting cleanup.
|
16 years ago |
MW
|
cf1cf73839
added the flag param to IClientAPI.SendMapBlock
|
16 years ago |
MW
|
35e1a2fdfc
first part of Requestmapblocks fixes: Adds uint flags param to the OnRequestMapBlocks event (and handler), as when a client sends a map block request it also sends what layer it wants it for 0,1,2. It will always send two requests, one of them being for layer 2 (the overlay layer) and the other one either 0 or 1 depending on the tab that is selected in the client worldmap window. We should also be sending what layer the reply is for in IClientAPI.SendMapBlock (current always set to 0). That will come in next part (most likely at the weekend).
|
16 years ago |
MW
|
7a9922af27
Added support for terrain map to be serialised to xml(as base64 binary). useful for places that the terrain map is needed in a serialised form. Also could add console commands to save and load from files, which should be faster than .raw files (these load/save commands are not included/implemented)
|
16 years ago |
Teravus Ovares
|
a401b03ab0
* Increase WEBMAP tile jpeg quality.
|
16 years ago |
Teravus Ovares
|
53c9ce46b3
* Enables binary data in BaseHttpServer with 'image' in content type.
|
16 years ago |
Jeff Ames
|
64f01ade04
Update svn properties, clean up formatting, refactor out duplicate hard-coded port numbers.
|
16 years ago |