diff options
Diffstat (limited to 'linden/indra/newview/releasenotes.txt')
-rw-r--r-- | linden/indra/newview/releasenotes.txt | 97 |
1 files changed, 92 insertions, 5 deletions
diff --git a/linden/indra/newview/releasenotes.txt b/linden/indra/newview/releasenotes.txt index 86f8c6d..f4d6a8a 100644 --- a/linden/indra/newview/releasenotes.txt +++ b/linden/indra/newview/releasenotes.txt | |||
@@ -1,11 +1,98 @@ | |||
1 | Release Notes for Second Life 1.18.2(1) September 19, 2007 | 1 | Release Notes for Second Life 1.18.3(2) August 27, 2007 |
2 | ===================================== | 2 | ===================================== |
3 | |||
4 | Changes: | 3 | Changes: |
5 | * Fix URL handler exploit described here: http://blog.secondlife.com/2007/09/18/second-life-url-handler-exploit/ | 4 | * Altered beacon behavior |
6 | * Update voice components to improve quality and address VWR-1532 | 5 | ** The beacon shaft is always drawn |
7 | * Add name of viewer release channel to embedded browser agent ID string | 6 | ** The arrow is drawn if the lateral distance to the location being tracked is less than your view distance |
7 | ** The text appears if the total distance to the location being tracked is less than your view distance | ||
8 | * Changed Bug Reporting links to http:// instead of https:// | ||
9 | * Build mode no longer automatically turns on beacons | ||
10 | * Removed 'Ping User' in statistics window (was returning 0, as userserver no longer exists) | ||
11 | * Removed 'Open' menu option when clothing is selected (as 'Wear' is available) | ||
12 | * Added minimize button to Inventory | ||
13 | |||
14 | LSL changes: | ||
15 | * Ability to get details about an object by object key: | ||
16 | ** list llGetObjectDetails(key id, list params) | ||
17 | *** id = the key of the object to get info about. | ||
18 | *** params = a list of the object details requested: [OBJECT_NAME, OBJECT_OWNER] | ||
19 | *** returns a list of values in the order requested: [ "Object_Name", <the UUID key of the owner>] | ||
20 | **** OBJECT_UNKNOWN_DETAIL Returned by llGetObjectDetails when passed an invalid object parameter type. | ||
21 | **** OBJECT_NAME Used with llGetObjectDetails to get an object's name. | ||
22 | **** OBJECT_DESC Used with llGetObjectDetails to get an object's description. | ||
23 | **** OBJECT_POS Used with llGetObjectDetails to get an object's position. | ||
24 | **** OBJECT_ROT Used with llGetObjectDetails to get an object's rotation. | ||
25 | **** OBJECT_VELOCITY Used with llGetObjectDetails to get an object's velocity. | ||
26 | **** OBJECT_OWNER Used with llGetObjectDetails to get an object's owner's key. Will be NULL_KEY if group owned. | ||
27 | **** OBJECT_GROUP Used with llGetObjectDetails to get an object's group's key. | ||
28 | **** OBJECT_CREATOR Used with llGetObjectDetails to get an object's creator's key. | ||
8 | 29 | ||
30 | Bug fixes: | ||
31 | * Fixed inworld map region search failing if a space is included after the region name | ||
32 | * Fixed Appearance editor preview squares after changing tabs | ||
33 | * Fixed a bug with LODs for sculpted prims | ||
34 | * Fixed flexy causes llTargetOmega child objects to not rotate | ||
35 | * Fixed an incorrect Support link | ||
36 | * Fixed clipboard capture on login screen's config info | ||
37 | * Fixed web browser widget shows up blank when connecting via https | ||
38 | * Fixed doubleclicking text entry fields should select a single word first, then the entire field | ||
39 | * Fixed items renamed from Recent Items not displaying the correct name in All Items | ||
40 | * Fixed physical memory calls with more than 4GB of memory | ||
41 | * Fixed viewer crash by clicking Connect button repeatedly | ||
42 | * Fixed crash in viewer when receiving bad HUD Effects | ||
43 | * Fixed a Linux client crash | ||
44 | * Fixed client on 64-bit Linux systems that cannot find their GL drivers | ||
45 | * Improved Linux client threading | ||
46 | * Improved client performance after closing an inventory folder with a large number of items | ||
47 | * CID-633: Possible string overflow (and generally lame code) | ||
48 | * CID-634: Possible string overflow (and generally lame code) | ||
49 | * CID-639: Possible use of uninitialized mouse co-ordinates | ||
50 | * CID-641: LLToolGrab::onMouseCaptureLost() doesn't check that projectPosAgentToScreen succeeded | ||
51 | * CID-698: LLFloaterTexturePicker::isDirty() is not correctly overriding ancestor | ||
52 | * SVC-300: Spam upon TP out of Help Island Public, per calling card and landmark | ||
53 | * VWR-1079: Group Notice dialog: message text can't be copied and pasted | ||
54 | * VWR-1187: Profile > Classifieds tab shows confirmation dialog when no changes are made | ||
55 | * VWR-1225: Embedded notecards not functioning | ||
56 | * VWR-1230: Text highlighting in Chat History window is cancelled when history scrolls | ||
57 | * VWR-1372: Sculpt prim topology reverts to sphere unexpectedly | ||
58 | * VWR-1398: Appearance editor's previews do not render correctly (1.17.2) | ||
59 | * VWR-1460: Can not see permissions of objects in Buy Contents window when item has long name | ||
60 | * VWR-1564: Viewer crashes when started with the "-local" argument. | ||
61 | * VWR-1566: An attempt to fix the glDrawRangeElements crashes (refcount LLDrawInfo ) | ||
62 | * VWR-1567: Change the default item name for "snapshot to inventory" to something more usefull than "snapshot" | ||
63 | * VWR-1638: confused viewer - displays login and regular menus and buttons | ||
64 | * VWR-1640: login retires cause LLFrameStatView::setup() to seg fault | ||
65 | * VWR-1647: "Show end of last IM conversation" in Preferences/Communication automatically remains checked after OK-ing unchecked | ||
66 | * VWR-1699: Sculpt map preview inaccurate | ||
67 | * VWR-1714: Folders flashing in Inventory window with Filters and 'Always show folders' checked | ||
68 | * VWR-1721: GUI quirk in groups | ||
69 | * VWR-1722: Profiles are editable in two places (including Search browser) | ||
70 | * VWR-1736: Add a Invite to Group option to the Avatar Pie Menu | ||
71 | * VWR-1743: LLFloaterGroups source code inconsistencies | ||
72 | * VWR-1761: Group Invite Suggestion--add 'view group info' to invite dialog box | ||
73 | * VWR-1808: Possible crash in llviewerobjectlist | ||
74 | * VWR-1823: Bad typecast for 64 bit systems, llagent llfloatercustomize | ||
75 | * VWR-1861: Renaming items in inventory folders does not update item sort order | ||
76 | * VWR-1872: An attempt to fix the "empty inventory trash" crashes | ||
77 | * VWR-1880: Modify "Ctrl-F" to call Search/Replace Dialog when invoked inside Script Window | ||
78 | * VWR-1891: Detect a Debian bulid-host, as is done for Fedora | ||
79 | * VWR-1892: Use pkgconfig for more libraries in the standalone build | ||
80 | * VWR-1942: An error in the do-while example of the LSL Scripting Guide could cause infinite looping. | ||
81 | * VWR-1951: Hide Particles is not working from the View > Beacons menu item | ||
82 | * VWR-1968: Possible crash in llmultigesture.cpp | ||
83 | * VWR-1976: Solaris' fprintf segfaults on NULL arguments | ||
84 | * VWR-1987: Segfault on startup if audio doesn't initialize. | ||
85 | * VWR-2036: Build tools floater does not remember its position on restart | ||
86 | * VWR-2144: Client crashes when deleting unsaved gestures | ||
87 | * VWR-2152: Possible crash in llviewerobjectlist | ||
88 | * VWR-240: Cannot input Japanese characters from keyboard on Linux | ||
89 | * VWR-423: Selecting group charter text causes Apply/Ignore/Cancel popup even if the text wasn't changed | ||
90 | * VWR-493: Objects with "Linden" in their name can't be muted | ||
91 | * VWR-493: Statistics bar, Packet Loss: % sign is doubled | ||
92 | * VWR-749: Bandwidth indicator: Kbps, should not have capital k | ||
93 | * VWR-819: Open the "More>>" section of the edit tools by default and persist it across sessions | ||
94 | * VWR-866: Sculpties suffer HORRIBLY from JPEG artifacts | ||
95 | * VWR-942: logRanOffEndOfPacket is too terse when it logs packet data, add some more info | ||
9 | 96 | ||
10 | Release Notes for Second Life 1.18.2(0) August 10, 2007 | 97 | Release Notes for Second Life 1.18.2(0) August 10, 2007 |
11 | ===================================== | 98 | ===================================== |