UbitUmarov
|
928733efc9
please DIE! PLEASE??
|
7 years ago |
Melanie Thielker
|
b16abc8166
Massive tab and trailing space cleanup
|
7 years ago |
UbitUmarov
|
371c9dd2af
bad merge?
|
9 years ago |
Diva Canto
|
e2dd15625f
Added GetDisplayNames capability. For now, we don't actually use display names, and this cap returns the regular name. But this moves the server side into the newer, preferred, protocol used by the viewer for fetching the names of agents in the scene given their UUIDs. (the old protocol is via UDP). This works fine in my limited tests, but could use further testing by others.
|
9 years ago |
Robert Adams
|
fc9930e420
Repair check for if in region position (I mean || is kinda like &&).
|
10 years ago |
Robert Adams
|
bdbbeaa494
Non-functional changes of numbers into symbolic references and a few
|
10 years ago |
Melanie
|
75c68fa29e
Merge branch 'master' into careminster
|
11 years ago |
Justin Clark-Casey (justincc)
|
e2b3b7a2ae
minor: Correct minor spelling mistake Reseting -> Resetting in HG Map module log message
|
11 years ago |
Melanie
|
21f5e67030
Merge branch 'master' into careminster
|
11 years ago |
Diva Canto
|
ac2ad9690d
HGWorldMapModule: unregister event on RemoveRegion
|
11 years ago |
Diva Canto
|
87fcff9fc3
HGWorldMapModule: check whether it's enabled or not.
|
11 years ago |
Diva Canto
|
3c540f0d33
Avoid another null ref opportunity.
|
11 years ago |
Diva Canto
|
e4ecbc2b10
Fix null ref.
|
11 years ago |
Diva Canto
|
fd050fca7c
Doing the HG Map / SimulatorFeatures "the right way": moved it to HGMapModule, hooking on to SimulatorFeatures.OnSimulatorFeaturesRequest event (similar to what the DynamicMenuModule does).
|
11 years ago |
Melanie
|
54ee95dd8e
Merge branch 'master' into careminster
|
11 years ago |
Justin Clark-Casey (justincc)
|
d0cb4fc326
Move map related settings from [Startup] to a new [Map] section in OpenSim.ini
|
11 years ago |
Melanie
|
af01a2320a
Merge branch 'master' into careminster
|
12 years ago |
Diva Canto
|
31177d9259
Another 10 modules' directives moved from .addin.xml
|
12 years ago |
Melanie
|
1e4c656497
Revamp map block sending to eliminate overload of the grid server connection
|
12 years ago |
Diva Canto
|
487cb51f69
3rd way of reseting the HG Map. This time, don't use the grid service; instead keep track of which map blocks each client has seen in the region, and reset exactly those when the client closes.
|
13 years ago |
Diva Canto
|
98d1e7768a
New method for resetting the map on HG: do it only once upon changing grids, and reset only exactly the map blocks that had regions in them. WARNING: this fetches all the regions from the Grid service, so there is a chance that this is a really bad idea in large grids. Pushing it for testing.
|
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
|
e14b7ec9e1
HGWorldMap: don't send map blocks of hyperlinks that are farther than 4096 cells from the current region.
|
13 years ago |
Diva Canto
|
47735468d2
Somewhat reverting the last commit. The viewer ignores 255's on tiles that were previously on, so we need to send 254 (offline) explicitly. Also removing the +/-4 for HGMap, because it makes the map flicker.
|
13 years ago |
Diva Canto
|
e1a4a8d857
Changed the Access flag on HGMap to 255 (does not exist) and clarified the other value 254 too. Meanings taken from libomv.
|
13 years ago |
Diva Canto
|
7e2b35bbb3
Fixes gray tiles around +/-4 when user clicks on an empty tile. Affects regions above 4096 primarily.
|
13 years ago |
Diva Canto
|
632bb71262
Fixed MapBlocks bug, wrong order of arguments. First version that seems completely functional.
|
15 years ago |
Diva Canto
|
5757afe766
First pass at the heart surgery for grid services. Compiles and runs minimally. A few bugs to catch now.
|
15 years ago |
Jeff Ames
|
840de6c036
Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt.
|
15 years ago |
Justin Clarke Casey
|
c320dca2db
* minor: remove some mono compiler warnings
|
15 years ago |