diff options
author | Jacek Antonelli | 2009-06-06 18:20:16 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-06-06 18:21:11 -0500 |
commit | c34a99c0b18d1122d5613c0048e572d70e7ce751 (patch) | |
tree | 73cff4abdc745e0da39605ccbdd11e7fb40a8652 /RELEASE_NOTES.txt | |
parent | Fixed "Take" on the object pie menu not working. (diff) | |
download | meta-impy-c34a99c0b18d1122d5613c0048e572d70e7ce751.zip meta-impy-c34a99c0b18d1122d5613c0048e572d70e7ce751.tar.gz meta-impy-c34a99c0b18d1122d5613c0048e572d70e7ce751.tar.bz2 meta-impy-c34a99c0b18d1122d5613c0048e572d70e7ce751.tar.xz |
Updated RELEASE_NOTES.txt for Imprudence 1.1.0.
Diffstat (limited to 'RELEASE_NOTES.txt')
-rw-r--r-- | RELEASE_NOTES.txt | 140 |
1 files changed, 140 insertions, 0 deletions
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index c66d814..94454ee 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt | |||
@@ -4,6 +4,146 @@ | |||
4 | 4 | ||
5 | 5 | ||
6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 6 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
7 | =- 1.1.0 -= | ||
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
9 | |||
10 | |||
11 | KNOWN ISSUES | ||
12 | |||
13 | * Mac users may have problems playing some music or video | ||
14 | streams. | ||
15 | |||
16 | * Local Chat (aka. Chat History) still stops automatically | ||
17 | scrolling down to show new chat if you click it at the same | ||
18 | time as a new line of chat arrives. Manually scrolling down to | ||
19 | the bottom will start it autoscrolling again. | ||
20 | |||
21 | * If you come within range of a looped sound while your volume is | ||
22 | muted, the sound won't play when you unmute your volume. As a | ||
23 | workaround, move out of range of the sound and then back again | ||
24 | to trigger it to play. | ||
25 | |||
26 | |||
27 | CHANGES | ||
28 | |||
29 | This version of Imprudence includes the following changes (as | ||
30 | compared to Imprudence 1.1.0 RC2). | ||
31 | |||
32 | |||
33 | VERSION HIGHLIGHTS | ||
34 | |||
35 | * Mac Version! Thanks, Jacek! | ||
36 | (And Thomas Shikami for his OpenAL help!) | ||
37 | |||
38 | * Improved pie menus! (Again.) Thanks, McCabe! | ||
39 | |||
40 | * Improved sound, music, and video support! | ||
41 | Thanks, McCabe and Jacek! | ||
42 | |||
43 | |||
44 | UI | ||
45 | |||
46 | * The Pie Menus have been reorganized again in response to user | ||
47 | feedback. Thanks, McCabe! | ||
48 | |||
49 | - Check out the Pie Menus wiki page for pictures and | ||
50 | descriptions of all the changes! | ||
51 | <http://imprudenceviewer.org/wiki/Pie_Menus> | ||
52 | |||
53 | * Ctrl-D has been reverted to Edit > Duplicate. (It had been | ||
54 | assigned to World > Create Landmark Here since 1.1.0 RC1.) | ||
55 | Thanks, Jacek! | ||
56 | |||
57 | * Added several optional confirmation dialogs (i.e. "Are you | ||
58 | sure?" popups). Thanks, Jacek! | ||
59 | |||
60 | - Teleport Home (via keyboard shortcut, the World menu, or | ||
61 | Map window) | ||
62 | |||
63 | - Toggle Fullscreen (via keyboard shortcut or the View menu) | ||
64 | |||
65 | - Take Off All Clothes (via the Edit menu or the pie menu) | ||
66 | |||
67 | - Restore to Last Position (via the inventory context menu) | ||
68 | |||
69 | - Mute avatars or objects (via the pie menu or the avatar's | ||
70 | Profile) | ||
71 | |||
72 | - Note: All of these can be disabled by checking the | ||
73 | appropriate box the first time they appear. | ||
74 | |||
75 | * Added a separator bar between "Wear" and "Restore to Last | ||
76 | Position" on the inventory context menu. Thanks, Jacek! | ||
77 | |||
78 | * You can now access the Gestures manager window from the chat | ||
79 | bar. (IMP-116). Thanks, Armin Weatherwax! | ||
80 | |||
81 | * The top menu bar no longer turns red when connecting to | ||
82 | third-party grids. Thanks, McCabe! | ||
83 | |||
84 | * The login screen now shows pretty pictures like the SL viewer | ||
85 | does. It will display something Imprudence-specific in the | ||
86 | future. Thanks, Jacek! | ||
87 | |||
88 | |||
89 | BUG FIXES | ||
90 | |||
91 | * Fixed PARCEL_FLAG_ALLOW_CREATE_GROUP_OBJECTS not being | ||
92 | highlighted in the script editor (VWR-8454). Thanks, McCabe! | ||
93 | |||
94 | * Fixed a crash when uploading files with non-ASCII characters | ||
95 | in path on Linux (VWR-5575). Thanks for the patch, Alissa | ||
96 | Sabre! | ||
97 | |||
98 | * Fixed two small memory leaks when uploading LSL scripts | ||
99 | (VWR-9400). Thanks for the patches, Carjay McGinnis and Henri | ||
100 | Beauchamp! | ||
101 | |||
102 | * Fixed the "Pay Object" mouse cursor for Linux (it had been | ||
103 | showing the "Play Media" cursor) (VWR-10829). Thanks, Jacek! | ||
104 | |||
105 | * Fixed the "High Resolution Snapshot" checkbox being visible | ||
106 | in cases where it shouldn't have been. Thanks, McCabe! | ||
107 | |||
108 | * Backported several bug fixes from the SL 1.22 viewer. Thanks, | ||
109 | McCabe! | ||
110 | |||
111 | - Fixed: Wrong visualisation of animations (VWR-996). | ||
112 | Thanks, Unknown Linden! | ||
113 | |||
114 | - Fixed: Reset Scripts in Selection failed if the parent | ||
115 | object had no scripts (SVC-2771). Thanks, Si Linden! | ||
116 | |||
117 | - Fixed: Prim position appears to be wrong (VWR-3871). | ||
118 | Thanks, Unknown Linden! | ||
119 | |||
120 | - Fixed: Possible crash in llfloater.cpp. | ||
121 | Thanks, Unknown Linden! | ||
122 | |||
123 | - Fixed: Possible crash while changing graphics settings. | ||
124 | Thanks, Unknown Linden! | ||
125 | |||
126 | - Fixed: No way to hide IMs in chat console (VWR-3060). | ||
127 | Thanks for the patch, Henri Beauchamp! | ||
128 | |||
129 | - Fixed: Texture decoder would try to decode more texture | ||
130 | channels than the texture had (VWR-4070). Thanks for the | ||
131 | patch, Carjay McGinnis! | ||
132 | |||
133 | |||
134 | MISC. | ||
135 | |||
136 | * Sounds are no longer downloaded if the volume slider is muted | ||
137 | or zero, to conserve bandwidth, etc. (VWR-11674). Thanks for | ||
138 | the patch, Zwagoth Klaar! | ||
139 | |||
140 | * Tons of work under the hood on GStreamer and OpenAL. You | ||
141 | deserve gold medals, McCabe and Jacek! | ||
142 | |||
143 | |||
144 | |||
145 | |||
146 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | ||
7 | =- 1.1.0 RC2 -= | 147 | =- 1.1.0 RC2 -= |
8 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 148 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
9 | 149 | ||