diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 0988394..0330274 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,10 +1,83 @@ | |||
1 | 2008-09-22 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
4 | Increased maximum settable transparency from 90% to 100%. | ||
5 | |||
6 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
7 | Changed "Select Texture" to "Select Faces to Texture". | ||
8 | |||
9 | 2008-09-22 Aimee Trescothick <aimee@ama-zing.co.uk> | ||
10 | |||
11 | * linden/indra/newview/app_settings/settings.xml: | ||
12 | VWR-8430: Usability improvements to the land tools floater. | ||
13 | * linden/indra/newview/llfloatertools.cpp: | ||
14 | Ditto. | ||
15 | * linden/indra/newview/llfloatertools.h: | ||
16 | Ditto. | ||
17 | * linden/indra/newview/llpanelland.cpp: | ||
18 | Ditto. | ||
19 | * linden/indra/newview/llpanelland.h: | ||
20 | Ditto. | ||
21 | * linden/indra/newview/lltoolbrush.cpp: | ||
22 | Ditto. | ||
23 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: | ||
24 | Ditto. | ||
25 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
26 | Ditto. | ||
27 | |||
28 | 2008-09-21 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
29 | |||
30 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
31 | Reindented and cleaned up menu XML for code readability. | ||
32 | |||
33 | 2008-09-20 Michelle2 Zenovka <robin.cornelius@gmail.com> | ||
34 | |||
35 | * linden/indra/newview/llfloaterbulkpermission.h: | ||
36 | VWR-5082: 'Set permissions on selected task inventory' feature. | ||
37 | * linden/indra/newview/llfloaterbulkpermission.cpp: | ||
38 | Ditto. | ||
39 | * linden/indra/newview/llviewermenu.cpp: | ||
40 | Ditto. | ||
41 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
42 | Ditto. | ||
43 | * linden/indra/newview/skins/default/xui/en-us/floater_bulk_perms.xml: | ||
44 | Ditto. | ||
45 | |||
46 | 2008-09-19 Gigs Taggart <gigstaggart@gmail.com> | ||
47 | |||
48 | * linden/indra/newview/app_settings/settings.xml: | ||
49 | VWR-2331: Terraform tool variable "strength". | ||
50 | Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden. | ||
51 | * linden/indra/newview/llfloatertools.cpp: | ||
52 | Ditto. | ||
53 | * linden/indra/newview/llfloatertools.h: | ||
54 | Ditto. | ||
55 | * linden/indra/newview/lltoolbrush.cpp: | ||
56 | Ditto. | ||
57 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
58 | Ditto. | ||
59 | |||
1 | 2008-09-19 McCabe Maxsted <hakushakukun@gmail.com> | 60 | 2008-09-19 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 61 | ||
62 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
63 | VWR-1363: Add "Return Object" to the Tools menu. | ||
64 | |||
65 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
66 | VWR-7877: Change the default cut increment from 0.05 to 0.025. | ||
67 | |||
3 | * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml: | 68 | * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml: |
4 | VWR-8024: simplify group invites: invite to group from groups list. | 69 | VWR-8024: simplify group invites: invite to group from groups list. |
5 | 70 | ||
6 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> | 71 | 2008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> |
7 | 72 | ||
73 | * linden/indra/newview/llviewermenu.cpp: | ||
74 | VWR-2947: Create event callbacks for Advanced menu functions. | ||
75 | Part of VWR-2896: Convert "Advanced" menu to XUI. | ||
76 | |||
77 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
78 | VWR-2948: Create XUI-based Advanced menu. | ||
79 | Part of VWR-2896: Convert "Advanced" menu to XUI. | ||
80 | |||
8 | * linden/indra/SConstruct: | 81 | * linden/indra/SConstruct: |
9 | New optional SConstruct flag to specify an exact path to build | 82 | New optional SConstruct flag to specify an exact path to build |
10 | directory: BUILD_DIR. For convenience until we switch to CMake. | 83 | directory: BUILD_DIR. For convenience until we switch to CMake. |
@@ -14,3 +87,16 @@ | |||
14 | For convenience until we switch to CMake. | 87 | For convenience until we switch to CMake. |
15 | * linden/indra/newview/viewer_manifest.py: | 88 | * linden/indra/newview/viewer_manifest.py: |
16 | Ditto. | 89 | Ditto. |
90 | |||
91 | 2008-09-07 McCabe Maxsted <hakushakukun@gmail.com> | ||
92 | |||
93 | * linden/indra/newview/llpanelobject.cpp: | ||
94 | VWR-7827: Allow Dimple/Profile Cut for boxes and box-based prims | ||
95 | in the UI. | ||
96 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | ||
97 | Ditto. | ||
98 | |||
99 | 2008-09-07 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
100 | |||
101 | * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml: | ||
102 | VWR-8056: Clean up menu_viewer.xml (main menu XUI). | ||