diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 363 |
1 files changed, 363 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 802009e..4e12e8d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,56 @@ | |||
1 | 2008-12-13 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/scripts/build_version.py: | ||
4 | Version string generator now includes test label. | ||
5 | This is used for naming packages on Linux, among other things. | ||
6 | |||
7 | |||
8 | * linden/indra/llcommon/llversionviewer.h: | ||
9 | Bumped version to 1.1.0 alpha. | ||
10 | |||
11 | |||
12 | 2008-11-24 McCabe Maxsted <hakushakukun@gmail.com> | ||
13 | |||
14 | * linden/indra/newview/llfloatergroupinvite.cpp: | ||
15 | Add group name to group invite window. | ||
16 | * linden/indra/newview/llfloatergroupinvite.h: | ||
17 | Ditto. | ||
18 | |||
19 | |||
20 | 2008-11-23 McCabe Maxsted <hakushakukun@gmail.com> | ||
21 | |||
22 | * linden/indra/newview/skins/default/xui/en-us/notify.xml: | ||
23 | VWR-4826 (ability to ignore friendship offers). | ||
24 | |||
25 | |||
26 | * linden/indra/newview/app_settings/settings.xml: | ||
27 | Beacons no longer persist between sessions. | ||
28 | That distressed users who accidentally enabled them, | ||
29 | since not even relogging would disable them. | ||
30 | * linden/indra/newview/llviewerwindow.cpp: | ||
31 | Ditto. | ||
32 | * linden/indra/newview/pipeline.cpp: | ||
33 | Ditto. | ||
34 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
35 | Ditto. | ||
36 | |||
37 | |||
38 | * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml: | ||
39 | Moved 'Offer Teleport' in IM to be on the left side. | ||
40 | |||
41 | |||
42 | * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml: | ||
43 | Switched Invite and Leave buttons in group panel. | ||
44 | |||
45 | |||
46 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
47 | |||
48 | * linden\indra\newview\skins\default\colors_base.xml: | ||
49 | Added full comments to default skin colors. | ||
50 | * linden\indra\newview\skins\silver\colors_base.xml: | ||
51 | Added full comments to silver skin colors. | ||
52 | |||
53 | |||
1 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | 54 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 55 | ||
3 | * indra/newview/llcolorscheme.cpp: | 56 | * indra/newview/llcolorscheme.cpp: |
@@ -17,11 +70,321 @@ | |||
17 | * indra/newview/skins/silver/colors_base.xml: | 70 | * indra/newview/skins/silver/colors_base.xml: |
18 | Ditto. | 71 | Ditto. |
19 | 72 | ||
73 | |||
20 | 2008-11-21 McCabe Maxsted <hakushakukun@gmail.com> | 74 | 2008-11-21 McCabe Maxsted <hakushakukun@gmail.com> |
21 | 75 | ||
22 | * linden/indra/newview/llnetmap.cpp: | 76 | * linden/indra/newview/llnetmap.cpp: |
23 | Friends show yellow in minimap (VWR-3336). | 77 | Friends show yellow in minimap (VWR-3336). |
24 | 78 | ||
79 | |||
80 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
81 | =- 1.0.0 -= | ||
82 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
83 | |||
84 | |||
85 | 2008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
86 | |||
87 | * Imprudence 1.0.0 finalized. | ||
88 | |||
89 | |||
90 | * RELEASE_NOTES.txt: | ||
91 | Added release notes. | ||
92 | * linden/indra/newview/viewer_manifest.py: | ||
93 | Ditto. | ||
94 | |||
95 | |||
96 | * linden/indra/llcommon/llversionviewer.h: | ||
97 | Blanked the test version string. Not RC anymore. | ||
98 | |||
99 | |||
100 | * linden/install.xml: | ||
101 | Windows build uses OpenJPEG 1.3. | ||
102 | Fixes half-opaque skirts/textures issue. | ||
103 | |||
104 | |||
105 | * linden/indra/newview/viewer_manifest.py: | ||
106 | README.txt will stay that name; README-linux.txt removed. | ||
107 | |||
108 | |||
109 | 2008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
110 | |||
111 | * linden/indra/newview/llfloaterabout.cpp: | ||
112 | Simplified release notes URL scheme. | ||
113 | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", | ||
114 | which is set up as a wiki redirect. | ||
115 | |||
116 | |||
117 | * linden/indra/newview/llfloaterabout.cpp: | ||
118 | Fixed bad string comparison (rel notes url) [#28] | ||
119 | Reported by Balp Allen. | ||
120 | |||
121 | |||
122 | 2008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
123 | |||
124 | * linden/indra/newview/llpanellogin.cpp: | ||
125 | Fix grid selector having a duplicate entry. [#24] | ||
126 | Patch by Balp Allen. | ||
127 | * linden/indra/newview/llpanellogin.h: | ||
128 | Ditto. | ||
129 | * linden/indra/newview/llstartup.cpp: | ||
130 | Ditto. | ||
131 | |||
132 | |||
133 | * linden/indra/newview/llurlhistory.cpp: | ||
134 | Better warning when url_history.xml save fails. | ||
135 | |||
136 | |||
137 | * linden/indra/newview/llviewernetwork.cpp: | ||
138 | Fixed bad string comparison (grid code name). [#22] | ||
139 | Reported by Balp Allen. | ||
140 | |||
141 | |||
142 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
143 | |||
144 | * ChangeLog: | ||
145 | Added banners in ChangeLog to set versions apart. | ||
146 | |||
147 | Entries should be placed in the section for the | ||
148 | version into which they were merged. Entries within | ||
149 | a section should be sorted chronologically. | ||
150 | |||
151 | This is important for keeping track of changes which | ||
152 | weren't merged until a later release than they were | ||
153 | written. (Mixing them in chronologically would cause | ||
154 | confusion about which changes were included in a | ||
155 | release.) | ||
156 | |||
157 | |||
158 | * linden/indra/llmessage/llhttpclient.cpp: | ||
159 | VWR-9400b (memleak whenever an LSL script is uploaded) | ||
160 | Patch by Henri Beauchamp. | ||
161 | |||
162 | |||
163 | * linden/indra/llmessage/llhttpclient.cpp: | ||
164 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
165 | Patch by Carjay McGinnis. | ||
166 | |||
167 | |||
168 | * linden/indra/llimage/llimagetga.cpp: | ||
169 | VWR-10837 (use delete [] in LLImageTGA) | ||
170 | Patch by Aleric Inglewood. | ||
171 | |||
172 | |||
173 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
174 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | ||
175 | Patch by Aleric Inglewood. | ||
176 | |||
177 | |||
178 | 2008-12-06 McCabe Maxsted <hakushakukun@gmail.com> | ||
179 | |||
180 | * linden/indra/llcommon/llversionviewer.h: | ||
181 | Added test version info. | ||
182 | * linden/indra/newview/llfloaterabout.cpp: | ||
183 | Ditto. | ||
184 | * linden/indra/newview/llappviewer.cpp: | ||
185 | Ditto. | ||
186 | * linden/indra/newview/llpanellogin.cpp: | ||
187 | Ditto. | ||
188 | |||
189 | |||
190 | 2008-12-05 McCabe Maxsted <hakushakukun@gmail.com> | ||
191 | |||
192 | * linden/indra/llcommon/llsecondlifeurls.cpp: | ||
193 | Changed Release Notes link to point to Imprudence. | ||
194 | * linden/indra/newview/llfloaterabout.cpp: | ||
195 | Ditto. | ||
196 | |||
197 | |||
198 | * linden/indra/newview/skins/default/xui/en-us/menu_login.xml: | ||
199 | Rebranded login menu. [#23] | ||
200 | |||
201 | |||
202 | * linden/indra/newview/llurlhistory.cpp: | ||
203 | Fixed blank url_history.xml creation. (VWR-5808) | ||
204 | |||
205 | |||
206 | 2008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
207 | |||
208 | * linden/indra/newview/viewer_manifest.py: | ||
209 | Fixed indentation for 'skins' prefix. | ||
210 | |||
211 | * linden/indra/newview/viewer_manifest.py: | ||
212 | Doc packaging moved to platform-independent manifest. | ||
213 | |||
214 | |||
215 | * Imported license files for libraries and artwork. | ||
216 | |||
217 | |||
218 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
219 | =- 1.0.0 RC2 -= | ||
220 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
221 | |||
222 | |||
223 | 2008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
224 | |||
225 | * Imprudence 1.0.0 RC2 released. | ||
226 | |||
227 | |||
228 | * linden/indra/newview/llviewernetwork.cpp: | ||
229 | Use 127.0.0.1 for local opensim, not 0.0.0.0. | ||
230 | |||
231 | |||
232 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
233 | |||
234 | * linden/indra/newview/viewer_manifest.py: | ||
235 | Package up README.txt, etc. on Linux. | ||
236 | |||
237 | |||
238 | * linden/indra/llmedia/llmediamanager.cpp: | ||
239 | Disable llmozlib-dependent code when not available. | ||
240 | Patch by Stephen Zenith. [#12] | ||
241 | |||
242 | |||
243 | * linden/indra/llwindow/llwindowsdl.cpp: | ||
244 | Fixed passing nonliteral strings to *printf functions. | ||
245 | gcc 4.3 rejects that as being unsafe. | ||
246 | Patch by Stephen Zenith. [#11] | ||
247 | * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: | ||
248 | Ditto. | ||
249 | * linden/indra/lscript/lscript_compile/lscript_tree.cpp: | ||
250 | Ditto. | ||
251 | |||
252 | |||
253 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
254 | |||
255 | * linden/indra/newview/llpanellogin.cpp: | ||
256 | Remove preprocessor condition for grid selector. | ||
257 | The grid selector on the login screen will always show, | ||
258 | instead of only showing when the viewer was compiled | ||
259 | as LL_RELEASE_FOR_DOWNLOAD. | ||
260 | |||
261 | |||
262 | * linden/indra/newview/llappviewer.cpp: | ||
263 | Stop console window from always showing up. | ||
264 | |||
265 | |||
266 | 2008-11-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
267 | |||
268 | * linden/indra/newview/llfloaterdirectory.cpp: | ||
269 | Fixed search window not refreshing in RelWithDebInfo builds. | ||
270 | |||
271 | |||
272 | 2008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
273 | |||
274 | * linden/indra/newview/llstartup.cpp: | ||
275 | Rearranged grid selectors so main grid is first. | ||
276 | * linden/indra/newview/llviewernetwork.cpp: | ||
277 | Ditto. | ||
278 | * linden/indra/newview/llviewernetwork.cpp: | ||
279 | Ditto. | ||
280 | |||
281 | |||
282 | * linden/indra/newview/llpanellogin.cpp: | ||
283 | Added "code name" field for grid selections. | ||
284 | The code name is used to fetch the proper splash page. | ||
285 | This decouples the user-visible label from the name | ||
286 | expected by the SL web server. | ||
287 | * linden/indra/newview/llviewernetwork.cpp: | ||
288 | Ditto. | ||
289 | * linden/indra/newview/llviewernetwork.h: | ||
290 | Ditto. | ||
291 | |||
292 | |||
293 | 2008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
294 | |||
295 | * linden/indra/newview/llpanellogin.cpp: | ||
296 | Changed the grid selector options at login. | ||
297 | Renamed "Agni" to "SL Main Grid", etc. and removed private | ||
298 | LL grids from the list. Also added "Local OpenSim" option. | ||
299 | * linden/indra/newview/llviewernetwork.cpp: | ||
300 | Ditto. | ||
301 | * linden/indra/newview/llviewernetwork.h: | ||
302 | Ditto. | ||
303 | |||
304 | |||
305 | 2008-11-21 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
306 | |||
307 | * linden/indra/newview/lldrawable.cpp: | ||
308 | Likely fix for VWR-8920 (disappearing attachments). | ||
309 | From http://svn.secondlife.com/trac/linden/changeset/1393 | ||
310 | |||
311 | |||
312 | 2008-11-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
313 | |||
314 | * linden/install.xml: | ||
315 | Fixed inworld browser crash in Windows. | ||
316 | |||
317 | |||
318 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
319 | |||
320 | * linden/indra/llcrashlogger/llcrashlogger.cpp: | ||
321 | Changed to Imprudence.exec_marker to match llappviewer.cpp. | ||
322 | |||
323 | |||
324 | * linden/indra/llcrashlogger/llcrashlogger.cpp: | ||
325 | Changed app dir (for cache, etc.) to Imprudence. | ||
326 | * linden/indra/llvfs/lldir.cpp: | ||
327 | Ditto. | ||
328 | * linden/indra/llvfs/lldir_mac.cpp: | ||
329 | Ditto. | ||
330 | * linden/indra/newview/llappviewer.cpp: | ||
331 | Ditto. | ||
332 | |||
333 | |||
334 | 2008-11-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
335 | |||
336 | * linden/indra/newview/skins/default/xui/en-us/panel_group_invite.xml: | ||
337 | VWR-9007: Group UI uses "Person" instead of "Resident". | ||
338 | * linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml: | ||
339 | Ditto. | ||
340 | |||
341 | |||
342 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
343 | |||
344 | * linden/indra/llrender/llrender.h: | ||
345 | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | ||
346 | Suggested by Alissa Sabre. | ||
347 | |||
348 | |||
349 | * linden/indra/llrender/llgl.cpp: | ||
350 | Likely fix for VWR-9358 (palletized textures). | ||
351 | Suggested by Angus Boyd. | ||
352 | |||
353 | |||
354 | 2008-11-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
355 | |||
356 | * linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml: | ||
357 | Removed floater_tools.xml from silver skin. | ||
358 | It was out of sync with the default version, and the only | ||
359 | changes that LL had made to it were tiny tweaks to button size | ||
360 | and position. It will now correctly inherit from default skin. | ||
361 | |||
362 | |||
363 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
364 | =- 1.0.0 RC1 -= | ||
365 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
366 | |||
367 | |||
368 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
369 | |||
370 | * Imprudence 1.0.0 RC1 released. | ||
371 | |||
372 | |||
373 | 2008-11-05 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
374 | |||
375 | * linden/indra/newview/viewer_manifest.py: | ||
376 | Remove reference to nonexistent First Look Mac icon. | ||
377 | |||
378 | |||
379 | 2008-11-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
380 | |||
381 | * linden/indra/mac_crash_logger/CMakeLists.txt: | ||
382 | Fix Mac crash logger & updater missing Info.plist. | ||
383 | Suggested by Aimee Trescothick (Aimee Walton). | ||
384 | * linden/indra/mac_updater/CMakeLists.txt: | ||
385 | Ditto. | ||
386 | |||
387 | |||
25 | 2008-11-02 Jacek Antonelli <jacek.antonelli@gmail.com> | 388 | 2008-11-02 Jacek Antonelli <jacek.antonelli@gmail.com> |
26 | 389 | ||
27 | * linden/scripts/build_version.py: | 390 | * linden/scripts/build_version.py: |