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