diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 292 |
1 files changed, 288 insertions, 4 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index b381dff..b4ce192 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,28 @@ | |||
1 | 2008-12-15 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/llworld.cpp: | ||
4 | VWR-9352: Prim falls to 256m height when moved outworld. | ||
5 | Patch by Aimee Trescothick. | ||
6 | |||
7 | |||
8 | 2008-12-13 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
9 | |||
10 | * linden/scripts/build_version.py: | ||
11 | Version string generator now includes test label. | ||
12 | This is used for naming packages on Linux, among other things. | ||
13 | |||
14 | |||
15 | * linden/indra/llcommon/llversionviewer.h: | ||
16 | Bumped version to 1.1.0 alpha. | ||
17 | |||
18 | |||
19 | 2008-12-11 McCabe Maxsted <hakushakukun@gmail.com> | ||
20 | |||
21 | * linden/indra/newview/llfloaterinspect.cpp: | ||
22 | VWR-10823: Right click > Inspect crashes viewer. | ||
23 | Backported from LL's 1.22 RC3. | ||
24 | |||
25 | |||
1 | 2008-12-01 McCabe Maxsted <hakushakukun@gmail.com> | 26 | 2008-12-01 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 27 | ||
3 | * linden/indra/newview/app_settings/settings.xml: | 28 | * linden/indra/newview/app_settings/settings.xml: |
@@ -10,10 +35,264 @@ | |||
10 | Ditto | 35 | Ditto |
11 | 36 | ||
12 | 37 | ||
13 | Remove preprocessor condition for grid selector. | 38 | 2008-11-24 McCabe Maxsted <hakushakukun@gmail.com> |
14 | The grid selector on the login screen will always show, | 39 | |
15 | instead of only showing when the viewer was compiled | 40 | * linden/indra/newview/llfloatergroupinvite.cpp: |
16 | as LL_RELEASE_FOR_DOWNLOAD. | 41 | Add group name to group invite window. |
42 | * linden/indra/newview/llfloatergroupinvite.h: | ||
43 | Ditto. | ||
44 | |||
45 | |||
46 | 2008-11-23 McCabe Maxsted <hakushakukun@gmail.com> | ||
47 | |||
48 | * linden/indra/newview/skins/default/xui/en-us/notify.xml: | ||
49 | VWR-4826 (ability to ignore friendship offers). | ||
50 | |||
51 | |||
52 | * linden/indra/newview/app_settings/settings.xml: | ||
53 | Beacons no longer persist between sessions. | ||
54 | That distressed users who accidentally enabled them, | ||
55 | since not even relogging would disable them. | ||
56 | * linden/indra/newview/llviewerwindow.cpp: | ||
57 | Ditto. | ||
58 | * linden/indra/newview/pipeline.cpp: | ||
59 | Ditto. | ||
60 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
61 | Ditto. | ||
62 | |||
63 | |||
64 | * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml: | ||
65 | Moved 'Offer Teleport' in IM to be on the left side. | ||
66 | |||
67 | |||
68 | * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml: | ||
69 | Switched Invite and Leave buttons in group panel. | ||
70 | |||
71 | |||
72 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
73 | |||
74 | * linden\indra\newview\skins\default\colors_base.xml: | ||
75 | Added full comments to default skin colors. | ||
76 | * linden\indra\newview\skins\silver\colors_base.xml: | ||
77 | Added full comments to silver skin colors. | ||
78 | |||
79 | |||
80 | 2008-11-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
81 | |||
82 | * indra/newview/llcolorscheme.cpp: | ||
83 | Added minimap glyph color to colors.xml. | ||
84 | * indra/newview/llcolorscheme.h: | ||
85 | Ditto. | ||
86 | * indra/newview/llnetmap.cpp: | ||
87 | Ditto. | ||
88 | * indra/newview/llnetmap.h: | ||
89 | Ditto. | ||
90 | * indra/newview/llworldmapview.cpp: | ||
91 | Ditto. | ||
92 | * indra/newview/llworldmapview.h: | ||
93 | Ditto. | ||
94 | * indra/newview/skins/default/colors_base.xml: | ||
95 | Ditto. | ||
96 | * indra/newview/skins/silver/colors_base.xml: | ||
97 | Ditto. | ||
98 | |||
99 | |||
100 | 2008-11-21 McCabe Maxsted <hakushakukun@gmail.com> | ||
101 | |||
102 | * linden/indra/newview/llnetmap.cpp: | ||
103 | Friends show yellow in minimap (VWR-3336). | ||
104 | |||
105 | |||
106 | 2008-10-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
107 | |||
108 | * linden\indra\newview\skins\default\xui\en-us\menu_viewer.xml: | ||
109 | Added menu option for inworld browser. | ||
110 | * linden\indra\newview\llviewermenu.cpp: | ||
111 | Ditto. | ||
112 | |||
113 | |||
114 | * linden/indra/newview/app_settings/settings.xml: | ||
115 | Added Home button functionality to the web browser. | ||
116 | * linden/indra/newview/llfloaterhtmlhelp.cpp: | ||
117 | Ditto. | ||
118 | * linden/indra/newview/llfloaterhtmlhelp.h: | ||
119 | Ditto. | ||
120 | * linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml: | ||
121 | Ditto. | ||
122 | |||
123 | |||
124 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
125 | =- 1.0.0 -= | ||
126 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
127 | |||
128 | |||
129 | 2008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
130 | |||
131 | * Imprudence 1.0.0 finalized. | ||
132 | |||
133 | |||
134 | * RELEASE_NOTES.txt: | ||
135 | Added release notes. | ||
136 | * linden/indra/newview/viewer_manifest.py: | ||
137 | Ditto. | ||
138 | |||
139 | |||
140 | * linden/indra/llcommon/llversionviewer.h: | ||
141 | Blanked the test version string. Not RC anymore. | ||
142 | |||
143 | |||
144 | * linden/install.xml: | ||
145 | Windows build uses OpenJPEG 1.3. | ||
146 | Fixes half-opaque skirts/textures issue. | ||
147 | |||
148 | |||
149 | * linden/indra/newview/viewer_manifest.py: | ||
150 | README.txt will stay that name; README-linux.txt removed. | ||
151 | |||
152 | |||
153 | 2008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
154 | |||
155 | * linden/indra/newview/llfloaterabout.cpp: | ||
156 | Simplified release notes URL scheme. | ||
157 | Now uses e.g. "wiki/Release Notes/1.0.0-RC2", | ||
158 | which is set up as a wiki redirect. | ||
159 | |||
160 | |||
161 | * linden/indra/newview/llfloaterabout.cpp: | ||
162 | Fixed bad string comparison (rel notes url) [#28] | ||
163 | Reported by Balp Allen. | ||
164 | |||
165 | |||
166 | 2008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
167 | |||
168 | * linden/indra/newview/llpanellogin.cpp: | ||
169 | Fix grid selector having a duplicate entry. [#24] | ||
170 | Patch by Balp Allen. | ||
171 | * linden/indra/newview/llpanellogin.h: | ||
172 | Ditto. | ||
173 | * linden/indra/newview/llstartup.cpp: | ||
174 | Ditto. | ||
175 | |||
176 | |||
177 | * linden/indra/newview/llurlhistory.cpp: | ||
178 | Better warning when url_history.xml save fails. | ||
179 | |||
180 | |||
181 | * linden/indra/newview/llviewernetwork.cpp: | ||
182 | Fixed bad string comparison (grid code name). [#22] | ||
183 | Reported by Balp Allen. | ||
184 | |||
185 | |||
186 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
187 | |||
188 | * ChangeLog: | ||
189 | Added banners in ChangeLog to set versions apart. | ||
190 | |||
191 | Entries should be placed in the section for the | ||
192 | version into which they were merged. Entries within | ||
193 | a section should be sorted chronologically. | ||
194 | |||
195 | This is important for keeping track of changes which | ||
196 | weren't merged until a later release than they were | ||
197 | written. (Mixing them in chronologically would cause | ||
198 | confusion about which changes were included in a | ||
199 | release.) | ||
200 | |||
201 | |||
202 | * linden/indra/llmessage/llhttpclient.cpp: | ||
203 | VWR-9400b (memleak whenever an LSL script is uploaded) | ||
204 | Patch by Henri Beauchamp. | ||
205 | |||
206 | |||
207 | * linden/indra/llmessage/llhttpclient.cpp: | ||
208 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
209 | Patch by Carjay McGinnis. | ||
210 | |||
211 | |||
212 | * linden/indra/llimage/llimagetga.cpp: | ||
213 | VWR-10837 (use delete [] in LLImageTGA) | ||
214 | Patch by Aleric Inglewood. | ||
215 | |||
216 | |||
217 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
218 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | ||
219 | Patch by Aleric Inglewood. | ||
220 | |||
221 | |||
222 | 2008-12-06 McCabe Maxsted <hakushakukun@gmail.com> | ||
223 | |||
224 | * linden/indra/llcommon/llversionviewer.h: | ||
225 | Added test version info. | ||
226 | * linden/indra/newview/llfloaterabout.cpp: | ||
227 | Ditto. | ||
228 | * linden/indra/newview/llappviewer.cpp: | ||
229 | Ditto. | ||
230 | * linden/indra/newview/llpanellogin.cpp: | ||
231 | Ditto. | ||
232 | |||
233 | |||
234 | 2008-12-05 McCabe Maxsted <hakushakukun@gmail.com> | ||
235 | |||
236 | * linden/indra/llcommon/llsecondlifeurls.cpp: | ||
237 | Changed Release Notes link to point to Imprudence. | ||
238 | * linden/indra/newview/llfloaterabout.cpp: | ||
239 | Ditto. | ||
240 | |||
241 | |||
242 | * linden/indra/newview/skins/default/xui/en-us/menu_login.xml: | ||
243 | Rebranded login menu. [#23] | ||
244 | |||
245 | |||
246 | * linden/indra/newview/llurlhistory.cpp: | ||
247 | Fixed blank url_history.xml creation. (VWR-5808) | ||
248 | |||
249 | |||
250 | 2008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
251 | |||
252 | * linden/indra/newview/viewer_manifest.py: | ||
253 | Fixed indentation for 'skins' prefix. | ||
254 | |||
255 | * linden/indra/newview/viewer_manifest.py: | ||
256 | Doc packaging moved to platform-independent manifest. | ||
257 | |||
258 | |||
259 | * Imported license files for libraries and artwork. | ||
260 | |||
261 | |||
262 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
263 | =- 1.0.0 RC2 -= | ||
264 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
265 | |||
266 | |||
267 | 2008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
268 | |||
269 | * Imprudence 1.0.0 RC2 released. | ||
270 | |||
271 | |||
272 | * linden/indra/newview/llviewernetwork.cpp: | ||
273 | Use 127.0.0.1 for local opensim, not 0.0.0.0. | ||
274 | |||
275 | |||
276 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
277 | |||
278 | * linden/indra/newview/viewer_manifest.py: | ||
279 | Package up README.txt, etc. on Linux. | ||
280 | |||
281 | |||
282 | * linden/indra/llmedia/llmediamanager.cpp: | ||
283 | Disable llmozlib-dependent code when not available. | ||
284 | Patch by Stephen Zenith. [#12] | ||
285 | |||
286 | |||
287 | * linden/indra/llwindow/llwindowsdl.cpp: | ||
288 | Fixed passing nonliteral strings to *printf functions. | ||
289 | gcc 4.3 rejects that as being unsafe. | ||
290 | Patch by Stephen Zenith. [#11] | ||
291 | * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: | ||
292 | Ditto. | ||
293 | * linden/indra/lscript/lscript_compile/lscript_tree.cpp: | ||
294 | Ditto. | ||
295 | |||
17 | 296 | ||
18 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> | 297 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> |
19 | 298 | ||
@@ -125,6 +404,11 @@ | |||
125 | and position. It will now correctly inherit from default skin. | 404 | and position. It will now correctly inherit from default skin. |
126 | 405 | ||
127 | 406 | ||
407 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
408 | =- 1.0.0 RC1 -= | ||
409 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
410 | |||
411 | |||
128 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> | 412 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> |
129 | 413 | ||
130 | * Imprudence 1.0.0 RC1 released. | 414 | * Imprudence 1.0.0 RC1 released. |