diff options
-rw-r--r-- | linden/indra/llcommon/llversionviewer.h | 2 | ||||
-rw-r--r-- | linden/indra/newview/llviewerwindow.cpp | 4 | ||||
-rw-r--r-- | linden/indra/newview/releasenotes.txt | 922 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/de/floater_im.xml | 2 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/ja/floater_im.xml | 2 | ||||
-rw-r--r-- | linden/indra/newview/skins/default/xui/ko/floater_im.xml | 2 |
6 files changed, 475 insertions, 459 deletions
diff --git a/linden/indra/llcommon/llversionviewer.h b/linden/indra/llcommon/llversionviewer.h index 21f7286..9b3cf80 100644 --- a/linden/indra/llcommon/llversionviewer.h +++ b/linden/indra/llcommon/llversionviewer.h | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | const S32 LL_VERSION_MAJOR = 1; | 35 | const S32 LL_VERSION_MAJOR = 1; |
36 | const S32 LL_VERSION_MINOR = 20; | 36 | const S32 LL_VERSION_MINOR = 20; |
37 | const S32 LL_VERSION_PATCH = 14; | 37 | const S32 LL_VERSION_PATCH = 15; |
38 | const S32 LL_VERSION_BUILD = 0; | 38 | const S32 LL_VERSION_BUILD = 0; |
39 | 39 | ||
40 | const char * const LL_CHANNEL = "Second Life Release"; | 40 | const char * const LL_CHANNEL = "Second Life Release"; |
diff --git a/linden/indra/newview/llviewerwindow.cpp b/linden/indra/newview/llviewerwindow.cpp index ca2cfd5..3954cf0 100644 --- a/linden/indra/newview/llviewerwindow.cpp +++ b/linden/indra/newview/llviewerwindow.cpp | |||
@@ -518,11 +518,11 @@ public: | |||
518 | ypos += y_inc; | 518 | ypos += y_inc; |
519 | } | 519 | } |
520 | 520 | ||
521 | if (LLViewerJoystick::getInstance()->getOverrideCamera()) | 521 | /*if (LLViewerJoystick::getInstance()->getOverrideCamera()) |
522 | { | 522 | { |
523 | addText(xpos + 200, ypos, llformat("Flycam")); | 523 | addText(xpos + 200, ypos, llformat("Flycam")); |
524 | ypos += y_inc; | 524 | ypos += y_inc; |
525 | } | 525 | }*/ |
526 | 526 | ||
527 | if (gSavedSettings.getBOOL("DebugShowRenderInfo")) | 527 | if (gSavedSettings.getBOOL("DebugShowRenderInfo")) |
528 | { | 528 | { |
diff --git a/linden/indra/newview/releasenotes.txt b/linden/indra/newview/releasenotes.txt index b083966..172c778 100644 --- a/linden/indra/newview/releasenotes.txt +++ b/linden/indra/newview/releasenotes.txt | |||
@@ -1,113 +1,52 @@ | |||
1 | +------------------------------------------------------+ | 1 | Release Notes for Second Life 1.20.15 July 23rd, 2008 |
2 | | Complete release notes for the | | ||
3 | | Release Candidate Viewer can also be found at | | ||
4 | | http://wiki.secondlife.com/wiki/Beta_Release_Notes | | ||
5 | +------------------------------------------------------+ | ||
6 | |||
7 | Release Notes for Second Life 1.20(14) July 16, 2008 | ||
8 | ===================================== | 2 | ===================================== |
9 | 3 | ||
10 | KNOWN ISSUES: | 4 | New features: |
11 | * This 1.20 Viewer will not run on a Mac PowerPC that is running Mac OS X 10.3.9. The minimum requirements for running Second Life | 5 | * An improved architecture for the user interface (UI) which now supports: |
12 | is using Mac OS X 10.4.11 or higher. Please see http://secondlife.com/support/sysreqs.php for more information. | 6 | ** Enhancements to the UI texture rendering system |
13 | ** The 1.19.1 Viewer still supports the Mac PowerPC that is running Mac OS X 10.3.9. | 7 | ** Ability to customize text color of Instant Messages |
14 | 8 | ** Ability to reference textures by filename rather than UUID | |
15 | * On some Macs, there are reports of periodic and cyclic freezing of the computer when running Viewer 1.20. | 9 | ** Support for non-powers-of-two textures |
16 | WORKAROUND: One workaround that may help is to use an additional argument "-set YieldTime 20" in the Arguments.txt: | 10 | ** Support for PNG textures |
17 | ** To set this argument, right-click (or control-click) the Second Life application and choose "Show package contents". | ||
18 | ** In the resulting finder window, open Resources and in there should be a file named "arguments.txt". Open in text edit, add the argument to the end of the line in there and Save. | ||
19 | ** Close the text edit and run Second Life application. | ||
20 | ** This causes the Viewer to sleep for 20 milliseconds every frame. It will slow the frame rate down a little, but may help with freezing. | ||
21 | |||
22 | * When running Second Life in Full Screen mode on computers with some NVIDIA graphics cards, you may be unable to scroll up/down on webpages | ||
23 | that are shown inworld. This includes the web-based interfaces of Search > All tab, and Search > Groups tab. We are investigating this issue. | ||
24 | WORKAROUND: You must run Second Life in a window to avoid this problem. Go to Preferences > Graphics > Run Second Life in a window. | ||
25 | |||
26 | Changes: | ||
27 | * Moved the Preferences > Skins tab to the bottom of the tab list. | ||
28 | |||
29 | Fixes: | ||
30 | * Fixed: VWR-7353: Auto-snapshot should not be tied to Freeze Frame (full screen preview) when taking a picture in Snapshots | ||
31 | * Fixed: VWR-7344: "Shutter sound" should not play every time Snapshot Preview window opens or when a setting is modified | ||
32 | * Fixed: The upgrade from RC12 to the new RC leaves the old /skins/html and /skins/xui files on the hard drive | ||
33 | * Fixed: Grid selection on the login screen is not set, unless you hit return | ||
34 | * Fixed: The list on Preferences>Popups is right justified on the Mac PowerPC | ||
35 | * Fixed: Enlarge the browser tutorial window slightly | ||
36 | * Fixed: A new debug setting "TutorialURL" to change the URL used by the Tutorial window | ||
37 | * Fixed: VWR-7389: String is missing when opening an IM window to a muted resident (string that the resident is currently muted) | ||
38 | * Fixed: VWR-7510: Muted resident is unmuted if he/she initiates a Group chat | ||
39 | * Fixed: Some dropdown selection boxes are clipped | ||
40 | * Fixed: All HTML floaters have Dazzle scrollbar art | ||
41 | |||
42 | Localization Fixes: | ||
43 | * Fixed: some text overlaps in Buy Land floater in Portuguese | ||
44 | * Fixed: add final translations for Preferences>Skins options in German, Japanese, Korean | ||
45 | * Fixed: Update the viewer credits in About>Second Life... | ||
46 | 11 | ||
47 | Release Notes for Second Life 1.20(13) July 9th, 2008 | 12 | * The viewer installs with a choice between two color themes ("skins") for the User Interface: |
48 | ===================================== | 13 | ** This can be changed in Preferences > Skins (It requires a restart of the viewer to take effect.) |
14 | ** A new "Silver" skin refreshes the visual design of user interface with a lighter color scheme and improved UI graphics | ||
49 | 15 | ||
50 | Changes: | 16 | * The Tools menu is now hidden by default: |
51 | * The viewer installs with a default classic grey color of the User Interface. This can be changed in Preferences > Skins | 17 | ** It displays in the top menu bar ONLY when editing/creating objects in build mode: |
52 | (It requires a restart of the viewer to take effect.) | 18 | ** To enter build mode: click on the Build button, or right-click and select Create. |
19 | ** Existing tool short cuts (CTL + 1, 2, 3, 4, 5) all still work to select a specific tool, and will also activate the Tools menu. | ||
53 | 20 | ||
54 | Fixes: | 21 | * Improvements to Search: |
55 | * Fixed: VWR-7893: create a Classic skin for the viewer | 22 | ** Classified ads have a drop-down menu to indicate Mature or Not Mature content |
56 | * Fixed: VWR-5059: add option to switch between a Classic and Silver theme from within Preferences | 23 | ** Search > Popular Places is replaced by a Search > Showcase tab that points to the web-based Showcase |
57 | * Fixed: VWR-3529: WindLight: Saving snapshots to disk crashes viewer | 24 | ** Search > Groups now uses web-based search which dramatically improves relevant matches on multi-word queries, and reduces load on the central database |
58 | * Fixed: Assign user agent strings with the name of skin in the internal Mozilla browser | 25 | *** NOTE: The new Search > Groups does eliminate the ability to sort results alphabetically or by Group member count, as was possible in Viewer version 1.19.1. |
59 | * Fixed: The user-agent string in the browser is not HTTP 1.1 compliant | ||
60 | * Fixed: A new debug setting "SkinCurrent" is used to persist the chosen skin, to avoid crashing older builds | ||
61 | 26 | ||
62 | Release Notes for Second Life 1.20(12) July 2nd, 2008 | 27 | * Improved internationalization support: |
63 | ===================================== | 28 | ** Improved unicode system font support good Linux |
29 | ** The Preferences > General > Language: 'System Default' option works on Linux and Windows. | ||
30 | *** If you have a non-English language Operating System, and have not previously selected "English" as your chosen language option in the viewer, this viewer will default to your Operating System's language! | ||
64 | 31 | ||
65 | Fixes: | 32 | * Clicking on resident names in Local Chat or in a Group IM will open their Profile page |
66 | * Fixed: VWR-7178: 'Upload a snapshot' cannot take full screen snapshot; limited to square images | 33 | ** The color of clickable resident names uses the same color as URL hyperlinks in chat. These may be changed in Preferences > Text Chat > color picker for "URLs" |
67 | * Fixed: Allow the --set option to be specified multiple times on the command line | ||
68 | * Fixed: Disable the Thread monitoring (watchdog) in settings again for the Release Candidate | ||
69 | 34 | ||
70 | Localization Fixes: | 35 | * Newly created avatars without a gender, or any avatar where "clothing is still downloading", are rendered as a cloud rather than naked/wrong body shape |
71 | * Fixed: VWR-7086: floater_buy_land.xml still contains messages regarding First Land | ||
72 | 36 | ||
73 | Release Notes for Second Life 1.20(11) June 23rd, 2008 | 37 | * Added beta support for basic voice lipsync for voice visualization - via Advanced menu > Character > Enable Lip Sync (Beta) |
74 | ===================================== | ||
75 | 38 | ||
76 | Fixes: | 39 | * Fly button is now shown as disabled when you are sitting |
77 | * Fixed: VWR-7730: Sound / UI Sound broken on Mac PPC RC 1.20.10 | ||
78 | * Fixed: VWR-7614: Snapshots show user interface when "Show Interface In Snapshot" is un-checked | ||
79 | * Fixed: VWR-7679: Interface also shows in screen_last.bmp | ||
80 | * Fixed: VWR-2633: Some groups can't be accessed from Communicate window and only show in profile | ||
81 | * Fixed: VWR-6889: Unable to leave group when role has no allowed abilities | ||
82 | * Fixed: VWR-5895: slowly rotating llTargetOmega child prims stop rotating when you move away | ||
83 | * Fixed: VWR-6828: Character > Show Look At / Show Point At don't work | ||
84 | * Fixed: VWR-7682: Typo on Teleport Failure dialog | ||
85 | * Fixed: VWR-7086: floater_buy_land.xml still contains messages regarding First Land | ||
86 | * Fixed: VWR-6800: Eliminate memory leaks in llcharacter/llmotioncontroller.cpp | ||
87 | * Fixed: VWR-2051: Regular viewer freezes since update to Voice viewer | ||
88 | * Fixed: VWR-5697: RC 1.19.1 crash on startup with Vista UAC enabled | ||
89 | * Fixed: VWR-7723: crash on LLImageGL::setSubImage line 780 | ||
90 | * Fixed: crash on LLViewerImageList::removeImageFromList | ||
91 | * Fixed: crash on LLViewerImageList::updateImagesUpdateStats | ||
92 | * Fixed: crash when creating many default boxes | ||
93 | * Fixed: changing to and from Fullscreen view using Alt+Enter shortcut causes viewer to crash/hang | ||
94 | * Fixed: Load the initial avatar outfit earlier in the startup process to avoid Ruth effect at Orientation Island | ||
95 | * Fixed: Add the new TRANSPARENT_TEXTURE constant's target texture to the inventory Library of 1.20 | ||
96 | * Fixed: Search > Places tab results are displayed in white text | ||
97 | * Fixed: Media URL Set > Cancel button does not cancel | ||
98 | * Fixed: 1.20 viewer reports GeForce FX5200 card incorrectly | ||
99 | * Fixed: Viewer does not remember the last grid if last grid is AGNI | ||
100 | * Fixed: Cursor missing from search fields until after text has been manipulated | ||
101 | * Fixed: Fix the URL used by crash_logger for pre login crashes | ||
102 | * Fixed: The viewer's crash logger needs to trim very long SecondLife.log files before sending. | ||
103 | 40 | ||
104 | Localization Fixes: | 41 | * LSL scripting for object glow |
105 | * Fixed: VWR-7731: Bad Japanese translation of "Select tool" | 42 | ** A prim's glow attribute can be controlled by scripts. Additional documentation is found at http://wiki.secondlife.com/wiki/LlSetPrimitiveParams |
106 | 43 | ||
107 | Release Notes for Second Life 1.20(10) June 9th, 2008 | 44 | * Improved Joystick and 3D input device support: |
108 | ===================================== | 45 | ** Integrated a new open source library created by 3Dconnexion designed to integrate multi-axis input devices with Second Life |
46 | ** Joystick devices can now control the Avatar, Edited Objects, or the Flycam (View menu > Joystick Flycam) | ||
47 | ** Added a "Joystick Setup" window to the Preferences > Input & Camera tab; for adjusting multi axis input devices | ||
48 | *** The settings are currently optimized for Logitech's 3Dconnexion SpaceNavigator but should be tunable for any joystick or 3D input device | ||
109 | 49 | ||
110 | New features: | ||
111 | * Added five texture constants for referencing in llSetLinkTexture: | 50 | * Added five texture constants for referencing in llSetLinkTexture: |
112 | ** TEXTURE_BLANK is the non-transparent blank texture, equivalent to UUID "5748decc-f629-461c-9a36-a35a221fe21f" | 51 | ** TEXTURE_BLANK is the non-transparent blank texture, equivalent to UUID "5748decc-f629-461c-9a36-a35a221fe21f" |
113 | ** TEXTURE_DEFAULT is the default plywood texture, equivalent to UUID "89556747-24cb-43ed-920b-47caed15465f" | 52 | ** TEXTURE_DEFAULT is the default plywood texture, equivalent to UUID "89556747-24cb-43ed-920b-47caed15465f" |
@@ -115,159 +54,98 @@ New features: | |||
115 | ** TEXTURE_TRANSPARENT is a fully transparent texture, equivalent to UUID "8dcd4a48-2d37-4909-9f78-f7a9eb4ef903" | 54 | ** TEXTURE_TRANSPARENT is a fully transparent texture, equivalent to UUID "8dcd4a48-2d37-4909-9f78-f7a9eb4ef903" |
116 | ** TEXTURE_MEDIA is the default Media texture, equivalent to UUID "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361" | 55 | ** TEXTURE_MEDIA is the default Media texture, equivalent to UUID "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361" |
117 | ** Note: TEXTURE_DEFAULT is a synonym for TEXTURE_PLYWOOD | 56 | ** Note: TEXTURE_DEFAULT is a synonym for TEXTURE_PLYWOOD |
118 | ** Compatibility Note: | 57 | ** Note on Compatibility: |
119 | *** Scripts using these constants will run smoothly in all Second Life viewers, however previous versions of the viewer will NOT be able to edit | 58 | *** Scripts using these constants will run smoothly in all Second Life viewers, however previous versions of the viewer will NOT be able to edit |
120 | and recompile scripts using the new constants. Older versions will report "(XX,YY) : ERROR : Name not defined within scope" when trying to | 59 | and recompile scripts using the new constants. Older versions will report "(XX,YY) : ERROR : Name not defined within scope" when trying to |
121 | compile such a script. | 60 | compile such a script. |
122 | *** If you are using an older version of the viewer that does not support the TEXTURE_ contants and want to edit and recompile scripts with a TEXTURE_ constant, | 61 | *** If you are using an older version of the viewer that does not support the TEXTURE_ contants and want to edit and recompile scripts with a TEXTURE_ constant, |
123 | then you have to revert to the earlier LSL requirement to use the UUID of the texture you want to use. | 62 | then you have to revert to the earlier LSL requirement to use the UUID of the texture you want to use. |
124 | *** The TEXTURE_TRANSPARENT texture will be gray unless you view it with a viewer that supports this transparent texture (1.20.10 or above). | 63 | *** The TEXTURE_TRANSPARENT texture will be gray unless you view it with a viewer that supports this transparent texture (viewer 1.20.10 or above). |
125 | |||
126 | Changes: | ||
127 | * Watchdog is disabled in settings for final Release Candidates | ||
128 | * VWR-7315: "TEXTURE_DEFAULT" is a bad constant name; (this now refers to Plywood texture) | ||
129 | 64 | ||
130 | Fixes: | 65 | * Thread monitoring to catch freezes for beta/Release Candidate versions of the viewer: |
131 | * Fixed: VWR-7612: PowerPC Mac unexpectedly quits when SL runs | 66 | ** A new thread monitor (also referred to as a Watchdog) will detect when the viewer application frozen for a period greater than 20 seconds and possibly force a crash with detailed logs |
132 | ** also Possible Fix: VWR-7400 Mac PPC 1.20.8: Unable to connect | 67 | ** Thread monitoring is only enabled on beta versions of the viewer, and for Windows only |
133 | * Fixed: VWR-7069: Can't login to v1.20 RC until the second try (Openssl hangs on first https request) | ||
134 | * Fixed: VWR-7261: pixellation static/rectangle seen nearby avatar imposters | ||
135 | * Fixed: VWR-1715: Macintosh: cyclic short-term freezing of display, getting worse over time: does not respond to commands, eventually change of POV attempt crashes app | ||
136 | * Fixed: VWR-7338: New Texture Constant "TEXTURE_TRANSPARENT" is NOT transparent! | ||
137 | * Fixed: crash on LLSpeakerMgr::findSpeaker | ||
138 | * Fixed: crash on LLAudioData - llaudio/audioengine.cpp | ||
139 | * Fixed: crash on LLGroupNotifyBox::moveToBack | ||
140 | * Fixed: crash on LLPieMenu::show | ||
141 | * Fixed: crash on LLFloaterWorldMap::buildLandmarkIDLists | ||
142 | * Fixed: crash on LLDrawable::destroy | ||
143 | * Fixed: Automatic linux font selection doesn't override legacy data in config file | ||
144 | * Fixed: Any change to preferences "restores" the viewer window size | ||
145 | * Fixed: viewer sends no grid choice to the web server | ||
146 | * Fixed: Fix the URL used by crash_logger for pre login crashes | ||
147 | * Fixed: Viewer crash logger should trim very long SecondLife.log files before sending | ||
148 | |||
149 | Localization Fixes: | ||
150 | * Partial Fix: Repair truncated text in 1.20.9 localizations | ||
151 | |||
152 | Release Notes for Second Life 1.20(9) June 3rd, 2008 | ||
153 | ===================================== | ||
154 | |||
155 | Note about changes to Search: | ||
156 | * We are continuing to iterate on improvements to the Search feature in the Release Candidate. Although the release notes for 1.20(7) | ||
157 | indicated that Search>Places was changed to use web-based search, this tab has been returned to its previous client interface, which | ||
158 | includes "Sort by alphabetical" or "Sort by traffic" options. | ||
159 | |||
160 | Fixes: | ||
161 | * Fixed: VWR-7335: Revert to non-HTML search for Search>Places in 1.20 | ||
162 | * Fixed: VWR-7322: Chatter's name is not beside chatter's text in Communicate Local Chat (when 'Show Timestamps in chat' is unchecked) | ||
163 | * Fixed: VWR-7342: Linux 1.20(7) libexpat.so.1 not found, exit on load | ||
164 | * Fixed: VWR-6948: Flexi prims are rendered differently in 1.20 - breaks products | ||
165 | * Fixed: VWR-6107: When uploading animations the Ruth model appears dimly lit and unshaded | ||
166 | * Fixed: VWR-2679: Joystick flycam breaks after switch to fullscreen mode | ||
167 | * Fixed: VWR-1352: A strange copy operation of LLStyle | ||
168 | * Fixed: VWR-6244: Building outlines get dissorted/out of position by one frame when moving the object with SpaceNavigator | ||
169 | * Fixed: VWR-6016: FMOD problem: update3dPosition error | ||
170 | * Fixed: VWR-7234: llcommon/files.lst has two entries for lllog.cpp | ||
171 | * Fixed: Pasting multiline clipboard content into chat loses newlines | ||
172 | * Fixed: RC7 doesnt show the release candidate login screen | ||
173 | * Fixed: RC7 grid selection doesn't persist | ||
174 | * Fixed: Change Linux viewer default compiler from gcc3.4 to gcc4.1 | ||
175 | * Fixed: crash in LLFolderViewFolder::setSelection | ||
176 | * Fixed: crash on LLSurface::resolvePatchRegion() | ||
177 | * Fixed: crash on LLViewerRegion::setCapability | ||
178 | * Fixed: Infinite loop in wearables (LLWearableList::processGetAssetReply) causes a crash | ||
179 | * Fixed: Critical message window should not say "Critical message" because it is the Community Standards document | ||
180 | * Fixed: Remove First Use dialogs for sitting and movement key binding during Orientation Island | ||
181 | * Fixed: Default the mini-map to off for new users | ||
182 | * Fixed: Text on Send button for Group IM is right-justified | ||
183 | * Fixed: Region/Estate> Estate tab has a misaligned outline on Estate Managers box | ||
184 | * Fixed: Parcel tag overlaps image on Sell Land floater if longer than 36 characters | ||
185 | * Fixed: Increase thread monitoring mainloop timeout from 10 sec to 20 seconds | ||
186 | * Fixed: Additional thread monitoring tweaks, added a timer to confirm if the watching thread has been hung | ||
187 | * Fixed: Minor bugfixes to thread monitoring during crashes, purgeAllTextures, and the user setting whether to submit crash reports | ||
188 | * Fixed: option to Send Crash Report is not persisting | ||
189 | * Partial Fix: VWR-1715: Macintosh cyclic short-term freezing of display, getting worse over time; does not respond to commands, eventually change of POV causes crash | ||
190 | |||
191 | Localization Fixes: | ||
192 | * Fixed: Added new translation strings for German, Korean, Japanese | ||
193 | |||
194 | Release Notes for Second Life 1.20(8) May 22nd, 2008 | ||
195 | ===================================== | ||
196 | |||
197 | Fixes: | ||
198 | * Fixed: VWR-7347: 'For sale' amounts in objects' Hover Tips show a garbage character | ||
199 | * Fixed: RC7 is unable to buy Linden Dollars | ||
200 | * Fixed: Tuned behavior of thread monitoring (also called watchdog) to deal with extraneous crashing in RC7 | ||
201 | * Fixed: Disabled thread monitoring for Mac and linux versions | ||
202 | * Fixed: Fix the premature start of thread watchdog mainloop timeout | ||
203 | |||
204 | Release Notes for Second Life 1.20(7) May 16th, 2008 | ||
205 | ===================================== | ||
206 | |||
207 | New features and changes: | ||
208 | * Moved "Set Window Size" options from File menu into Preferences > Graphics | ||
209 | * Newly created avatars without a gender, or any avatar where "clothing is still downloading" are rendered as a cloud rather than naked/wrong body shape | ||
210 | * Directly interacting with a muted resident will unmute them, with a note logged in the Chat history (VWR-1735) | ||
211 | * Fly button is now shown as disabled when you are sitting | ||
212 | * Pasting multiline clipboard content into Chat will show a Paragraph symbol at newlines (Partial Fix behavior) | ||
213 | * Group Info > Notices tab explains the storage limits of 200 notices and 14 days | ||
214 | * Added OpenGL monitoring via Advanced menu > Rendering > Debug GL option to turn on extra rendering error checking and help reproduce crashes | ||
215 | * Added beta support for basic voice lipsync for voice visualization (VWR-4794) - via Advanced menu > Character | ||
216 | * The 'camera shutter' soundclip/animation plays whenever a new image is acquired by Snapshot Preview (this camera shutter sound indicates, like a real camera, that you have taken a new picture of the world). The sound does not play repeatedly if auto-snapshot is on | ||
217 | * Disabled the Snapshot Preview > Auto-snapshot checkbox, unless Freeze Frame checkbox is set. (This clarifies that Auto-snapshot previously only worked in this case.) | ||
218 | |||
219 | * Clicking on resident names in Local Chat or in a Group IM will open their Profile page | ||
220 | ** The color of clickable resident names uses the same color as URL hyperlinks in chat. These may be changed in Preferences > Text Chat > color picker for "URLs" | ||
221 | |||
222 | * Added four texture constants for referencing in llSetLinkTexture: | ||
223 | ** TEXTURE_BLANK is the non-transparent blank texture, equivalent to "5748decc-f629-461c-9a36-a35a221fe21f" | ||
224 | ** TEXTURE_DEFAULT is the default Media texture, equivalent to "8b5fec65-8d8d-9dc5-cda8-8fdf2716e361" | ||
225 | ** TEXTURE_PLYWOOD is the plywood texture, equivalent to "89556747-24cb-43ed-920b-47caed15465f" | ||
226 | ** TEXTURE_TRANSPARENT is the default "white transparent" texture, equivalent to "59facb66-4a72-40a2-815c-7d9b42c56f60" | ||
227 | ** Note: Scripts using these constants will run smoothly in all Second Life viewers, however previous versions of the viewer will NOT be able to edit and recompile scripts using the new constants. Older versions will report "(XX,YY) : ERROR : Name not defined within scope" when trying to compile such a script. | ||
228 | |||
229 | * Thread monitoring to catch freezes: | ||
230 | ** A new thread monitor (also referred to as a Watchdog) will detect when the viewer application frozen for a period greater than 10 seconds and possibly force a crash with detailed logs | ||
231 | ** Thread monitoring can be disabled by choosing to never report crashes, or with a command line setting "--set WatchdogEnabled 0" | 68 | ** Thread monitoring can be disabled by choosing to never report crashes, or with a command line setting "--set WatchdogEnabled 0" |
232 | ** The threshold timing of the thread monitor is set in the file /app_settings/settings.xml under the key "MainloopTimeoutDefault" | 69 | ** The threshold timing of the thread monitor is set in the file /app_settings/settings.xml under the key "MainloopTimeoutDefault" |
233 | 70 | ||
234 | * Improved internationalization support: | ||
235 | ** Make 'System Default' language option work on Linux and Windows. | ||
236 | ** Make unicode system font support good on Linux | ||
237 | |||
238 | * Improvements to Search: | ||
239 | ** Search > Popular Places is replaced by a Search > Showcase tab that points to the website Showcase | ||
240 | ** Search > Places, and Search > Groups use web-based search | ||
241 | ** Classified ads have a drop-down menu to indicate Mature or Not Mature content | ||
242 | 71 | ||
243 | Changes: | 72 | Changes: |
244 | * VWR-4794: Basic voice lipsync for voice visualization | 73 | * Added: VWR-4794: Basic voice lipsync for voice visualization via Advanced menu > Character > Enable Lip Sync (Beta) |
245 | * VWR-4204: Clicking on names in Chat/Group IM history should open Profile page | 74 | * Added: VWR-4204: Clicking on names in Chat/Group IM history should open Profile page |
246 | * VWR-463: Blank is a pre-defined texture in client, but not in LSL | 75 | * Added: VWR-1735: Directly interacting with a muted resident will unmute them, with a note logged in the Chat console |
247 | * Updated library version for openssl | 76 | * Added: VWR-7893 create a Classic skin for the viewer |
248 | * Added thread monitoring to the viewer | 77 | * Added: VWR-5059: add option to switch between a Classic and Silver theme from within Preferences |
249 | * Added a setting switch to completely disable thread monitoring | 78 | * Fixed: VWR-463: Blank is a pre-defined texture in client, but not in LSL |
79 | * Fixed: VWR-6315: Intentionally removed the File > Record Movie to Disk option | ||
80 | * Added: VWR-2600: Added option to enable Full-Scene Anti-Aliasing (FSAA) in the viewer | ||
81 | * Added: VWR-442: Require confirmation when inviting a new group owner | ||
250 | * New users are shown as a cloud rather than naked until they choose a gender. | 82 | * New users are shown as a cloud rather than naked until they choose a gender. |
251 | * Move "Set Window Size" options from File menu into Preferences > Graphics | 83 | * Hyperlinks can be clicked on to the Message Of The Day |
84 | * Added means to detect laggy avatars with Advanced > Rendering > Info Displays > Avatar Rendering Cost | ||
85 | * Added means to visually mute laggy avatars, when avatar imposters is enabled | ||
86 | * Updated library version for openssl on Windows libraries | ||
87 | * Added thread monitoring for beta versions of the viewer | ||
88 | * Added a setting switch to completely disable thread monitoring | ||
89 | * Moved "Set Window Size" options from File menu into Preferences > Graphics | ||
252 | * Make clothing-still-downloading dialog into an ignorable alert dialog | 90 | * Make clothing-still-downloading dialog into an ignorable alert dialog |
253 | * Internationalize additional hard-coded viewer strings to a strings.xml file | 91 | * Internationalized additional hard-coded viewer strings to a strings.xml file |
254 | * Search > Popular Places is replaced by a Search > Showcase tab that points to the website Showcase | 92 | * Search > Popular Places is replaced by a Search > Showcase tab that points to the web-based Showcase |
255 | * Convert Search > Places tab to use HTML search | 93 | * Converted Search > Group tab to use web-based search |
256 | * Convert Search > Group tab to use HTML search | 94 | * Search requires Mature/Not Mature to be set in Classifieds |
257 | * Search: Require Mature/Not Mature in Classifieds | ||
258 | * Make strict GL debugging toggleable on-the-fly via Advanced menu > Rendering > Debug GL option - turns on extra rendering error checking and help reproduce crashes | 95 | * Make strict GL debugging toggleable on-the-fly via Advanced menu > Rendering > Debug GL option - turns on extra rendering error checking and help reproduce crashes |
259 | * The 'camera shutter' soundclip/animation plays whenever a new image is acquired by Snapshot Preview, but not repeatedly if auto-snapshot is on | 96 | * Renamed "Auto-snapshot" to "Auto-refresh" in the Snapshot feature |
260 | * Disabled the Snapshot Preview > Auto-snapshot checkbox, unless Freeze Frame checkbox is set | 97 | * Load the initial avatar outfit earlier in the startup process to avoid Ruth effect at Orientation Island |
98 | * Added the new TRANSPARENT_TEXTURE constant's target texture to the inventory Library | ||
99 | * Critical message window should not say "Critical message", because it is the Community Standards document | ||
100 | * Removed First Use dialogs for sitting and movement key binding during Orientation Island | ||
101 | * Set the default visibility of the mini-map to off for new users | ||
102 | * Changed the reference in Group Information window > Notices tab to to explain the storage limits of 200 notices and 14 days | ||
103 | * Removed menu option Advanced > Character > Show Collision Plane | ||
104 | * Renamed link to "Forgot your name or password?" on viewer login page | ||
105 | * Made minor language tweaks to World Map: "Online Friends" and "Landmarks" | ||
106 | * Allow the background color for Inventory treeview control to be set in colors_base.xml | ||
107 | * Added nVidia MCP78 to gpu table | ||
108 | * Changed llLoadURL to open pages in external browser in Viewer 1.20. | ||
109 | * Removed voice setup wizard from Viewer | ||
110 | * Removed "Detecting hardware" from first-use startup to save 10 seconds of start time | ||
111 | * Removed "Start Gesture" from menu bar | ||
112 | * Removed "do you want streaming audio" dialog | ||
113 | * Display the Camera and Movement controls by default | ||
114 | * Added online offline notification to open IM windows | ||
115 | * One-click sit should not be available if you are already sitting | ||
116 | * Replaced "(hippos)" and "(waiting)" with "(Loading...)" | ||
117 | * Print the name of the missing gesture in the error message | ||
118 | * Made running more intuitive by double-tapping forward | ||
119 | * Moved the right justified text on the splash screen just a bit to the left | ||
120 | * Moved the Statistics display (Ctrl+shift+1) to be in a floater | ||
121 | * Made login progress bar an indefinite status indicator | ||
122 | * Added an option to turn off all group titles to make name tags smaller | ||
123 | * Small UI tweaks to the "near me" floater for usability | ||
124 | * Added new debug setting "TutorialURL" to change the URL used by the Tutorial window | ||
125 | * Added new debug setting "SkinCurrent" is used to persist the chosen skin, to avoid crashing older builds | ||
126 | |||
127 | Source Changes: | ||
128 | * The settings system has been significantly revamped. llcontroldef.cpp has been replaced with an XML file controlling all settings values: app_settings/settings.xml | ||
129 | * The command line parser has also been revamped. All but a few special arguments are now associated with control settings and controlled by the file app_settings/cmd_line.xml | ||
130 | * Added 3DConnexion library export | ||
131 | * Updated llkdu.dll for 1.20 OSS export | ||
261 | 132 | ||
262 | Fixes: | 133 | Bug Fixes: |
263 | * Fixed: VWR-104: Unused class LLVertexProgramGL should be removed | 134 | * Fixed: VWR-3529: WindLight: Saving snapshots to disk crashes viewer |
135 | * Fixed: VWR-2633: Some groups can't be accessed from Communicate window and only show in profile | ||
136 | * Fixed: VWR-6889: Unable to leave group when role has no allowed abilities | ||
137 | * Fixed: VWR-6800: Eliminate memory leaks in llcharacter/llmotioncontroller.cpp | ||
138 | * Fixed: VWR-2051: Regular viewer freezes since update to Voice viewer | ||
139 | * Fixed: VWR-1715: Macintosh: cyclic short-term freezing of display, getting worse over time: does not respond to commands, eventually change of POV attempt crashes app | ||
140 | * Fixed: VWR-5895: slowly rotating llTargetOmega child prims stop rotating when you move away | ||
141 | * Fixed: VWR-6107: When uploading animations the Ruth model appears dimly lit and unshaded | ||
142 | * Fixed: VWR-104: Unused class LLVertexProgramGL should be removed | ||
264 | * Fixed: VWR-2778: System skirt textures turn invisible on wearing | 143 | * Fixed: VWR-2778: System skirt textures turn invisible on wearing |
265 | * Fixed: VWR-2272: Fly button doesn't work while sitting | 144 | * Fixed: VWR-2272: Fly button doesn't work while sitting |
266 | * Fixed: VWR-2404: Lossless texture compression on small textures is not lossless | 145 | * Fixed: VWR-2404: Lossless texture compression on small textures is not lossless |
267 | * Fixed: VWR-5807: Wild rotations of linkset while using the editor in Local Ruler Mode via CTRL key | 146 | * Fixed: VWR-5807: Wild rotations of linkset while using the editor in Local Ruler Mode via CTRL key |
268 | * Fixed: VWR-6056: Animation viewer does not play animations on upload. | 147 | * Fixed: VWR-6056: Animation viewer does not play animations on upload. |
269 | * Fixed: VWR-6399: llMapDestination should still show teleport map -- Teleport / Map screen changes in 1.20 RC0 need to be undone | 148 | * Fixed: VWR-4860: WindLight: Planar texturing renders incorrectly in 1.19.0(79674) |
270 | * Fixed: VWR-4860: WindLight: Planar texturing renders incorrectly in 1.19.0 (79674) | ||
271 | * Fixed: VWR-5963: LLImageGL::setClamp may affect random texture (making repeating textures on objects non-repeating) | 149 | * Fixed: VWR-5963: LLImageGL::setClamp may affect random texture (making repeating textures on objects non-repeating) |
272 | * Fixed: VWR-7061: Trivial UI grammar error in the title of the "Script Warning/Error" window | 150 | * Fixed: VWR-7061: Trivial UI grammar error in the title of the "Script Warning/Error" window |
273 | * Fixed: VWR-6186: Second Life is leaking Objective-C objects at startup | 151 | * Fixed: VWR-6186: Second Life is leaking Objective-C objects at startup |
@@ -281,273 +159,411 @@ Fixes: | |||
281 | * Fixed: VWR-2142: Parcel voice icon doesn't reflect disabled status if voice isn't used | 159 | * Fixed: VWR-2142: Parcel voice icon doesn't reflect disabled status if voice isn't used |
282 | * Fixed: VWR-5853: Double-Clicking on vertical edge of Inventory/Gesture window destroys the floating window. | 160 | * Fixed: VWR-5853: Double-Clicking on vertical edge of Inventory/Gesture window destroys the floating window. |
283 | * Fixed: VWR-2448: Snapshot Preview tool should respect 'Quiet Snapshots to Disk' | 161 | * Fixed: VWR-2448: Snapshot Preview tool should respect 'Quiet Snapshots to Disk' |
162 | * Fixed: VWR-1352: A strange copy operation of LLStyle | ||
163 | * Fixed: VWR-6016: FMOD problem: update3dPosition error | ||
164 | * Fixed: VWR-7682: Typo on Teleport Failure dialog | ||
165 | * Fixed: VWR-4580: Property lines are visible through avatar, objects and through ground | ||
166 | * Fixed: VWR-7042: Incorrect tooltip for "Use built-in web browser" option | ||
167 | * Fixed: VWR-1843: Inappropriate to offer a default folder name with non-ASCII characters for Make Outfit | ||
168 | * Fixed: VWR-5869: Broken BVH Animation upload causes dialog / interface error, and crash | ||
169 | * Fixed: VWR-6668: Eliminate inconsistent help text for Preferences > Graphics panel | ||
170 | * Fixed: VWR-6286 Changed the method LLControlGroup::loadFromFile to only load values of settings that are persistent | ||
171 | * Fixed: VWR-5080: Certain color combinations of Silver skin are hard on visually impaired (and the not-visually-impaired) | ||
172 | * Fixed: VWR-380: Resized Flexible Prims Render Improperly | ||
173 | * Fixed: VWR-6251: Snapshots no longer able to capture the full screen. | ||
174 | * Fixed: VWR-5929: Some UI translation texts are ignored because of missing names in XUI files | ||
175 | * Fixed: VWR-6430: Comment area of "Debug Settings" floater (dialog box) is aligned badly | ||
176 | * Fixed: VWR-6232: Tap-Tap-Hold Running should be an 'Advanced' character preference | ||
177 | * Fixed: VWR-5812: Some media sizes will be placed on the wrong size texture when played by the viewer | ||
178 | * Fixed: VWR-6386, VWR-6384, VWR-6385: Clean up duplicate and malformed sibling names in en-us xml | ||
179 | * Fixed: SVC-1072: Havok 4 -- Objects can exist up to 4096 meters up, but scripted rez above 1024 meters fails silently | ||
180 | * Fixed: SVC-747: Estate Banned Residents list doesn't increment higher than 252 | ||
181 | * Fixed: VWR-5498: WindLight Release Candidate doesn't rembember correct size of IM window between sessions | ||
182 | * Fixed: VWR-747: Texture preview should not have constrained aspect ratio | ||
183 | * Fixed: VWR-3984: WindLight: Certain snapshot options incorrectly capture a part of the screen | ||
184 | * Fixed: VWR-3438: WindLight: Glow (including water reflections) shows through HUD objects | ||
185 | * Fixed: VWR-4616: Snapshot, clicking on more removes current pic | ||
186 | * Fixed: VWR-1405: llMapDestination does not work as designed for OS X/Intel viewers | ||
187 | * Fixed: VWR-3625: Highlights don't affect non-root prims | ||
188 | * Fixed: VWR-2113: Mac Auto Updater "hides", giving appearance of failing | ||
189 | * Fixed: VWR-2755: duplicate PARCEL_FLAG_RESTRICT_PUSHOBJECT line in keywords.ini | ||
190 | * Fixed: VWR-4903: Show avatar's name in the "Eject" and "Freeze" confirmation screens | ||
191 | * Fixed: VWR-6066: "Are you sure you want to clear you browser cache" in Preferences>Web>Clear Now has a typo | ||
192 | * Fixed: VWR-5656: Secondlife icon missing in Linux version 1.19.1 RC1 | ||
193 | * Fixed: VWR-3633: Avatar impostor of not-yet-rezzed avatar not appearing | ||
194 | * Fixed: VWR-6350: Word "Flycam" appears in Flycam Mode, does not disappear with UI | ||
195 | * Fixed: glow is rendered on property lines and selection silhouettes | ||
196 | * Fixed: LLImageJ2C should be able to tell you what en/decoding implementation is being used | ||
197 | * Fixed: Residents That Have Been Granted Modify Rights Can TAKE the Objects. | ||
198 | * Fixed: Estate tools in non-english UI cannot change maturity level of islands from PG to Mature. | ||
199 | * Fixed: Agent Limit spontaneously resets to zero | ||
200 | * Fixed: Web control code does not correctly reject sl:// links | ||
201 | * Fixed: ait before printing missing gestures if the name isn't yet available | ||
202 | * Fixed: camera smoothing problem | ||
203 | * Fixed: LSL call to open place dialog to move user around without opening map | ||
204 | * Fixed: Cannot close Buy Land floater when (waiting for data) from web site | ||
205 | * Fixed: the Active Gestures list does not appear alphabetically | ||
206 | * Fixed: Preference Help button is not pointing to the correct url | ||
207 | * Fixed: Occlusion crash on SIS cards | ||
208 | * Fixed: lowest avatar detail is higher than before | ||
209 | * Fixed: Avatar Impostor sprites have opaque black edges | ||
210 | * Fixed: impostors tilt | ||
211 | * Fixed: impostors need to update once after they stop walking | ||
212 | * Fixed: Can't drag custom colors in color picker to the color palette | ||
213 | * Fixed: Age Verified Account cannot access plots blocked for age verification | ||
214 | * Fixed: can not take hi-res snapshot with size bigger than 4000 by 4000. | ||
215 | * Fixed: Overlapping text on the Build tool > Object tab | ||
216 | * Fixed: Pasting multiline clipboard content into Local Chat loses newlines | ||
217 | * Fixed: Allow the --set option to be specified multiple times on the command line | ||
218 | * Fixed: Media URL Set > Cancel button does not cancel | ||
219 | * Fixed: Fix the URL used by crash_logger for pre login crashes | ||
220 | * Fixed: The viewer's crash logger needs to trim very long SecondLife.log files before sending. | ||
221 | * Fixed: Parcel tag overlaps image on Sell Land floater if longer than 36 characters | ||
284 | * Fixed: llrender.cpp export | 222 | * Fixed: llrender.cpp export |
285 | * Fixed: Clean up log messages in viewer to make crash logs more readable and useful | 223 | * Fixed: Clean up log messages in viewer to make crash logs more readable and useful |
286 | * Fixed: Create secondlife:///app/ URL to open my groups panel | 224 | * Fixed: Create secondlife:///app/ URL to open my groups panel |
287 | * Fixed: Create secondlife:///app/ URL to open create groups dialog | 225 | * Fixed: Create secondlife:///app/ URL to open create groups dialog |
288 | * Fixed: Display a message if LLWebBrowserCtrl blocks a secondlife:///app/* url | 226 | * Fixed: Display a message if LLWebBrowserCtrl blocks a secondlife:///app/* url |
289 | * Fixed: Abstract common glTexParameter calls | 227 | * Fixed: Abstract common glTexParameter calls |
290 | * Fixed: Orientation Island HUD select language texture is wrong for English version in 1.20 | ||
291 | * Fixed: Double-clicking border of communicate window makes window unrecoverable | 228 | * Fixed: Double-clicking border of communicate window makes window unrecoverable |
292 | * Fixed: Command line parser bug parsing "--multiple true" at beginning of a command line. | 229 | * Fixed: Command line parser bug parsing "--multiple true" at beginning of a command line. |
293 | * Fixed: --loginuri is not being handled correctly | 230 | * Fixed: --loginuri is not being handled correctly |
294 | * Fixed: Grid selection drop-down on login screen does not take priority over -loginuri when selection is first opened | 231 | * Fixed: Grid selection drop-down on login screen does not take priority over -loginuri when selection is first opened |
295 | * Fixed: crash in LLMediaImplQuickTime::load | ||
296 | * Fixed: crash on LLViewerParcelMedia::update | ||
297 | * Fixed: Pop-up menu width should try to accomodate the longest menu item (within reason) | 232 | * Fixed: Pop-up menu width should try to accomodate the longest menu item (within reason) |
298 | * Fixed: Can't change values with debug settings floater | 233 | * Fixed: Can't change values with debug settings floater |
299 | * Fixed: Focus > Zoom button can't be re-selected | 234 | * Fixed: Focus > Zoom button can't be re-selected |
300 | * Fixed: Debug Permissions displays overlap | 235 | * Fixed: Debug Permissions displays overlap |
301 | * Fixed: Objects with no group tagging show group tags of previously clicked items | 236 | * Fixed: Objects with no group tagging show group tags of previously clicked items |
237 | * Fixed: Typographical error in Transfer permissions alert dialog | ||
238 | * Fixed: On Person-to-Person voice calls, the volume slider overlaps End Call button | ||
239 | * Fixed: VWR-2645: Source typo RELEASE_FOR_DOWNLOAD should be LL_RELEASE_FOR_DOWNLOAD | ||
302 | * Fixed: stop bundling libexpat with the linux viewer | 240 | * Fixed: stop bundling libexpat with the linux viewer |
303 | * Fixed: World Map's keyboard focus that jumps from Landmarks to Teleport is broken in 1.20 | 241 | * Fixed: g++ 4 viewer compile issues |
304 | * Fixed: text results for Search > People is displayed as white text | 242 | * Fixed: Dead code removal createLegacyWearableFromAvatar |
305 | * Partial Fix: Pasting multiline clipboard content into chat loses newlines | 243 | * Fixed: Internationalize LLFloaterCamera / llcameraview.cpp |
306 | 244 | * Fixed: Eliminate some unused xml files in skins\xui\en-us and language folders | |
307 | Localization Fixes: | ||
308 | * Fixed: VWR-7168: A typo in base (en-us) version of mime_types.xml | ||
309 | * Fixed: VWR-7153: An typo in en-us version of alerts.xml file makes an <ignore> text of unlocalizable | ||
310 | * Fixed: VWR-7087: Japanese "About Second Life..." file includes an invalid UTF-8 character | ||
311 | |||
312 | Release Notes for Second Life 1.20(6) May 7th, 2008 | ||
313 | ===================================== | ||
314 | Changes: | ||
315 | * Changed the reference in Group Information window > Notices tab to 14 days instead of 30 | ||
316 | * Removed menu option Advanced > Character > Show Collision Plane | ||
317 | 245 | ||
318 | Fixes: | 246 | Crash Fixes: |
319 | * Fixed: VWR-6389: Runtime Library error after quitting Second Life | 247 | * Fixed: VWR-5697: RC 1.19.1 crash on startup with Vista UAC enabled |
320 | * Fixed: VWR-4580: Property lines are visible through avatar, objects and through ground | 248 | * Fixed: VWR-7723: crash on LLImageGL::setSubImage line 780 |
321 | * Fixed: VWR-6896: Crash when selecting Advanced > Rendering > Info Displays > Lights (and other Info Displays) | 249 | * Fixed: VWR-3822: ATI crashes on startup when in 16 bit color mode |
322 | * Fixed: VWR-7042: Incorrect tooltip for "Use built-in web browser" option | 250 | * Fixed: crash on LLViewerImageList::removeImageFromList |
323 | * Fixed: the spinners are broken in the snapshot UI when upload a snapshot | 251 | * Fixed: crash on LLViewerImageList::updateImagesUpdateStats |
324 | * Fixed: Create tool's last 11 shapes are not the proper height ("sphere" looks like an "egg") | 252 | * Fixed: crash on LLSpeakerMgr::findSpeaker |
325 | * Fixed: Typographical error in Transfer permissions alert dialog | 253 | * Fixed: crash on LLAudioData - llaudio/audioengine.cpp |
326 | * Fixed: Crash selecting Edit > Land Owners with Basic Shaders disabled | 254 | * Fixed: crash on LLGroupNotifyBox::moveToBack |
255 | * Fixed: crash on LLPieMenu::show | ||
256 | * Fixed: crash on LLFloaterWorldMap::buildLandmarkIDLists | ||
257 | * Fixed: crash on LLDrawable::destroy | ||
258 | * Fixed: crash in LLFolderViewFolder::setSelection | ||
259 | * Fixed: crash on LLSurface::resolvePatchRegion() | ||
260 | * Fixed: crash on LLViewerRegion::setCapability | ||
261 | * Fixed: crash from infinite loop in wearables (LLWearableList::processGetAssetReply) | ||
262 | * Fixed: crash in LLMediaImplQuickTime::load | ||
263 | * Fixed: crash on LLViewerParcelMedia::update | ||
327 | * Fixed: crash on LLFloaterWorldMap::buildLandmarkIDLists | 264 | * Fixed: crash on LLFloaterWorldMap::buildLandmarkIDLists |
328 | * Fixed: 3dConnexion device does not default to enabled with 1.20 RC 5 | ||
329 | * Fixed: Settings in the Joystick Configuration window reset to defaults on each launch when a SpaceNavigator is connected | ||
330 | |||
331 | Localization Fixes: | ||
332 | * Fixed: XML resizing to repair truncated text in 1.20 localizations | ||
333 | |||
334 | Release Notes for Second Life 1.20(5) May 1st, 2008 | ||
335 | ===================================== | ||
336 | Changes: | ||
337 | * Rename link to "Forgot your name or password?" on client login | ||
338 | * Allow the background color for Inventory treeview control to be set in colors_base.xml | ||
339 | * Added nVidia MCP78 to gpu table | ||
340 | |||
341 | Fixes: | ||
342 | * Fixed: VWR-6674: Basic shaders setting causes world (or sea) to go black | ||
343 | * Fixed: VWR-6402: llTargetOmega resets prim to ZERO_ROTATION | ||
344 | * Fixed: VWR-1843: Inappropriate to offer a default folder name with non-ASCII characters for Make Outfit | ||
345 | * Fixed: VWR-5869: Broken BVH Animation upload causes dialog / interface error, and crash | ||
346 | * Fixed: VWR-6668: Eliminate inconsistent help text for Preferences > Graphics panel | ||
347 | * Fixed: VWR-6603: Immediate crash when upload image .jpg | ||
348 | * Fixed: VWR-6343: 1.20 causes fatal driver instability with some nVidia drivers | ||
349 | * Fixed: VWR-6368: Camera reset when build floater closes | ||
350 | * Fixed: crash from glMapBuffer returning 0 | 265 | * Fixed: crash from glMapBuffer returning 0 |
351 | * Fixed: crash in LLVOVolume::sculpt - newview/llvovolume.cpp | 266 | * Fixed: crash in LLVOVolume::sculpt - newview/llvovolume.cpp |
352 | * Fixed: crash in LLFace::renderSelected. | 267 | * Fixed: crash in LLFace::renderSelected. |
353 | * Fixed: crash in LLImageRaw::copyLineScaled | 268 | * Fixed: crash in LLImageRaw::copyLineScaled |
354 | * Fixed: crash in LLImageBase::generateMip | 269 | * Fixed: crash in LLImageBase::generateMip |
355 | * Fixed: crash after quitting to desktop. | 270 | * Fixed: crash in LLFloaterIMPanel when starting conference |
356 | * Fixed: 1.20 consistently crashing with ctrl-alt-T in ReleaseNoOpt | 271 | * Fixed: crash with attached obj using Avatar Rendering Cost |
357 | * Fixed: text colors for Script Errors/Warnings are illegible | 272 | * Fixed: Linux crash parsing command-line arguments |
358 | * Fixed: Primary clicks toggle flycam with Mighty Mouse | 273 | * Fixed: crash on LLVertexBuffer::destroyGLBuffer |
359 | * Fixed: Voice waves render choppy | 274 | * Fixed: crash on LLUIImageList::onUIImageLoaded |
360 | * Fixed: Multi-prim attachments appear to be exploded when worn. | 275 | * Fixed: crash on LLViewerJointMesh::updateFaceData |
276 | * Fixed: VBO related crash on ATI R100 cards | ||
361 | 277 | ||
362 | Localization Fixes: | 278 | Localization Fixes: |
363 | * Fixed: Added new translation strings for German, Korean, Japanese | 279 | * Fixed: VWR-7153: An typo in en-us version of alerts.xml file makes an <ignore> text of unlocalizable |
280 | * Fixed: VWR-7086: floater_buy_land.xml still contains messages regarding First Land | ||
281 | * Fixed: VWR-7731: erroneous Japanese translation of "Select tool" | ||
282 | * Fixed: erroneous German translation for "Active Speakers" | ||
364 | * Fixed: put cleanly-formed Portuguese files (Beta) back into the viewer | 283 | * Fixed: put cleanly-formed Portuguese files (Beta) back into the viewer |
365 | * Partial Fix: VWR-6608: Revert Japanese and Korean translations of Joystick Monitor, due to monospace font which cannot display them | 284 | * Fixed: some text overlaps in Buy Land floater in Portuguese |
285 | * Added: new translation strings for German, Korean, Japanese | ||
286 | * Fixed: Update the viewer credits in About>Second Life... | ||
366 | 287 | ||
367 | Release Notes for Second Life 1.20(4) April 24th, 2008 | ||
368 | ===================================== | ||
369 | Changes: | ||
370 | * Change llLoadURL to open pages in external browser in 1.20. | ||
371 | 288 | ||
372 | Fixes: | 289 | KNOWN ISSUES: |
373 | * VWR-6286 - changed the method LLControlGroup::loadFromFile to only load values of settings that are persistent | 290 | * This 1.20 Viewer will not run on a Mac PowerPC that is running Mac OS X 10.3.9. The minimum requirements for running Second Life |
374 | * Instant Crash on Editing Appearance | 291 | is using Mac OS X 10.4.11 or higher. Please see http://secondlife.com/support/sysreqs.php for more information. |
375 | * Crash in LLFloaterIMPanel when starting conference | 292 | ** The 1.19.1 Viewer still supports the Mac PowerPC that is running Mac OS X 10.3.9. |
376 | * Crash on LLVOVolume::sculpt - newview/llvovolume.cpp | ||
377 | 293 | ||
378 | Release Notes for Second Life 1.20(3) April 23th, 2008 | 294 | * There is a known issue in the 1.20 Viewer on Macs using Apple's USB Mighty Mouse and a 3DConnexion SpaceNavigator. The Mighty Mouse will be erroneously detected as a |
379 | ===================================== | 295 | joystick and the primary mouse button will toggle "Flycam" with unusual behavior. Therefore the support for the 3DConnexion SpaceNavigator in Second Life does not yet |
380 | Fixes: | 296 | extend to Macs using a USB Mighty Mouse. |
381 | * Fixed: removed mac release notes dialog from LLAppviewer::init | 297 | WORKAROUND: You must use a different mouse in order to use a 3DConnexion SpaceNavigator in Second Life without problem. |
382 | * Fixed: Scrollbar channel missing in 1.20 | ||
383 | * Fixed: VWR-5080: Certain color combinations hard on visually impaired (and the not-visually-impaired) | ||
384 | * Fixed: VWR-2404: lossless texture compression on small textures not lossless | ||
385 | * Fixed: Window opens large, then small, then large on startup | ||
386 | * Fixed: Imposters sometimes render without attachments | ||
387 | * Fixed: VWR-380: Resized Flexible Prims Render Improperly | ||
388 | * Fixed: Yellow edit outline detached from selected prim | ||
389 | * Language tweaks to World Map UI | ||
390 | * Fixed: Help > Tutorial makes the world disappear | ||
391 | * Fixed: Help > Tutorial kills the keyboard. | ||
392 | * Fixed: VWR-5869: Broken BVH Animation upload causes dialog / interface error, and crash. | ||
393 | * Fixed: VWR-6275: Character runs when not supposed to. | ||
394 | * Fix for vibrating name tags. | ||
395 | * Fixed issue with mozilla scrollbars | ||
396 | * Fixed: Background and Foreground color are the same in all scroll lists | ||
397 | 298 | ||
398 | Localization Fixes: | 299 | * Second Life is currently unable to run under native Korean-language Windows XP if the WindowsXP username uses default Korean characters |
399 | * Fixed: main Toolbar will not match to its Korean localization xml | 300 | WORKAROUND: create a Windows XP username on this computer that uses Latin characters. We are investigating this issue! |
400 | * Fixed: erroneous German translation for Active Speakers | ||
401 | 301 | ||
402 | Release Notes for Second Life 1.20(2) April 18th, 2008 | 302 | * VWR-6363: In the 1.20 Viewer, there are known issues with camera behavior and/or button-mapping behavior when using the 3DConnexion SpaceNavigator in a |
403 | ===================================== | 303 | combination of "Flycam" and Build modes under some circumstances. |
404 | Changes: | ||
405 | * Record Movie to Disk option missing intentionally removed (VWR-6315) | ||
406 | * Color changes to improve text contrast in title bar, scroll bar and menu highlight (VWR-5080) | ||
407 | * Updated disabled button art | ||
408 | * Updated login/teleport progress screen art and colors | ||
409 | * Set the top-level 'opaque' parameter to false in menu_viewer.xml | ||
410 | 304 | ||
411 | Crash Fixes: | 305 | * VWR-5749: When running Second Life in Full Screen mode on computers with some NVIDIA graphics cards, you may be unable to scroll up/down on webpages |
412 | * Fixed: VWR-6576: panel_speaker_controls.xml broken for german, korean, japanese viewers | 306 | that are shown inworld. This includes the web-based interfaces of Search > All tab, and Search > Groups tab. We are investigating this issue. |
413 | * Fixed: VWR-3822: ATI crashes on startup when in 16 bit color mode | 307 | WORKAROUND: You must run Second Life in a window to avoid this problem. Go to Preferences > Graphics > Run Second Life in a window. |
414 | * Fixed: crash with attached obj using Avatar Rendering Cost | ||
415 | * Fixed: Linux crash parsing command-line arguments | ||
416 | * Fixed: crash on LLVertexBuffer::destroyGLBuffer | ||
417 | |||
418 | Fixes: | ||
419 | * Fixed: VWR-6269: Text in Chat Console does not show when Communicate window is minimized having last focus on Local Chat tab | ||
420 | * Fixed: VWR-6298: Some RC settings don't persist properly when settings.xml is present | ||
421 | * Fixed: VWR-6265: Various communications preferences arent saved | ||
422 | * Fixed: VWR-6251: Snapshots no longer able to capture the full screen. | ||
423 | * Fixed: VWR-5929: Some UI translation texts are ignored because of missing names in XUI files | ||
424 | * Fixed: VWR-6430: Comment area of "Debug Settings" floater (dialog box) is aligned badly | ||
425 | * Fixed: VWR-6232: Tap-Tap-Hold Running should be an 'Advanced' character preference | ||
426 | * Fixed: Disabled buttons are darker than normal | ||
427 | * Fixed: Better distinguish button-depressed from disabled state | ||
428 | * Fixed: Can't drag custom colors in color picker to the color palette | ||
429 | * Fixed: Age Verified Account cannot access plots blocked for age verification | ||
430 | * Fixed: Voice can become totally disabled aftrer using multiple viewers | ||
431 | * Fixed: Lag Meter help and close buttons hidden offscreen | ||
432 | * Fixed: can not take hi-res snapshot with size bigger than 4k by 4k. | ||
433 | * Fixed: Unexpected text on the Build Tool's Object tab | ||
434 | 308 | ||
435 | Localization Fixes: | 309 | * VWR-7779: On some Macs, there are reports of periodic and cyclic freezing of the computer when running Viewer 1.20. |
436 | * Fixed: Korean files floater_buy_object.xml and panel_voice_enable.xml have a leading CRLF before XML declaration | 310 | WORKAROUND #1: One workaround is to reduce the Draw Distance below 128m in Preferences > Graphics tab > Custom > Draw Distance (slider). Also if you have Disabled Camera Constraints |
437 | * Fixed: Eliminate unused xml files in skins\xui\en-us and language folders | 311 | from the Advanced menu, behavior is improved if you do not Disable Camera Constraints. |
312 | WORKAROUND #2: One workaround that may help is to use an additional argument "-set YieldTime 20" in the Arguments.txt: | ||
313 | ** To set this argument, right-click (or control-click) the Second Life application and choose "Show package contents". | ||
314 | ** In the resulting finder window, open Resources and in there should be a file named "arguments.txt". Open in text edit, add the argument to the end of the line in there and Save. | ||
315 | ** Close the text edit and run Second Life application. | ||
316 | ** This causes the viewer to sleep for 20 milliseconds every frame. It will slow the frame rate down a little, but may help with freezing. | ||
438 | 317 | ||
439 | 318 | ||
440 | Release Notes for Second Life 1.20(1) April 14th, 2008 | 319 | Release Notes for Second Life 1.19.1(4) April 2nd, 2008 |
441 | ===================================== | 320 | ===================================== |
442 | Changes: | 321 | New features and changes: |
443 | * The Tools menu now displays in the main menu when editing/creating objects. Click on the Build button or right click and select Create. Existing short cuts (CTL + 1, 2, 3) all still work and will also activate the Tools menu. | 322 | |
444 | * Disabled Avatar Imposters to address suspected cause of increased crashes on nVidia cards | 323 | * Physically accurate atmospheric rendering and lighting (previously code named WindLight) |
445 | * Allowed disabling of Joystick devices globally and selectively for avatar/build/flycam | 324 | ** Animateable day cycles |
446 | * Backed out changes to put the Friends dropdown back on the world map. | 325 | ** Vastly improved realistic water with reflections and glimmer |
326 | ** "Glow" as new object attribute | ||
327 | ** Avatar Impostoring, which can speed up crowded scenes tremendously | ||
328 | ** A new cleaned-up, easy to use Graphics Preferences tab with simple and advanced options for performance/quality settings | ||
329 | |||
330 | * Parcel Media - adds the ability to display Web based media on a parcel | ||
331 | ** New API for Media Rendering | ||
332 | ** Enables Web content inworld | ||
333 | ** Added two new click actions, one for playing movies, and one for opening media | ||
334 | ** Embedded web browser | ||
335 | ** Added support for Media resizing | ||
336 | |||
337 | * Estate-Level Abuse Reporting | ||
338 | ** Estate owners and managers now have the ability (under World > Region/Estate) to enter an email address where abuse reports will be sent. | ||
339 | ** If this address is empty, abuse reports will go to Linden Lab as usual. If the address is present, the abuse reports will be sent there instead. In both cases, all abuse reports are logged by Linden Lab. | ||
340 | |||
341 | * Voice changes | ||
342 | ** Changed the default voice volume to be a bit higher, to better match the volume of in-world sounds | ||
343 | ** Changed the voice volume slider to default to the middle of its range, so voice volume can be boosted above the default | ||
344 | |||
345 | * Improved Linux Voice support | ||
346 | ** Better support for USB headsets and other devices | ||
347 | ** Better voice audio quality | ||
348 | |||
349 | * Additional rendering optimizations: | ||
350 | ** Faster, more reliable occlusion culling - occluded regions are discovered instantaneously, eliminating random bad frames due to the camera moving too quickly | ||
351 | ** No geometry transform overhead on region crossing - results in region crossings being slightly smoother | ||
352 | ** Faster frustum culling - less time is spent determining what's visible, thus giving better overall framerates | ||
353 | ** No copy-to-texture for ripple water - objects under water are rendered to texture at half resolution, resulting in better overall framerates | ||
354 | ** Faster sky updates - the non-WindLight (aka no-shader) skies update quicker - even faster than the pre-WindLight skies! | ||
355 | ** Single pass shiny when using shaders - making an object shiny will no longer require it to be rendered twice, which results in virtually free shiny functionality from a performance standpoint | ||
356 | ** Single pass terrain when using shaders - the terrain is no longer drawn in two passes, which, from a performance standpoint, results in virtually free high detail terrain for shader friendly cards (See the System Recommendations at http://secondlife.com/corporate/sysreqs.php) | ||
357 | ** Improved object update code (less work for the CPU) - attachments are no longer added to the active list, which improves performance in crowded areas | ||
358 | ** Better scheduling of Avatar LOD (Level of Detail) updates - Avatar LOD is now calculated every 16 frames as opposed to every single frame, which removes redundant work | ||
359 | ** Better Avatar culling through more accurate bounding boxes - Avatar bounding boxes now match their current animation, resulting in more optimized culling of avatars that are not visible in the frame | ||
360 | ** Better tree rendering (70% fewer matrix operations, no reliance on GL matrix stack) - results in improved performance for tree rendering | ||
361 | ** Trimmed unused state in LLDrawable, LLSpatialGroup, LLOctree, and LLFace - results in memory savings | ||
362 | ** 16-bit index buffers are now used instead of 32-bit buffers - improves memory bandwidth for rendering geometry | ||
363 | ** For more information, see: https://wiki.secondlife.com/wiki/WindLight | ||
364 | ** Known Issue: | ||
365 | *** VWR-1749: Second Life viewer client freezes on MacBook Pro | ||
447 | 366 | ||
448 | Fixes: | 367 | Fixes: |
449 | * External slurls don't detect that viewer 1.20.0 is already running | 368 | * VWR-5087: Attach To... from inventory ignores selected postion and attaches to stored location. |
450 | * VWR-6392: Voice Chat Setup doesn't work in Preferences dialog box. | 369 | * VWR-5372 Specific Search (People, Places, etc) queries are modified and words less then 3 characters are removed. Now allow searches for resident names of 2 characters, and place/group names containing 1 char words. |
451 | * VWR-5812: Some media sizes will be placed on the wrong size texture when played by the viewer | 370 | * VWR-2628: Fix for crash in operator*(LLVector3 const&, LLQuaternion const&) / LL ... |
452 | * Primary clicks toggle flycam with Mighty Mouse | 371 | * VWR-2682: Possible crash fix when accessing dead cubemap |
453 | * Logging In screen's Quit button does not exit | 372 | * VWR-1852: Edit Manipulators have Wrong Orientation with Local Ruler Mode on Linked Objects |
454 | * crash on LLUIImageList::onUIImageLoaded | 373 | * VWR-4963: Group archive freezes viewer |
455 | * crash on LLViewerJointMesh::updateFaceData | 374 | * VWR-2273: View menu > Instant Message should be changed to "Communicate" |
456 | * Person to Person voice calls UI, volume slider overlaps end call button | 375 | * VWR-1722: Profiles are editable in two places (including Search browser) |
457 | * Window opens large, then small, then large on startup | 376 | * VWR-434: HUD textures are attaching but not being seen |
458 | * VWR-5929: Some UI translation texts are ignored because of missing names in XUI files | 377 | * VWR-2030: Avatar only turns half-way in Appearance Mode |
459 | * VWR-6386, VWR- 6384, VWR-6385: Clean up duplicate and malformed sibling names in en-us xml | 378 | * VWR-2920: Sculptie LOD causes object to be deformed into a flattened sphere close while correct far |
460 | * (potential fix) Runtime Library error after quitting SL | 379 | * VWR-2164: Particle Alpha transition is done incorrectly |
461 | * Restored some missing textures | 380 | * VWR-1609: disabling "Show Selection Beam" makes beam render incorrectly for others |
462 | 381 | * VWR-2834: Builds fail on 1.18.4.0 with no mozlib | |
463 | Open Source changes: | 382 | * VWR-983: Particles -> Offscreen/hidden particles get extended life -> as of 1.16.x at least. |
464 | * Added 3DConnexion library export | 383 | * VWR-882: Group name showing as (???) in About Land, IM tabs, and object edit window |
465 | * Updated llkdu.dll for 1.20 OSS export | 384 | * VWR-4921: not recognising in Linux that client is already running |
385 | * VWR-4548: Linux Intel945 feature-blacklist not being applied (Unresponsive, blackscreen, if not using LL_GL_NOEXT=x) | ||
386 | * Propagate client language setting into search URL | ||
387 | * Fix for crash in LLViewerPartGroup::updateParticles | ||
388 | * Updated help text for llGiveInventoryList. | ||
389 | * Notecards crash users when passed from person to person | ||
390 | * Add "getting data" progress display to buy currency dialog. | ||
391 | * Feature table and gpu table changes to help with lenovo. | ||
392 | * SL Viewer's Client Memory Tool is missing | ||
393 | * Fix for white areas on lenovo with ATI FireGL 5200 | ||
394 | * Fixed list of names in Friends List showing (Waiting) | ||
395 | * Help menus have been combined | ||
396 | * Clean up the Client and Server menu user interface: ctrl-alt-D now toggles the 'Advanced' menu, requesting god status does not display the 'Admin' menu | ||
397 | * Place Information is hidden behind the tool bar when opened from Second Life Help | ||
398 | * Fixed: bulk upload of a single file (on Windows) includes the path in the item name and description | ||
399 | * "Mute" button on script permission dialogs closes all dialogs from the sender | ||
400 | * Translated camera controls +64 in both directions. | ||
401 | * Fixed a bug causing the viewer to update the wrong parcel. | ||
402 | * revert name of "Local Chat(history)" tab to "Local Chat" | ||
403 | * Removed confusing "Start in Push-to-Talk mode" preference. | ||
404 | * JA, KO, DE localizations are truncated on Preferences>Graphics tab> Run in a window descriptor | ||
405 | * commit JA,KO,DE localization changes to accommodate truncations | ||
406 | * bumpmapping flips on active objects | ||
407 | * Fixed various Teleport and Show on Map bugs | ||
408 | * More Help Buttons in Graphics Preferences | ||
409 | * (Linux) Working device enumeration A.K.A. USB headset support | ||
410 | * Linux Voice quality issues in 1.19.0 | ||
411 | * Change the way local output volume is handled | ||
412 | * Checkboxes in About Land untick when selected | ||
413 | * Add missing header file to export list for public SVN repository | ||
414 | * Copy To Inventory fail to execute without any output feedback when Notecard has changes but not saved | ||
415 | * Resolve instant message crash report | ||
416 | * Textures/Snapshots in a notecard are opened again when you click copy to inventory. | ||
417 | * Packet-loss while viewing inventory currently results in perceived inventory loss | ||
418 | * stop and pause Media and music buttons do not work | ||
419 | * Displayed page in the client browser disappears when crossing property boundaries. | ||
420 | * replace misspellings in alerts.xml parameters (<message name="messsage") (3 S's) | ||
421 | * fix a misspelling of 'participants' in floater_chat_history.xml tool tip | ||
422 | * Media browser history dropdown does not save items across sessions | ||
423 | * XML CLEANUP: duplicate sibling names in en-us xml | ||
424 | * Crash in LLTabContainer::draw() if selected tab is invalid | ||
425 | * The Search floater does not enable the "Search" button until the user has typed 3 characters to reduce db load | ||
426 | * truncated english word 'water' in Advanced Water Editor modal help dialog | ||
427 | * sculpties on the top10 crash list | ||
428 | * Adjust gpu-table based on data from default graphics level framerate for specific graphics cards in viewer stats | ||
429 | * Added command line option to crash on command line startup (-crash). | ||
466 | 430 | ||
467 | Release Notes for Second Life 1.20(0) April 9th, 2008 | 431 | Source changes: |
432 | * VWR-3290: Linux scons build script doesn't work with distcc | ||
433 | |||
434 | |||
435 | Release Notes for Second Life 1.19.0(4) February 28th, 2008 | ||
468 | ===================================== | 436 | ===================================== |
469 | New features and changes: | 437 | New features and changes: |
470 | * Updates to the user interface (UI) visual design and architecture: | 438 | * Voice |
471 | ** A new, lighter color scheme | 439 | ** Voice Chat is now enabled by default to allow Residents to hear other Residents. |
472 | ** Improved UI graphics (icons, buttons, etc) | 440 | ** A microphone is required to speak to other Residents. |
473 | ** Ability to customize text color of Instant Messages | 441 | ** Push-to-Talk is the default mode for transmitting voice. |
474 | ** Enhancements to the UI texture rendering system | 442 | ** These settings can be modified via the Voice Chat tab of the Preferences dialog. |
475 | ** Ability to reference textures by filename | ||
476 | ** Support for non-powers-of-two textures | ||
477 | ** Support for PNG textures | ||
478 | 443 | ||
479 | * LSL scripting for object glow! | 444 | * Age Verification: |
480 | ** Script a prim's glow attribute, details here: | 445 | ** The user interface for parcel and estate access has been clarified and improved. |
481 | http://wiki.secondlife.com/wiki/LlSetPrimitiveParams | 446 | ** Added the ability to restrict access to parcels and estates to age verified adults. |
447 | ** Removed the ability to *ban* access to Residents who have provided payment info or who have used payment info. We continue to support the ability to *allow* access to only those who have provided payment info. | ||
482 | 448 | ||
483 | * Improved Joystick and 3D input device support | 449 | * Crash Reporter |
484 | ** Integrated a new open source library created by 3Dconnexion designed to integrate multi axis input devices with Second Life | 450 | ** The crash reporting mechanism has been improved. Following a crash, more useful information will be sent and reports should now take less than 10 seconds. |
485 | ** Joystick devices can now control the Avatar, Edited Objects, or the Flycam (View menu > Joystick Flycam) | ||
486 | ** Added a "Joystick Setup" window to the Preferences under "Input & Camera" for adjusting multi axis input devices | ||
487 | ** Settings are currently optimized for Logitech's 3Dconnexion SpaceNavigator but should be tunable for any joystic or 3D imput device | ||
488 | 451 | ||
489 | Changes: | 452 | * VWR-210: Voice Support on Linux (EXPERIMENTAL) - see README-linux-voice.txt |
490 | * Removed voice setup wizard from Viewer | 453 | |
491 | * Removed "Detecting hardware" from first-use startup to save 10 seconds of start time | 454 | * Other changes: |
492 | * Removed "Critical Message" string from startup community standards dialog | 455 | ** Change alert message that pops up when you set Busy |
493 | * Removed "Start Gesture" from menu bar | 456 | ** Add "Teleporting from SLURL to SLURL" to the chat history to provide quick and dirty "back" links |
494 | * Removed "do you want streaming audio" dialog | 457 | ** Print the name of the missing gesture in the error message |
495 | * Removed Friends dropdown on Map | 458 | ** Remove "New Account..." and "Preferences" buttons from login screen for 1.19.0 |
496 | * Display the Camera and Movement controls by default | ||
497 | * Added online offline notification to open IM windows | ||
498 | * One click sit not be available if you're already sitting | ||
499 | * Replaced "(hippos)" and "(waiting)" with "(Loading...)" | ||
500 | * Print the name of the missing gesture in the error message | ||
501 | * Double-tap forward to run | ||
502 | * Adjusted the right-justified text on the splash screen | ||
503 | * Ctrl-shift-1 now displays Statistics in a floater | ||
504 | * Login progress bar change | ||
505 | * Option available to turn off all group titles to make name tags smaller | ||
506 | * Small UI tweaks made to the "near me" floater for usability | ||
507 | 459 | ||
508 | Fixes: | 460 | Fixes: |
509 | * SVC-1072: Havok 4 -- Objects can exist up to 4096 meters up, but scripted rez above 1024 meters fails silently | 461 | * SVC-930: Prims set for sale - prices are incorrectly set when multiple prims taken to inventory and rezzed |
510 | * SVC-747: Estate Banned Residents list doesn't increment higher than 252 | 462 | * SVC-1125: New Search: Beacons aren't shown when teleporting to regions with "Allow Direct Teleport" disabled |
511 | * VWR-5498: WindLight Release Candidate doesn't rembember correct size of IM window between sessions | 463 | * VWR-1125: Clicking Title Bar While Mouselook'd Repositions SL Window |
512 | * VWR-747: Texture preview should not have constrained aspect ratio | 464 | * VWR-1137: Inventory names out of sync after renaming via Properties window |
513 | * VWR-3984: WindLight: Certain snapshot options incorrectly capture a part of the screen | 465 | * VWR-1145: Unable To Connect help not available |
514 | * VWR-3438: WindLight: Glow (including water reflections) shows through HUD objects | 466 | * VWR-1162: Land for sale includes L$1 parcels that are not actually for sale |
515 | * VWR-4616: Snapshot, clicking on more removes current pic | 467 | * VWR-1350: Color settings do not appear to be applied to LSL default text |
516 | * VWR-1405: llMapDestination does not work as designed for OS X/Intel viewers | 468 | * VWR-1475: OpenJPEG always uploads single layer lossless images |
517 | * VWR-3625: Highlights don't affect non-root prims | 469 | * VWR-1590: Keyboard changes inventory selection after right-click |
518 | * VWR-2113: Mac Auto Updater "hides", giving appearance of failing | 470 | * VWR-1627: Classified metrics are reset to 0 when the ad is updated |
519 | * VWR-2755: duplicate PARCEL_FLAG_RESTRICT_PUSHOBJECT line in keywords.ini | 471 | * VWR-1651: Add ability to open a partners profile whilst viewing an avatar's profile |
520 | * VWR-442: Require confirmation when inviting a new group owner | 472 | * VWR-1774: Some avatar positions result in no Z-axis arrow when editing attachments |
521 | * VWR-4903: Show avatar's name in the "Eject" and "Freeze" confirmation screens | 473 | * VWR-1873: Typos in en-us locale file |
522 | * VWR-6066: "Are you sure you want to clear you browser cache" in "Perferences > Web > Clear Now" has a typo | 474 | * VWR-1919: Remove texture UUID information from UI unless full-perm |
523 | * VWR-5656: Secondlife icon missing in Linux version 1.19.1 RC1 ? | 475 | * VWR-2030: Avatar only turns half-way in Appearance Mode |
524 | * VWR-2600: Add option to enable Full-Scene Anti-Aliasing (FSAA) in the viewer | 476 | * VWR-2142: Parcel voice icon doesn't reflect disabled status if voice isn't used |
525 | * VWR-3633: Avatar impostor of not-yet-rezzed avatar not appearing | 477 | * VWR-2256: Mac updater directory permission issues |
526 | * Localization of camera controls/tooltips | 478 | * VWR-2367: Wrong handling of maximum length of Group Notice message |
527 | * Fixed: glow is rendered on property lines and selection silhouettes | 479 | * VWR-2404: lossless texture compression on small textures not lossless |
528 | * LLImageJ2C now indicates what en/decoding implementation is being used | 480 | * VWR-2410: noise dot appear in chat window when clien running long with chatting. |
529 | * New messaging to inform Residents about consequences of selecting "Can modify my objects" | 481 | * VWR-2411: Possible crash in pipeline.cpp |
530 | * Fixed: Estate tools in non-english UI cannot change maturity level of islands from PG to Mature. | 482 | * VWR-2412: Possible crash drawpoolwater |
531 | * Fixed: Agent Limit spontaneously resets to zero | 483 | * VWR-2421: ATI Radeon HD 2900 XT + Second Life = "Couldn't match GPU to a class","Setting GPU Class to Class0" |
532 | * Fixed: Web control code does not correctly reject sl:// links | 484 | * VWR-2483: the macviewer.xcodeprj file doesn't create stripped binaries on Deployment or Universal |
533 | * Fixed: Wait before printing missing gestures if the name isn't yet available | 485 | * VWR-250: Preedit (composition) strings are shown poorly when typing Japanese text on Windows |
534 | * Abrupt velocity changes of SL camera are smoother | 486 | * VWR-2550: Scuplty vertex coordinates are size/256 meters too small on the positive faces |
535 | * llMapDestination() can be used to open place dialog to teleport user without opening map | 487 | * VWR-2614: gActiveChannelSpeakerMgr not deleted at end of program in viewer.cpp |
536 | * Fixed: Cannot close Buy Land floater when (waiting for data) from web site | 488 | * VWR-2617: Adds LLSD support to flex/light/sculpt params for primitives |
537 | * Fixed: Gestures appear in random order | 489 | * VWR-2652: Changes needed to compile viewer against lastest libopenjpeg2000 |
538 | * Fixed: Preference Help button is not pointing to the correct url | 490 | * VWR-2684: Minor leak in floaters using layoutstacks |
539 | * Added Hyperlink to MOTD. | 491 | * VWR-2722: Muting an object with pie menu only mutes the prim you select, not entire linkset |
540 | * Fixed: Occlusion crash on SIS cards | 492 | * VWR-2847: Wrong hover text in Japanese UI |
541 | * Fixed: VBO related crash on ATI R100 cards | 493 | * VWR-2854: Some sculpted prims render as balls on close zoom, which look fine in older clients |
542 | * Fixed: lowest avatar detail is higher than before | 494 | * VWR-2867: Eyes rotate unnaturally around their X axis. Clockwise/Counter-Clockwise |
543 | * Fixed: Avatar Impostor sprites have opaque black edges | 495 | * VWR-289: URLs for video media streaming need to be URL-encoded or stream doesn't work |
544 | * Fixed: Impostors tilt | 496 | * VWR-2959: Windows (Visual Studio) solution file refers to a non-existing project "build_all" |
545 | * Fixed: Impostors need to update once after they stop walking | 497 | * VWR-3088: Unchecking "Automatic Appearance Camera Movement" no longer has any effect |
546 | * Fixed: Provide way to visually mute "costly" avatars (check cost: client->rendering->info displays->avatar render cost) | 498 | * VWR-3206: OpenJPEG svn478 causes slviewer to crash |
499 | * VWR-3428: Checking a users profile while editing a linked set causes viewer crash | ||
500 | * VWR-3458: Mouse cursor background is opaque white instead of transparent on big endian systems | ||
501 | * VWR-3558: llLoadURL cannot be muted | ||
502 | * VWR-356: Move delete to the bottom of context menus, separated by spacer | ||
503 | * VWR-3748: Builds fail on 1.18.6 RC if not using MOZLIB due to missing #if LL_LIBXUL_ENABLED in 3 places in indra/newview/llpanellogin.cpp | ||
504 | * VWR-3948: Underlayers no longer removable by pie menu in Windlight, release candidates | ||
505 | * VWR-412: Object editing arrows hidden but clickable on objects you can't edit. | ||
506 | * dialogs have extra vertical space | ||
507 | * Photo Album: name in Properties cut off some Japanese characters | ||
508 | * New gestures do not appear active in inventory | ||
509 | * Make parcel name in menu "look" active | ||
510 | * "Wear" pie option shows up for many objects even if resident does not own and cannot wear them. | ||
511 | * Textures on no-transfer objects can be transferred | ||
512 | * Deleted gestures still work | ||
513 | * Inventory description out of sync after renaming via Properties window | ||
514 | * Show private estate tiles when World Map is zoomed out | ||
515 | * Properties description not updated when preview description updated | ||
516 | * Buying object contents broken | ||
517 | * Improve window opening behavior, ensuring it is mostly on screen | ||
518 | * No-modify objects can be modified through Open pane | ||
519 | * Inventory names out of sync after renaming via Properties | ||
520 | * Japanese IME mode should be set and postiion of any input windows fixed for non-Japanese fields | ||
521 | * ctrl-shift-w doesn't work if no windows have focus | ||
522 | * Avatar falling in place - Alliez Mysterio | ||
523 | * Linux crash reporter does not run on next execution after forcing an infinite loop and forcefully exiting | ||
524 | * hitting enter should immediately set the value of a field | ||
525 | * Inventory Folder Loading state not clearly indicated | ||
526 | * Add warning dialog to the Land Sale process to warn against selling land to Anyone | ||
527 | * Legacy flossexception link needs to be fixed in source | ||
528 | * make link from client log in window to "Forgot Password" page | ||
529 | * Remove button under estate managers list enables after estate manager clicks in the list | ||
530 | * Changing search field should cancel current selection | ||
531 | * Estate tab within Tools / Region Estate has wrong settings for enable of Restrict Access upon initialization | ||
532 | * llEscapeURL and llUnescapeURL caps output to 255 characters | ||
533 | * XUI LoadFromXML function doesn't work | ||
534 | * Sanitize floater sizing behavior when SL window is made very small | ||
535 | * Animation won't stop if avatar teleports while animated | ||
536 | * Can't paste name of object into View > Mute List > Mute object by name | ||
537 | * pressing ctrl-F10 then Escape causes keyboard to be unresponsive | ||
538 | * Make SL viewer updater show a progress bar so that people know how long to wait | ||
539 | * Can't double-click on groups in profile after changing your active title | ||
540 | * Getting multiple copies of texture dragged onto prim | ||
541 | * blue dialog's 'next' widget steals focus | ||
542 | * Audio should be encoded for upload at a 'good enough' quality rather than a user-selected bitrate | ||
543 | * multiple preview windows open for a single texture/snapshot saved inside a note card | ||
544 | * Enhance Viewer to support new Age Verification feature | ||
545 | * Rename crash setting to cause crash logger to come up for all residents | ||
546 | * Change crash logger "Remember this choice" function to default to on | ||
547 | * Rework Ban tab of floater_about_land | ||
548 | * Windows IME positioning fixed | ||
549 | * Viewer crashes in assert when playing Sword Strike animation | ||
550 | * Unable to set 'Group Access' for land that is also 'Public Access' (Was VWR-3667) | ||
551 | * Disable QuickTime when the installed version is less than version with RTSP exploit | ||
552 | * Korean viewer crashes on startup | ||
553 | * Move fullscreen message from login screen to viewer prefs | ||
554 | * linux client doesn't recognise that a viewer is already running (slurl crapout) | ||
555 | * Search results window displays "s..." and "n..." instead of "searching..." and "none found" | ||
556 | * QuickTime disabled message can not be ignored | ||
557 | * Crash on login page when using Logitech LCD Keyboard | ||
558 | * SEC-17 Ability to Access Sculpted Prim Textures from Database without owning actual sculpt texture, allowing for people to "steal" sculpts. | ||
559 | * info window does not pop up when transitioning from a Havok1 to Havok4 region | ||
560 | * Repoint Report Bug... Viewer link to Pjira | ||
561 | * Upload Animation window: Button missing in Stopped window state | ||
547 | 562 | ||
548 | Source changes: | 563 | Source changes: |
549 | * The settings system has been significantly revamped. llcontroldef.cpp has been replaced with an XML file controlling all settings values: app_settings/settings.xml | 564 | * Upgrade Win32 libvorbis to v1.2 |
550 | * The command line parser has also been revamped. All but a few special arguments are now associated with control settings and controlled by the file app_settings/cmd_line.xml | 565 | * VWR-2881: Bundled Mesa libs are not GPL compatible |
551 | * VWR-2645: Source typo RELEASE_FOR_DOWNLOAD should be LL_RELEASE_FOR_DOWNLOAD ? | 566 | * upgrade in-tree Linux GL headers to Mesa 7.x |
552 | * Fixed: g++ 4 viewer compile issues | 567 | * upgrade in-tree Win32 GL headers to version without SGI Free B license |
553 | * Dead code removal createLegacyWearableFromAvatar | 568 | * Rebuild and/or update libraries to use statically linked libs. |
569 | * Remove llfloaterhtmlhelp.cpp / h and floater_html_help.xml \ No newline at end of file | ||
diff --git a/linden/indra/newview/skins/default/xui/de/floater_im.xml b/linden/indra/newview/skins/default/xui/de/floater_im.xml index 573ff6e..4507ee0 100644 --- a/linden/indra/newview/skins/default/xui/de/floater_im.xml +++ b/linden/indra/newview/skins/default/xui/de/floater_im.xml | |||
@@ -7,7 +7,7 @@ | |||
7 | [FIRST] [LAST] ist offline. | 7 | [FIRST] [LAST] ist offline. |
8 | </text> | 8 | </text> |
9 | <string name="muted_message"> | 9 | <string name="muted_message"> |
10 | [FIRST] [LAST] ist stummgeschaltet. | 10 | Einwohner ist stummgeschaltet. |
11 | </string> | 11 | </string> |
12 | <text name="generic_request_error"> | 12 | <text name="generic_request_error"> |
13 | Fehler bei Anfrage, bitte versuchen Sie es später. | 13 | Fehler bei Anfrage, bitte versuchen Sie es später. |
diff --git a/linden/indra/newview/skins/default/xui/ja/floater_im.xml b/linden/indra/newview/skins/default/xui/ja/floater_im.xml index 7761f9d..1be8e7b 100644 --- a/linden/indra/newview/skins/default/xui/ja/floater_im.xml +++ b/linden/indra/newview/skins/default/xui/ja/floater_im.xml | |||
@@ -7,7 +7,7 @@ | |||
7 | [FIRST] [LAST]はオフラインです。 | 7 | [FIRST] [LAST]はオフラインです。 |
8 | </text> | 8 | </text> |
9 | <string name="muted_message"> | 9 | <string name="muted_message"> |
10 | [FIRST] [LAST]はミュートされています。 | 10 | 住人はミュートされています。 |
11 | </string> | 11 | </string> |
12 | <text name="generic_request_error"> | 12 | <text name="generic_request_error"> |
13 | 要求中にエラーが発生しました。後でもう一度試してください。 | 13 | 要求中にエラーが発生しました。後でもう一度試してください。 |
diff --git a/linden/indra/newview/skins/default/xui/ko/floater_im.xml b/linden/indra/newview/skins/default/xui/ko/floater_im.xml index 64fb77d..d828ec4 100644 --- a/linden/indra/newview/skins/default/xui/ko/floater_im.xml +++ b/linden/indra/newview/skins/default/xui/ko/floater_im.xml | |||
@@ -7,7 +7,7 @@ | |||
7 | [FIRST] [LAST]님은 오프라인입니다. | 7 | [FIRST] [LAST]님은 오프라인입니다. |
8 | </text> | 8 | </text> |
9 | <string name="muted_message"> | 9 | <string name="muted_message"> |
10 | [FIRST] [LAST]님이 음소거되었습니다. | 10 | 주이 음소거되었습니다. |
11 | </string> | 11 | </string> |
12 | <text name="generic_request_error"> | 12 | <text name="generic_request_error"> |
13 | 오류 보고 작성을 요청했으므로 나중에 다시 시도하십시오. | 13 | 오류 보고 작성을 요청했으므로 나중에 다시 시도하십시오. |