aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt2906
1 files changed, 2906 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
new file mode 100644
index 0000000..a42b4be
--- /dev/null
+++ b/ChangeLog.txt
@@ -0,0 +1,2906 @@
12009-06-14 McCabe Maxsted <hakushakukun@gmail.com>
2
3 * Added IM preference for showing IMs in either main or local chat.
4
5 modified: linden/indra/newview/app_settings/settings.xml
6 modified: linden/indra/newview/llfloaterchat.cpp
7 modified: linden/indra/newview/llprefsim.cpp
8 modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml
9
10
11 * Online/Offline notifications now always show in IM windows.
12
13 modified: linden/indra/newview/llcallingcard.cpp
14
15
162009-06-13 McCabe Maxsted <hakushakukun@gmail.com>
17
18 * Added 'Show Map' option to the mini-map menu.
19
20 modified: linden/indra/newview/llnetmap.cpp
21 modified: linden/indra/newview/llnetmap.h
22 modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml
23
24
25 * Moved mini-map tooltips to XML, added panning tooltip.
26
27 modified: linden/indra/newview/llnetmap.cpp
28 modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml
29 modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml
30
31
32 * Removed double click tp checkbox from preferences as it keeps the two maps more in sync,
33 and Show Map is in the minimap now. Keeping the debug setting.
34
35 modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml
36
37
38 * Forgot tooltip for map opening, fixed typo.
39
40 modified: linden/indra/newview/llnetmap.cpp
41 modified: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml
42
43
44 * Show muted avatars as grey in the mini-map.
45
46 modified: linden/indra/newview/llnetmap.cpp
47 modified: linden/indra/newview/llworldmapview.cpp
48 modified: linden/indra/newview/skins/default/colors_base.xml
49 modified: linden/indra/newview/skins/silver/colors_base.xml
50
51
52 * Cleaned up some old unused references.
53
54 modified: linden/indra/newview/llappviewer.cpp
55 modified: linden/indra/newview/llappviewer.h
56 modified: linden/indra/newview/llfloaterreporter.cpp
57 modified: linden/indra/newview/llnetmap.cpp
58 modified: linden/indra/newview/llviewermessage.cpp
59
60
61 Aimee Trescothick <aimee@ama-zing.co.uk>
62
63 * VWR-4106: Mini-map beacon icon doesn't display correctly when beacon position above or below camera.
64
65 modified: linden/indra/newview/llworldmapview.cpp
66 modified: linden/indra/newview/llworldmapview.h
67
68
69 * VWR-12631: setting to adjust the maximum size of objects displayed on the minimap (MiniMapPrimMaxRadius).
70
71 modified: linden/indra/newview/app_settings/settings.xml
72 modified: linden/indra/newview/llnetmap.cpp
73 modified: linden/indra/newview/llviewerobjectlist.cpp
74
75
76 Armin Weatherwax <email@unknown.com>
77
78 * Updated OpenJpeg to 1.3 for Linux.
79
80 modified: linden/indra/newview/viewer_manifest.py
81 modified: linden/install.xml
82
83
842009-06-12 McCabe Maxsted <hakushakukun@gmail.com>
85
86 * Applied patch by Robin Cornelius for VWR-12686:
87 LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE
88
89 modified: linden/indra/newview/lltexturecache.cpp
90
91
92 Aimee Trescothick <aimee@ama-zing.co.uk>
93
94 * VWR-6918: Hide/Show Selection Outlines.
95
96 modified: indra/newview/app_settings/settings.xml
97 modified: indra/newview/llappviewer.cpp
98 modified: indra/newview/llselectmgr.cpp
99 modified: indra/newview/llselectmgr.h
100 modified: indra/newview/llviewermenu.cpp
101 modified: indra/newview/skins/default/xui/en-us/menu_viewer.xml
102
103
104 * VWR-13221: Allow panning of the mini-map.
105
106 modified: indra/newview/app_settings/settings.xml
107 modified: indra/newview/llnetmap.cpp
108 modified: indra/newview/llnetmap.h
109 modified: indra/newview/skins/default/xui/en-us/menu_mini_map.xml
110
111
1122009-06-11 McCabe Maxsted <hakushakukun@gmail.com>
113
114 * Moved 'Duplicate' to the Tools menu.
115 * Renamed 'Select Tool' to 'Choose Tool', moved Selection options into a flyout menu.
116 * Renamed 'Set permissions on selected task inventory' to 'Set Bulk Permissions'.
117
118 modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
119
120
121 * Added missing mini-map xui files.
122
123 new file: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml
124 new file: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml
125 new file: linden/indra/newview/skins/default/xui/en-us/panel_mini_map.xml
126
127
128 * Added patch and .pyc files to .gitignore.
129
130 modified: .gitignore
131
132
133 * Added Link/Unlink buttons to the Tools floater.
134
135 modified: linden/indra/newview/llfloatertools.cpp
136 modified: linden/indra/newview/llfloatertools.h
137 modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml
138
139
140 * Fixed 'Unlink' not toggling in Tools menu.
141
142 modified: linden/indra/newview/llviewermenu.cpp
143
144
145 * Added Link/Unlink options to the object pie menu.
146
147 modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml
148
149
150 * Double clicking inventory objects toggles wear/detach.
151 Patch originally by Nicholaz Beresford with additions by Henri Beauchamp.
152
153 modified: indra/newview/llinventorybridge.cpp
154
155
1562009-06-10 McCabe Maxsted <hakushakukun@gmail.com>
157
158 * Fixed Communicate window not toggling from menu.
159
160 modified: indra/newview/llviewermenu.cpp
161
162
163 * Applied MJM's tree and grass pulldown list from the Hippo Viewer.
164
165 modified: linden/indra/newview/app_settings/grass.xml
166 modified: linden/indra/newview/app_settings/settings.xml
167 modified: linden/indra/newview/app_settings/trees.xml
168 modified: linden/indra/newview/llfloatertools.cpp
169 modified: linden/indra/newview/llfloatertools.h
170 modified: linden/indra/newview/lltoolplacer.cpp
171 modified: linden/indra/newview/llvograss.cpp
172 modified: linden/indra/newview/llvograss.h
173 modified: linden/indra/newview/llvotree.cpp
174 modified: linden/indra/newview/llvotree.h
175 modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml
176
177
178 * Added pulldown label and fixed combobox not hiding.
179
180 modified: linden/indra/newview/llfloatertools.cpp
181 modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml
182
183
184 * Applied Armin's patch to create an Advanced Menu menu item.
185 (Placed it in View and changed it to a check.)
186
187 modified: linden/indra/newview/llviewermenu.cpp
188 modified: linden/indra/newview/llviewerwindow.cpp
189 modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
190
191
1922009-06-09 McCabe Maxsted <hakushakukun@gmail.com>
193
194 * Backported 1.23's minimap conversion to XUI.
195
196 modified: indra/llui/llui.cpp
197 modified: indra/llui/llui.h
198 modified: indra/newview/CMakeLists.txt
199 modified: indra/newview/llagent.cpp
200 modified: indra/newview/llcolorscheme.cpp
201 modified: indra/newview/llcolorscheme.h
202 modified: indra/newview/llfloatermap.cpp
203 modified: indra/newview/llfloatermap.h
204 modified: indra/newview/llmenucommands.cpp
205 modified: indra/newview/llnetmap.cpp
206 modified: indra/newview/llnetmap.h
207 modified: indra/newview/llstartup.cpp
208 modified: indra/newview/llviewercontrol.cpp
209 modified: indra/newview/llviewermenu.cpp
210 modified: indra/newview/llviewerobject.cpp
211 modified: indra/newview/llviewerregion.cpp
212 modified: indra/newview/llviewerwindow.cpp
213 modified: indra/newview/llworldmapview.cpp
214 modified: indra/newview/skins/default/colors_base.xml
215 modified: indra/newview/skins/silver/colors_base.xml
216
217
2182009-06-08 McCabe Maxsted <hakushakukun@gmail.com>
219
220 * Changed 'IM Received' button to '__ New IMs'.
221
222 modified: linden/indra/newview/llfloaterchatterbox.cpp
223 modified: linden/indra/newview/llimview.cpp
224 modified: linden/indra/newview/llimview.h
225 modified: linden/indra/newview/lloverlaybar.cpp
226 modified: linden/indra/newview/lloverlaybar.h
227 modified: linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml
228
229
230 * Backported LL's version of VWR-2681 from 1.23.
231
232 modified: indra/newview/app_settings/settings.xml
233 modified: indra/newview/llfloateravatarpicker.cpp
234 modified: indra/newview/llfloateravatarpicker.h
235 modified: indra/newview/llfloatergodtools.cpp
236 modified: indra/newview/llglsandbox.cpp
237 modified: indra/newview/llnetmap.cpp
238 modified: indra/newview/llviewerobjectlist.cpp
239 modified: indra/newview/llworld.cpp
240 modified: indra/newview/llworld.h
241 modified: indra/newview/pipeline.cpp
242 modified: indra/newview/skins/default/xui/en-us/floater_avatar_picker.xml
243
244
245 * Fixed the Resident Chooser showing hair instead of calling cards.
246
247 modified: indra/newview/llfloateravatarpicker.cpp
248
249
2502009-06-07 McCabe Maxsted <hakushakukun@gmail.com>
251
252 * Fixed CopyWinLibs.CMake errors (removed vivox).
253
254 modified: linden/indra/cmake/CopyWinLibs.cmake
255 modified: linden/install.xml
256
257
258 * Fixed VC++ error C2864: 'LLAudioEngine_OpenAL::WIND_BUFFER_SIZE_SEC' :
259 only static const integral data members can be initialized within a class.
260
261 modified: linden/indra/llaudio/audioengine_openal.cpp
262 modified: linden/indra/llaudio/audioengine_openal.h
263
264
265 * Fixed VC++ warning C4305: '=' : truncation from 'double' to 'float' for mVolume.
266
267 modified: linden/indra/llmedia/llmediaimplgstreamer.cpp
268
269
270 * Removed bad entries from copy_win_libs.
271 * Restored zlib1.dll (not a bad entry).
272
273 modified: linden/indra/cmake/CopyWinLibs.cmake
274
275
276 * Removed old linden glib entry that was interfering.
277 * Updated windows zlib archive.
278 * Updated windows iconv archive.
279
280 modified: linden/install.xml
281
282
283 * Placed the gstreamer plugins in newview where they belong.
284
285 modified: linden/indra/cmake/CopyWinLibs.cmake
286 modified: linden/install.xml
287
288
2892009-05-30 Jacek Antonelli <jacek.antonelli@gmail.com>
290
291 * Updated Imprudence to be based on SL 1.22.11.
292
293
2942009-04-26 McCabe Maxsted <hakushakukun@gmail.com>
295
296 * linden/indra/newview/llfloaterbuyland.cpp:
297 Backported L$/sq meter info from 1.23.
298 * linden/indra/newview/llfloaterland.cpp:
299 Ditto.
300 * linden/indra/newview/skins/default/xui/en-us/floater_about_land.xml:
301 Ditto.
302 * linden/indra/newview/skins/default/xui/en-us/floater_buy_land.xml:
303 Ditto.
304
305
3062009-04-24 McCabe Maxsted <hakushakukun@gmail.com>
307
308 * linden/indra/newview/llfloaterchatterbox.cpp:
309 Communicate window now shows the number of unread IMs.
310 * linden/indra/newview/llfloaterchatterbox.h:
311 Ditto.
312 * linden/indra/newview/llimpanel.cpp:
313 Ditto.
314 * linden/indra/newview/skins/default/xui/en-us/floater_chatterbox.xml:
315 Ditto.
316
317
3182009-04-22 McCabe Maxsted <hakushakukun@gmail.com>
319
320 * linden/indra/newview/llagent.cpp:
321 Backported fix from 1.23 for stop animations only being local (VWR-2850).
322 * linden/indra/newview/llagent.h:
323 Ditto.
324 * linden/indra/newview/llviewermenu.cpp:
325 Ditto.
326 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
327 Ditto.
328
329
330=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
331=- 1.1.0 -=
332=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
333
334
3352009-06-06 Jacek Antonelli <jacek.antonelli@gmail.com>
336
337 * Updated version/copyright info for Mac version.
338
339 modified: linden/indra/newview/English.lproj/InfoPlist.strings
340 modified: linden/indra/newview/Info-Imprudence.plist
341
342
343 * Set version to 1.1.0 (not RC).
344
345 modified: linden/indra/llcommon/llversionviewer.h
346
347
348 * Improved regex and formatting in build_version.py.
349 Handles empty test version strings better.
350
351 modified: linden/scripts/build_version.py
352
353
354 * Pie menu for HUD and Attachment should use "Attachment Touch".
355
356 modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_attachment.xml
357 modified: linden/indra/newview/skins/default/xui/en-us/menu_hud_attachment.xml
358
359
360 * Fixed "Take" on the object pie menu not working.
361
362 modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml:
363
364
365
3662009-06-05 McCabe Maxsted <hakushakukun@gmail.com>
367
368 * linden/indra/newview/llfloatersnapshot.cpp:
369 Fixed high res checkbox not hiding.
370
371
372 * linden/indra/newview/llselectmgr.cpp:
373 Redid pie menus based on feedback from VWR-8080.
374 * linden/indra/newview/lltoolpie.cpp:
375 Ditto.
376 * linden/indra/newview/skins/default/xui/en-us/menu_pie_attachment.xml:
377 Ditto.
378 * linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml:
379 Ditto.
380 * linden/indra/newview/skins/default/xui/en-us/menu_pie_hud.xml:
381 Ditto.
382 * linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml:
383 Ditto.
384 * linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml:
385 Ditto.
386 * linden/indra/newview/skins/default/xui/en-us/menu_pie_self.xml:
387 Ditto.
388
389
390 * linden/indra/newview/llviewernetwork.cpp:
391 Menu bar now only changes color for Aditi.
392
393
3942009-06-01 Jacek Antonelli <jacek.antonelli@gmail.com>
395
396 * Mute in Profile window triggers confirmation dialog too.
397
398 modified: linden/indra/newview/llpanelavatar.cpp
399
400
401 * Added confirmation dialogs for Mute from pie menu.
402 Dialog is for muting avatars and objects from the pie menu only.
403
404 modified: linden/indra/newview/llmutelist.cpp
405 modified: linden/indra/newview/llmutelist.h
406 modified: linden/indra/newview/llviewermenu.cpp
407 modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml
408
409
4102009-05-31 Jacek Antonelli <jacek.antonelli@gmail.com>
411
412 * Added a confirmation dialog for Take Off All Clothes.
413
414 modified: linden/indra/newview/llagent.cpp
415 modified: linden/indra/newview/llagent.h
416 modified: linden/indra/newview/skins/default/xui/en-us/alerts.xml
417
418
4192009-05-25 Jacek Antonelli <jacek.antonelli@gmail.com>
420
421 * linden/indra/newview/llinventorybridge.cpp (buildContextMenu):
422 Added a separator between Wear and Restore to Last Position.
423 * linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml:
424 Ditto.
425
426
427 * linden/indra/newview/llinventorybridge.cpp:
428 Restore to Last Position has a confirmation dialog now.
429
430
431 * linden/indra/newview/llinventorybridge.cpp:
432 Added Restore to Last Position confirmation and callback methods.
433 LLItemBridge::restoreToWorldConfirm()
434 LLItemBridge::restoreToWorldCallback()
435 * linden/indra/newview/llinventorybridge.h:
436 Ditto.
437
438
439 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
440 Added ConfirmRestoreToWorld alert text.
441
442
443 * linden/indra/newview/llpanellogin.cpp:
444 User-initiated Toggle Fullscreen has a confirmation dialog now.
445 That's in the View menu and also Alt+Enter at login screen.
446 * linden/indra/newview/llviewermenu.cpp:
447 Ditto.
448
449
450 * linden/indra/newview/llviewerwindow.cpp:
451 Added Toggle Fullscreen confirmation and callback methods.
452 LLViewerWindow::toggleFullscreenConfirm()
453 LLViewerWindow::toggleFullscreenCallback()
454 * linden/indra/newview/llviewerwindow.h (LLWindowCallbacks):
455 Ditto.
456
457
458 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
459 Added ConfirmToggleFullscreen alert text.
460
461
4622009-05-24 Jacek Antonelli <jacek.antonelli@gmail.com>
463
464 * linden/indra/newview/llfloaterworldmap.cpp:
465 User-initiated Teleport Home has confirmation dialog.
466 That's in the World menu and on the world map.
467 * linden/indra/newview/llviewermenu.cpp:
468 Ditto.
469
470
471 * linden/indra/newview/llagent.cpp:
472 Added Teleport Home confirmation and callback methods.
473 LLAgent::teleportHomeConfirm()
474 LLAgent::teleportHomeCallback()
475 * linden/indra/newview/llagent.h:
476 Ditto.
477
478
479 * linden/indra/newview/llagent.cpp:
480 Moved LLAgent::teleportHome() definition.
481 Was in llagent.h for no good reason, now in llagent.cpp.
482 * linden/indra/newview/llagent.h:
483 Ditto.
484
485
486 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
487 Added ConfirmTeleportHome alert text.
488
489
4902009-05-18 Jacek Antonelli <jacek.antonelli@gmail.com>
491
492 * linden/indra/newview/viewer_manifest.py:
493 Changed the list of installed Mac gstreamer plugins.
494
495 Commented out libgstqtwrapper.so, since it causes issues with
496 MP3s (and perhaps other types).
497
498 Added:
499 libgstfilter.so
500 libgstmultifile.so
501 libgststereo.so
502 libgstvideobalance.so
503 libgstvideobox.so
504 libgstvideocrop.so
505 libgstvideoflip.so
506 libgstvideomixer.so
507 libgstvideorate.so
508 libgstvideosignal.so
509
510
5112009-05-16 Jacek Antonelli <jacek.antonelli@gmail.com>
512
513 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
514 Reverted Ctrl-D shortcut back to Edit > Duplicate.
515 No longer World > Create Landmark Here.
516
517
5182009-05-02 Jacek Antonelli <jacek.antonelli@gmail.com>
519
520 * linden/indra/newview/viewer_manifest.py:
521 Added libgstqtwrapper.so to Mac manifest.
522
523
5242009-04-28 McCabe Maxsted <hakushakukun@gmail.com>
525
526 * linden/install.xml:
527 Fixed gstreamer plugins windows library.
528
529
530 * linden/indra/cmake/CopyWinLibs.cmake:
531 Updated copy_win_libs for 1.1 RC3.
532
533
5342009-04-27 Armin Weatherwax <email@unknown.com>
535
536 * linden/indra/newview/llchatbar.cpp:
537 Applied Armin's gesture manager patch.
538 * linden/indra/newview/skins/default/xui/en-us/panel_chat_bar.xml:
539 Ditto.
540
541
5422009-04-20 Jacek Antonelli <jacek.antonelli@gmail.com>
543
544 * linden/indra/llaudio/audioengine_openal.cpp:
545 Imported GreenLife Emerald Viewer's OpenAL code. It works!
546 * linden/indra/llaudio/audioengine_openal.h:
547 Ditto.
548
549
550 * linden/indra/newview/viewer_manifest.py:
551 We'll use libopenal.1.dylib after all (yet again).
552
553
554 * linden/indra/cmake/OPENAL.cmake:
555 Help (force) Mac find the right OpenAL lib and header dir.
556
557
558 * linden/install.xml:
559 Mac viewer uses Thomas Shikami's OpenAL libs.
560
561
5622009-04-18 Jacek Antonelli <jacek.antonelli@gmail.com>
563
564 * linden/indra/llmedia/llmediaimplgstreamer.h:
565 LLMediaImplGStreamer::startPlay() is protected, LLGstPlayThread friend.
566
567
568 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
569 Removed redundant play() from LLMediaImplGStreamer::navigateTo().
570
571
572 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
573 LLMediaImplGStreamer::play() is no-op if already playing.
574
575
576 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
577 Removed some useless code from LLMediaImplGStreamer::startPlay().
578
579
5802009-04-17 McCabe Maxsted <hakushakukun@gmail.com>
581
582 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
583 GST_PLUGIN_PATH should only search plugin directories for Windows.
584
585
586 * linden/install.xml:
587 Removed 'https' from install.xml.
588 Updated Windows GStreamer plugin url.
589 Updated Windows GLib url.
590 Updated Windows GStreamer url.
591 Updated Windows libpng url.
592
593
5942009-04-10 Jacek Antonelli <jacek.antonelli@gmail.com>
595
596 * linden/indra/newview/viewer_manifest.py:
597 Added libneon to Mac manifest.
598
599
600 * linden/indra/cmake/OPENAL.cmake:
601 Help Mac find the right libalut.0.dylib.
602
603
604 * linden/indra/cmake/GStreamer.cmake:
605 Help Mac find the right libxml2.2.dylib.
606
607
608 * linden/indra/newview/viewer_manifest.py:
609 Tweaked Mac lib manifest.
610 Removed pango, commented out libopenal, added libxml2.
611
612
613
6142009-04-06 Jacek Antonelli <jacek.antonelli@gmail.com>
615
616 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
617 Don't use LL_ERRS, it makes the viewer abort!
618
619
620 * linden/indra/llcommon/llerror.cpp:
621 Made LogLock mutex less likely to fail, hopefully.
622
623
624 * linden/indra/llcommon/llthread.cpp:
625 Converted BOOLs to bools in llthread.
626 * linden/indra/llcommon/llthread.h:
627 Ditto.
628
629
6302009-04-05 Jacek Antonelli <jacek.antonelli@gmail.com>
631
632 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
633 LLMediaImplGStreamer creates new thread for playing.
634 This keeps the viewer responsive while GStreamer does its thing.
635 * linden/indra/llmedia/llmediaimplgstreamer.h:
636 Ditto.
637
638
639 * linden/indra/llmedia/llgstplaythread.cpp:
640 Added LLGstPlayThread class.
641 * linden/indra/llmedia/llgstplaythread.h:
642 Ditto.
643 * linden/indra/llmedia/CMakeLists.txt:
644 Ditto.
645
646
6472009-04-04 Jacek Antonelli <jacek.antonelli@gmail.com>
648
649 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
650 Refactored the heart of the GST play code to startPlay().
651
652
6532009-04-02 Jacek Antonelli <jacek.antonelli@gmail.com>
654
655 * linden/indra/newview/llviewermedia.cpp:
656 Apply saved MediaDebugLevel at media init time.
657
658
659 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
660 Plugged in LLMediaImplGStreamer::gstreamer_log().
661
662
663 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
664 Implemented LLMediaImplGStreamer::gstreamer_log().
665 * linden/indra/llmedia/llmediaimplgstreamer.h:
666 Ditto.
667
668
669 * linden/indra/newview/llviewercontrol.cpp:
670 Implemented handleMediaDebugLevelChanged hook.
671
672
6732009-04-01 Jacek Antonelli <jacek.antonelli@gmail.com>
674
675 * linden/indra/newview/app_settings/settings.xml:
676 Added MediaDebugLevel setting in XML (does nothing yet).
677
678
679 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
680 Implemented LLMediaImplGstreamer::setDebugLevel().
681 * linden/indra/llmedia/llmediaimplgstreamer.h:
682 Ditto.
683
684
685 * linden/indra/llmedia/llmediaimplcommon.cpp:
686 Added LLMediaImplCommon::setDebugLevel().
687 * linden/indra/llmedia/llmediaimplcommon.h:
688 Ditto.
689
690
691 * linden/indra/llmedia/llmediabase.h:
692 Added LLMediaBase::EDebugLevel and setDebugLevel prototype.
693
694
6952009-03-30 Jacek Antonelli <jacek.antonelli@gmail.com>
696
697 * linden/indra/newview/viewer_manifest.py:
698 Added libgstdecodebin.so plugin to Mac manifest.
699
700
7012009-03-30 McCabe Maxsted <hakushakukun@gmail.com>
702
703 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
704 Cleaned up logic for bad streams.
705
706
7072009-03-29 Jacek Antonelli <jacek.antonelli@gmail.com>
708
709 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
710 set_gst_plugin_path now sets GST_PLUGIN_SYSTEM_PATH="".
711 This prevents GStreamer from looking for system-installed plugins,
712 which can have conflicts with our packaged ones.
713
714
715 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
716 Improved set_gst_plugin_path, now sets path on Mac too.
717
718
719 * linden/indra/cmake/GStreamer.cmake:
720 Using OpenAL framework on Mac after all. Maybe.
721
722
723 * linden/indra/cmake/GStreamer.cmake:
724 Tweaked the list of linked-in gstreamer libs for Mac.
725
726
727 * linden/indra/newview/viewer_manifest.py:
728 Removed the "2.0.0" named glib libs. Only using "2.0" now.
729
730
7312009-03-29 McCabe Maxsted <hakushakukun@gmail.com>
732
733 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
734 Added loading status to the log's plugin list.
735 set_gst_plugin_path now compiles for windows.
736
737
738 * linden/indra/newview/llappviewer.cpp:
739 Removed unnecessary headers.
740
741
742 * linden/indra/cmake/00-Common.cmake
743 Added VS optimizations to cmake
744 Added flag for multi-core compiling in VS2005
745
746
7472009-03-28 Jacek Antonelli <jacek.antonelli@gmail.com>
748
749 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
750 Improved set_gst_plugin_path, more comprehensive path.
751 Also tried to tidy up a bit.
752
753
754 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
755 Moved Windows GST_PLUGIN_PATH setup to LLMediaImplGStreamer.
756 LLAppViewer::gst_plugin_path -->
757 LLMediaImplGStreamer::set_gst_plugin_path
758 * linden/indra/llmedia/llmediaimplgstreamer.h:
759 Ditto.
760 * linden/indra/newview/llappviewer.h:
761 Ditto.
762 * linden/indra/newview/llappviewer.cpp:
763 Ditto.
764
765
766 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
767 Print out the plugins gstreamer finds, for debugging.
768
769
7702009-03-27 Jacek Antonelli <jacek.antonelli@gmail.com>
771
772 * linden/indra/newview/app_settings/settings.xml:
773 Changed the login splash screen URL.
774
775
7762009-03-27 McCabe Maxsted <hakushakukun@gmail.com>
777
778 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
779 Fixed video streams freezing the viewer.
780
781
7822009-03-26 Jacek Antonelli <jacek.antonelli@gmail.com>
783
784 * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp:
785 Fixed/improved how slvideo gst plugin is registered.
786
787
788 * linden/indra/llmedia/llmediaimplgstreamer_syms.cpp:
789 Removed obsolete gstreamer_syms files.
790 * linden/indra/llmedia/llmediaimplgstreamer_syms.h:
791 Ditto.
792 * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc:
793 Ditto.
794 * linden/indra/llmedia/llmediaimplgstreamer_syms_rawa.inc:
795 Ditto.
796 * linden/indra/llmedia/llmediaimplgstreamer_syms_rawv.inc:
797 Ditto.
798
799
800 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
801 Removed all that llgst and symbol grabbing silliness.
802 Some symbols require gstreamer >= 0.10.11.
803 * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp:
804 Ditto.
805 * linden/indra/llmedia/CMakeLists.txt:
806 Ditto.
807
808
809 * linden/indra/cmake/GStreamer.cmake:
810 Link with some gstreamer core libs on Linux.
811
812
8132009-03-16 McCabe Maxsted <hakushakukun@gmail.com>
814
815 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
816 Visual Studio now ignores C4244 warnings in GStreamer.
817 Since the change was intentional, I thought it best to
818 continue using "treat warnings as errors" and ignore it.
819 * linden/indra/llmedia/llmediaimplgstreamer_syms.cpp:
820 Ditto.
821 * linden/indra/llmedia/llmediamanager.cpp:
822 Ditto.
823
824
8252009-03-16 Jacek Antonelli <jacek.antonelli@gmail.com>
826
827 * linden/indra/newview/viewer_manifest.py:
828 Symlinks for Mac glib dylibs (2.0.0 -> 2.0).
829
830 * linden/indra/newview/viewer_manifest.py:
831 Added more Mac dylibs to manifest.
832
833
8342009-03-13 Jacek Antonelli <jacek.antonelli@gmail.com>
835
836 * linden/indra/llaudio/audioengine_openal.cpp:
837 Added error checking when generating an OpenAL source.
838
839
8402009-03-12 Jacek Antonelli <jacek.antonelli@gmail.com>
841
842 * linden/indra/cmake/OPENAL.cmake:
843 Don't find specific OpenAL lib locations on Mac/Linux.
844 Linking that way is bad. Just use -lopenal -lalut instead.
845
846
8472009-03-11 Jacek Antonelli <jacek.antonelli@gmail.com>
848
849 * linden/indra/cmake/OPENAL.cmake:
850 Removed redundant/unnecessary OpenAL lib names and paths.
851
852
853 * linden/indra/newview/viewer_manifest.py:
854 Added Mac gstreamer plugins to viewer manifest.
855
856
857 * linden/indra/llaudio/CMakeLists.txt:
858 LLAudio's CMakeLists should include OPENAL.
859
860
861 * linden/indra/cmake/LLMedia.cmake:
862 Removed Quicktime-related cmake code.
863 * linden/indra/cmake/LLMedia.cmake:
864 Ditto.
865 * linden/indra/llmedia/CMakeLists.txt:
866 Ditto.
867 * linden/indra/newview/CMakeLists.txt:
868 Ditto.
869
870
8712009-03-10 McCabe Maxsted <hakushakukun@gmail.com>
872
873 * linden/indra/llaudio/audioengine.cpp:
874 Changed startinternetstream() a bit to be clearer.
875
876
8772009-03-09 Jacek Antonelli <jacek.antonelli@gmail.com>
878
879 * linden/indra/newview/viewer_manifest.py:
880 Manifest includes openal and gstreamer libs in Mac package.
881
882
883 * linden/indra/newview/CMakeLists.txt:
884 Mac app icon will be called viewer.icns instead of secondlife.icns.
885 * linden/indra/newview/Info-Imprudence.plist:
886 Ditto.
887 * linden/indra/newview/viewer_manifest.py:
888 Ditto.
889
890
8912009-03-08 Jacek Antonelli <jacek.antonelli@gmail.com>
892
893 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
894 Load the proper gstreamer lib type (dylib) on Mac.
895
896
897 * linden/indra/cmake/GStreamer.cmake:
898 Tweaked GStreamer.cmake to work on Mac.
899
900
9012009-03-07 Jacek Antonelli <jacek.antonelli@gmail.com>
902
903 * linden/indra/newview/Info-SecondLife.plist:
904 Moved Info-SecondLife.plist to Info-Imprudence.plist.
905 * linden/indra/newview/viewer_manifest.py:
906 Ditto.
907
908
9092009-03-07 McCabe Maxsted <hakushakukun@gmail.com>
910
911 * linden/indra/llimagej2coj/llimagej2coj.cpp:
912 Backported fix for VWR-4070 from 1.22.
913
914
915 * linden/indra/llaudio/audioengine.cpp:
916 Applied patch by Zwagoth Klaar for muting sounds before decoding.
917 * linden/indra/newview/llviewermessage.cpp:
918 Ditto.
919
920
921 * linden/indra/llmessage/llhttpclient.cpp:
922 Applied memleak patch from VWR-9400 by Henri and Carjay.
923
924
925 * linden/indra/newview/llvoavatar.cpp:
926 Use std::string for nametags, removed bizarre name stacking option.
927
928
9292009-03-01 McCabe Maxsted <hakushakukun@gmail.com>
930
931 * linden/indra/newview/llfloaterchat.cpp:
932 Backported fix for VWR-3060 (No way to hide IMs in chat console).
933 * linden/indra/newview/skins/default/xui/en-us/panel_preferences_im.xml:
934 Ditto.
935
936
9372009-02-28 McCabe Maxsted <hakushakukun@gmail.com>
938
939 * linden/indra/newview/skins/default/textures/textures.xml:
940 Fixed pause button texture showing up in certain instances.
941 * linden/indra/newview/skins/default/xui/de/panel_media_controls.xml:
942 Ditto.
943 * linden/indra/newview/skins/default/xui/fr/panel_media_controls.xml:
944 Ditto.
945 * linden/indra/newview/skins/default/xui/ja/panel_media_controls.xml:
946 Ditto.
947 * linden/indra/newview/skins/default/xui/ko/panel_media_controls.xml:
948 Ditto.
949 * linden/indra/newview/skins/silver/xui/en-us/panel_media_controls.xml:
950 Ditto.
951
952
953 * linden/indra/newview/llfilepicker.cpp:
954 Applied patch for VWR-5575 (crash in the file picker dealing
955 with accented characters and bad locale) by Alissa Sabre.
956
957
958 * linden/indra/newview/pipeline.cpp:
959 Backported possible crash fix while changing graphics settings from 1.22.
960
961
962 * linden/indra/llui/llfloater.cpp:
963 Backported possible crash fix in llfloater.cpp from 1.22.
964
965
966 * linden/indra/newview/lldrawable.cpp:
967 Backported fix for VWR-3871 (prim position appears to be off) from 1.22.
968
969
970 * linden/indra/newview/llcompilequeue.cpp:
971 Backported fix for SVC-2771 (script resetting can fail) from 1.22.
972 * linden/indra/newview/llviewermenu.cpp:
973 Ditto.
974
975
976 * linden/indra/llcharacter/llbvhloader.cpp:
977 Backported fix for VWR-996 (wrong visualisation of animations) from 1.22.
978
979
980 * linden/indra/newview/app_settings/keywords.ini:
981 Applied my patch for VWR-8454 (PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS
982 not highlighted in script editor).
983
984
985
986=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
987=- 1.1.0 RC2 -=
988=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
989
990
9912009-02-27 Jacek Antonelli <jacek.antonelli@gmail.com>
992
993 * linden/indra/llcommon/llversionviewer.h:
994 Bumped test version to RC2.
995
996 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
997 Initialize gstreamer (if needed) when making LLMediaImplGStreamer.
998 Lets us find gstreamer version for "About Imprudence" before login.
999
1000 * linden/indra/newview/llfloaterabout.cpp:
1001 Get gstreamer reference from media manager.
1002 Eliminates the need to include llmediaimplgstreamer.h,
1003 which causes problems on Linux due to name clash between
1004 libxml2 and expat's XMLCALLs.
1005
1006 * linden/indra/llui/CMakeLists.txt:
1007 LLUI's CMakeList needs LLMedia cmake stuff.
1008
1009 * linden/indra/newview/viewer_manifest.py:
1010 Added libgstpulse.so (PulseAudio) to Linux manifest.
1011
1012
1013 McCabe Maxsted <hakushakukun@gmail.com>
1014
1015 * linden/install.xml:
1016 Updated GStreamer libs to RC2.
1017
1018
10192009-02-26 McCabe Maxsted <hakushakukun@gmail.com>
1020
1021 * linden/indra/newview/llpreviewlandmark.cpp:
1022 Fixed bad LM patch side-effect.
1023
1024
10252009-02-25 McCabe Maxsted <hakushakukun@gmail.com>
1026
1027 * linden/indra/newview/skins/default/xui/en-us/menu_pie_hud.xml:
1028 Forgot to add touch back in to menu_pie_hud.xml.
1029
1030 * linden/indra/cmake/CopyWinLibs.cmake:
1031 Fixed copy_win_libs.
1032
1033
1034 Jacek Antonelli <jacek.antonelli@gmail.com>
1035 * linden/indra/newview/llinventoryview.cpp:
1036 Likely fix for inventory folders re-opening. [#98]
1037
1038
10392009-02-24 McCabe Maxsted <hakushakukun@gmail.com>
1040
1041 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1042 Changed the show/hide shortcuts to be linux friendly.
1043
1044 * linden/indra/newview/skins/default/xui/en-us/menu_pie_hud.xml:
1045 Added menu_pie_hud.xml, removed legacy rate pie menu references.
1046 * linden/indra/newview/CMakeLists.txt:
1047 Ditto.
1048 * linden/indra/newview/llselectmgr.cpp:
1049 Ditto.
1050 * linden/indra/newview/lltoolpie.cpp:
1051 Ditto.
1052 * linden/indra/newview/llviewermenu.cpp:
1053 Ditto.
1054 * linden/indra/newview/llviewermenu.h:
1055 Ditto.
1056
1057
10582009-02-17 McCabe Maxsted <hakushakukun@gmail.com>
1059
1060 * linden/indra/llmessage/llpumpio.cpp:
1061 Fixed crash in Top Scripts.
1062
1063
10642009-02-16 Jacek Antonelli <jacek.antonelli@gmail.com>
1065
1066 * linden/indra/llui/llkeywords.cpp:
1067 Fixed LSL comment coloring bleeding to next line. [#96]
1068
1069
1070 McCabe Maxsted <hakushakukun@gmail.com>
1071
1072 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1073 Added GStreamer version info to About > Imprudence.
1074 * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc:
1075 Ditto.
1076 * linden/indra/newview/llfloaterabout.cpp:
1077 Ditto.
1078
1079 * linden/indra/llaudio/audioengine.cpp:
1080 Fixed some bad comment formatting.
1081
1082 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1083 Added error checking to play/stop/pause to prevent bad looping.
1084 * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc:
1085 Ditto.
1086
1087
10882009-02-15 McCabe Maxsted <hakushakukun@gmail.com>
1089
1090 * linden/indra/llcommon/llsdserialize.cpp:
1091 Backported LLSD changes.
1092 * linden/indra/llcommon/llsdserialize_xml.cpp:
1093 Ditto.
1094
1095 * linden/indra/llmessage/message_prehash.cpp:
1096 Added MonoScore to message_prehash.
1097 * linden/indra/llmessage/message_prehash.h:
1098 Ditto.
1099 * linden/indra/newview/llfloatertopobjects.cpp:
1100 Ditto.
1101
1102
1103 Jacek Antonelli <jacek.antonelli@gmail.com>
1104
1105 * linden/indra/llui/llkeywords.cpp:
1106 Don't assume that start and end delimiters are same length.
1107
1108
11092009-02-14 McCabe Maxsted <hakushakukun@gmail.com>
1110
1111 * linden/indra/newview/app_settings/settings.xml:
1112 Fixed missing music prompt (streaming now enabled by default).
1113 * linden/indra/newview/llviewerparcelmedia.cpp:
1114 Ditto.
1115 * linden/indra/newview/llviewerparcelmgr.cpp:
1116 Ditto.
1117 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
1118 Ditto.
1119
1120 * linden/indra/newview/lloverlaybar.cpp:
1121 Fixed music button not toggling on first run.
1122 * linden/indra/newview/lloverlaybar.h:
1123 Ditto.
1124 * linden/indra/newview/llviewerparcelmgr.cpp:
1125 Ditto.
1126
1127 * linden/indra/newview/llmediaremotectrl.cpp:
1128 Removed useless music pause button.
1129 * linden/indra/newview/skins/default/xui/en-us/panel_media_controls.xml:
1130 Ditto.
1131
1132 * linden/indra/newview/llviewergesture.cpp:
1133 Gestures now muted with sounds.
1134
1135
11362009-02-13 McCabe Maxsted <hakushakukun@gmail.com>
1137
1138 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1139 Removed junk code from GStreamer.
1140 * linden/indra/llmedia/llmediaimplgstreamer.h:
1141 Ditto.
1142 * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp:
1143 Ditto.
1144
1145 * linden/indra/newview/app_settings/settings.xml:
1146 Fixed sound settings not being correctly muted.
1147 * linden/indra/newview/llviewermessage.cpp:
1148 Ditto.
1149 * linden/indra/newview/llviewerobject.cpp:
1150 Ditto.
1151 * linden/indra/newview/llvoavatar.cpp:
1152 Ditto.
1153
1154
1155 Armin Weatherwax <email@unknown.com>
1156
1157 * linden/indra/newview/llpreviewlandmark.cpp:
1158 Removed search for non-existant floater_preview_new_landmark.xml.
1159
1160 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1161 Added artist/title tag info support.
1162 * linden/indra/llmedia/llmediaimplgstreamer_syms_raw.inc:
1163 Ditto.
1164
1165
1166 Anders Arnholm <anders@arnholm.se>
1167
1168 * linden/indra/llui/lltexteditor.cpp:
1169 Fixed crash in LLTextEditor::findHTML
1170
1171
11722009-02-12 McCabe Maxsted <hakushakukun@gmail.com>
1173
1174 * linden/indra/newview/llfloatertopobjects.cpp:
1175 Backported Top Objects changes from 1.22.
1176 * linden/indra/newview/skins/default/xui/en-us/floater_top_objects.xml:
1177 Ditto.
1178
1179
11802009-02-04 McCabe Maxsted <hakushakukun@gmail.com>
1181
1182 * linden/indra/cmake/CopyWinLibs.cmake:
1183 develop.py should now work again under windows.
1184 * linden/indra/cmake/GStreamer.cmake:
1185 Ditto.
1186 * linden/indra/cmake/OPENAL.cmake:
1187 Ditto.
1188 * linden/install.xml:
1189 Ditto.
1190
1191
11922009-02-03 McCabe Maxsted <hakushakukun@gmail.com>
1193
1194 * linden/indra/newview/llviewermenu.cpp:
1195 Fixed llSetTouchText().
1196 * linden/indra/newview/skins/default/xui/en-us/menu_pie_attachment.xml:
1197 Ditto.
1198
1199 * linden/indra/cmake/CopyWinLibs.cmake:
1200 Updated CMake to RC1.
1201 * linden/indra/cmake/OPENAL.cmake:
1202 Ditto.
1203 * linden/install.xml:
1204 Ditto.
1205
1206
1207
1208=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1209=- 1.1.0 RC1 -=
1210=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
1211
1212
12132009-02-02 Jacek Antonelli <jacek.antonelli@gmail.com>
1214
1215 * linden/indra/newview/viewer_manifest.py:
1216 Added linux gstreamer libs, dependencies, and plugins.
1217
1218 * linden/indra/newview/viewer_manifest.py:
1219 Removed some unused libs from Linux manifest.
1220
1221 * linden/indra/newview/viewer_manifest.py:
1222 Get AL libs from real libs dir, not vivox.
1223
1224 * linden/indra/newview/viewer_manifest.py:
1225 Removed redundant packaging of text files.
1226
1227
12282009-01-30 Jacek Antonelli <jacek.antonelli@gmail.com>
1229
1230 * linden/indra/llmath/llcalc.cpp:
1231 Tweaked build math variable names for consistency.
1232 X/Y/Z go at end of variables, e.g. XP --> PX.
1233
1234 * linden/indra/newview/llpanelobject.cpp:
1235 Made build math taper/hole size correct for box/etc. [#62]
1236
1237 * linden/indra/llaudio/audioengine_openal.cpp:
1238 Disabled spammy loadWAV error for nonexistent files.
1239
1240
1241 * linden/indra/newview/llviewerregion.cpp
1242 Fix crash with two instances logged in to opensim.
1243 Patch by Armin Weatherwax.
1244
1245
1246 McCabe Maxsted <hakushakukun@gmail.com>
1247
1248 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
1249 Updated build math cheat sheet to new variable names.
1250
1251 * linden/indra/newview/app_settings/settings.xml:
1252 Fixed default communicate size being too small.
1253 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
1254 Ditto.
1255
1256
12572009-01-29 McCabe Maxsted <hakushakukun@gmail.com>
1258
1259 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1260 Removed spammy gstreamer debug messages.
1261
1262 * ChangeLog.txt
1263 Armin Weatherwax, not Armin.
1264
1265 * linden/indra/newview/llfloatersnapshot.cpp:
1266 Added TGA to snapshot options.
1267 * linden/indra/newview/llfloatersnapshot.h:
1268 Ditto.
1269 * linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml:
1270 Ditto.
1271
1272 * linden/indra/newview/llviewermessage.cpp:
1273 llLoadUrl scripts now respect browser preferences.
1274
1275
12762009-01-27 Jacek Antonelli <jacek.antonelli@gmail.com>
1277
1278 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1279 Vetoed shortcut for Show XUI Names (Ctrl-Shift-X).
1280 It's just not used often enough to justify a shortcut.
1281 Partial revert of earlier commit 2dd736ab.
1282
1283 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1284 Moved View > Show HUD Attachments to Advanced menu.
1285 New location is:
1286 Advanced > Rendering > Features > HUD Attachments
1287 Also removed keyboard shortcut.
1288
1289 * linden/indra/newview/llviewermenu.cpp:
1290 Restored View > Toolbar and Show HUD Attachments.
1291 Partial revert of earlier commit e79a1cc5.
1292 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
1293 Ditto.
1294
1295 * linden/indra/newview/linux_tools/wrapper.sh:
1296 Set GST_PLUGIN_PATH for Linux.
1297
1298
1299 McCabe Maxsted <hakushakukun@gmail.com>
1300
1301 * linden/indra/newview/llappviewer.cpp:
1302 Plugin path set via string.
1303
1304 * linden/indra/newview/llfloatersnapshot.cpp:
1305 Fixed high res snapshots not working from the snapshot window
1306
1307
13082009-01-26 McCabe Maxsted <hakushakukun@gmail.com>
1309
1310 * linden/indra/cmake/CopyWinLibs.cmake:
1311 Added GStreamer to Cmake.
1312 * linden/indra/cmake/GStreamer.cmake:
1313 Ditto.
1314 * linden/indra/llmedia/llmediaimplgstreamervidplug.h:
1315 Ditto.
1316 * linden/indra/newview/llappviewer.cpp:
1317 Ditto.
1318 * linden/install.xml:
1319 Ditto.
1320
1321
13222009-01-24 McCabe Maxsted <hakushakukun@gmail.com>
1323
1324 * linden/indra/newview/llfloaterhtmlhelp.cpp:
1325 Fixed 'open in external browser' button.
1326
1327
13282009-01-23 McCabe Maxsted <hakushakukun@gmail.com>
1329
1330 * linden/indra/llui/lltexteditor.cpp:
1331 Backported Qarl's fix for VWR-8773: Closing parenthesis breaks urls.
1332
1333 * linden/indra/llcommon/llstring.h:
1334 Backported fix for VWR-5529: group chat scrolls up when logging enabled.
1335 * linden/indra/llui/lltexteditor.cpp:
1336 Ditto.
1337 * linden/indra/llui/lltexteditor.h:
1338 Ditto.
1339 * linden/indra/newview/skins/default/xui/en-us/floater_chat_history.xml:
1340 Ditto.
1341 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
1342 Ditto.
1343 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message_ad_hoc.xml:
1344 Ditto.
1345 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml:
1346 Ditto.
1347
1348 * linden/indra/llui/llkeywords.cpp:
1349 Fixed single line comment highlighting.
1350
1351
13522009-01-22 McCabe Maxsted <hakushakukun@gmail.com>
1353
1354 * linden/indra/newview/llappviewer.cpp:
1355 Windows version sets its own gstreamer environment variable.
1356 * linden/indra/newview/llappviewer.h:
1357 Ditto.
1358
1359
13602009-01-21 McCabe Maxsted <hakushakukun@gmail.com>
1361
1362 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
1363 Added link to wiki tutorial and missing variables to build cheat sheet.
1364
1365
13662009-01-20 McCabe Maxsted <hakushakukun@gmail.com>
1367
1368 * linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml:
1369 Fixed browser button layout.
1370
1371 * linden/indra/newview/app_settings/settings.xml:
1372 Added new setting 'HelpSupportURL' for support homepage.
1373
1374 * linden/indra/newview/skins/default/xui/en-us/strings.xml:
1375 Added translatable message for 'Set As Home' button.
1376
1377 * linden/indra/newview/llfloaterhtmlhelp.cpp:
1378 Browser window now toggles from the menu, removed legacy F1 help code.
1379 * linden/indra/newview/llfloaterhtmlhelp.h:
1380 Ditto.
1381
1382 * linden/indra/newview/llfloaterhtml.cpp:
1383 Deleted legacy browser window.
1384 * linden/indra/newview/llfloaterhtml.h:
1385 Ditto.
1386 * linden/indra/newview/skins/default/xui/de/floater_html.xml:
1387 Ditto.
1388 * linden/indra/newview/skins/default/xui/en-us/floater_html.xml:
1389 Ditto.
1390 * linden/indra/newview/skins/default/xui/es/floater_html.xml:
1391 Ditto.
1392 * linden/indra/newview/skins/default/xui/fr/floater_html.xml:
1393 Ditto.
1394 * linden/indra/newview/skins/default/xui/ja/floater_html.xml:
1395 Ditto.
1396 * linden/indra/newview/skins/default/xui/ko/floater_html.xml:
1397 Ditto.
1398 * linden/indra/newview/skins/default/xui/pt/floater_html.xml:
1399 Ditto.
1400 * linden/indra/newview/skins/default/xui/zh/floater_html.xml:
1401 Ditto.
1402 * linden/indra/newview/CMakeLists.txt:
1403 Ditto.
1404
1405 * linden/indra/newview/llfloaterchat.cpp:
1406 Removed legacy include for llfloaterhtml.h
1407 * linden/indra/newview/llwebbrowserctrl.cpp:
1408 Ditto.
1409 * linden/indra/newview/llimpanel.cpp:
1410 Ditto.
1411 * linden/indra/newview/llpanellogin.cpp:
1412 Ditto.
1413 * linden/indra/newview/llurldispatcher.cpp:
1414 Ditto.
1415 * linden/indra/newview/llviewermenu.cpp:
1416 Ditto.
1417 * linden/indra/newview/llviewerparcelmgr.cpp:
1418 Ditto.
1419 * linden/indra/newview/llviewerstats.cpp:
1420 Ditto.
1421
1422
1423 Jacek Antonelli <jacek.antonelli@gmail.com>
1424
1425 * linden/indra/newview/llfolderview.cpp:
1426 VWR-508/VWR-2199: Create "Worn Items" tab in Inventory
1427 Patch by Vadim Bigbear.
1428 * linden/indra/newview/llfolderview.h:
1429 Ditto.
1430 * linden/indra/newview/llinventoryview.cpp:
1431 Ditto.
1432 * linden/indra/newview/llinventoryview.h:
1433 Ditto.
1434 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
1435 Ditto.
1436
1437
14382009-01-18 Jacek Antonelli <jacek.antonelli@gmail.com>
1439
1440 * linden/indra/newview/llpanelinventory.cpp:
1441 LLFolderViewEventListener has type NIT_FOLDER.
1442 This fixes folders always showing when filtering.
1443
1444
14452009-01-17 Jacek Antonelli <jacek.antonelli@gmail.com>
1446
1447 * linden/indra/newview/llfolderview.cpp:
1448 Replaced some 0xffffffff's with NIT_ALL.
1449
1450
14512009-01-16 Jacek Antonelli <jacek.antonelli@gmail.com>
1452
1453 * linden/indra/newview/llgroupnotify.cpp:
1454 Fixed group notice popup showing wrong item type.
1455 Attachment was showing texture icon regardless of type.
1456
1457 * linden/indra/newview/llfloateravatarpicker.cpp:
1458 Fixed Resident chooser not showing calling cards.
1459
1460 * linden/indra/newview/lltexturectrl.cpp:
1461 Fixed texture picker not showing textures.
1462
1463 * linden/indra/newview/llinventoryview.cpp:
1464 Cosmetic code cleanup in LLInventoryViewFinder.
1465
1466 * linden/indra/newview/llinventoryview.cpp:
1467 Removed some dead code in LLInventoryViewFinder.
1468
1469 * linden/indra/newview/llinventoryview.cpp:
1470 Removed now-useless LLInventoryViewFinder::draw().
1471 * linden/indra/newview/llinventoryview.h:
1472 Ditto.
1473
1474 * linden/indra/newview/llinventoryview.cpp:
1475 Use UI callbacks to initiate rebuilding filter.
1476 Instead of rebuilding from draw() every frame.
1477 * linden/indra/newview/llinventoryview.h:
1478 Ditto.
1479
1480
1481 McCabe Maxsted <hakushakukun@gmail.com>
1482
1483 * linden/indra/newview/llviewermenu.cpp:
1484 Removed Toolbar and Show HUD options.
1485 * linden/indra/newview/llpanelgeneral.cpp:
1486 Moved Reset UI Size to Default to Preferences > General.
1487 * linden/indra/newview/llpanelgeneral.h:
1488 Ditto.
1489 * linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml:
1490 Ditto.
1491 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1492 Placed Zoom options in a submenu.
1493
1494
14952009-01-15 McCabe Maxsted <hakushakukun@gmail.com>
1496
1497 * linden/indra/lscript/lscript_compile/indra.l:
1498 Added compile support for multiline comments.
1499
1500 * linden/indra/llui/llkeywords.cpp:
1501 Added viewer support for multiline comments.
1502 * linden/indra/llui/llkeywords.h:
1503 Ditto.
1504 * linden/indra/newview/app_settings/keywords.ini:
1505 Ditto.
1506
1507 * linden/indra/llui/llkeywords.cpp:
1508 Fixed crash bug while loading keywords.
1509 * linden/indra/newview/app_settings/keywords.ini:
1510 Ditto.
1511
1512
1513 Jacek Antonelli <jacek.antonelli@gmail.com>
1514
1515 * linden/indra/newview/llvoavatar.cpp:
1516 VWR-8012: Avatars rendered too dark.
1517 Patch posted by CG Linden.
1518
1519 * linden/indra/newview/llfolderview.cpp:
1520 Fixed folders expanding when Show Filters is opened.
1521
1522 * linden/indra/newview/llinventoryview.cpp:
1523 Simplified rebuildFilter() a bit.
1524
1525 * linden/indra/newview/llinventoryview.cpp:
1526 LLInventoryViewFinder::rebuildFilter().
1527 Refactored from draw().
1528 * linden/indra/newview/llinventoryview.h:
1529 Ditto.
1530
1531
15322009-01-14 McCabe Maxsted <hakushakukun@gmail.com>
1533
1534 * linden/indra/llmath/llmodularmath.h:
1535 Updated llmessage.
1536 * linden/etc/message.xml:
1537 Ditto.
1538 * linden/indra/lib/python/indra/ipc/llsdhttp.py:
1539 Ditto.
1540 * linden/indra/lib/python/indra/ipc/mysql_pool.py:
1541 Ditto.
1542 * linden/indra/lib/python/indra/ipc/servicebuilder.py:
1543 Ditto.
1544 * linden/indra/lib/python/indra/ipc/siesta.py:
1545 Ditto.
1546 * linden/indra/lib/python/indra/util/llmanifest.py:
1547 Ditto.
1548 * linden/indra/lib/python/indra/util/llversion.py:
1549 Ditto.
1550 * linden/indra/lib/python/indra/util/named_query.py linden/indra/llcommon/llstat.cpp:
1551 Ditto.
1552 * linden/indra/llcommon/llstat.h linden/indra/llmessage/llcircuit.cpp:
1553 Ditto.
1554 * linden/indra/llmessage/llcircuit.h linden/indra/llmessage/llcurl.cpp:
1555 Ditto.
1556 * linden/indra/llmessage/llhttpassetstorage.cpp linden/indra/llmessage/llhttpclient.cpp:
1557 Ditto.
1558 * linden/indra/llmessage/llhttpclient.h linden/indra/llmessage/lliohttpserver.cpp:
1559 Ditto.
1560 * linden/indra/llmessage/llmail.cpp linden/indra/llmessage/llmail.h:
1561 Ditto.
1562 * linden/indra/llmessage/llmessagetemplate.cpp:
1563 Ditto.
1564 * linden/indra/llmessage/llmessagetemplate.h:
1565 Ditto.
1566 * linden/indra/llmessage/llmessagethrottle.cpp:
1567 Ditto.
1568 * linden/indra/llmessage/llnamevalue.cpp:
1569 Ditto.
1570 * linden/indra/llmessage/llnamevalue.h linden/indra/llmessage/llpumpio.cpp:
1571 Ditto.
1572 * linden/indra/llmessage/llregionflags.h linden/indra/llmessage/message.cpp:
1573 Ditto.
1574 * linden/indra/llmessage/message.h:
1575 Ditto.
1576
1577 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
1578 Added the 'Return to World' inventory option.
1579 * linden/indra/llcommon/indra_constants.h:
1580 Ditto.
1581 * linden/scripts/messages/message_template.msg:
1582 Ditto.
1583 * linden/indra/newview/skins/default/xui/en-us/menu_inventory.xml:
1584 Ditto.
1585 * linden/indra/lib/python/indra/base/llsd.py linden/indra/newview/llinventorybridge.cpp:
1586 Ditto.
1587 * linden/indra/newview/llinventorybridge.h:
1588 Ditto.
1589
1590
1591 Jacek Antonelli <jacek.antonelli@gmail.com>
1592
1593 * linden/indra/newview/llinventoryview.cpp:
1594 Don't show empty folders when using filter.
1595 This is the old behavior, but I had broken it.
1596
1597 * linden/indra/llinventory/llinventorytype.h:
1598 Added inventory ntype for folders.
1599 * linden/indra/llinventory/llinventory.cpp:
1600 Ditto.
1601
1602
16032009-01-13 McCabe Maxsted <hakushakukun@gmail.com>
1604
1605 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml
1606 Added text to IM window about inventory transfers.
1607 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml
1608 Fixed the 'Join' button being too small.
1609
1610 * linden/install.xml
1611 Removed bad Windows Glib package.
1612
1613
16142009-01-12 McCabe Maxsted <hakushakukun@gmail.com>
1615
1616 * linden/indra/llcommon/llversionviewer.h
1617 Changed version to RC1.
1618
1619 * linden/indra/lib/python/indra/base/llsd.py:
1620 Updated changes to LLSD.
1621 * linden/indra/lib/python/indra/util/fastest_elementtree.py:
1622 Ditto.
1623 * linden/indra/llcommon/llkeythrottle.h:
1624 Ditto.
1625 * linden/indra/llinventory/llsaleinfo.cpp:
1626 Ditto.
1627
1628 * linden/indra/llmessage/llurlrequest.cpp:
1629 Backported message timeout changes.
1630 * linden/indra/llmessage/lliosocket.cpp:
1631 Ditto.
1632 * linden/indra/llmessage/llpumpio.cpp:
1633 Ditto.
1634 * linden/indra/llmessage/llpumpio.h:
1635 Ditto.
1636
1637 * linden/indra/llmath/llcalc.cpp:
1638 Added cheat sheet help buttons in tools window.
1639 * linden/indra/newview/llpanelface.cpp:
1640 Ditto.
1641 * linden/indra/newview/llpanelface.h:
1642 Ditto.
1643 * linden/indra/newview/llpanelobject.cpp:
1644 Ditto.
1645 * linden/indra/newview/llpanelobject.h:
1646 Ditto.
1647 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
1648 Ditto.
1649 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
1650 Tweaked the layout a bit.
1651
1652
16532009-01-11 McCabe Maxsted <hakushakukun@gmail.com>
1654
1655 * linden/indra/newview/llvieweraudio.cpp:
1656 Wind disabled by default, ambient wind muting fixed, added debug setting 'MuteAudio'.
1657 * linden/indra/newview/llvieweraudio.h:
1658 Ditto.
1659 * linden/indra/newview/app_settings/settings.xml:
1660 Ditto.
1661
1662
1663 Aimee Trescothick <aimee@ama-zing.co.uk>
1664 * linden/indra/llmath/llcalc.cpp:
1665 Ability to do simple math in build editor.
1666 * linden/indra/llmath/llcalc.h:
1667 Ditto.
1668 * linden/indra/llmath/llcalcparser.cpp:
1669 Ditto.
1670 * linden/indra/llmath/llcalcparser.h:
1671 Ditto.
1672 * linden/indra/llmath/CMakeLists.txt:
1673 Ditto.
1674 * linden/indra/llui/lllineeditor.cpp:
1675 Ditto.
1676 * linden/indra/llui/lllineeditor.h:
1677 Ditto.
1678 * linden/indra/llui/llspinctrl.cpp:
1679 Ditto.
1680 * linden/indra/newview/llappviewer.cpp:
1681 Ditto.
1682 * linden/indra/newview/llpanelface.cpp:
1683 Ditto.
1684 * linden/indra/newview/llpanelobject.cpp:
1685 Ditto.
1686 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
1687 Ditto.
1688
1689
1690 Jacek Antonelli <jacek.antonelli@gmail.com>
1691
1692 * linden/indra/cmake/GStreamer.cmake:
1693 Added more gstreamer include paths.
1694 * linden/install.xml:
1695 Added glib package to install.xml.
1696 * linden/indra/newview/CMakeLists.txt:
1697 Use BOOST_SIGNALS_LIB in newview/CMakeLists.
1698 * cmake/DBusGlib.cmake:
1699 Removed references to unused dbusglib.
1700 * newview/CMakeLists.txt:
1701
1702
17032009-01-10 Armin Weatherwax <email@unknown.com>
1704
1705 * linden/indra/newview/llviewermenu.cpp:
1706 Added 'create landmark' to land pie menu.
1707 * linden/indra/newview/skins/default/xui/en-us/menu_pie_land.xml:
1708 Ditto.
1709
1710 * linden/indra/newview/app_settings/settings.xml:
1711 Double clicking minimap tps.
1712 * linden/indra/newview/llnetmap.cpp:
1713 Ditto.
1714 * linden/indra/newview/llpanelgeneral.cpp:
1715 Ditto.
1716 * linden/indra/newview/llpanelgeneral.h:
1717 Ditto.
1718 * linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml:
1719 Ditto.
1720
1721
1722 McCabe Maxsted <hakushakukun@gmail.com>
1723
1724 * linden/indra/newview/llviewermenu.cpp:
1725 Backported 'report abuse' avatar pie menu option.
1726 * linden/indra/newview/skins/default/xui/en-us/menu_pie_avatar.xml:
1727 Ditto.
1728
1729 * linden/indra/newview/llmaniptranslate.h:
1730 Fixed bottom HUD arrow (from VWR-5518, possible memory leak in linden code).
1731
1732
17332009-01-08 McCabe Maxsted <hakushakukun@gmail.com>
1734
1735 * linden/indra/cmake/CopyWinLibs.cmake:
1736 Added openal32.dll and alut.dll to CopyWinLibs.cmake.
1737 * linden/indra/newview/viewer_manifest.py:
1738 Added openal32.dll and alut.dll to viewer_manifest.py.
1739
1740
17412009-01-06 McCabe Maxsted <hakushakukun@gmail.com>
1742
1743 * linden/indra/llmedia/CMakeLists.txt:
1744 Streaming music/video now works on Windows.
1745 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
1746 Ditto.
1747 * linden/indra/llmedia/llmediaimplgstreamer.h:
1748 Ditto.
1749 * linden/indra/llmedia/llmediaimplgstreamer_syms.cpp:
1750 Ditto.
1751 * linden/indra/llmedia/llmediaimplgstreamer_syms.h:
1752 Ditto.
1753 * linden/indra/llmedia/llmediaimplgstreamervidplug.cpp:
1754 Ditto.
1755 * linden/indra/llmedia/llmediaimplgstreamervidplug.h:
1756 Ditto.
1757 * linden/indra/llmedia/llmediamanager.cpp:
1758 Ditto.
1759 * linden/indra/llwindow/llwindowsdl.cpp:
1760 Ditto.
1761
1762 * linden/indra/newview/llviewermenu.cpp:
1763 Added shortcut and message to landmark creation.
1764 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1765 Ditto.
1766 * linden/indra/newview/skins/default/xui/en-us/strings.xml:
1767 Ditto.
1768
1769
1770
17712008-12-30 McCabe Maxsted <hakushakukun@gmail.com>
1772
1773 * linden/indra/llaudio/audioengine_openal.cpp:
1774 Fixed a compile problem in VS2005.
1775 * linden/indra/llaudio/audioengine_openal.h:
1776 Ditto.
1777
1778
1779 * Merged in balp's openal branch.
1780
1781
1782 * linden/indra/CMakeLists.txt:
1783 "Added fix for VWR-10392 as well as other fixes.
1784 * linden/indra/cmake/00-Common.cmake:
1785 Ditto.
1786 * linden/indra/cmake/APR.cmake:
1787 Ditto.
1788 * linden/indra/cmake/CopyWinLibs.cmake:
1789 Ditto.
1790 * linden/indra/cmake/DirectX.cmake:
1791 Ditto.
1792 * linden/indra/cmake/FindMono.cmake:
1793 Ditto.
1794 * linden/indra/cmake/GooglePerfTools.cmake:
1795 Ditto.
1796 * linden/indra/cmake/LLXML.cmake:
1797 Ditto.
1798 * linden/indra/cmake/Linking.cmake:
1799 Ditto.
1800 * linden/indra/cmake/NDOF.cmake:
1801 Ditto.
1802 * linden/indra/cmake/Python.cmake:
1803 Ditto.
1804 * linden/indra/cmake/QuickTime.cmake:
1805 Ditto.
1806 * linden/indra/develop.py:
1807 Ditto.
1808 * linden/indra/newview/CMakeLists.txt:
1809 Ditto.
1810 * linden/indra/cmake/DBusGlib.cmake:
1811 Ditto.
1812
1813
18142008-12-29 McCabe Maxsted <hakushakukun@gmail.com>
1815
1816 * linden/indra/CMakeLists.txt:
1817 Removed llkdu from cmake.
1818 * linden/indra/cmake/CopyWinLibs.cmake:
1819 Ditto.
1820 * linden/indra/cmake/LLKDU.cmake:
1821 Ditto.
1822 * linden/indra/newview/CMakeLists.txt:
1823 Ditto.
1824 * linden/indra/newview/viewer_manifest.py:
1825 Ditto.
1826 * linden/install.xml:
1827 Ditto.
1828
1829
18302008-12-24 McCabe Maxsted <hakushakukun@gmail.com>
1831
1832 * linden/indra/newview/llwindebug.cpp:
1833 Rebranded windows crash dump filenames.
1834
1835 * linden/indra/newview/llfloaterworldmap.cpp:
1836 llMapDestination and map floater can now tp up to 4096m.
1837
1838 * linden/etc/message.xml:
1839 Added inventory changes for one method of inventory
1840 loss and upcoming new inv capabilities.
1841 * linden/indra/llcommon/indra_constants.h:
1842 Ditto.
1843 * linden/indra/llinventory/llinventory.cpp:
1844 Ditto.
1845 * linden/indra/newview/llinventorymodel.cpp:
1846 Ditto.
1847 * linden/indra/newview/llinventorymodel.h:
1848 Ditto.
1849 * linden/indra/newview/llstartup.cpp:
1850 Ditto.
1851 * linden/indra/newview/llviewerinventory.cpp:
1852 Ditto.
1853
1854
18552008-12-22 McCabe Maxsted <hakushakukun@gmail.com>
1856
1857 * linden/indra/newview/llviewermenu.cpp:
1858 Buy and Take now separated in the pie menu.
1859 * linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml
1860 Moved Buy to the top level.
1861 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml
1862 Ditto.
1863 * linden/indra/newview/skins/default/xui/en-us/menu_pie_self.xml
1864 Replaced 'Go' with 'Inventory'.
1865 * linden/indra/newview/skins/default/xui/en-us/menu_pie_attachment.xml
1866 Added menu items useful for prim-based avatars.
1867
1868
18692008-12-16 McCabe Maxsted <hakushakukun@gmail.com>
1870
1871 * linden/indra/newview/app_settings/settings.xml:
1872 Enabled lip sync by default.
1873 * linden/indra/newview/llfloatersnapshot.cpp:
1874 Moved "High-res snapshot" to the snapshot floater.
1875 * linden/indra/newview/skins/default/xui/en-us/floater_snapshot.xml:
1876 Ditto.
1877 * linden/indra/newview/llviewermenu.cpp:
1878 Moved "High-res snapshot" to the snapshot floater.
1879 Removed "Compress Snapshot to disk".
1880 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
1881 Changed "Rebake Textures" to "Refresh Appearance" and placed it in Edit.
1882 Added "Ctrl-Shift-X" as a shortcut to "Show XUI names").
1883 * linden/indra/newview/llviewerwindow.cpp:
1884 Removed "Compress Snapshot to disk".
1885 * linden/indra/newview/skins/default/xui/en-us/panel_preferences_input.xml:
1886 Moved "Disable Camera Constraints" to Preferences > Input/Camera.
1887
1888
1889 Jacek Antonelli <jacek.antonelli@gmail.com>
1890
1891 * linden/indra/newview/llselectmgr.cpp:
1892 VWR-1582: Local ruler mode wrong for linked objects.
1893 Also VWR-11103 (regression of above).
1894
1895
18962008-12-15 Jacek Antonelli <jacek.antonelli@gmail.com>
1897
1898 * linden/install.xml:
1899 Switched OpenJPEG package to a tar.bz2.
1900 The install.py script doesn't support .zip files.
1901 Maybe later we could add support for that.
1902
1903
1904 * linden/indra/newview/llworld.cpp:
1905 VWR-9352: Prim falls to 256m height when moved outworld.
1906 Patch by Aimee Trescothick.
1907
1908
19092008-12-13 Jacek Antonelli <jacek.antonelli@gmail.com>
1910
1911 * linden/scripts/build_version.py:
1912 Version string generator now includes test label.
1913 This is used for naming packages on Linux, among other things.
1914
1915
1916 * linden/indra/llcommon/llversionviewer.h:
1917 Bumped version to 1.1.0 alpha.
1918
1919
19202008-12-12 Balp Allen <Anders@Arnholm.se>
1921
1922 * Bumped version to RC3
1923
1924 * Applied patches from Henri's CoolViewer:
1925 Possible to discard much more given items.
1926
1927
19282008-12-11 McCabe Maxsted <hakushakukun@gmail.com>
1929
1930 * linden/indra/newview/llfloaterinspect.cpp:
1931 VWR-10823: Right click > Inspect crashes viewer.
1932 Backported from LL's 1.22 RC3.
1933
1934
19352008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com>
1936
1937 * linden/indra/newview/llinventoryview.cpp:
1938 Use NType to find inventory icon name.
1939 * linden/indra/newview/llinventoryview.h:
1940 Ditto.
1941
1942 * linden/indra/newview/llinventoryview.cpp:
1943 Clearing search shouldn't clear filter type.
1944
1945
19462008-12-09 Jacek Antonelli <jacek.antonelli@gmail.com>
1947
1948 * linden/indra/newview/llinventoryview.cpp:
1949 Start fetching inventory when quick filter changes.
1950
1951 * linden/indra/newview/llinventoryview.cpp:
1952 Refresh filter text when quick filter changes.
1953
1954 * linden/indra/newview/llfolderview.cpp:
1955 Refactored; added LLInventoryFilter::rebuildFilterText().
1956 * linden/indra/newview/llfolderview.h:
1957 Ditto.
1958
1959 * linden/indra/newview/llfolderview.cpp:
1960 Updated Inventory window filter text generation.
1961 It was putting the wrong types in the title when
1962 filtering. [#25]
1963
1964
19652008-12-08 Jacek Antonelli <jacek.antonelli@gmail.com>
1966
1967 * linden/indra/newview/llinventoryview.cpp:
1968 Hooked up Body Parts quickfilter and checkbox.
1969
1970 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
1971 Added Quick Filter item for Body Parts.
1972
1973 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml:
1974 Added Show Filters checkbox for Body Parts.
1975
1976 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml:
1977 Converted Show Filters window to relative positioning.
1978
1979 * linden/indra/newview/llfolderview.cpp:
1980 Inventory filtering is now done by NType.
1981
1982 * linden/indra/newview/llinventorybridge.cpp:
1983 LLInvFVBridge and derived classes have NTypes.
1984 * linden/indra/newview/llinventorybridge.h:
1985 Ditto.
1986 * linden/indra/newview/llpanelinventory.cpp:
1987 Ditto.
1988
1989 * linden/indra/newview/llfolderview.h:
1990 Added LLFolderViewEventListener::getNInventoryType()
1991 Pure virtual method, overridden in derived classes.
1992
1993 * linden/indra/newview/llinventoryview.cpp:
1994 LLInventoryView uses new inventory type.
1995
1996 * linden/indra/llinventory/llinventory.cpp:
1997 Recalculate ntype when changing type or flags.
1998
1999 * linden/indra/llinventory/llinventory.cpp:
2000 Added LLInventoryItem::recalcNInventoryType().
2001 * linden/indra/llinventory/llinventory.h:
2002 Ditto.
2003
2004 * linden/indra/llinventory/llinventory.cpp:
2005 Added calc_ntype() function.
2006 * linden/indra/llinventory/llinventory.h:
2007 Ditto.
2008
2009 * linden/indra/llinventory/llwearabletype.h:
2010 Moved enum EWearableType to its own file.
2011 Was in newview/llwearable.h, now in llinventory/llwearabletype.h.
2012 This allows it to be used in llinventory code.
2013 * linden/indra/newview/llwearable.h:
2014 Ditto.
2015
2016
20172008-12-07 Jacek Antonelli <jacek.antonelli@gmail.com>
2018
2019 * linden/indra/llinventory/llinventory.cpp:
2020 Added LLInventoryItem::mNInventoryType (new type) field.
2021 Will always by NIT_NONE so far.
2022 * linden/indra/llinventory/llinventory.h:
2023 Ditto.
2024
2025 * linden/indra/llinventory/llinventorytype.h:
2026 New bitfield enumerator for inventory types.
2027
2028
20292008-12-05 McCabe Maxsted <hakushakukun@gmail.com>
2030
2031 * linden/indra/newview/llappviewer.cpp:
2032 Windows defaults to settings_imprudence.xml when run from the .exe.
2033
2034
20352008-12-01 McCabe Maxsted <hakushakukun@gmail.com>
2036
2037 * linden/indra/newview/app_settings/settings.xml:
2038 Added "Select Only Copyable Objects" menu option.
2039 * linden/indra/newview/llselectmgr.cpp:
2040 Ditto
2041 * linden/indra/newview/llviewermenu.cpp:
2042 Ditto
2043 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2044 Ditto
2045
2046
20472008-11-24 McCabe Maxsted <hakushakukun@gmail.com>
2048
2049 * linden/indra/newview/llfloatergroupinvite.cpp:
2050 Add group name to group invite window.
2051 * linden/indra/newview/llfloatergroupinvite.h:
2052 Ditto.
2053
2054
20552008-11-23 McCabe Maxsted <hakushakukun@gmail.com>
2056
2057 * linden/indra/newview/skins/default/xui/en-us/notify.xml:
2058 VWR-4826 (ability to ignore friendship offers).
2059
2060 * linden/indra/newview/app_settings/settings.xml:
2061 Beacons no longer persist between sessions.
2062 That distressed users who accidentally enabled them,
2063 since not even relogging would disable them.
2064 * linden/indra/newview/llviewerwindow.cpp:
2065 Ditto.
2066 * linden/indra/newview/pipeline.cpp:
2067 Ditto.
2068 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2069 Ditto.
2070
2071 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
2072 Moved 'Offer Teleport' in IM to be on the left side.
2073
2074 * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml:
2075 Switched Invite and Leave buttons in group panel.
2076
2077
2078 Jacek Antonelli <jacek.antonelli@gmail.com>
2079
2080 * linden/indra/newview/llinventoryview.cpp:
2081 Read filter labels from LLTrans, no hard-coding.
2082
2083 * linden/indra/newview/skins/default/xui/en-us/strings.xml:
2084 Defined strings for filter types (to allow translation).
2085
2086
20872008-11-22 Jacek Antonelli <jacek.antonelli@gmail.com>
2088
2089 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml:
2090 Cleaned up Show Filters floater XML.
2091
2092
2093 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2094 Added separators to Quick Filter.
2095
2096
2097 * linden/indra/llui/llcombobox.cpp:
2098 Combobox widget now supports separators in XUI.
2099
2100
2101 * linden/indra/newview/llinventoryview.cpp:
2102 Renamed "Clothing" filter to "Clothing / Body Parts".
2103 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2104 Ditto.
2105 * linden/indra/newview/skins/default/xui/en-us/floater_inventory_view_finder.xml:
2106 Ditto.
2107
2108
2109 * linden/indra/newview/llinventoryview.cpp:
2110 Renamed "Show All Items" filter to "All Types".
2111 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2112 Ditto.
2113
2114
2115 * linden/indra/newview/llinventoryview.cpp:
2116 Renamed "Show All Items" to "All Types".
2117 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2118 Ditto.
2119
2120
2121 * linden/indra/newview/llinventoryview.cpp:
2122 Bogus quick filter strings should be ignored.
2123
2124
2125 * linden/indra/newview/llinventoryview.cpp:
2126 Disabled testing output when changing quick filter.
2127
2128
2129 * linden/indra/newview/llinventoryview.cpp:
2130 Quick Filter combo box refreshes properly.
2131 * linden/indra/newview/llinventoryview.h:
2132 Ditto.
2133
2134
21352008-11-22 McCabe Maxsted <hakushakukun@gmail.com>
2136
2137 * linden\indra\newview\skins\default\colors_base.xml:
2138 Added full comments to default skin colors.
2139 * linden\indra\newview\skins\silver\colors_base.xml:
2140 Added full comments to silver skin colors.
2141
2142
21432008-11-22 McCabe Maxsted <hakushakukun@gmail.com>
2144
2145 * indra/newview/llcolorscheme.cpp:
2146 Added minimap glyph color to colors.xml.
2147 * indra/newview/llcolorscheme.h:
2148 Ditto.
2149 * indra/newview/llnetmap.cpp:
2150 Ditto.
2151 * indra/newview/llnetmap.h:
2152 Ditto.
2153 * indra/newview/llworldmapview.cpp:
2154 Ditto.
2155 * indra/newview/llworldmapview.h:
2156 Ditto.
2157 * indra/newview/skins/default/colors_base.xml:
2158 Ditto.
2159 * indra/newview/skins/silver/colors_base.xml:
2160 Ditto.
2161
2162
21632008-11-21 McCabe Maxsted <hakushakukun@gmail.com>
2164
2165 * linden/indra/newview/llnetmap.cpp:
2166 Friends show yellow in minimap (VWR-3336).
2167
2168
21692008-11-11 Jacek Antonelli <jacek.antonelli@gmail.com>
2170
2171 * linden/indra/newview/llinventoryview.cpp:
2172 Show Filters window refreshes properly.
2173
2174
21752008-11-08 Jacek Antonelli <jacek.antonelli@gmail.com>
2176
2177 * linden/indra/newview/llinventoryview.cpp:
2178 Added 'Custom' filter option (opens filters window).
2179 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2180 Ditto.
2181
2182
2183 * linden/indra/newview/llinventoryview.cpp:
2184 Quick Filter works, but is a bit rough.
2185 It doesn't refresh its display when you change tabs,
2186 and the Show Filters window doesn't refresh either.
2187
2188
2189 * linden/indra/newview/llinventoryview.cpp:
2190 Added commit callback for Quick Filter.
2191 * linden/indra/newview/llinventoryview.h:
2192 Ditto.
2193
2194
2195 * linden/indra/newview/skins/default/xui/en-us/floater_inventory.xml:
2196 Added XUI for the Quick Filter combo box.
2197
2198
2199
22002008-10-18 McCabe Maxsted <hakushakukun@gmail.com>
2201
2202 * linden\indra\newview\skins\default\xui\en-us\menu_viewer.xml:
2203 Added menu option for inworld browser.
2204 * linden\indra\newview\llviewermenu.cpp:
2205 Ditto.
2206
2207
2208 * linden/indra/newview/app_settings/settings.xml:
2209 Added Home button functionality to the web browser.
2210 * linden/indra/newview/llfloaterhtmlhelp.cpp:
2211 Ditto.
2212 * linden/indra/newview/llfloaterhtmlhelp.h:
2213 Ditto.
2214 * linden/indra/newview/skins/default/xui/en-us/floater_media_browser.xml:
2215 Ditto.
2216
2217
2218=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2219=- 1.0.0 -=
2220=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2221
2222
22232008-12-12 Jacek Antonelli <jacek.antonelli@gmail.com>
2224
2225 * Imprudence 1.0.0 finalized.
2226
2227
2228 * RELEASE_NOTES.txt:
2229 Added release notes.
2230 * linden/indra/newview/viewer_manifest.py:
2231 Ditto.
2232
2233
2234 * linden/indra/llcommon/llversionviewer.h:
2235 Blanked the test version string. Not RC anymore.
2236
2237
2238 * linden/install.xml:
2239 Windows build uses OpenJPEG 1.3.
2240 Fixes half-opaque skirts/textures issue.
2241
2242
2243 * linden/indra/newview/viewer_manifest.py:
2244 README.txt will stay that name; README-linux.txt removed.
2245
2246
22472008-12-11 Jacek Antonelli <jacek.antonelli@gmail.com>
2248
2249 * linden/indra/newview/llfloaterabout.cpp:
2250 Simplified release notes URL scheme.
2251 Now uses e.g. "wiki/Release Notes/1.0.0-RC2",
2252 which is set up as a wiki redirect.
2253
2254
2255 * linden/indra/newview/llfloaterabout.cpp:
2256 Fixed bad string comparison (rel notes url) [#28]
2257 Reported by Balp Allen.
2258
2259
22602008-12-10 Jacek Antonelli <jacek.antonelli@gmail.com>
2261
2262 * linden/indra/newview/llpanellogin.cpp:
2263 Fix grid selector having a duplicate entry. [#24]
2264 Patch by Balp Allen.
2265 * linden/indra/newview/llpanellogin.h:
2266 Ditto.
2267 * linden/indra/newview/llstartup.cpp:
2268 Ditto.
2269
2270
2271 * linden/indra/newview/llurlhistory.cpp:
2272 Better warning when url_history.xml save fails.
2273
2274
2275 * linden/indra/newview/llviewernetwork.cpp:
2276 Fixed bad string comparison (grid code name). [#22]
2277 Reported by Balp Allen.
2278
2279
22802008-12-06 Jacek Antonelli <jacek.antonelli@gmail.com>
2281
2282 * ChangeLog:
2283 Added banners in ChangeLog to set versions apart.
2284
2285 Entries should be placed in the section for the
2286 version into which they were merged. Entries within
2287 a section should be sorted chronologically.
2288
2289 This is important for keeping track of changes which
2290 weren't merged until a later release than they were
2291 written. (Mixing them in chronologically would cause
2292 confusion about which changes were included in a
2293 release.)
2294
2295
2296 * linden/indra/llmessage/llhttpclient.cpp:
2297 VWR-9400b (memleak whenever an LSL script is uploaded)
2298 Patch by Henri Beauchamp.
2299
2300
2301 * linden/indra/llmessage/llhttpclient.cpp:
2302 VWR-9400 (memleak whenever an LSL script is uploaded)
2303 Patch by Carjay McGinnis.
2304
2305
2306 * linden/indra/llimage/llimagetga.cpp:
2307 VWR-10837 (use delete [] in LLImageTGA)
2308 Patch by Aleric Inglewood.
2309
2310
2311 * linden/indra/llmedia/llmediaimplgstreamer.cpp:
2312 VWR-10759 (use delete [] in LLMediaImplGStreamer)
2313 Patch by Aleric Inglewood.
2314
2315
2316 * linden/indra/llaudio/audioengine.cpp:
2317 Updated audio engine to LL's openal branch r1532.
2318 * linden/indra/llaudio/audioengine.h:
2319 Ditto.
2320 * linden/indra/llaudio/audioengine_openal.cpp:
2321 Ditto.
2322 * linden/indra/llaudio/audioengine_openal.h:
2323 Ditto.
2324 * linden/indra/newview/llaudiosourcevo.cpp:
2325 Ditto.
2326 * linden/indra/newview/llpreviewsound.cpp:
2327 Ditto.
2328 * linden/indra/newview/llstartup.cpp:
2329 Ditto.
2330 * linden/indra/newview/llviewermessage.cpp:
2331 Ditto.
2332 * linden/indra/newview/llviewertexteditor.cpp:
2333 Ditto.
2334 * linden/indra/newview/llvoavatar.cpp:
2335 Ditto.
2336
2337
23382008-11-21 Jacek Antonelli <jacek.antonelli@gmail.com>
2339
2340 * linden/indra/cmake/OPENAL.cmake:
2341 Cross-platform checking for OpenAL libs.
2342 * linden/indra/cmake/LLAudio.cmake:
2343 Ditto.
2344
2345
23462008-11-20 Jacek Antonelli <jacek.antonelli@gmail.com>
2347
2348 * linden/indra/cmake/OPENAL.cmake:
2349 Enable OpenAL by default.
2350 Configure with -DOPENAL:BOOL=OFF to disable.
2351
2352
23532008-11-19 Jacek Antonelli <jacek.antonelli@gmail.com>
2354
2355 * linden/indra/newview/viewer_manifest.py:
2356 Package up OpenAL libs.
2357
2358
2359 * indra/llaudio/audioengine_openal.cpp:
2360 VWR-2662: OpenAL support (patch by Tofu Linden)
2361 * indra/llaudio/audioengine_openal.h: Ditto.
2362 * indra/llaudio/listener_openal.cpp: Ditto.
2363 * indra/llaudio/listener_openal.h: Ditto.
2364 * indra/llaudio/windgen.h: Ditto.
2365 * indra/cmake/LLAudio.cmake: Ditto.
2366 * indra/llaudio/CMakeLists.txt: Ditto.
2367 * indra/llaudio/audioengine.h: Ditto.
2368 * indra/llaudio/audioengine_fmod.cpp: Ditto.
2369 * indra/llaudio/audioengine_fmod.h: Ditto.
2370 * indra/llaudio/listener_fmod.h: Ditto.
2371 * indra/newview/CMakeLists.txt: Ditto.
2372 * indra/newview/llappviewer.cpp: Ditto.
2373 * indra/newview/llstartup.cpp: Ditto.
2374
23752008-12-06 McCabe Maxsted <hakushakukun@gmail.com>
2376
2377 * linden/indra/llcommon/llversionviewer.h:
2378 Added test version info.
2379 * linden/indra/newview/llfloaterabout.cpp:
2380 Ditto.
2381 * linden/indra/newview/llappviewer.cpp:
2382 Ditto.
2383 * linden/indra/newview/llpanellogin.cpp:
2384 Ditto.
2385
2386
23872008-12-05 McCabe Maxsted <hakushakukun@gmail.com>
2388
2389 * linden/indra/llcommon/llsecondlifeurls.cpp:
2390 Changed Release Notes link to point to Imprudence.
2391 * linden/indra/newview/llfloaterabout.cpp:
2392 Ditto.
2393
2394
2395 * linden/indra/newview/skins/default/xui/en-us/menu_login.xml:
2396 Rebranded login menu. [#23]
2397
2398
2399 * linden/indra/newview/llurlhistory.cpp:
2400 Fixed blank url_history.xml creation. (VWR-5808)
2401
2402
24032008-12-01 Jacek Antonelli <jacek.antonelli@gmail.com>
2404
2405 * linden/indra/newview/viewer_manifest.py:
2406 Fixed indentation for 'skins' prefix.
2407
2408 * linden/indra/newview/viewer_manifest.py:
2409 Doc packaging moved to platform-independent manifest.
2410
2411
2412 * Imported license files for libraries and artwork.
2413
2414
2415=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2416=- 1.0.0 RC2 -=
2417=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2418
2419
24202008-12-04 Jacek Antonelli <jacek.antonelli@gmail.com>
2421
2422 * Imprudence 1.0.0 RC2 released.
2423
2424
2425 * linden/indra/newview/llviewernetwork.cpp:
2426 Use 127.0.0.1 for local opensim, not 0.0.0.0.
2427
2428
24292008-11-30 Jacek Antonelli <jacek.antonelli@gmail.com>
2430
2431 * linden/indra/newview/viewer_manifest.py:
2432 Package up README.txt, etc. on Linux.
2433
2434
2435 * linden/indra/llmedia/llmediamanager.cpp:
2436 Disable llmozlib-dependent code when not available.
2437 Patch by Stephen Zenith. [#12]
2438
2439
2440 * linden/indra/llwindow/llwindowsdl.cpp:
2441 Fixed passing nonliteral strings to *printf functions.
2442 gcc 4.3 rejects that as being unsafe.
2443 Patch by Stephen Zenith. [#11]
2444 * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp:
2445 Ditto.
2446 * linden/indra/lscript/lscript_compile/lscript_tree.cpp:
2447 Ditto.
2448
2449
24502008-11-29 Jacek Antonelli <jacek.antonelli@gmail.com>
2451
2452 * linden/indra/newview/llpanellogin.cpp:
2453 Remove preprocessor condition for grid selector.
2454 The grid selector on the login screen will always show,
2455 instead of only showing when the viewer was compiled
2456 as LL_RELEASE_FOR_DOWNLOAD.
2457
2458
2459 * linden/indra/newview/llappviewer.cpp:
2460 Stop console window from always showing up.
2461
2462
24632008-11-29 McCabe Maxsted <hakushakukun@gmail.com>
2464
2465 * linden/indra/newview/llfloaterdirectory.cpp:
2466 Fixed search window not refreshing in RelWithDebInfo builds.
2467
2468
24692008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com>
2470
2471 * linden/indra/newview/llstartup.cpp:
2472 Rearranged grid selectors so main grid is first.
2473 * linden/indra/newview/llviewernetwork.cpp:
2474 Ditto.
2475 * linden/indra/newview/llviewernetwork.cpp:
2476 Ditto.
2477
2478
2479 * linden/indra/newview/llpanellogin.cpp:
2480 Added "code name" field for grid selections.
2481 The code name is used to fetch the proper splash page.
2482 This decouples the user-visible label from the name
2483 expected by the SL web server.
2484 * linden/indra/newview/llviewernetwork.cpp:
2485 Ditto.
2486 * linden/indra/newview/llviewernetwork.h:
2487 Ditto.
2488
2489
24902008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com>
2491
2492 * linden/indra/newview/llpanellogin.cpp:
2493 Changed the grid selector options at login.
2494 Renamed "Agni" to "SL Main Grid", etc. and removed private
2495 LL grids from the list. Also added "Local OpenSim" option.
2496 * linden/indra/newview/llviewernetwork.cpp:
2497 Ditto.
2498 * linden/indra/newview/llviewernetwork.h:
2499 Ditto.
2500
2501
25022008-11-21 Jacek Antonelli <jacek.antonelli@gmail.com>
2503
2504 * linden/indra/newview/lldrawable.cpp:
2505 Likely fix for VWR-8920 (disappearing attachments).
2506 From http://svn.secondlife.com/trac/linden/changeset/1393
2507
2508
25092008-11-19 McCabe Maxsted <hakushakukun@gmail.com>
2510
2511 * linden/install.xml:
2512 Fixed inworld browser crash in Windows.
2513
2514
25152008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2516
2517 * linden/indra/llcrashlogger/llcrashlogger.cpp:
2518 Changed to Imprudence.exec_marker to match llappviewer.cpp.
2519
2520
2521 * linden/indra/llcrashlogger/llcrashlogger.cpp:
2522 Changed app dir (for cache, etc.) to Imprudence.
2523 * linden/indra/llvfs/lldir.cpp:
2524 Ditto.
2525 * linden/indra/llvfs/lldir_mac.cpp:
2526 Ditto.
2527 * linden/indra/newview/llappviewer.cpp:
2528 Ditto.
2529
2530
25312008-11-18 McCabe Maxsted <hakushakukun@gmail.com>
2532
2533 * linden/indra/newview/skins/default/xui/en-us/panel_group_invite.xml:
2534 VWR-9007: Group UI uses "Person" instead of "Resident".
2535 * linden/indra/newview/skins/default/xui/en-us/panel_group_roles.xml:
2536 Ditto.
2537
2538
25392008-11-18 Jacek Antonelli <jacek.antonelli@gmail.com>
2540
2541 * linden/indra/llrender/llrender.h:
2542 Fix VWR-9507: bad typedef breaks build on gcc 4.3.
2543 Suggested by Alissa Sabre.
2544
2545
2546 * linden/indra/llrender/llgl.cpp:
2547 Likely fix for VWR-9358 (palletized textures).
2548 Suggested by Angus Boyd.
2549
2550
25512008-11-16 Jacek Antonelli <jacek.antonelli@gmail.com>
2552
2553 * linden/indra/newview/skins/silver/xui/en-us/floater_tools.xml:
2554 Removed floater_tools.xml from silver skin.
2555 It was out of sync with the default version, and the only
2556 changes that LL had made to it were tiny tweaks to button size
2557 and position. It will now correctly inherit from default skin.
2558
2559
2560=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2561=- 1.0.0 RC1 -=
2562=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2563
2564
25652008-11-15 Jacek Antonelli <jacek.antonelli@gmail.com>
2566
2567 * Imprudence 1.0.0 RC1 released.
2568
2569
25702008-11-05 Jacek Antonelli <jacek.antonelli@gmail.com>
2571
2572 * linden/indra/newview/viewer_manifest.py:
2573 Remove reference to nonexistent First Look Mac icon.
2574
2575
25762008-11-04 Jacek Antonelli <jacek.antonelli@gmail.com>
2577
2578 * linden/indra/mac_crash_logger/CMakeLists.txt:
2579 Fix Mac crash logger & updater missing Info.plist.
2580 Suggested by Aimee Trescothick (Aimee Walton).
2581 * linden/indra/mac_updater/CMakeLists.txt:
2582 Ditto.
2583
2584
25852008-11-02 Jacek Antonelli <jacek.antonelli@gmail.com>
2586
2587 * linden/scripts/build_version.py:
2588 Script finds Imprudence version numbers for packaging.
2589 * linden/indra/lib/python/indra/util/llversion.py:
2590 Ditto.
2591
2592
25932008-11-01 Jacek Antonelli <jacek.antonelli@gmail.com>
2594
2595 * linden/indra/llwindow/llwindowsdl.cpp:
2596 Use Imprudence icon on Linux.
2597
2598 * linden/indra/newview/CMakeLists.txt:
2599 Package up Imprudence icons.
2600 * linden/indra/newview/viewer_manifest.py:
2601 Ditto.
2602
2603 * linden/indra/newview/res/imprudence_icon.png
2604 Imported Imprudence icon graphics.
2605 * linden/indra/newview/res-sdl/imprudence_icon.BMP
2606 Ditto.
2607
2608
2609 * linden/indra/newview/viewer_manifest.py:
2610 Package only our free fonts.
2611
26122008-10-31 Jacek Antonelli <jacek.antonelli@gmail.com>
2613
2614 * linden/indra/newview/app_settings/settings.xml:
2615 Use Vera Mono and Liberation Sans fonts.
2616
26172008-10-17 Jacek Antonelli <jacek.antonelli@gmail.com>
2618
2619 * linden/indra/cmake/FMOD.cmake:
2620 Disable fmod by default.
2621 You can give -DFMOD=ON at configure time to turn it on.
2622
2623 * linden/indra/newview/CMakeLists.txt:
2624 Use FMOD_LIBRARY variable. It's there for a reason.
2625
2626 * linden/indra/newview/viewer_manifest.py:
2627 Commented out fmod from viewer manifest.
2628 Commented out kdu from viewer manifest.
2629 Commented out vivox / SLVoice from viewer manifest.
2630
2631
2632 * Updated to SL source 1.21.6.
2633
26342008-10-17 McCabe Maxsted <hakushakukun@gmail.com>
2635
2636 * linden\indra\newview\skins\default\xui\en-us\menu_viewer.xml:
2637 Rebranded the Help menu to point to Imprudence sites, removed issue tracker.
2638 * linden\indra\newview\skins\default\xui\en-us\alerts.xml:
2639 Ditto.
2640 * linden\indra\newview\llappviewer.cpp:
2641 Fixed windows compile bug.
2642
26432008-10-14 Jacek Antonelli <jacek.antonelli@gmail.com>
2644
2645 * linden/indra/newview/installers/windows/installer_template.nsi:
2646 Rebranded Windows-specific installer/support files.
2647 Replaced instances of "Second Life" with "Imprudence", etc.
2648 * linden/indra/newview/installers/windows/lang_de.nsi:
2649 Ditto.
2650 * linden/indra/newview/installers/windows/lang_en-us.nsi:
2651 Ditto.
2652 * linden/indra/newview/installers/windows/lang_ja.nsi:
2653 Ditto.
2654 * linden/indra/newview/installers/windows/lang_ko.nsi:
2655 Ditto.
2656 * linden/indra/newview/res/viewerRes.rc:
2657 Ditto.
2658 * linden/indra/copy_win_scripts/start-client.py:
2659 Ditto.
2660 * linden/indra/win_updater/updater.cpp:
2661 Ditto.
2662
2663
2664 * linden/indra/mac_updater/mac_updater.cpp:
2665 Rebranded Mac-specific installer/support files.
2666 Replaced instances of "Second Life" with "Imprudence", etc.
2667 * linden/indra/newview/English.lproj/InfoPlist.strings:
2668 Ditto.
2669 * linden/indra/newview/Info-SecondLife.plist:
2670 Ditto.
2671 * linden/indra/newview/SecondLife.nib/objects.xib:
2672 Ditto.
2673
2674
2675 * linden/indra/cmake/UnixInstall.cmake:
2676 Rebranded Linux-specific installer/support files.
2677 Replaced instances of "Second Life" with "Imprudence", etc.
2678 * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp:
2679 Ditto.
2680 * linden/indra/newview/linux_tools/handle_secondlifeprotocol.sh:
2681 Ditto.
2682 * linden/indra/newview/linux_tools/wrapper.sh:
2683 Ditto.
2684
2685
2686 * linden/indra/CMakeLists.txt:
2687 Rebranded platform-independent/shared installer/support files.
2688 Replaced instances of "Second Life" with "Imprudence", etc.
2689 * linden/indra/cmake/00-Common.cmake:
2690 Ditto.
2691 * linden/indra/develop.py:
2692 Ditto.
2693 * linden/indra/llcrashlogger/llcrashlogger.cpp:
2694 Ditto.
2695 * linden/indra/newview/CMakeLists.txt:
2696 Ditto.
2697 * linden/indra/newview/ViewerInstall.cmake:
2698 Ditto.
2699 * linden/indra/newview/llappviewer.cpp:
2700 Ditto.
2701 * linden/indra/newview/viewer_manifest.py:
2702 Ditto.
2703
2704
27052008-10-01 Jacek Antonelli <jacek.antonelli@gmail.com>
2706
2707 * linden/indra/llcommon/llversionviewer.h:
2708 Added Imprudence-specific version numbers.
2709 * linden/indra/newview/llappviewer.cpp:
2710 Ditto.
2711 * linden/indra/newview/llpanellogin.cpp:
2712 Ditto.
2713 * linden/indra/newview/llfloaterabout.cpp:
2714 Ditto.
2715
2716
2717 * linden/indra/llcommon/llversionviewer.h:
2718 Changed viewer and channel name to "Imprudence".
2719 * linden/indra/newview/llappviewer.cpp:
2720 Ditto.
2721 * linden/indra/cmake/Variables.cmake:
2722 Ditto.
2723 * linden/indra/newview/app_settings/settings.xml:
2724 Ditto.
2725
27262008-09-28 Jacek Antonelli <jacek.antonelli@gmail.com>
2727
2728 * linden/indra/newview/llviewermenu.cpp:
2729 Added event callbacks for Attached Lights and Attached Particles.
2730 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2731 Updated XUI menu entries for Attached Lights and Attached Particles
2732 to use the new event callbacks. Those menu entries now work.
2733
2734 * Updated to SL source 1.21.2.
2735
2736
27372008-09-23 Jacek Antonelli <jacek.antonelli@gmail.com>
2738
2739 * linden/indra/newview/llfloaterfriends.cpp:
2740 'Offer Teleport' button in friends list is now enabled
2741 even when the selected user(s) appear to be offline.
2742 Mostly for consistency, but also to allow a work-around
2743 for times when presence is flakey.
2744
2745
27462008-09-22 Jacek Antonelli <jacek.antonelli@gmail.com>
2747
2748 * linden/indra/newview/llpanelavatar.cpp (setOnlineStatus):
2749 'Offer Teleport' button in avatar profile is now always enabled,
2750 regardless of whether the other person is known to be online.
2751
2752 * linden/indra/newview/llimpanel.cpp:
2753 'Offer Teleport' button in IM panel is now always enabled,
2754 regardless of whether the other person is known to be online.
2755 Fixes crash introduced by VWR-2072 when IMing someone not on
2756 your friends list, and makes the feature useful in more cases.
2757
2758 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2759 Increased maximum settable transparency from 90% to 100%.
2760
2761 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2762 Changed "Select Texture" to "Select Faces to Texture".
2763
27642008-09-22 Aimee Trescothick <aimee@ama-zing.co.uk>
2765
2766 * linden/indra/newview/lloverlaybar.cpp:
2767 VWR-8341: Bring back a UI indicator of 'Flycam' text.
2768 * linden/indra/newview/lloverlaybar.h:
2769 Ditto.
2770 * linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml:
2771 Ditto.
2772
2773 * linden/indra/newview/app_settings/settings.xml:
2774 VWR-8430: Usability improvements to the land tools floater.
2775 * linden/indra/newview/llfloatertools.cpp:
2776 Ditto.
2777 * linden/indra/newview/llfloatertools.h:
2778 Ditto.
2779 * linden/indra/newview/llpanelland.cpp:
2780 Ditto.
2781 * linden/indra/newview/llpanelland.h:
2782 Ditto.
2783 * linden/indra/newview/lltoolbrush.cpp:
2784 Ditto.
2785 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
2786 Ditto.
2787 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2788 Ditto.
2789
27902008-09-21 Jacek Antonelli <jacek.antonelli@gmail.com>
2791
2792 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2793 Reindented and cleaned up menu XML for code readability.
2794
27952008-09-20 Michelle2 Zenovka <robin.cornelius@gmail.com>
2796
2797 * linden/indra/newview/llfloaterbulkpermission.h:
2798 VWR-5082: 'Set permissions on selected task inventory' feature.
2799 * linden/indra/newview/llfloaterbulkpermission.cpp:
2800 Ditto.
2801 * linden/indra/newview/llviewermenu.cpp:
2802 Ditto.
2803 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2804 Ditto.
2805 * linden/indra/newview/skins/default/xui/en-us/floater_bulk_perms.xml:
2806 Ditto.
2807
28082008-09-20 Paul Churchill <pnolan@dsl.pipex.com>
2809
2810 * linden/indra/newview/llimpanel.cpp:
2811 VWR-2072: New Feature -> UI -> IM -> Teleport (other person) Button.
2812 * linden/indra/newview/llimpanel.h:
2813 Ditto.
2814 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
2815 Ditto.
2816
28172008-09-19 Gigs Taggart <gigstaggart@gmail.com>
2818
2819 * linden/indra/newview/app_settings/settings.xml:
2820 VWR-2331: Terraform tool variable "strength".
2821 Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
2822 * linden/indra/newview/llfloatertools.cpp:
2823 Ditto.
2824 * linden/indra/newview/llfloatertools.h:
2825 Ditto.
2826 * linden/indra/newview/lltoolbrush.cpp:
2827 Ditto.
2828 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2829 Ditto.
2830
28312008-09-19 McCabe Maxsted <hakushakukun@gmail.com>
2832
2833 * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml:
2834 VWR-8024: simplify group invites: invite to group from groups list.
2835
2836 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2837 VWR-1363: Add "Return Object" to the Tools menu.
2838
2839 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2840 VWR-7877: Change the default cut increment from 0.05 to 0.025.
2841
2842 * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml:
2843 VWR-8024: simplify group invites: invite to group from groups list.
2844
28452008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com>
2846
2847 * linden/indra/newview/llviewermenu.cpp:
2848 VWR-2947: Create event callbacks for Advanced menu functions.
2849 Part of VWR-2896: Convert "Advanced" menu to XUI.
2850
2851 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2852 VWR-2948: Create XUI-based Advanced menu.
2853 Part of VWR-2896: Convert "Advanced" menu to XUI.
2854
2855 * linden/indra/SConstruct:
2856 New optional SConstruct flag to specify an exact path to build
2857 directory: BUILD_DIR. For convenience until we switch to CMake.
2858
2859 * linden/indra/SConstruct:
2860 VWR-2865: New SConstruct flag to (not) make tarball after compiling.
2861 For convenience until we switch to CMake.
2862 * linden/indra/newview/viewer_manifest.py:
2863 Ditto.
2864
28652008-09-17 Nicholaz Beresford <nicholaz@blueflash.cc>
2866
2867 * linden/indra/newview/llviewerjointattachment.h (LLViewerJoint):
2868 VWR-2685: Possible crash in bounding box (getBoundingBoxAgent())
2869 from hud attachments.
2870
2871 * linden/indra/newview/llfloateractivespeakers.cpp (updateSpeakerList):
2872 VWR-2683: Possible crash accessing dead llviewerregion.
2873 * linden/indra/newview/llviewerobjectlist.cpp (killObjects):
2874 Ditto.
2875
2876 * linden/indra/newview/lltooldraganddrop.cpp (dragOrDrop):
2877 VWR-2003: Possible crash in lltooldraganddrop.cpp.
2878
28792008-09-16 Jacek Antonelli <jacek.antonelli@gmail.com>
2880
2881 * linden/indra/newview/lltexturecache.cpp (purgeTextureFilesTimeSliced):
2882 Skip "N files scheduled for deletion" message when nothing scheduled.
2883
28842008-09-16 Nicholaz Beresford <nicholaz@blueflash.cc>
2885
2886 * linden/indra/newview/lltexturecache.cpp:
2887 VWR-3878: Purging cache textures causes viewer to pause for many
2888 seconds, with heavy disk activity.
2889 * linden/indra/newview/lltexturecache.h:
2890 Ditto.
2891
2892 * linden/indra/llmessage/llassetstorage.cpp:
2893 VWR-3877: A nasty possible memory overwrite and two minor leaks.
2894
28952008-09-07 McCabe Maxsted <hakushakukun@gmail.com>
2896
2897 * linden/indra/newview/llpanelobject.cpp:
2898 VWR-7827: Allow Dimple/Profile Cut for boxes and box-based prims
2899 in the UI.
2900 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
2901 Ditto.
2902
29032008-09-07 Jacek Antonelli <jacek.antonelli@gmail.com>
2904
2905 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
2906 VWR-8056: Clean up menu_viewer.xml (main menu XUI).