diff options
author | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:54 -0500 |
commit | b2afb8800bb033a04bb3ecdf0363068d56648ef1 (patch) | |
tree | 3568129b5bbddb47cd39d622b4137a8fbff4abaf /linden/indra/newview/releasenotes.txt | |
parent | Second Life viewer sources 1.14.0.1 (diff) | |
download | meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.zip meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.gz meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.bz2 meta-impy-b2afb8800bb033a04bb3ecdf0363068d56648ef1.tar.xz |
Second Life viewer sources 1.15.0.2
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/releasenotes.txt | 1324 |
1 files changed, 547 insertions, 777 deletions
diff --git a/linden/indra/newview/releasenotes.txt b/linden/indra/newview/releasenotes.txt index 5fd9230..2fc26c7 100644 --- a/linden/indra/newview/releasenotes.txt +++ b/linden/indra/newview/releasenotes.txt | |||
@@ -1,3 +1,98 @@ | |||
1 | Release Notes for Second Life 1.15.0(2) April 25, 2007 | ||
2 | ===================================== | ||
3 | |||
4 | Changes: | ||
5 | * Improved Help menu with links to additional resources | ||
6 | * 'Add as Friend' button added to Profile | ||
7 | * Added buttons to the IM window to scroll to the first and last tabs | ||
8 | * Added parcel flag for Mature Content | ||
9 | ** Parcel searches use the parcel rating instead of the region rating | ||
10 | * Share With Group checkbox is cleared after object is deeded to group | ||
11 | * Groups list window taller and resizable | ||
12 | * Residents are now notified if they are the only ones present in a group IM or conference session | ||
13 | * Rating system removed from Profile | ||
14 | * Group Search improvements | ||
15 | ** Searches are done against the full text of the group, including charter | ||
16 | ** Search index is updated daily; new groups may take 24 hours to appear | ||
17 | ** Clicking on a group found via search still shows up-to-date information | ||
18 | * Alpha textures sorted more accurately | ||
19 | ** Example: the hollow inner surface of a sphere will no longer draw on top of the outer surface | ||
20 | ** This change may cause content using alpha textures to appear differently | ||
21 | * Larger debug beacons (View > Beacon) | ||
22 | ** You can now set the beacon size in Preferences -> Adv. Graphics (Range is 1-127) | ||
23 | |||
24 | LSL changes: | ||
25 | * LSL Wiki browser embedded in the viewer | ||
26 | ** When editing a script, select a keyword, then select Help > LSL Wiki Help. in the Script window | ||
27 | * New function: string llStringTrim(string src, integer trim_type) | ||
28 | ** STRING_TRIM_HEAD: trim all leading spaces in src | ||
29 | ** STRING_TRIM_TAIL: trim all trailing spaces in src | ||
30 | ** STRING_TRIM: trim all leading and trailing spaces in src | ||
31 | |||
32 | Notes: | ||
33 | * LSL Wiki is not editable from within the Second Life viewer | ||
34 | * PARCEL_FLAG_ALLOW_ALL_OBJECT_ENTRY and PARCEL_FLAG_ALLOW_GROUP_OBJECT_ENTRY flags | ||
35 | were added to llGetParcelFlags()/llSetParcelFlags in a previous release, but not | ||
36 | documented. These will now appear correctly in the script editor. | ||
37 | * On systems with ATI Mobility X300/X600/X700 graphics cards, when upgrading from a previous | ||
38 | version of Second Life, sound may be disabled on the first run of the viewer. It | ||
39 | should function correctly on the second run. | ||
40 | * HUD objects may temporarily appear in the wrong position following a region crossing. | ||
41 | |||
42 | Bug fixes: | ||
43 | * Removed First Land filter in Search | ||
44 | * Improved performance of inventory operations | ||
45 | * Improved recognition of some processor types | ||
46 | * Fixed About Land reporting the wrong parcel when teleporting between estates | ||
47 | * Fixed a source of stalled Pending Uploads | ||
48 | * Fixed Texture Repeats Per Face rounding incorrectly when tabbing between fields | ||
49 | * Fixed objects appearing in two places while moving in editor | ||
50 | * Fixed a client crash with some mobile ATI chipsets | ||
51 | * Fixed button images when first running SL | ||
52 | * Fixed selecting group roles not updating UI | ||
53 | * Fixed avatar names not appearing when Show Avatar Names Temporarily is enabled | ||
54 | * Fixed New IM showing (nobody) for group names | ||
55 | * Fixed task email failing between regions | ||
56 | * Fixed broken embedded landmarks when editing their notecard | ||
57 | * Fixed a case where you could not modify your modifiable object | ||
58 | * Fixed attachments disappearing a minute after teleport | ||
59 | * Fixed ability to set Mature on parcels in non-Mature regions | ||
60 | * Fixed saving changes to notecards in contents | ||
61 | * Fixed HUD positioning guide misaligning when UI Size changed | ||
62 | * Fixed a case where no-copy objects could be lost during rez | ||
63 | * Fixed textures in windows only stretching horizontally | ||
64 | * Fixed texture animation rotation changing when Flip is enabled | ||
65 | * Fixed erroneous 'User has left this session' messages | ||
66 | * Fixed display bug with a cube with Path Cut Begin/End set to .150 | ||
67 | * Fixed disappearing alpha HUD prims | ||
68 | * Fixed menu bar processing keystrokes when moused over | ||
69 | * Fixed detached IM windows not resizing | ||
70 | * Fixed animated textures when using llSetColor, llSetLinkColor, or PRIM_PROPERTIES | ||
71 | * Fixed HUD object movement when logging in at a no-script area | ||
72 | * Fixed HUD objects not loading new textures | ||
73 | * Fixed HUD objects becoming invisible the first time they are attached from inworld | ||
74 | * Fixed 'IM All Contacts In Folder' | ||
75 | * Fixed a viewer crash in the name cache | ||
76 | * Fixed Undo resetting position only on root prim | ||
77 | * Fixed Texture Picker search not showing results | ||
78 | * Fixed IM window reverting to default size | ||
79 | * Fixed overriding stand-up animation freezing you in place | ||
80 | * Fixed Appearance mode showing back of avatar | ||
81 | * Fixed: VWR-14: Inconsistency with reading binary data in llpolymesh.cpp | ||
82 | * Fixed: VWR-45: trivial patch, initialize variables | ||
83 | * Fixed: VWR-94: Buffer overflow in decoding image. | ||
84 | * Fixed: VWR-97: Several iterator bugs in llmessage | ||
85 | * Fixed: VWR-100: Messages form OpenJPEG only in debug mode | ||
86 | * Fixed: VWR-109: Characters from fallback fonts don't scale properly | ||
87 | * Fixed: VWR-123: OpenJPEG meta decode, Second Life patches | ||
88 | * Fixed: VWR-130: llimagejpeg.h remove jinclude.h | ||
89 | * Fixed: VWR-144: HUD and possibly other alpha touch area problems | ||
90 | * Fixed: VWR-188: Patch: Refactor options handling in SConstruct | ||
91 | * Fixed: VWR-198: Missing line of code in source on FFSAVE_WAV | ||
92 | * Fixed: VWR-200: money(); events in a linked sets fail to trigger | ||
93 | * Fixed: VWR-261: lldir_mac.cpp @brief description is wrong | ||
94 | |||
95 | |||
1 | Release Notes for Second Life 1.14.0(1) March 30, 2007 | 96 | Release Notes for Second Life 1.14.0(1) March 30, 2007 |
2 | ===================================== | 97 | ===================================== |
3 | Fixes: | 98 | Fixes: |
@@ -29,8 +124,8 @@ Changes: | |||
29 | ** Alpha sorting changes to improve performance | 124 | ** Alpha sorting changes to improve performance |
30 | ** Modified texture animations to use hardware acceleration | 125 | ** Modified texture animations to use hardware acceleration |
31 | ** Light objects now affect themselves. | 126 | ** Light objects now affect themselves. |
32 | *** NOTE: This may cause some objects that are lights to "wash out" requiring some content to be adjusted | 127 | *** NOTE: This may cause some objects that are lights to 'wash out' requiring some content to be adjusted |
33 | * Setting an object for sale enables "Buy Copy" by default instead of "Buy Original" | 128 | * Setting an object for sale enables 'Buy Copy' by default instead of 'Buy Original' |
34 | * User inworld money transaction history floater removed | 129 | * User inworld money transaction history floater removed |
35 | ** Transaction history can be viewed via secondlife.com | 130 | ** Transaction history can be viewed via secondlife.com |
36 | * Moving your avatar no longer deselects objects in build mode automatically | 131 | * Moving your avatar no longer deselects objects in build mode automatically |
@@ -66,7 +161,7 @@ Bug fixes: | |||
66 | * Fixed attachments leaving inventory after detaching | 161 | * Fixed attachments leaving inventory after detaching |
67 | * Fixed Alt-menu taking focus after Alt-zooming | 162 | * Fixed Alt-menu taking focus after Alt-zooming |
68 | * Fixed menus not closing when something else is clicked | 163 | * Fixed menus not closing when something else is clicked |
69 | * Fixed Friends list not showing online friends on login if "Can see my online status" is disabled | 164 | * Fixed Friends list not showing online friends on login if 'Can see my online status' is disabled |
70 | * Fixed World -> Buy Land menu failures | 165 | * Fixed World -> Buy Land menu failures |
71 | * Fixed LSL email converting numbers in the email body to 0 | 166 | * Fixed LSL email converting numbers in the email body to 0 |
72 | * Fixed focus issues when closing a window | 167 | * Fixed focus issues when closing a window |
@@ -116,834 +211,509 @@ Bug fixes: | |||
116 | * Fixed textures in the distance not reducing priority | 211 | * Fixed textures in the distance not reducing priority |
117 | * Avatars out of view are no longer animated | 212 | * Avatars out of view are no longer animated |
118 | 213 | ||
119 | Release Notes for Second Life 1.13.3(2) January 30, 2007 | 214 | Release Notes for Second Life 1.13.4(59510) March 22, 2007 |
120 | ===================================== | 215 | ===================================== |
121 | Changes: | 216 | Changes: |
122 | * It is no longer possible to only search for online residents | 217 | * Legacy particle system replacements |
123 | * Online status is no longer indicated in the Search -> People results list | 218 | * 'Share with Group' checkbox now cleared when deeding objects |
124 | ** The online status inside the profile shows 'Currently Online' or remains blank | ||
125 | *** Friends can see your Online status if you give permission via the Friends list | ||
126 | *** Anyone can see your Online status if 'Make my online status visible only to my Friends' is unchecked | ||
127 | 219 | ||
128 | Bug fixes: | 220 | Bugs Fixed: |
129 | * Fixed script email across simulators | 221 | * Fixed llParticleSystem( [] ) not shutting down reliably |
222 | * Fixed SVC-48: llSetScriptState is failing in some tasks | ||
223 | * Fixed SVC-47: llSetPrimitiveParameters with multiple setposition calls capped at 10m, affecting home made TPs | ||
224 | * Fixed SVC-15: Random Prim Drift | ||
130 | 225 | ||
131 | Release Notes for Second Life 1.13.2(15) January 25, 2007 | 226 | Release Notes for Second Life 1.13.4(59329) March 16, 2007 |
132 | ===================================== | 227 | ===================================== |
133 | Changes: | 228 | Changes: |
134 | * Tapping Alt to focus on menus has been disabled | 229 | * Replaced deprecated legacy particle systems (llMakeExplosion, llMakeFire, llMakeSmoke, llMakeFountain) |
135 | * Separate settings.ini file used by Beta and First Look clients | 230 | with llparticleSystem approximations |
136 | ** Uninstalling these clients will no longer remove Second Life user settings | ||
137 | 231 | ||
138 | Bug fixes: | 232 | Release Notes for Second Life 1.13.4(8) March 12, 2007 |
139 | * Alt-mouseclick no longer puts focus on the menus | ||
140 | * Popup warnings for sandbox regions reflect changes made in 1.13.2(11) | ||
141 | * Fixed error while editing profile if you have a classified | ||
142 | * Fixed Buy Pass option in pie menu not appearing unless access list for avatars is enabled | ||
143 | * Fixed build tool not changing type until you use another menu | ||
144 | * Fixed dragging position arrows sideways moves object vertically | ||
145 | * Fixed clicking More/Less in editor selects Create | ||
146 | * Fixed loud noise in wind on dual core systems | ||
147 | * Fixed a client crash | ||
148 | |||
149 | Release Notes for Second Life 1.13.2(12) January 19, 2007 | ||
150 | ===================================== | 233 | ===================================== |
151 | Bug fixes: | 234 | Bug fixes: |
152 | * Fixed client crash caused by managing estate telehubs | 235 | * Fixed picks not appearing with older viewer |
153 | * Fixed client crash caused by corrupt gestures | 236 | * Fixed money() event failing to fire in a linked set |
154 | * Fixed a simulator crash | ||
155 | * Fixed loose clothing appearing tight upon login | ||
156 | * Fixed Ctrl-Alt-A disabling texture animation | ||
157 | * Fixed Search displaying First Land parcels that are unavailable | ||
158 | * Fixed some scripts not receiving email on simulator startup | ||
159 | * Fixed a slowdown during region crossings | ||
160 | * Fixed Edit -> Focus showing incorrect floater contents | ||
161 | * Fixed Buy Land and Buy Pass pie menu options | ||
162 | |||
163 | Release Notes for Second Life 1.13.2(11) January 17, 2007 | ||
164 | ===================================== | ||
165 | New features: | ||
166 | * Added 'Copy SLURL to clipboard' command in World Map | ||
167 | 237 | ||
238 | Release Notes for Second Life 1.13.4(7) March 9, 2007 | ||
239 | ===================================== | ||
168 | Changes: | 240 | Changes: |
169 | * Linux: Flash icon when new IM arrives | 241 | * World -> Account History opens L$ transaction history instead of US$ transaction history |
170 | * Sandbox region deletion now operates using parcel auto-return times | ||
171 | ** Non-copyable objects will be returned to inventory | ||
172 | * 'Report Bug' command moved to Tools menu | ||
173 | * Added 'BETA' indicator to languages to reflect the status | ||
174 | * Rights dialog on Friends list now shows the friend whose rights are being edited | ||
175 | * Searching all Classifieds returns 100 results at a time (with Next and Prev buttons to flip through) | ||
176 | * 'Show Online Status in Search' renamed to 'Make my Online Status Visible in Search' | ||
177 | * Restored ability to use Alt to control camera, while still enabling menu access | ||
178 | ** Holding down Alt and pressing WASD (etc) moves the camera | ||
179 | ** Tapping Alt places focus on the menus. | ||
180 | * Added PickerContextOpacity to settings.xml | ||
181 | 242 | ||
182 | Bug fixes: | 243 | Bug fixes: |
183 | * Fixed a bug preventing Right Click > Buy from working | 244 | * Fixed a simulator crash with llParcelDetails |
184 | * Searching Places with multi-word phrases now returns expected results | 245 | * Fixed flex objects vanishing when LOD changes |
185 | * Fixed estate ban failing if more than 63 names are on the list | 246 | * Fixed flex objects not updating when modified |
186 | * Fixed ability to type accented characters using Option (Alt) as a modifier key on Mac | 247 | * Fixed flex objects disappearing when linked |
187 | * Fixed capabilities under MacOS 10.3.9 (region crossings now work) | 248 | * Fixed repositioning of HUD attachments when viewer is resized |
188 | * Alt+Tab no longer activates the menus | 249 | * Fixed objects copied to/from notecards stating they are missing from database |
189 | * Menu no longer converts mouse hover into focus | 250 | |
190 | * Menus now only show access key underlines when menu is invoked by the keyboard | 251 | Release Notes for Second Life 1.13.4(6) March 8, 2007 |
191 | * Double-clicking within an object's inventory now sets focus to the opened floater | ||
192 | * Hover tip for llMessageLinked() now lists LINK_ROOT and LINK_THIS | ||
193 | * Fixed incorrect sizing of button images in several floaters | ||
194 | * Purging an item from the trash now closes any associated preview windows | ||
195 | * Attempting to delete (not purge) an item from the trash no longer changes selection | ||
196 | * Fixed a bug where objects could not be reattached after being dropped | ||
197 | * Fixed viewer crash when deleting a playing animation | ||
198 | * Fixed viewer crash when opening/closing textures in object contents | ||
199 | * 'Xyz is typing...' no longer causes IM tab to flash | ||
200 | * Profiles opened from other UI now select correct tab | ||
201 | * Added more specific messages for cases where llSetPos() fails | ||
202 | * Ctrl+Arrow keys now move insertion point a word at a time in text fields | ||
203 | * ESC reverts text entry in all fields except Chat/IM (was commiting changes) | ||
204 | * Searching for people now correctly respects offline/online setting | ||
205 | * Texture and color picker 'shadow' only shown when dragging the picker | ||
206 | * Floaters will now dock above any media controls | ||
207 | * Arrow keys will now refresh Search tab contents | ||
208 | * Parcel selection now cleared when closing the Edit Terrain floater | ||
209 | * Parcel name is now updated in the database when changed | ||
210 | * Gesture steps now save correctly | ||
211 | * Fixed a messaging bug causing scripts to be truncated | ||
212 | * Fixed missing spaces in Korean translations | ||
213 | * Fixed a crash when using Search > All | ||
214 | * Fixed a crash after right-clicking | ||
215 | * Fixed a crash when closing the snapshot window before postcard is sent | ||
216 | * Fixed IM windows resizing to default on open/closing of sessions | ||
217 | * Fixed land buying error indicating nothing is selected | ||
218 | * Fixed several client crashes | ||
219 | * Fixed multiple selection in friends list vanishing if friend rights are changed | ||
220 | * Fixed About Land showing info only for the parcel the avatar is over | ||
221 | * Fixed changes to 'Show Online Status in Search' failing after the first change | ||
222 | * Fixed a bug that prevented selecting Buy Land in the pie menu when land is for sale | ||
223 | * Fixed toggling inventory closes all folders except the active one | ||
224 | * Fixed client crash when dragging object on Z-axis while using vertically-oriented llSetCameraEyeOffset | ||
225 | * Fixed receiving inventory from an object steals focus | ||
226 | * Fixed erroneous entry in Mac Start Location field | ||
227 | * Fixed texture repeats being applied to other prims upon linking | ||
228 | * Fixed ability to move focus to Estate window tabs via keyboard | ||
229 | * Fixed object contents only displaying one item | ||
230 | * Fixed truncated land types in Search -> Land Sales | ||
231 | |||
232 | Release Notes for Second Life 1.13.1(6) December 21, 2006 | ||
233 | ===================================== | 252 | ===================================== |
234 | Bug fixes: | 253 | Changes: |
235 | * Don't display an erroneous 'Critical Message' during login for new residents | 254 | * Light emiting objects are now affected by their own light |
236 | 255 | ||
237 | Release Notes for Second Life 1.13.1(5) December 15, 2006 | 256 | Fixes: |
257 | * Offline IMs now appear upon login | ||
258 | * Fixed autoupdate on Mac viewers | ||
259 | * Fixed Capslock key detection | ||
260 | * Fixed llSetLinkPrimitiveParams to move specified child prim | ||
261 | * Fixed linux client mozilla runtime | ||
262 | * Fixed texture animations to ignore texture 'Flip' flags | ||
263 | * Fixed animated textures with texture offset enabled | ||
264 | * Fixed attachments becoming disembodied when attaching an object | ||
265 | * Fixed a viewer crash that occurs when opening a script in a prim | ||
266 | * Fixed classifieds being deleted instead of auto-renewing | ||
267 | * Fixed jerky/stuttering physics based movement for hover vehicles | ||
268 | * Fix for paying child prim not triggering money event. | ||
269 | |||
270 | |||
271 | Release Notes for Second Life 1.13.3(58877) March 6, 2007 | ||
238 | ===================================== | 272 | ===================================== |
239 | New features: | 273 | Fixes: |
240 | * Added French, Portuguese, and Spanish language options | 274 | * Fix for animated textures ignoring texture offset. |
275 | * Fix for animated textures not ignoring flip flags. | ||
276 | * Fix for light emitting objects not being lit by their own light. | ||
277 | * Fix for Textures not being applied to the entire prim | ||
278 | * Fix for Viewer occasionally getting stuck in drag select mode | ||
279 | * Fix for Client crashes when deleting objects | ||
280 | * Fix for Pay dialog is corrupted when attempting to pay while in busy mode | ||
281 | * Fix for Not able to delete objects which contain no copy items | ||
241 | 282 | ||
242 | Other changes: | ||
243 | * Added TypeAheadTimeout to settings.xml | ||
244 | ** configures the timeout for type-ahead select in combo boxes and scroll lists | ||
245 | 283 | ||
284 | Release Notes for Second Life 1.13.4(5) March 6, 2007 | ||
285 | ===================================== | ||
246 | Bug fixes: | 286 | Bug fixes: |
247 | * Fixed carriage returns appearing as '?' in group notices | 287 | * Fixed 'Select Texture' applying changes to all sides |
248 | * Fixed tab order in customize avatar floater | 288 | * Fixed textures resizing outside their window |
249 | * Fixed rezzing objects that overflow the parcel's prim allowance sends objects to (0,0,0) | 289 | * Fixed object rezzing being affected by Object Entry rules instead of Create Object rules |
250 | * Fixed language drop-down list showing '???' for Japanese and Korean in en-us | 290 | * Fixed drag select mode sticking after mouse button release |
251 | * Fixed TOS floater HTML text overlaying plain text version | 291 | * Fixed a client crash when viewing objects |
252 | * Fixed weird border and truncated OK button on system messages when clicked | 292 | * Fixed content icon for sounds and animations added to an object |
253 | * Fixed group notices containing broken subjects/formatting and duplicated text | 293 | * Fixed texture request for textures quickly cycling between visible and not visible |
254 | * Fixed rearranging tear-off menus | 294 | * Fixed several failure cases for offline IM-to-email |
255 | * Fixed selecting text in read-only fields | 295 | * Fixed retrieval of group member list |
256 | * Fixed Home key not toggling fly when chat field is empty | 296 | * Fixed landmark resizing after tear-off |
257 | * Fixed Friends list multi-selection | 297 | * Fixed ability to delete objects containing no-copy items |
258 | 298 | * Fixed single items being created in tabbed window | |
259 | Release Notes for Second Life 1.13.1(4) December 13, 2006 | 299 | |
300 | |||
301 | Release Notes for Second Life 1.13.4(4) February 28, 2007 | ||
260 | ===================================== | 302 | ===================================== |
261 | UI changes: | 303 | Changes: |
262 | * Hitting enter now clicks the currently-focused button, or the default button if there is one | 304 | * Moving your avatar no longer deselects objects in build mode automatically |
263 | ** If a button has an orange highlight, Enter will press it | ||
264 | * Ctrl-W closes the currently-focused floater | ||
265 | * Ctrl-[ and Ctrl-] now move through preferences tabs | ||
266 | * Esc closes menus, then defocuses floaters, then resets the camera position | ||
267 | * By default, hitting enter in an empty chatbar no longer closes the chatbar | ||
268 | ** Turn on the 'close chat after hitting return' preference if you want this behavior | ||
269 | * Arrow keys always control the avatar when the chat bar is empty, regardless of the status of the 'arrow keys move avatar when chatting' preference | ||
270 | * Enter closes and opens highlighted inventory folder | ||
271 | * Can move through radio options using left/right as well as up/down | ||
272 | * Give focus to the IM text field when you reopen it | ||
273 | * IM window doesn't close if you hit Ctrl-T when it's unfocused | ||
274 | * Floaters handle all keystrokes when focused | ||
275 | ** Hitting Enter won't chat when focus is on the UI | ||
276 | * Ctrl-Tab and Tab will get you (almost) anywhere | ||
277 | * Ctrl-Tab cycles through floaters, toolbars, etc. | ||
278 | ** Floaters are cycled in the order they were opened, and reordered so that it's easy to switch between the two most recent | ||
279 | * Hitting TAB when nothing has focus goes to chat bar, if available | ||
280 | * Opening a floater automatically puts focus there | ||
281 | * Focus appearance now makes more sense: focused floaters have opaque backgrounds, and lightened title bars; unfocused floaters are transparent | ||
282 | * Clicking in world (or hitting ESC) will remove focus from the UI, and make all floaters transparent | ||
283 | * Alt key access to menus. Hold down Alt and navigate via the underlined letters | ||
284 | * Visual integration of context-sensitive controls with the bottom panel | ||
285 | * Improved focus behavior of notifications and group notifications, and their appearance | ||
286 | * Type-ahead find in listboxes and combo boxes | ||
287 | ** When focus is on the widget, type the first few letters of the desired selection and the selection will move as you type | ||
288 | ** Very useful for long lists such as the Friends list or the Script function combo box | ||
289 | ** Type-ahead find is visually indicated with an oblong highlight. | ||
290 | * Type-ahead find cycles through the items in a list or combo that have the same first letter | ||
291 | ** Example: repeatedly typing 'r' will put selection on each element of the list that starts with 'r' | ||
292 | * 'Cone of context' for color pickers and texture pickers | ||
293 | * Objects visually lose focus when application loses focus, and regain them when application is refocused | ||
294 | * Storage of last focused item in floaters, so that focusing a floater puts focus back where it was last time you were using it | ||
295 | * Mini-map can't take focus, nor can camera/movement controls | ||
296 | * Have to double-click on the mini-map to open the main map | ||
297 | * Mousewheel zooms on the mini-map, and the scale limits allow you to zoom in more | ||
298 | * IM tabs opened by you are added to the right of the open tab (IM tabs opened by other means open to the far right, as before) | ||
299 | * Removed tab characters from most text editors except for the notecard and script editors | ||
300 | * Deprecated Alt-WASD for moving the camera (these keys now select the appropriate menus) | ||
301 | ** Use Alt-arrow keys instead | ||
302 | * Hitting enter when in preferences will now close and commit them | ||
303 | |||
304 | Other changes: | ||
305 | * 'Access from Mainland' renamed to 'Public Access' in Estate Tools | ||
306 | * 'Contact Support' link added to Help menu pointing to Second Life Knowledge Base contact page | ||
307 | 305 | ||
308 | Bug fixes: | 306 | Bug fixes: |
309 | * Focus is correctly paced in the text field when opening and reopening search | 307 | * Fixed edit crosshairs moving while crossing region boundary |
310 | * Using arrow keys to select radio group options now commits selection | 308 | * Fixed text entry in Mac/Linux embedded browser |
311 | * Enter key now works correctly on dropdown boxes | 309 | |
312 | * Fixed duplicate IMs or IM-to-email being sent (repeatedly) | 310 | Release Notes for Second Life 1.13.4(3) February 26, 2007 |
313 | * Fixed objects disappearing if they were made flexible via script | ||
314 | * Fixed a cause of failed estate-to-estate teleports | ||
315 | * Generalized flexi implementation for attachments and non-attachments | ||
316 | * Fixed several integer fields being displayed as float values | ||
317 | * Fixed pie menu options for non-English languages | ||
318 | * Fixed group notice panel not accepting text | ||
319 | * Removed incorrect notice that friends could track each other on the map (they cannot) | ||
320 | * Fixed bug affecting color of scripted/resident chat | ||
321 | * Temp objects can enter full parcels | ||
322 | * Fixed client crash when closing tabbed gestures without saving | ||
323 | * Fixed boolean values in Debug Settings not remembering the correct values | ||
324 | * Fixed strange characters in popup messages in Preferences | ||
325 | * Fixed incorrect counts for simulator prim usage | ||
326 | * Fixed floating point drift (and prim drift) in llTargetOmega | ||
327 | * Fixed textures on HUDs not rezing until right-clicked | ||
328 | * Fixed friends list scrolling to the top after a change | ||
329 | * Fixed a crash caused by tearing off menus in the script editor | ||
330 | * Fixed ability to add yourself to your friends list | ||
331 | * Fixed offline notification that a resident left your group (should not send email) | ||
332 | * Fixed object contents 'Copy to Inventory' and 'Copy and Wear' | ||
333 | * Fixed typed-ahead for Search and Friends list | ||
334 | * Fixed Recent Items showing all folders | ||
335 | * Fixed Texture Picker showing all folders | ||
336 | * Fixed failed estate-to-estate teleports | ||
337 | * Fixed a memory leak on the Intel Mac | ||
338 | * Fixed greyed Terms of Service agree/disagree options if user cancelled TOS notice | ||
339 | |||
340 | Release Notes for Second Life 1.13.0(10) December 4, 2006 | ||
341 | ===================================== | 311 | ===================================== |
342 | Bug fixes: | 312 | Bug fixes: |
343 | * Fixed Search dialog running queries when opened | 313 | * Fixed single-click failure for objects |
344 | * Fixed inventory showing not-worn items as worn | 314 | * Fixed status bar obscured when debug is off |
345 | * Fixed IM window resizing when closing/opening session | 315 | * Fixed escape key behavior |
346 | * Fixed missing languages in Preferences | 316 | * Fixed strange object counts in About Land when no parcel selected |
347 | * Linux client's crash-reporter is now fully-functional by default | 317 | * Fixed avatar animations when editing an attached object |
318 | * Fixed Offer Teleport appearing in your own profile | ||
319 | * Fixed incorrect date display in group notices | ||
348 | 320 | ||
349 | Release Notes for Second Life 1.13.0(8) November 29, 2006 | 321 | Release Notes for Second Life 1.13.4(2) February 26, 2007 |
350 | ===================================== | 322 | ===================================== |
351 | New Features: | 323 | Bug fixes: |
352 | * Added a new tab to the Profile called Web which will show a web page of the profile owner's choice | 324 | * Clicking a menu a second time closes the menu |
353 | * URLs in chat and IM are now clickable links | 325 | * Fixed closing a blue dialog closes all dialogs |
354 | ** Supports http:// and https:// as well as secondlife:// links | 326 | * Fixed retrieval of archived group proposals |
355 | * New options in Preferences/IM allow you to log IMs and/or chat | 327 | * Fixed Ctrl-P shortcut failing when inventory has focus |
356 | ** The log file location can be specified | 328 | * Fixed objects using llGiveInventoryList spamming owner when recipient is Busy |
357 | ** Additional option 'show end of last IM conversation' | 329 | * Fixed no copy objects disappearing when given via llGiveInventory to a Busy avatar |
358 | * Notecards now support international characters | 330 | |
359 | * Updated Friends UI | 331 | Release Notes for Second Life 1.13.4(1) February 21, 2007 |
360 | ** Set permissions for your friends to see you online/on the map | 332 | ===================================== |
361 | ** Conference IM multiple friends by multi-selecting in the Friends list | 333 | Changes: |
362 | ** See who has granted you permission to modify their objects in the Friends list | 334 | * User inworld money transaction history floater removed |
363 | * New option in Preferences > Communication to set whether you show as online in Search | 335 | ** Transaction history can be viewed via secondlife.com |
364 | * Estate visibility | 336 | * Added 'Empty Lost and Found' option |
365 | ** The estate visibility concept is simplified to just access permissions | 337 | * Added 'Use Custom Port' option to Preferences to specify network port |
366 | ** All classifieds and events are now viewable regardless of estate location on the grid. The Teen Grid and Main Grid are still separate. | 338 | * Objects set for sale are Buy Copy by default (instead of Buy Original) |
367 | ** All regions within a grid now viewable, regardless of estate | 339 | * Increased Classified's maximum L$ payable from 99999 to 999999 |
368 | ** Online status is no longer hidden based on visibility of an estate | 340 | * Added '?' button next to Partner field explaining partnering |
369 | 341 | ||
370 | LSL changes: | 342 | LSL changes: |
371 | * New script commands | 343 | * New script commands |
372 | ** integer llGetObjectPrimCount(key id) | 344 | ** void llSetLinkPrimitiveParams( integer linknumber, list rules ) |
373 | *** Returns the prim count for any specific object in a sim | 345 | ** void llSetLinkTexture( integer linknumber, string texture, integer face ) |
374 | ** list llGetParcelPrimOwners(vector pos) | 346 | * More documentation is available using Help > Scripting Guide... |
375 | *** Returns a list of up to 100 agents who own objects in the parcel, and the number of objects they own | ||
376 | ** integer llGetParcelMaxPrims(vector pos, integer sim_wide) | ||
377 | *** If sim_wide is TRUE, returns the total maximum number of prims allowed on the parcel | ||
378 | *** If sim_wide is FALSE, returns the maximum number of prims this individual parcel supports | ||
379 | ** integer llGetParcelPrimCount(vector pos, integer category, bool sim_wide) | ||
380 | *** If sim_wide is TRUE, returns the number of objects on all parcels owned by the same owner in the category specified | ||
381 | *** If sim_wide is FALSE, returns the number of objects on this specific parcel in the category specified | ||
382 | *** Categories are: | ||
383 | **** PARCEL_COUNT_TOTAL: all prims on the parcel(s) | ||
384 | **** PARCEL_COUNT_OWNER: prims owned by the parcel owner | ||
385 | **** PARCEL_COUNT_GROUP: prims not owned by the parcel owner, but set to or owned by the group of the parcel | ||
386 | **** PARCEL_COUNT_OTHER: prims not in GROUP or OWNER | ||
387 | **** PARCEL_COUNT_TEMP: All temp on rez prims | ||
388 | **** PARCEL_COUNT_SELECTED: All selected or ridden prims | ||
389 | ** list llGetParcelDetails(vector pos, list details) | ||
390 | *** Returns of a list of the details (PARCEL_DETAILS_NAME, _DESC, _OWNER, _GROUP, _AREA) in the order they are in the details list, for the parcel at pos | ||
391 | |||
392 | Other changes: | ||
393 | * IM shows resident's name and '...' if they are typing | ||
394 | * Chat, IM, and script chat (llSay/llWhisper/llShout) max length increased to 1023 characters | ||
395 | * '/me' emotes properly in IM (e.g. '/me laughs' becomes '[your name] laughs') | ||
396 | * Busy Mode message is now account-specific | ||
397 | * URL color is an option in Preferences | ||
398 | * Texture asset IDs no longer sent to the viewer unless necessary | ||
399 | * Adding performance logging based on agent frame rate | ||
400 | * A confirmation prompt now appears when emptying inventory trash | ||
401 | * Altered scripted movement/resizing of prims to better resemble 1.12 smooth behavior | ||
402 | * Korean characters should display properly on Mac OS X | ||
403 | * Linux client's cache, settings and logs now live in ~/.secondlife | ||
404 | * Options for Proxy removed from Preferences | ||
405 | ** These options were intended for Mozilla only and did not function | ||
406 | * Vehicles permitted to enter object entry blocked areas | ||
407 | * New README-client.txt file for Linux client | ||
408 | * Several viewer rendering performance improvements | ||
409 | * Parcel owners can block objects from entering their parcels | ||
410 | * Option added to allow only group members to create objects on parcel | ||
411 | * Fixed a simulator crash related to region for sale information | ||
412 | * Updated Mozilla libraries to 1.8.0.8 | ||
413 | * Linux client now has a working crash-reporter | ||
414 | 347 | ||
415 | Bug fixes: | 348 | Bug fixes: |
416 | * You can now correctly fly a vehicle above the ban limits of a parcel when banned | 349 | * Fixed taken items not appearing until relog |
417 | * Fixed Linux crash when displaying certain UI elements | 350 | * Fixed friends list abilities not being applied to friends |
418 | * 'Upload Image' will now ignore multiple clicks to avoid duplicate uploads | 351 | * Fixed objects failing to attach when selected from a distance |
419 | * First names which are numbers will now be shown correctly in chat | 352 | * Fixed replies to offline IM-to-email messages |
420 | * Fixed the ability for group owners to remove members from roles | 353 | * Fixed renaming a no-copy clothing item during Make New Outfit |
421 | * Fixed a crashing bug with tearing off menus from scripting window | 354 | * Fixed rezzed objects appearing at (0,0,0) if you have create rights, but are not wearing your title |
422 | * Fixed a viewer crash when right-clicking on certain objects | 355 | * Fixed modify for gestures/notecards in a prim |
423 | * Fixed a viewer crash when changing prim shape | 356 | * Fixed incorrect context menus for items in an object |
424 | * Fixed a client crash with 'Hide Selected' | 357 | * Fixed confirmation dialog when uploading immages, sounds, animations, or snapshots |
425 | * Fixed a simulator crash | 358 | * Fixed a viewer crash while taking an object |
426 | * Fixed scripted chat length longer than 255 characters | 359 | * Fixed a viewer crash after modifying a script inside a prim |
427 | * Fixed URLs that wrap over two lines | 360 | * Fixed a viewer crash in People search with Picks tab |
428 | * Fixed clickable area of URLs | 361 | * Fixed a script runtime error (list inside a while/do-while loop) |
429 | * Fixed login screen drawing incorrectly before loading | 362 | * Fixed login screen not loading unless cache is cleared |
430 | * Fixed release of camera controls when exiting a vehicle | 363 | * Fixed Ctrl-W not closing snapshot floater |
431 | * Fixed level-of-detail issues in flexible prims | 364 | * Fixed Ctrl-W not giving focus to next window |
432 | * Fixed tori LOD to reduce gaps | 365 | * Fixed Search->Places not showing public estate parcels while on private estate |
433 | * Fixed Prev and Next buttons for Find -> People and Find -> Groups | 366 | * Fixed LSL converting numbers in body of email to 0 |
434 | * Fixed object size not updating with spinners or mousewheel | 367 | * Fixed rejection of avatars as sit targets |
435 | * Fixed detaching attachments when the parcel at <0,0,0> is full | 368 | * Fixed blurry web browser widgets with UI Scale != 1.0 |
436 | * Fixed a client crash with textures that are not sized in powers of 2 | 369 | * Fixed notecards opened in tabbed windows extending outside the preview window |
437 | * Fixed a client crash when adjusting cut on a multicolored object | 370 | * Fixed opening multiple object inventory items not using tabbed windows |
438 | * Fixed mouse cursor when hovering over URLs | 371 | * Fixed accidental selection of highly transparent objects |
439 | * Fixed text that isn't a URL becoming hyperlinked | 372 | * Fixed keyboard focus after selecting function dropdown in script editor |
440 | * Fixed attachments disappearing beyond 25m | 373 | * Fixed Build button in toolbar disabled on land where 'Create Objects' is set to group, even when avatar is in the correct group |
441 | * Fixed viewer crash on MacOS when running in Thousands of colors | 374 | * Fixed Buy Dialog displays incorrect Prim Count when using prim multipliers |
442 | * Can now edit attachments even when a parcel is full | 375 | * Fixed folders not retaining their closed status once opened in inventory |
443 | * Fixed some bugs related to banning users from estates | 376 | * Fixed IMs of type IM_BUSY_AUTO_RESPONSE ignore mute |
444 | * Script energy recalculated on link and unlink | 377 | * Fixed World->Buy Land menu failures |
445 | * Multiple inventory items opened at once open in one tabbed window | 378 | * Fixed Friends list not displaying online friends on login if 'Can see my online status' is disabled |
446 | * Fixed IM Pending flashing on conversations that are already open | 379 | * Fixed menus remaining open when something else is clicked |
447 | * Fixed Live Help messages being inserted in the wrong place in chat history | 380 | * Fixed menus taking focus when leaving alt-zoom |
448 | * Fixed blank low resolution terrain after clearing cache | 381 | * Fixed accidental loss of no-copy textures by applying them to a prim |
449 | * Fixed a cause of ghosted objects (full parcels and region boundaries) | 382 | * Fixed members of a group cannot set their home location when land is only set to a group and not deeded |
450 | * Fixed gestures being opened multiple times | 383 | * Fixed sitting avatar standing up when close are dragged onto the avatar |
451 | * Fixed object buoyancy when setting STATUS_ROTATE_X,Y,and Z in a list | ||
452 | * Fixed reduced priority of textures in the distance | ||
453 | * Fixed Unicode characters in busy mode string resetting Preferences | ||
454 | * Fixed a client crash with bumpmaps on Macs | ||
455 | * Fixed a client crash with landmarks in tabbed windows | ||
456 | * Fixed a client crash when right-clicking a payment notification window | ||
457 | * Fixed a client crash for llLoadURL | ||
458 | |||
459 | Release Notes for Second Life 1.12.3(6) November 1, 2006 | ||
460 | ===================================== | ||
461 | Other changes: | ||
462 | * Updated Mozilla libraries | ||
463 | * Clear Cache button also clears Mozilla cache | ||
464 | * Mac Mozilla browser profile no longer saved inside application bundle | ||
465 | * Browser agent string now identifies Second Life and SL Client version | ||
466 | * Mozilla lib version added to Help->About Second Life | ||
467 | * Added new user clothing to local files (speeds up appearance for new avatars) | ||
468 | * Terms of Service cannot be agreed to until the page has fully loaded | ||
469 | 384 | ||
470 | Bug fixes: | 385 | Linux client fixes: |
471 | * Fixed changes not saved on gestures when edited within a prim | 386 | * Added Linux embedded Mozilla client |
472 | * Fixed missing local HTML Loading files | 387 | * Fixed Linux client crash on shutdown |
473 | * Fixed new clothing appearing white on other avatars | 388 | |
474 | * Fixed auto-detect hardware staying on for Mac | 389 | Release Notes for Second Life 1.13.3(2) January 30, 2007 |
475 | * Fixed login screen not launching links in new window on PPC Mac | ||
476 | * Fixed resolution box remaining grey after switching from windowed to fullscreen | ||
477 | * Fixed 'Auto-detect' not unchecking when user changes aspect ratio | ||
478 | * Fixed RSS feed refresh obscuring news headlines | ||
479 | * Fixed script command window not dismissing once it has been scrolled | ||
480 | * Fixed colored noise on Quicktime when first playing back a movie | ||
481 | * Fixed clickable area for objects in notecards | ||
482 | * Fixed Debug Settings not saving changes | ||
483 | |||
484 | Linux fixes: | ||
485 | * Assorted library fixes | ||
486 | * Work around an X bug in full-screen mouse handling | ||
487 | |||
488 | Release Notes for Second Life 1.12.3(4) October 25, 2006 | ||
489 | ===================================== | 390 | ===================================== |
490 | New features: | 391 | Changes: |
491 | * New login interface pulls images and information from the web site | 392 | * It is no longer possible to only search for online residents |
492 | * 'Languages' added to Profile | 393 | * Online status is no longer indicated in the Search -> People results list |
493 | 394 | ** The online status inside the profile shows 'Currently Online' or remains blank | |
494 | Other changes: | 395 | *** Friends can see your Online status if you give permission via the Friends list |
495 | * Simulator savestates save to local disk in certain situations (grid shutdown, rolling restart, etc.) | 396 | *** Anyone can see your Online status if 'Make my online status visible only to my Friends' is unchecked |
496 | ** This should decrease downtime for grid shutdown/startup | ||
497 | * Terms of Service displayed in HTML | ||
498 | * Sell Land floater no longer accepts commas/decimals (which were causing price failures) | ||
499 | * Renamed Land -> Options -> Show in Search (was Show in Find Places) | ||
500 | * Mac resize-window widget made easier to locate and use | ||
501 | * Estate managers can now terraform | ||
502 | 397 | ||
503 | Bug fixes: | 398 | Release Notes for Second Life 1.13.3(58716) March 1, 2007 |
504 | * Closing/opening the inventory clears the search bar | ||
505 | * Improved load balancing for Orientation Islands | ||
506 | * Corrected network throttle to relax it after it has been tightened | ||
507 | * Fixed tooltips appearing for invisible windows | ||
508 | * Fixed dropping image on your profile sending image to last profile viewed | ||
509 | * Fixed About Land's Return Objects for objects owned by parcel owner | ||
510 | * Fixed window resize arrows on Mac for different UI Sizes | ||
511 | * Fixed Enter key immediately sending Mac crash reports | ||
512 | * Fixed IM window resizing on closing/opening a session | ||
513 | * Fixed login failing when group name/title contains multi-byte characters | ||
514 | * Fixed animations being uploaded with spread fingers | ||
515 | * Fixed texture repeats when an object is stretched | ||
516 | * Fixed 'share with group' when deselected/selected | ||
517 | * Fixed a client crash with blank profile URLs | ||
518 | * Fixed inability to open second IM session from Find->People | ||
519 | * Fixed web profiles not automatically loading | ||
520 | * Fixed misaligned/disappearing Appearance sliders | ||
521 | * Fixed a client crash while changing the aspect ratio | ||
522 | * Fixed a client crash with Path Cut Begin | ||
523 | * Fixed Top Scripts always showing a total script time of 0.0 | ||
524 | * Fixed buttons in Profile (Pay, Rate, etc.) | ||
525 | * Fixed an incorrect uninstaller error message | ||
526 | * Fixed Rename to Folder Name in Appearance | ||
527 | * Fixed ampersand in Busy message causing preferences to revert to default | ||
528 | 399 | ||
529 | Linux client fixes: | 400 | Fixes: |
530 | * File upload/download dialogs (windowed mode only) +more | 401 | * Fix for: Textures that quickly cycle between visible and not visible never getting successfully requested |
531 | * URLs now launch in an external web browser | 402 | * Fix for: Textures applied via 'Select Texture' are applied to all sides. |
532 | * ESD is now the default audio device where available | 403 | * Fix for: Object selection moves to the next sim when crossing region boundary while objects are selected |
533 | * Fix numeric keypad handling | 404 | * Fix for: Landmarks window can be resized |
534 | * Fix hang when detecting corrupt cache | 405 | * Fix for: Textures should remain within their window when the viewer is resized |
406 | * Fix for: Single items are being created in a tabbed window | ||
407 | * Fix for: 'linux mozilla embedding support should be compile-time optional' | ||
408 | |||
409 | Beta Grid Only: | ||
410 | * Fix for: Object Entry rules block rezing of objects. | ||
411 | |||
412 | Release Notes for Second Life 1.13.3(58603) March 1, 2007 | ||
413 | |||
414 | Changes: | ||
415 | (Note: this change was introduced several versions ago be we forgot to put this in the release notes) | ||
416 | * The following 4 particle commands have been deprecated for some time, and no longer work: | ||
417 | ** llMakeExplosion http://wiki.secondlife.com/wiki/LlMakeExplosion | ||
418 | ** llMakeFire http://wiki.secondlife.com/wiki/LlMakeFire | ||
419 | ** llMakeFountain http://wiki.secondlife.com/wiki/LlMakeFountain | ||
420 | ** llMakeSmoke http://wiki.secondlife.com/wiki/LlMakeSmoke | ||
421 | ** Please use llParticleSystem (http://wiki.secondlife.com/wiki/LlParticleSystem) instead. | ||
422 | * Set the executable name back to SecondLifeFirstLook.exe (1.13.3(58537) inadvertently set it to SecondLifePreveiw.exe | ||
535 | 423 | ||
536 | Release Notes for Second Life 1.12.2(7) October 11, 2006 | 424 | Fixes: |
537 | ===================================== | 425 | * Fixed a bug with image requests, should reduce the latency when loading uncached images |
538 | Other changes: | 426 | * Rediced frame rate spikes when spinning. |
539 | * llPushObject restrictions now prevent objects from being pushed | 427 | * Fixed bad normals on tapered geometry. |
540 | * Rolling update warnings are now broadcast repeatedly (5m, 4m, 3m, 2m, 60s, 45s, 30s, and 15s) and with earlier warning | 428 | * Fix for bump maps not taking effect immediately. |
429 | * Fix for animated texture coordinates not resetting when animation stops. | ||
430 | |||
431 | Release Notes for Second Life 1.13.3(58537) February 27, 2007 | ||
432 | |||
433 | Changes: | ||
434 | * Modified texture animations to use hardware acceleration | ||
435 | * Improved framerate when rotating in certain areas that were lagging | ||
436 | |||
437 | From the main development branch since 1.13.3.2 | ||
438 | (note: some of these were introduced in previous First Look releases) | ||
439 | |||
440 | Changes: | ||
441 | * User inworld money transaction history floater removed | ||
442 | ** Transaction history can be viewed via secondlife.com | ||
443 | * Added 'Empty Lost and Found' option | ||
444 | * Added 'Use Custom Port' option to Preferences to specify network port | ||
445 | * Objects set for sale are Buy Copy by default (instead of Buy Original) | ||
446 | * Increased Classified's maximum L$ payable from 99999 to 999999 | ||
447 | * Added '?' button next to Partner field explaining partnering | ||
541 | 448 | ||
542 | Bug fixes: | 449 | Bug fixes: |
543 | * 'Share with group' checkbox now correctly shows the permission setting | 450 | * Fixed single-click failure for objects |
544 | * Fixed a viewer crash with Top Scripts and 'Show Beacon' | 451 | * Fixed status bar obscured when debug is off |
545 | * Fixed a viewer crash when creating a landmark | 452 | * Fixed escape key behavior |
546 | * Fixed a bug where inventory was showing unworn items as worn | 453 | * Fixed strange object counts in About Land when no parcel selected |
547 | * Fixed 'Copy to Inventory' and 'Copy and Wear' | 454 | * Fixed avatar animations when editing an attached object |
548 | * Fixed a bug where descending into a parcel where you were banned would bounce you to 0,0 | 455 | * Fixed Offer Teleport appearing in your own profile |
549 | * 'Return All' and 'Return Selected' in Estate Tools now function correctly | 456 | * Fixed incorrect date display in group notices |
550 | * Group members no longer blocked from group-owned parcel if payment levels blocked | 457 | * Clicking a menu a second time closes the menu |
551 | * Estate owners/managers are now exempt from access lists on their own estates | 458 | * Fixed closing a blue dialog closes all dialogs |
552 | * Error message 'you cannot log in until (time)' now displays correct time | 459 | * Fixed retrieval of archived group proposals |
553 | * Offline friendship message no longer says '(resident) has to be your friend...' | 460 | * Fixed Ctrl-P shortcut failing when inventory has focus |
554 | * MacBook Pro: Function keys should no longer cause arrow keys to be 'stuck' | 461 | * Fixed objects using llGiveInventoryList spamming owner when recipient is Busy |
555 | * Reduced occurrences of gray avatars and avatars with 'missing image' textures | 462 | * Fixed no copy objects disappearing when given via llGiveInventory to a Busy avatar |
556 | * Several simulator and dataserver crash fixes | 463 | * Fixed taken items not appearing until relog |
557 | * Lots of changes to make the client/server protocols more secure | 464 | * Fixed friends list abilities not being applied to friends |
465 | * Fixed objects failing to attach when selected from a distance | ||
466 | * Fixed replies to offline IM-to-email messages | ||
467 | * Fixed renaming a no-copy clothing item during Make New Outfit | ||
468 | * Fixed rezzed objects appearing at (0,0,0) if you have create rights, but are not wearing your title | ||
469 | * Fixed modify for gestures/notecards in a prim | ||
470 | * Fixed incorrect context menus for items in an object | ||
471 | * Fixed confirmation dialog when uploading immages, sounds, animations, or snapshots | ||
472 | * Fixed a viewer crash while taking an object | ||
473 | * Fixed a viewer crash after modifying a script inside a prim | ||
474 | * Fixed a viewer crash in People search with Picks tab | ||
475 | * Fixed a script runtime error (list inside a while/do-while loop) | ||
476 | * Fixed login screen not loading unless cache is cleared | ||
477 | * Fixed Ctrl-W not closing snapshot floater | ||
478 | * Fixed Ctrl-W not giving focus to next window | ||
479 | * Fixed Search->Places not showing public estate parcels while on private estate | ||
480 | * Fixed LSL converting numbers in body of email to 0 | ||
481 | * Fixed rejection of avatars as sit targets | ||
482 | * Fixed blurry web browser widgets with UI Scale != 1.0 | ||
483 | * Fixed notecards opened in tabbed windows extending outside the preview window | ||
484 | * Fixed opening multiple object inventory items not using tabbed windows | ||
485 | * Fixed accidental selection of highly transparent objects | ||
486 | * Fixed keyboard focus after selecting function dropdown in script editor | ||
487 | * Fixed Build button in toolbar disabled on land where 'Create Objects' is set to group, even when avatar is in the correct group | ||
488 | * Fixed Buy Dialog displays incorrect Prim Count when using prim multipliers | ||
489 | * Fixed folders not retaining their closed status once opened in inventory | ||
490 | * Fixed IMs of type IM_BUSY_AUTO_RESPONSE ignore mute | ||
491 | * Fixed World->Buy Land menu failures | ||
492 | * Fixed Friends list not displaying online friends on login if 'Can see my online status' is disabled | ||
493 | * Fixed menus remaining open when something else is clicked | ||
494 | * Fixed menus taking focus when leaving alt-zoom | ||
495 | * Fixed accidental loss of no-copy textures by applying them to a prim | ||
496 | * Fixed members of a group cannot set their home location when land is only set to a group and not deeded | ||
497 | * Fixed sitting avatar standing up when close are dragged onto the avatar | ||
558 | 498 | ||
559 | Linux client fixes: | 499 | Linux client fixes: |
560 | * MMX-enhanced image decoding | 500 | * Added Linux embedded Mozilla client |
561 | * Resolve crash: 'undefined symbol: glXGetProcAddress' | 501 | * Fixed Linux client crash on shutdown |
562 | * No longer lose streaming music after visiting a dead stream | ||
563 | * Startup script now exposes alpha-testing configuration options | ||
564 | * Disable troublesome GL extensions by default. See startup script to enable. | ||
565 | 502 | ||
566 | Release Notes for Second Life 1.12.1(13) September 27, 2006 | 503 | Release Notes for Second Life 1.13.3(58390) February 23, 2007 |
567 | ===================================== | ||
568 | Bug fixes: | ||
569 | * Fixed Macintosh autoupdater | ||
570 | ** Older clients should use the website download if issues are experienced | ||
571 | 504 | ||
572 | Release Notes for Second Life 1.12.1(12) September 27, 2006 | 505 | Fixes: |
573 | ===================================== | 506 | * Fix for HUD objects being invisible on attach |
574 | Other changes: | 507 | * Fix for HUD objects not repositioning |
575 | * Updated Mac custom cursor file format and API | 508 | * Fix for attachments getting left behind |
576 | * Alt-Shift-H (Windows) / Opt-Shift-H (Macintosh) hides HUD Attachments | 509 | * Fix for flexible objects not updating on modification. |
577 | * Clock labelled as Pacific Time (previously SLT) | 510 | * Fix for slow scrolling textures and tiny prims being invisible. |
511 | * Fix for not being able to change viewer language in firstlook | ||
512 | * Fix for Viewer crash when switching between full screen and windowes with multiple threads | ||
513 | * Fix for additional texture bandwidth usage in First look | ||
514 | * Fix for low detail terrain textures failing to load | ||
515 | * Fix for picking through transparent objects. | ||
516 | * Fix for Lighting turning bright orange or red intermittantly in rendering pipeline focus preview. | ||
517 | * Fix for dismissing one blue dialogs dismisses all blue dialogs | ||
518 | * Fix for Avatar not changing anmations while editing an attached object | ||
519 | * Fix for Object counts in About Land change when floater loses focus | ||
520 | * Fix for clicking a menu a second time not closing it | ||
521 | * Fix for First Look viewer interacting poorly with Norton Antivirus (Note: Unless you tell Norton Anti Virus to exclude the Second Life cache directory, it will delay texture loading, but should no longer affect frame rate) | ||
522 | * Fix for crash on 945G when editing objects. | ||
523 | |||
524 | Release Notes for Second Life 1.13.3(58185) February 20, 2007 | ||
578 | 525 | ||
579 | Bug fixes: | 526 | Changes: |
580 | * Fixed typos in Buy Land Floater | 527 | * Fixed a texture prioritization bug |
581 | * Fixed typo when joining a group with a fee | 528 | * Sped up texture cache maintenance on startup |
582 | * Fixed texture picker opening all folders | ||
583 | * Fixed a 'level of detail' issue causing performance degradation | ||
584 | * Inventory window refreshes after renaming a folder | ||
585 | * Classified asks to save when OK is selected | ||
586 | * Top Scripts shows a list when opened | ||
587 | * Trash doesn't close when purging an item | ||
588 | * Torn IM windows can be minimized | ||
589 | |||
590 | Release Notes for Second Life 1.12.1(11) September 22, 2006 | ||
591 | ===================================== | ||
592 | Other changes: | ||
593 | * Added new option when buying land back from a group you have contributions in: | ||
594 | ** 'Remove XXXX square meters of contribution from group' | ||
595 | *** This option is checked by default, and will remove group contribution associated with the parcel | ||
596 | ** This option (and its default setting) should greatly reduce accidental land holdings and mis-billings | ||
597 | * New keyboard commands for IM windows: | ||
598 | ** Ctrl-[ and Ctrl-] toggle between IM windows | ||
599 | ** Ctrl-Shift-W closes the active IM window | ||
600 | * Textures can no longer be uploaded or displayed at 2048x2048 resolution | ||
601 | ** Prevents several crash issues | ||
602 | ** Existing textures above 1024x1024 will be decoded at 1024x1024 resolution | ||
603 | * Estate owners/managers are exempt from access lists (but can still be banlisted) | ||
604 | * Script and Notecard windows remember their last size | ||
605 | * Offline Instant Messages that have not been received for ninety (90) days will be deleted | ||
606 | * Double-clicking a name in Friends list once again opens an IM for that resident | ||
607 | * Pay button restored to Friends list | ||
608 | 529 | ||
609 | Bug fixes: | 530 | Bug fixes: |
610 | * Fixed tooltips getting cut off | 531 | * Fixed accidental loss of no-copy texture when applied to a prim |
611 | * Fixed dead space above chat/toolbar | 532 | * Fixed incorrect context menu for items inside an object |
612 | * Fixed classified ads showing 'Ad placed: Not yet published' | 533 | * Fixed Linux client crash on startup |
613 | * Fixed extra object in Buy Copy floater | 534 | * Fixed Ctrl-W failing to give focus to the next window |
614 | * Fixed mute via profile | 535 | * Fixed renaming no-copy object during Make New Outfit |
615 | * Fixed warning 'assigndangerousmemberwarning is missing from alerts.xml' | 536 | * Fixed group members cannot set home when land is Set to group but not deeded |
616 | * Fixed Script Warning window causing visual glitches | 537 | * Lost and Found now has an Empty folder option |
617 | * Fixed 'Apply to Selection' button in Edit Terrain | ||
618 | * Fixed Bug Report window mentioning abuse report | ||
619 | * Fixed a copy-paste method that was failing in Inventory | ||
620 | * Fixed 'Attach To->' from inventory | ||
621 | * Fixed 'Return All' and 'Return Selected' | ||
622 | * Fixed highlight selection for several text windows | ||
623 | * Right-clicking a large inventory folder no longer creates a large client/server load | ||
624 | * Next button appears for Search -> Events when there are over 200 events | ||
625 | * Search Events should sort properly | ||
626 | * Texture Mapping no longer has repeated options | ||
627 | * Copy option is available when selecting multiple items in Inventory | ||
628 | * Buy Currency appears correctly in Buy Land floater | ||
629 | * Open contents floater moves with window resize | ||
630 | * Folders can once again be purged from trash | ||
631 | * Texture picker remembers 'Apply Immediately' setting | ||
632 | * Animations can have their properties changed | ||
633 | * Scripted \n nextline option now being handled correctly by chat history/debug channel and onscreen | ||
634 | * New scripts no longer show 'New Script' in editor window (i.e. after being renamed) | ||
635 | * Fixed several client crashes | ||
636 | |||
637 | Release Notes for Second Life 1.12.1(10) September 21, 2006 | ||
638 | ===================================== | ||
639 | Bug fixes: | ||
640 | * 'Missing Image' and gray avatar textures should not get stuck any more | ||
641 | * New presence code to address friends list not updating correctly, etc. | ||
642 | * Fix for Group IM failures caused by the presence issue fix | ||
643 | * Improvements to automated defenses against replicator attacks | ||
644 | * Performance improvements when multiple objects are being returned | ||
645 | 538 | ||
646 | Release Notes for Second Life 1.12.1(9) September 14, 2006 | 539 | Release Notes for Second Life 1.13.3(58100) February 16, 2007 |
647 | ===================================== | 540 | |
648 | Bug fixes: | 541 | New feature: |
649 | * Fixed incorrect llTargetOmega() spin rates | 542 | * Linux client features embedded Mozilla |
650 | * Fixed IM window resizing on close/open | 543 | |
651 | * IM window saves size across sessions | 544 | Changes: |
652 | * Inventory can once again be dropped on any part of a resident's profile | 545 | * Texture Pipeline Architecture |
653 | * Pay dialog scales for larger buttons | 546 | ** Significant redesign of texture pipeline |
654 | * Fixed Top Scripts/Top Colliders highlighting incorrect object | 547 | ** Improved texture caching |
655 | * Fixed mute for scripted give inventory (particularly for group-owned objects) | 548 | ** Unlimited texture cache size |
656 | * Further improvements when editing long notecards or scripts | 549 | ** Texture cache can be relocated |
657 | 550 | * Render Pipeline Architecture | |
658 | Release Notes for Second Life 1.12.1(8) September 14, 2006 | 551 | ** Significant changes to render pipeline |
659 | ===================================== | 552 | ** Introduction of Vertex Buffer Objects for improved stability |
660 | Bug fixes: | 553 | ** Better batching of geometry for improved render performance (on some systems) |
661 | * Fixed an issue causing large amounts of packet loss to occur when downloading textures | 554 | ** Alpha sorting changes to improve performance |
662 | * Resolved a crash when seeing other avatars | 555 | * Added display that shows intersection of prims with translation plane when building. |
663 | * Fixed a bug causing low framerate in some regions | 556 | * Objects set for sale default to 'Buy Copy' instead of 'Buy Original' |
664 | 557 | ||
665 | Release Notes for Second Life 1.12.1(7) September 13, 2006 | ||
666 | ===================================== | ||
667 | Bug fixes: | 558 | Bug fixes: |
668 | * Resolved an issue where avatar textures would not bake | 559 | * Fixed a viewer crash when taking an object |
560 | * Fixed viewer not loading after logout if cache is not cleared | ||
561 | * Closing window passes focus to the next window | ||
562 | * Fixed blurry web browser widgets | ||
563 | * Fixed notecards in tabbd window extending outside the preview window | ||
564 | * Fixed web browser widgets blurred when UI scale != 1.0 | ||
565 | * Updated link to Help -> Scripting Wiki | ||
566 | * Fixed viewer crash when opening a script at the same time as other inventory objects | ||
567 | * Fixed Build not enabling for group members on land where only group members can build | ||
568 | * Fixed World -> Buy Land menu failures | ||
569 | * Fixed menus not closing when other things are clicked | ||
570 | * Fixed objects rezed from Library, edited, and taken to inventory being placed in Library | ||
669 | 571 | ||
670 | Release Notes for Second Life 1.12.1(6) September 13, 2006 | ||
671 | ===================================== | ||
672 | New features: | ||
673 | * Estate access and ban lists boosted up to 300 entries (previously 63) | ||
674 | * Estate land management now allows subdividing and joining of parcels | ||
675 | * Right-clicking an animation allows you to play it from inventory | ||
676 | * The ability to stop animations has been added to the Tools menu | ||
677 | ** The 'Play Locally' and 'Play in World' buttons (when an animation is opened in Inventory) change to 'Stop' when clicked | ||
678 | ** This allows you to stop the animation while it's playing | ||
679 | |||
680 | Other changes: | ||
681 | * Residents can be invited to your Friends list, even while they are offline | ||
682 | * Particle systems now 'muted' when a resident is muted | ||
683 | * Double-clicking a group name in a profile now opens that group's info page | ||
684 | * Added texture dimensions to all texture preview windows | ||
685 | * Added 'Mute' to inventory transfer notifications. Clicking mute will put that person on your mute list. | ||
686 | * Added timestamp and land resale/join information to About Land -> Covenant | ||
687 | * Changed the default draw distance for low end machines to improve frame rate | ||
688 | * Help menu now has a link to Release Notes | ||
689 | * Improved OS detection for Windows XP 64Bit, Windows 2003 Server, and Windows Vista | ||
690 | * Changed back-end mechanics for storing avatar textures for improved performance and robustness | ||
691 | 572 | ||
692 | LSL changes: | 573 | Release Notes for Second Life 1.13.3(58018) February 14, 2007 |
693 | * llHTTPRequest throttling changed | ||
694 | ** Requests are now limited to once per second per primitive. | ||
695 | 574 | ||
696 | Bug fixes: | 575 | Changes: |
697 | * Find -> Places categories now match the ones you can select in About Land | 576 | * Removed particle throttling; while a performance win in some areas, caused too many bad artifacts |
698 | * Fixed text for 'Land can be bought direct' at low resolutions | ||
699 | * Fixed scaling for several UI elements at low resolutions | ||
700 | * Location coordinates are now correct when the World Map is resized | ||
701 | * Inventory search ignores events that make items bold | ||
702 | * Removed a leftover reference to telehubs | ||
703 | * Improved parcel ban detection at high altitudes | ||
704 | * Fixed World map hover tips when taking a screenshot | ||
705 | * Fixed group object owner ID in llHTTPRequest() headers | ||
706 | * Fixed an inability to leave groups on Mac/Linux | ||
707 | * Fixed double-click in UI | ||
708 | * Fixed ESC not leaving Mouselook | ||
709 | * Texture tab shows repeats per meter | ||
710 | * Fixed appearance of View -> Property Lines | ||
711 | * Restored 'Deny access by payment status' to Estate menu | ||
712 | * Fixed llDialog buttons not performing the correct actions | ||
713 | * Fixed fullbright not working | ||
714 | * No-copy objects can be deleted through the pie menu | ||
715 | * Fixed the keyboard shortcut for View -> Look at last chatter | ||
716 | * Fixed chatbar not opening with Enter key | ||
717 | * Fixed World -> My Land not displaying the land you own | ||
718 | * Items can be set for sale/not for sale in inventory | ||
719 | * Corrected 'restrict pushing' wording in UI to be more consistent | ||
720 | * Friends list shows who has modify rights | ||
721 | * Fixed Pay dialog displaying incorrect payee | ||
722 | * Fixed right-click Create in inventory places inventory in wrong folder | ||
723 | * Can once again change properties of an item in an objects contents | ||
724 | * Restored missing menu items from inventory menu; menus can now be torn off | ||
725 | * Fixed bandwidth gauge - no longed pegged in the red zone at low usage | ||
726 | * Fixed land showing For Sale to Anyone even when a specific resident is chosen | ||
727 | * Fixed right-click on inventory folders showing wrong options | ||
728 | * Fixed Rate label in pie menus | ||
729 | * Fixed sorting for Top Objects and Top Scripts | ||
730 | * Fixed terrain detail in Preferences displaying wrong setting | ||
731 | * Fixed Tools -> Select Only My Objects/Moveable Objects | ||
732 | * Avatars in Adult Second Life can remove all clothing once again | ||
733 | * Removed under-clothing menus for Teen Second Life avatars | ||
734 | * Reordered Place categories for consistency across UI | ||
735 | * Various UI adjustments and tweaks | ||
736 | * Corrected various UI typos | ||
737 | * Fixed several client crashes | ||
738 | |||
739 | Release Notes for Second Life 1.12.0(15) August 25, 2006 | ||
740 | ===================================== | ||
741 | Bug fixes: | ||
742 | * Fixed a viewer crash when opening the bug reporter. | ||
743 | 577 | ||
744 | Release Notes for Second Life 1.12.0(14) August 25, 2006 | 578 | Fixes: |
745 | ===================================== | 579 | * VWR-108 Fix for out of bounds error in avatar vertex shader attribute array. |
746 | New features: | 580 | * Fix for toggling selection beam |
747 | * The map Beacon has been visually enhanced | 581 | * Fix for LOD issues with small objects. |
748 | * 'Mute by Name' allows you to manually add objects or Residents to your Mute List | 582 | * Fix for planar guide grid swimming around in local grid mode. |
749 | 583 | * Fxed Texture priorities when turning around in place | |
750 | Other changes: | ||
751 | * Usability improvements to the Abuse Reporter UI layout | ||
752 | ** Dialog boxes removed from AR snapshots | ||
753 | ** Added field for Abuse Location (if different from present location) | ||
754 | * Abuse reports concerning copyright claims will be directed to the DMCA protocol | ||
755 | * Abuse Reports require all fields (except object selection) to be filled in (prevents blank Abuse Reports) | ||
756 | * 'Wear Clothing Now' is off by default when buying clothing | ||
757 | * Reinstated Parcel Size to the About Land dialog | ||
758 | * Automatic Edit Camera Movement preference is now Off by default | ||
759 | 584 | ||
760 | Bug fixes: | 585 | Release Notes for Second Life 1.13.3(57947) February 13, 2007 |
761 | * Fixed Z coordinate being ignored when teleporting via the map | ||
762 | * Fixed group members with only the invite ability inviting others to Everyone | ||
763 | * Fixed script event change() not firing when script dropped into object inventory | ||
764 | * Fixed assigning a group role to multiple people | ||
765 | * Fixed group General tab updating display of member roles | ||
766 | * Fixed Gesture text fields only accepting a single character | ||
767 | * Fixed the Reset button for covenants | ||
768 | * Text fields should now scroll one character at a time | ||
769 | * Fixed Fast Timers scrolling off the screen | ||
770 | * Fixed Group Land not always displaying all parcels | ||
771 | * Fixed sun flashing orange when right-clicking an object | ||
772 | * Fixed Residents being asked to buy passes to land that is also restricted to group members | ||
773 | * Group members with 'ban list' ability can now change 'deny by payment method' | ||
774 | * Fixed Help->Manage My Account | ||
775 | * Instances of 'Find' renamed to 'Search' for consistency | ||
776 | * No-fly icon checks the parcel's fly restriction instead of the avatar's (displays in god mode) | ||
777 | * UI space for money display increased to prevent overlap | ||
778 | * Fixed parcel names overlapping UI elements at the top of the screen | ||
779 | * Fixed textures stretching while Stretch Textures is off | ||
780 | |||
781 | Release Notes for Second Life 1.12.0(13) August 23, 2006 | ||
782 | ===================================== | ||
783 | New features: | ||
784 | * Support for Covenants | ||
785 | ** Covenants may now be associated with Estates | ||
786 | ** These documents detail land use rules and restrictions | ||
787 | ** Available in About Land | ||
788 | ** Covenants are visible to anyone | ||
789 | |||
790 | * Estate Land Sales | ||
791 | ** Estate owners/managers are now able to sell land to other Residents for L$ | ||
792 | ** 'Allow Land Transfer' option in 'Region/Estate > General' tab enables Estate Owners and Managers to sell parcels, and buyers to resell them | ||
793 | *** Estate owners/managers may specify rules for land sale and usage in Covenants | ||
794 | *** Buyers of the land on private estates may be limited in their ability to re-sell land depending on settings determined by Estate owner/manager | ||
795 | ** Group land on estate has been changed | ||
796 | *** Land on estates, owned by a group or by anyone other than the estate owner, can no longer be subdivided or joined | ||
797 | *** Only parcels that are owned by the estate owner can be subdivided | ||
798 | *** Only Estate Owners and Estate Managers can subdivide the estate owner's parcels | ||
799 | |||
800 | * Group Enhancements | ||
801 | ** Group limit per user increased from 15 to 25 | ||
802 | ** Group member minimum reduced from 3 to 2 | ||
803 | ** The group information user interface has been redesigned | ||
804 | |||
805 | * Group Notices | ||
806 | ** Group notices can be created in the 'Group Information > Notices' tab | ||
807 | ** Group notices can include an attachment | ||
808 | ** Group notices are sent to all group members | ||
809 | ** Members may opt to not receive these notices in the 'Group Information > General' tab | ||
810 | ** Members can browse the last 30 days of notice history | ||
811 | ** Members with IM to Email set will receive these notices offline | ||
812 | |||
813 | * Group Roles | ||
814 | ** Groups can be configured using the 'Group Information > Members & Roles' tab | ||
815 | ** A group is now composed of up to 10 user-configured Roles | ||
816 | *** The 'Everyone' and 'Owner' roles count for these purposes | ||
817 | * Group powers to return objects from parcels are divided based on Owned by group, Set to group, and Not group related | ||
818 | ** Residents may hold more than one Role in a group | ||
819 | ** Each role can be configured to allow certain group Actions | ||
820 | ** Each role gets its own title | ||
821 | ** Members of a group are assigned to Roles to define the Actions they can perform in that group | ||
822 | ** Group members are always a part of that group's 'Everyone' role | ||
823 | ** Example: | ||
824 | *** Current groups have two Roles: 'Everyone' and 'Officer' | ||
825 | *** All group members can do Actions allowed by the 'Everyone' role, such as voting on proposals | ||
826 | *** Only group members assigned to the 'Officer' role can do Actions such as invite new members | ||
827 | ** Groups now have a special role: 'Owner' | ||
828 | ** 'Owners' have full control over the group, but cannot remove other 'Owners' | ||
829 | ** Promoting group members to Owner warns user that this change is irreversible | ||
830 | ** The last owner of a group cannot leave without selecting a successor | ||
831 | ** Current groups will have members selected to be 'Owners' based on the first to match these rules: | ||
832 | *** 1) A founder in the group | ||
833 | *** 2) Officers with 512 or more sq. m. land contributed | ||
834 | *** 3) All officers | ||
835 | *** 4) Nobody (no 'Owner' role is created) | ||
836 | *** Owner and Everyone roles cannot be renamed | ||
837 | |||
838 | * New Sell Land interface | ||
839 | ** Specify sell price, Sell To resident, and sale of objects all simultaneously | ||
840 | ** Residents muse specify a specific resident or manually select 'Sell to Anyone' before the dialog is completed | ||
841 | ** This new interface should greatly reduce accidental land sales | ||
842 | |||
843 | Improved Snapshot Interface | ||
844 | * 'Freeze Frame' toggle added to snapshots | ||
845 | ** Remove checkbox to restore old snapshot behavior | ||
846 | 586 | ||
847 | LSL changes: | 587 | Changes: |
848 | * Scripts will not start running until the 'Running' box is manually checked | 588 | Significant changes to texture prioritization |
849 | * The following script commands now work on group-owned objects: | ||
850 | ** llGiveInventory | ||
851 | ** llGiveInventoryList | ||
852 | ** llInstantMessage | ||
853 | ** llRemoteLoadScriptPin | ||
854 | |||
855 | Other changes: | ||
856 | * Selection effect particles can now be disabled independently (Tools->Show Selection Beam) | ||
857 | * Group-owned objects can be muted | ||
858 | ** If a group owned object offers you an item, the blue box will say 'Keep', 'Discard', and 'Mute' | ||
859 | ** Mute adds the group to your Mute List and all objects owned by that group will be muted | ||
860 | ** Muted group owned objects will not be able to IM you or send you items | ||
861 | * Group elections have been removed | ||
862 | * Provided greater visibility for any fee incurred while joining a group | ||
863 | ** Group membership now uses the membership fee at the time of invitation instead of the fee at the time invitation is accepted | ||
864 | * Group-owned objects that you have control over are now highlighted on the mini-map. | ||
865 | * 'Show in Group List' checked by default | ||
866 | * Added ability to deny access to Parcels/Estates based on Pay Info Level | ||
867 | * 'Grant Modify Rights' has been changed to be more comprehensive | ||
868 | ** You can now allow the person being granted rights greater freedom of modification | ||
869 | ** Friends list now shows when modify rights are granted | ||
870 | * Default attachment point changed from head to right hand | ||
871 | * Reversed positions of 'Take Copy' and 'Wear' in pie menu | ||
872 | * Icon for push restriction added | ||
873 | * 'Edit Land' is now 'Edit Terrain' | ||
874 | * Altered formula for temp-on-rez limits (generally to be more permissive) | ||
875 | * Temp vehicles are not reclaimed until all passengers unsit | ||
876 | * Improved wording of error message while joining parcels on an estate (parcels must be owned by estate owner) | ||
877 | * Parcel joins and subdivides uncheck the For Sale box | ||
878 | * Ban list now disables when a parcel is sold | ||
879 | * In-world links to the Forums and Wiki now point to the Knowledge Base and Blogs | ||
880 | * Clicking in text fields in Edit Tools selects the input position without highlighting the entire field | ||
881 | * Ctrl-F now puts keyboard focus on the Find text box | ||
882 | * Added art for eyedropper | ||
883 | * 'No Fly' is visible in God mode | ||
884 | * Font information for scroll list headers can now be provided by the user | ||
885 | * Improved look and feel of several windows | ||
886 | 589 | ||
887 | Bug fixes: | 590 | Fixes: |
888 | * Fixed tracking residents via Show on Map | 591 | Fix for object flicker. |
889 | * Fixed default button highlighted while other button selected | 592 | Fix for HUD objects not moving properly when viewer is resized. |
890 | * Fixed button states during mouseovers | 593 | Fix for scale handles not updating on mouse drag. |
891 | * Fixed dragging item into object contents | 594 | Fix for undo not working. |
892 | * Fixed a simulator crash with notices | 595 | Fix for dark foot shadows. |
893 | * Fixed persistence of Global Time in Region/Estate | 596 | Fix for tree picking alpha threshold too low. |
894 | * Fixed incoming IMs stealing focus from Abuse and Bug reports | 597 | Fix for stars staying out during the day. |
895 | * Fixed a client crash with 'Set Scripts Not Running in Selection' | ||
896 | * Fixed alignment of Search window panels | ||
897 | * Improved detection of rapid mouse clicks | ||
898 | * Camera and movement controls do not gain keyboard focus | ||
899 | * Camera and movement controls persist across sessions | ||
900 | * Fixed a client crash while connecting to downed simulator | ||
901 | * Fixed a client crash with F1 Help | ||
902 | * Frontmost floater gets Return key only if it has keyboard focus | ||
903 | * Improved appearance of alpha objects in Object Silhouette mode | ||
904 | * Objects with 'No Copy' permissions should delete to owner | ||
905 | * Fixed client crash with chat bar and 'Kick user from estate' | ||
906 | * Fixed Name and Description highlighting after Return is pressed | ||
907 | * Fixed Z-coordinate in classified ads | ||
908 | * Fixed LSL XML-RPC for attachments breaking on teleport | ||
909 | * Fixed returned object continuing to affect sim prim usage | ||
910 | * Crash Reporter remembers its previous settings | ||
911 | * Fixed client crash and asset loss while editing complex objects | ||
912 | * Fixed artifacts in LOD changes | ||
913 | * Dragging past the end of a text field no longer scrolls the text | ||
914 | * Aspect ratio corrects when toggling fullscreen | ||
915 | * Edit menu now has a detach option for skirt layers | ||
916 | * Fixed a cause of slow rezzing of textures and tree details | ||
917 | * Fixed an issue that would prevent simstate autosaves | ||
918 | * Fixed a bug causing region crossing performance to degrade in 1.11 | ||
919 | * Fixed text in several windows and improved tool tips | ||
920 | * Several actions have been updated so that the Apply button can be used when modifying them | ||
921 | * Group creation failure no longer charges you for creating group | ||
922 | * Client no longer crashes when copying a selection in the Create menu | ||
923 | * Clicking Cancel when changes need to be applied no longer stops Second Life client from closing | ||
924 | * Crossing a region into a parcel where you are banned no longer causes avatar to float through parcel or go into orbit | ||
925 | * Corrected issue causing Estate Owners to get unexpected results when teleporting to a parcel where they are banned on their estate | ||
926 | * Last item in a list can once again be highlighted and selected | ||
927 | * Declined objects are correctly removed from recipients inventory | ||
928 | * Delete key now works as expected in the Tools > Edit window | ||
929 | * Client no longer crashes when right clicking certain parcels | ||
930 | * Group names cannot be shorter than 4 characters or longer than 35 characters | ||
931 | * Abandoned parcels on the mainland now properly report owner as 'Governor Linden' | ||
932 | * Client no longer crashes when user selects land over two parcels, then clicks 'About Land' | ||
933 | * Autoreturn settings can now be changed | ||
934 | * User is now notified when receiving snapshots, notecards, and landmarks | ||
935 | * Apply now updates all changed elements in a window | ||
936 | * Correct various 'Apply' buttons to grey out once clicked | ||
937 | * Group-owned objects appear as 'owned' in About Land -> Objects when on group owned land | ||
938 | * Ctrl-D (duplicate) now works on group-owned objects with the proper permissions | ||
939 | * Land owners can always fly on their parcel (unless the entire sim restricts flight) | ||
940 | * Fixed a bug that caused the Create Group dialog to discard all data if the group name already exists | ||
941 | * Resolved numerous issues with scroll lists causing information not to load or be displayed improperly | ||
942 | * Group contribution no longer displayed as a negative number | ||
943 | * Mainland parcels now displayed in map overlay regardless of your location | ||
944 | * Residents can now retrieve no-modify objects they own from other people's parcels | ||
945 | * Resolved several exploits | ||
946 | 598 | ||
947 | Linux client fixes: | 599 | Release Notes for Second Life 1.13.3(57876) February 9, 2006 |
948 | * No linux client specific fixes in this version | 600 | |
601 | Changes: | ||
602 | Improved LOD and alpha sorting | ||
603 | Improved edits reverting with linked objects | ||
604 | |||
605 | Fixes: | ||
606 | * Fixed a few crashes | ||
607 | * 'Clear Cache' was failing if the cache location was on a changed | ||
608 | * 'Clear Cache' was not deleting the texture cache on OSX | ||
609 | * Some Textures were never caching correctly | ||
610 | |||
611 | Release Notes for Second Life 1.13.3(57837) February 8, 2006 | ||
612 | |||
613 | Fixes: | ||
614 | * Fixed a major issue with texture requests where textures that first appeard behind you were not getting requested until you moved closer or zoomed in on them | ||
615 | * Fixed a bug where 'skip this message' settings were not being remembered | ||
616 | * Fixed several particle bugs, including some OSX specifix ones | ||
617 | * Fixed several crash bugs | ||
618 | |||
619 | Release Notes for Second Life 1.13.3(57787) February 7, 2006 | ||
620 | |||
621 | Notes: | ||
622 | * This release will clear the cache on startup to eliminate potentially corrupt caches | ||
623 | Changes: | ||
624 | * Reduced the frequency of drag-edit updates to reduce the likelihood of changes reverting due to missed updates | ||
625 | Fixes: | ||
626 | * Fixed a bug where small flexi objects were sometimes stuck floating around an avatar | ||
627 | * Fixed a significant memory leak | ||
628 | * Fixed some issues with the texture cache | ||
629 | * Fixed a bug where textures that were partially mapped to objects were not rezing | ||
630 | * Fixed several crash bugs | ||
631 | * Wind volume slider now takes effect immediately | ||
632 | |||
633 | Release Notes for Second Life 1.13.3(57679) February 5, 2006 | ||
634 | Fixes: | ||
635 | * Fix: Animating textures (using llSetTextureAnim) do not update their pixel area | ||
636 | * Fix for disappearing hud objects. | ||
637 | * Fix for yellow avatars on some ATI cards. | ||
638 | * Fix for flexi LOD issues | ||
639 | * Fix for stars visible with 'Force Sun' | ||
640 | * Several crash bugs fixed | ||
641 | Fixes not specific to 'First Look' | ||
642 | * Fix for library objects returning to library after being taken from world | ||
643 | * Added help button for partner info in profile panel | ||
644 | * Added inventory cache verification to reduce bugs due to cache corruption | ||
645 | |||
646 | Release Notes for Second Life 1.13.2(57573) February 1, 2006 | ||
647 | |||
648 | Fixes: | ||
649 | * Fixed: Chat text fadeout bug | ||
650 | * Fixed: Yellow fog in snapshots | ||
651 | * Fixed: Hardware detection incorrect for ATI X1900 and other cards | ||
652 | * Fixed: Several crash bugs | ||
653 | * Fixed: Missing login screen | ||
654 | * Fixed: Avatar preview in image update missing | ||
655 | |||
656 | Release Notes for Second Life 1.13.2(57463) January 30, 2006 | ||
657 | |||
658 | Changes: | ||
659 | * Cache location can be set by residents | ||
660 | * Textures from last scene are pre fetched, improving loading speed of inital speed | ||
661 | |||
662 | Fixes: | ||
663 | * Fixed: Avatars seated on objects don't move with objects | ||
664 | * Fixed: More issues with prim selection silhouettes | ||
665 | * Fixed: HUDS with transparent textures disappear when camera goes underwater | ||
666 | * Fixed: Slowdown rendering Alpha objects | ||
667 | * Fixed: Client crashes attempting to move a HUD attachment | ||
668 | |||
669 | Release Notes for Second Life 1.13.2(57270) January 26, 2006 | ||
670 | Changes: | ||
671 | Added display that shows intersection of prims with translation plane when building. | ||
672 | Fixes: | ||
673 | * Fixed crash when changing lighting detail. | ||
674 | * Fixed silhouette highlight render bug. | ||
675 | |||
676 | Release Notes for Second Life 1.13.2(57208) January 25, 2006 | ||
677 | Changes: | ||
678 | * IMPORTANT: 'First Look' now maintains its own settings. When this version is installed, settings will all be set to default values. | ||
679 | * IMPORTANT: Uninstalling 'First Look' will no longer remove any user settings | ||
680 | * More optimizations | ||
681 | * Stability improvements | ||
682 | Fixes: | ||
683 | * Fixed bright red/orange ambient lighting at night | ||
684 | * Fixed right-clicking on avatar names | ||
685 | * Fixed LOD flicker on trees | ||
686 | * Fixed missing avatar from upload window | ||
687 | * Fixed bug with HUD attachments not appearing or rezing at the correct resolution | ||
688 | * Fixed bug wit llSetPos | ||
689 | * Fixed prim selection silhouettes | ||
690 | * Fixed white invisiprim bug | ||
691 | * Fixed smoke texture bug | ||
692 | * Fixed alpha sorting issues | ||
693 | * Fixed Highlight Transparent | ||
694 | |||
695 | Release Notes for Second Life 1.13.2(56900) January 18, 2006 | ||
696 | Changes: | ||
697 | * More framerate improvements | ||
698 | * Improved texture LOD calculation | ||
699 | * 'Enable VBO' option now defaults to on in most cases, and no longer conflicts with similar trunk version option | ||
700 | Fixes: | ||
701 | * Appearance of other avatars not changing | ||
702 | * Shiny Brightness and Darkness don't work | ||
703 | * Shiny doesn't work on black objects | ||
704 | * Textures are failing to load to 100% clarity when repeats per face is less than 1.00 | ||
705 | * Low res 'cutout' images not transparent | ||
706 | |||
707 | Release Notes for Second Life 1.13.1(56671) January 11, 2006 | ||
708 | Changes: | ||
709 | * Texture Pipeline Architecture | ||
710 | ** Significant redesign of texture pipeline | ||
711 | ** Improved texture caching | ||
712 | ** Unlimited texture cache size | ||
713 | * Render Pipeline Architecture | ||
714 | ** Significant changes to render pipeline | ||
715 | ** Introduction of Vertex Buffer Objects for improved stability | ||
716 | ** Better batching of geometry for improved render performance (on some systems) | ||
717 | ** Alpha sorting changes to improve performance | ||
718 | ** Better particle system limits | ||
949 | 719 | ||