forked from clach04/tetralegends
-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.html
302 lines (286 loc) · 7.46 KB
/
changelog.html
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/changelog.css">
<title>Tetra Legends Changelog</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<h1>Alpha v8.1.0 - 2020-09-05</h1>
<ul>
<li>New Voices
<ul>Nina</ul>
</li>
<li>Fixes
<ul>Now using vertical East Asian text for the pause text when it cannot fit</ul>
<ul>Voice clips should no longer overlap on game end</ul>
</li>
</ul>
<h1>Alpha v8.0.0 - 2020-09-01</h1>
<ul>
<li>New Options
<ul>
<li>Voices Volume</li>
<li>Voicebank
<ul>
<li>[EN] Sora</li>
<li>[EN] Ariahivo</li>
<li>[JA] Sora</li>
<li>Off</li>
</ul>
</li>
</ul>
</li>
</ul>
<h1>Alpha v7.1.0 - 2020-07-29</h1>
<ul>
<li>Added Title Screen</li>
</ul>
<h1>Alpha v7.0.0 - 2020-07-29</h1>
<ul>
<li>New Options
<ul>
<li>Next Soundbank Selection
<ul>
<li>Auto</li>
<li>TGM3</li>
<li>TETR.IO</li>
<li>NullpoMino</li>
<li>Off</li>
</ul>
</li>
</ul>
</li>
<li>Polish
<ul>
<li>Favicon added</li>
<li>Red particle effects on running out of manipulations</li>
</ul>
</li>
</ul>
<h1>Alpha v6.1.1 - 2020-07-02</h1>
<ul>
<li>Fixed an error message on resize</li>
<li>Updated localizations</li>
</ul>
<h1>Alpha v6.1.0 - 2020-06-09</h1>
<ul>
<li>Fixed a bug that would sometimes cause the game to go into a frozen state where it cannot start a new game</li>
<li>All error messages should now display in game in the bottom right when thrown</li>
</ul>
<h1>Alpha v6.0.0 - 2020-06-04</h1>
<ul>
<li>New Options
<ul>
<li>Theme Selection</li>
<li>Tetromino color override</li>
</ul>
</li>
<li>New Themes
<ul>
<li>Tetr.js Enhanced</li>
</ul>
</li>
<li>New Skins
<ul>
<li>Tetr.js Enhanced</li>
</ul>
</li>
<li>Soundbanks
<ul>
<li>Added
<ul>
<li>PPT</li>
<li>Party DX</li>
</ul>
</li>
<li>Changed
<ul>
<li>T99
<ul>
<li>Added alarm</li>
<li>Added garbagereceive</li>
<li>Changed 'step' sound to 'land' sound</li>
</ul>
</li>
</ul>
</ul>
<li>Polish
<ul>
<li>The 'Ready?', 'Start!'/'Go!' text has finally been redesigned</li>
<li>Particle settings have been moved to their own submenu</li>
<li>The skip sound will use the hold sound if it does not exist</li>
<li>The stat prefixes and suffixes should no longer be hidden during the ready/start animation</li>
</ul>
</li>
<li>Cheats
<ul>
<li>Holding CTRL + SHIFT while starting Combo Challenge removes the time limit</li>
<li>Holding CTRL + SHIFT while starting Handheld uses heart levels</li>
</ul>
</li>
<li>Experimental Tests
<ul>
<li>Disabled the music syncing code to see if it works better</li>
</ul>
</li>
<li>Updated Localizations</li>
</ul>
<h1>Alpha v5.1.1 - 2020-06-02</h1>
<ul>
<li>Updated Localizations</li>
</ul>
<h1>Alpha v5.1.0 - 2020-06-02</h1>
<ul>
<li>Added more effects to the action text</li>
<li>Fixed a bug in Firefox that would cause the border to change when a block out warning appears</li>
<li>Fixed a bug that would allow the piece to shift after blockout</li>
</ul>
<h1>Alpha v5.0.1 - 2020-06-02</h1>
<ul>
<li>Moved the dot grid style to the intersection of the cells</li>
<li>Updated Localizations</li>
</ul>
<h1>Alpha v5.0.0 - 2020-06-01</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Fixed bug involving menu being controllable in game under certain circumstances</li>
</ul>
</li>
<li>New Skins
<ul>
<li>Tetra Online (low performance)</li>
<li>Bone</li>
<li>Oshisaure</li>
</ul>
</li>
<li>New Rotation Systems
<ul>
<li>Original</li>
<li>Oshisaure</li>
</ul>
</li>
<li>New Options
<ul>
<li>Grid Style</li>
<li>Lock Flash</li>
</ul>
</li>
<li>Updated Localizations</li>
</ul>
<h1>Alpha v4.2.0 - 2020-05-30</h1>
<ul>
<li>Added settings for Initial Rotation and Initial Hold</li>
</ul>
<h1>Alpha v4.1.1 - 2020-05-25</h1>
<ul>
<li>Fixed a bug that would stick IRS on forever after the hold disappears in Tetra-X pro</li>
</ul>
<h1>Alpha v4.1.0 - 2020-05-21</h1>
<ul>
<li>Added Main Menu music</li>
<li>Muted the game when the tab loses focus</li>
</ul>
<h1>Alpha v4.0.0 - 2020-05-08</h1>
<ul>
<li>Bug Fixes
<ul>
<li>The next queue should no longer sometimes appear below the game</li>
</ul>
</li>
<li>New Options
<ul>
<li>Soundbank Override</li>
<li>Skin Override</li>
</ul>
</li>
<li>New Languages
<ul>
<li>Russian</li>
</ul>
</li>
<li>Allowed the option for the user to expand selection options</li>
<li>Added an effect for next sounds</li>
<li>Added different cheering sounds for difficult modes</li>
</ul>
<h1>Alpha v3.0.2 - 2020-04-20</h1>
<ul>
<li>Removed many blur effects</li>
</ul>
<h1>Alpha v3.0.1 - 2020-04-14</h1>
<ul>
<li>Changed TGM3 Tetra sound</li>
</ul>
<h1>Alpha v3.0.0 - 2020-04-14</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Lockdown bar should no longer show the infinity symbol when it is turned off</li>
<li>Removed the scroll animation when going back in a menu</li>
</ul>
</li>
<li>Menu Changes
<ul>
<li>Added menu sounds</li>
<li>Shortened some menu buttons</li>
<li>Menu loading animation</li>
<li>Only loads the selected language files on startup</li>
</ul>
</li>
<li>New Soundfonts
<ul>
<li>TGM3</li>
</ul>
</li>
<li>Misc
<ul>
<li>Added wallkick sound</li>
<li>Removed initialuse sound</li>
</ul>
</li>
</ul>
<h1>Alpha v2.0.0 - 2020-04-04</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Sometimes performing IRS would cause an error</li>
<li>Using multiple keys for one action now works correctly</li>
</ul>
</li>
<li>New Options
<ul>
<li>Rotation System Override</li>
</ul>
</li>
<li>New Rotation Systems
<ul>
<li>ARS</li>
<li>ARS-TI</li>
<li>World</li>
</ul>
</li>
</ul>
<h1>Alpha v1.1.0 - 2020-04-04</h1>
<ul>
<li>Bug Fixes
<ul>
<li>Made combo counter use only one line after 9 combo</li>
<li>Fixed the way ARR handles during ARE</li>
</ul>
</li>
</ul>
<h1>Alpha v1.0.0 - 2020-04-03</h1>
<ul>
<li>Tetra Legends Officially Released!</li>
</ul>
</body>
</html>