diff options
author | Jacek Antonelli | 2008-12-06 21:00:15 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-12-06 21:00:15 -0600 |
commit | e23dcb6417910fa2073d0c4492732d04324f8c8f (patch) | |
tree | bdede6646e160d9423899fda63d71c985eb0d294 /ChangeLog.txt | |
parent | Read filter labels from XML, no hard-coding. (diff) | |
parent | Added banners in ChangeLog to set versions apart. (diff) | |
download | meta-impy-e23dcb6417910fa2073d0c4492732d04324f8c8f.zip meta-impy-e23dcb6417910fa2073d0c4492732d04324f8c8f.tar.gz meta-impy-e23dcb6417910fa2073d0c4492732d04324f8c8f.tar.bz2 meta-impy-e23dcb6417910fa2073d0c4492732d04324f8c8f.tar.xz |
Merge RC2 into quickfilter
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 187 |
1 files changed, 187 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 45426b7..74ffa27 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,39 @@ | |||
1 | 2008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * ChangeLog: | ||
4 | Added banners in ChangeLog to set versions apart. | ||
5 | |||
6 | Entries should be placed in the section for the | ||
7 | version into which they were merged. Entries within | ||
8 | a section should be sorted chronologically. | ||
9 | |||
10 | This is important for keeping track of changes which | ||
11 | weren't merged until a later release than they were | ||
12 | written. (Mixing them in chronologically would cause | ||
13 | confusion about which changes were included in a | ||
14 | release.) | ||
15 | |||
16 | |||
17 | * linden/indra/llmessage/llhttpclient.cpp: | ||
18 | VWR-9400b (memleak whenever an LSL script is uploaded) | ||
19 | Patch by Henri Beauchamp. | ||
20 | |||
21 | |||
22 | * linden/indra/llmessage/llhttpclient.cpp: | ||
23 | VWR-9400 (memleak whenever an LSL script is uploaded) | ||
24 | Patch by Carjay McGinnis. | ||
25 | |||
26 | |||
27 | * linden/indra/llimage/llimagetga.cpp: | ||
28 | VWR-10837 (use delete [] in LLImageTGA) | ||
29 | Patch by Aleric Inglewood. | ||
30 | |||
31 | |||
32 | * linden/indra/llmedia/llmediaimplgstreamer.cpp: | ||
33 | VWR-10759 (use delete [] in LLMediaImplGStreamer) | ||
34 | Patch by Aleric Inglewood. | ||
35 | |||
36 | |||
1 | 2008-11-23 Jacek Antonelli <jacek.antonelli@gmail.com> | 37 | 2008-11-23 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 38 | ||
3 | * linden/indra/newview/llinventoryview.cpp: | 39 | * linden/indra/newview/llinventoryview.cpp: |
@@ -86,6 +122,157 @@ | |||
86 | Added XUI for the Quick Filter combo box. | 122 | Added XUI for the Quick Filter combo box. |
87 | 123 | ||
88 | 124 | ||
125 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
126 | =- 1.0.0 RC2 -= | ||
127 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
128 | |||
129 | |||
130 | 2008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
131 | |||
132 | * Imprudence 1.0.0 RC2 released. | ||
133 | |||
134 | |||
135 | * linden/indra/newview/llviewernetwork.cpp: | ||
136 | Use 127.0.0.1 for local opensim, not 0.0.0.0. | ||
137 | |||
138 | |||
139 | 2008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
140 | |||
141 | * linden/indra/llmedia/llmediamanager.cpp: | ||
142 | Disable llmozlib-dependent code when not available. | ||
143 | Patch by Stephen Zenith. [#12] | ||
144 | |||
145 | |||
146 | * linden/indra/llwindow/llwindowsdl.cpp: | ||
147 | Fixed passing nonliteral strings to *printf functions. | ||
148 | gcc 4.3 rejects that as being unsafe. | ||
149 | Patch by Stephen Zenith. [#11] | ||
150 | * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: | ||
151 | Ditto. | ||
152 | * linden/indra/lscript/lscript_compile/lscript_tree.cpp: | ||
153 | Ditto. | ||
154 | |||
155 | |||
156 | 2008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
157 | |||
158 | * linden/indra/newview/llpanellogin.cpp: | ||
159 | Remove preprocessor condition for grid selector. | ||
160 | The grid selector on the login screen will always show, | ||
161 | instead of only showing when the viewer was compiled | ||
162 | as LL_RELEASE_FOR_DOWNLOAD. | ||
163 | |||
164 | |||
165 | * linden/indra/newview/llappviewer.cpp: | ||
166 | Stop console window from always showing up. | ||
167 | |||
168 | |||
169 | 2008-11-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
170 | |||
171 | * linden/indra/newview/llfloaterdirectory.cpp: | ||
172 | Fixed search window not refreshing in RelWithDebInfo builds. | ||
173 | |||
174 | |||
175 | 2008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
176 | |||
177 | * linden/indra/newview/llstartup.cpp: | ||
178 | Rearranged grid selectors so main grid is first. | ||
179 | * linden/indra/newview/llviewernetwork.cpp: | ||
180 | Ditto. | ||
181 | * linden/indra/newview/llviewernetwork.cpp: | ||
182 | Ditto. | ||
183 | |||
184 | |||
185 | * linden/indra/newview/llpanellogin.cpp: | ||
186 | Added "code name" field for grid selections. | ||
187 | The code name is used to fetch the proper splash page. | ||
188 | This decouples the user-visible label from the name | ||
189 | expected by the SL web server. | ||
190 | * linden/indra/newview/llviewernetwork.cpp: | ||
191 | Ditto. | ||
192 | * linden/indra/newview/llviewernetwork.h: | ||
193 | Ditto. | ||
194 | |||
195 | |||
196 | 2008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
197 | |||
198 | * linden/indra/newview/llpanellogin.cpp: | ||
199 | Changed the grid selector options at login. | ||
200 | Renamed "Agni" to "SL Main Grid", etc. and removed private | ||
201 | LL grids from the list. Also added "Local OpenSim" option. | ||
202 | * linden/indra/newview/llviewernetwork.cpp: | ||
203 | Ditto. | ||
204 | * linden/indra/newview/llviewernetwork.h: | ||
205 | Ditto. | ||
206 | |||
207 | |||
208 | 2008-11-21 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
209 | |||
210 | * linden/indra/newview/lldrawable.cpp: | ||
211 | Likely fix for VWR-8920 (disappearing attachments). | ||
212 | From http://svn.secondlife.com/trac/linden/changeset/1393 | ||
213 | |||
214 | |||
215 | 2008-11-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
216 | |||
217 | * linden/install.xml: | ||
218 | Fixed inworld browser crash in Windows. | ||
219 | |||
220 | |||
221 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
222 | |||
223 | * linden/indra/llcrashlogger/llcrashlogger.cpp: | ||
224 | Changed to Imprudence.exec_marker to match llappviewer.cpp. | ||
225 | |||
226 | |||
227 | * linden/indra/llcrashlogger/llcrashlogger.cpp: | ||
228 | Changed app dir (for cache, etc.) to Imprudence. | ||
229 | * linden/indra/llvfs/lldir.cpp: | ||
230 | Ditto. | ||
231 | * linden/indra/llvfs/lldir_mac.cpp: | ||
232 | Ditto. | ||
233 | * linden/indra/newview/llappviewer.cpp: | ||
234 | Ditto. | ||
235 | |||
236 | |||
237 | 2008-11-18 McCabe Maxsted <hakushakukun@gmail.com> | ||
238 | |||
239 | * linden/indra/newview/skins/default/xui/en-us/panel_group_invite.xml: | ||
240 | VWR-9007: Group UI uses "Person" instead of "Resident". | ||
241 | * linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml: | ||
242 | Ditto. | ||
243 | |||
244 | |||
245 | 2008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
246 | |||
247 | * linden/indra/llrender/llrender.h: | ||
248 | Fix VWR-9507: bad typedef breaks build on gcc 4.3. | ||
249 | Suggested by Alissa Sabre. | ||
250 | |||
251 | |||
252 | * linden/indra/llrender/llgl.cpp: | ||
253 | Likely fix for VWR-9358 (palletized textures). | ||
254 | Suggested by Angus Boyd. | ||
255 | |||
256 | |||
257 | 2008-11-16 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
258 | |||
259 | * linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml: | ||
260 | Removed floater_tools.xml from silver skin. | ||
261 | It was out of sync with the default version, and the only | ||
262 | changes that LL had made to it were tiny tweaks to button size | ||
263 | and position. It will now correctly inherit from default skin. | ||
264 | |||
265 | |||
266 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
267 | =- 1.0.0 RC1 -= | ||
268 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
269 | |||
270 | |||
271 | 2008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
272 | |||
273 | * Imprudence 1.0.0 RC1 released. | ||
274 | |||
275 | |||
89 | 2008-11-05 Jacek Antonelli <jacek.antonelli@gmail.com> | 276 | 2008-11-05 Jacek Antonelli <jacek.antonelli@gmail.com> |
90 | 277 | ||
91 | * linden/indra/newview/viewer_manifest.py: | 278 | * linden/indra/newview/viewer_manifest.py: |