summaryrefslogtreecommitdiff
path: root/disclosures.json
blob: 918ca92185b1eedd52379f2fce79777d1ab50b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[
	{
		"name": "Megapahit",
		"disclosures": [
			{
				"label": "Behold!",
				"text": "It's the Megapahit viewer."
			}
		]
	},
	{
		"name": "Disclaimers",
		"disclosures": [
			{
				"label": "3rd-party",
				"text": "This software is not provided or supported by Linden Lab, the makers of Second Life."
			},
			{
				"label": "Warranty",
				"text": "This software is provided AS IS, without any expressed or implied warranty."
			}
		]
	},
	{
		"name": "Limitations",
		"disclosures": [
			{
				"label": "Voice",
				"text": "We don't have the redistribution licence, but you could copy SLVoice or SLVoice.exe, libortp.dylib or ortp_x64.dll, and libvivoxsdk.dylib or vivoxsdk_x64.dll from SL viewer's Resources folder to Megapahit's Resources or libexec folder. But on macOS, don't copy the files before you launch the app for the first time, otherwise GateKeeper would consider the app tampered after failing to verify its integrity."
			}
		]
	},
	{
		"name": "Policies",
		"disclosures": [
			{
				"label": "Privacy",
				"text": "The viewer sends data only to Second Life."
			},
			{
				"label": "Accounts",
				"text": "Our Bugzilla may require an account made, but you are not required to make any in order to use the viewer."
			}
		]
	},
	{
		"name": "7.1.8.50941",
		"disclosures": [
			{
				"label": "Performance improvements",
				"text": "Faster Zoom In, and especially Apple GPU and vertex buffer optimisations, by observeur."
			},
			{
				"label": "Bug fixes",
				"text": "The macOS bug fixes that were introduced in 7.1.9.50850 are now here too."
			}
		]
	},
	{
		"name": "7.1.9.51085",
		"disclosures": [
			{
				"label": "Maintenance-B",
				"text": "Parity to SL viewer Maintenance-B release."
			},
			{
				"label": "Changes, features and bug fixes",
				"text": "The use of FMOD Studio, web-based UI takes keyboard input now, lower energy use when in background, Teleport To function, HiDPI works and the Low graphics setting won't lower FPS now on macOS, browser on Fedora now works, etc."
			}
		]
	}
]