aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r--ChangeLog.txt98
1 files changed, 98 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index 6360f91..7d3b0d3 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,3 +1,11 @@
12008-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
12008-09-22 Aimee Trescothick <aimee@ama-zing.co.uk> 92008-09-22 Aimee Trescothick <aimee@ama-zing.co.uk>
2 10
3 * linden/indra/newview/lloverlaybar.cpp: 11 * linden/indra/newview/lloverlaybar.cpp:
@@ -7,8 +15,85 @@
7 * linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml: 15 * linden/indra/newview/skins/default/xui/en-us/panel_overlaybar.xml:
8 Ditto. 16 Ditto.
9 17
18 * linden/indra/newview/app_settings/settings.xml:
19 VWR-8430: Usability improvements to the land tools floater.
20 * linden/indra/newview/llfloatertools.cpp:
21 Ditto.
22 * linden/indra/newview/llfloatertools.h:
23 Ditto.
24 * linden/indra/newview/llpanelland.cpp:
25 Ditto.
26 * linden/indra/newview/llpanelland.h:
27 Ditto.
28 * linden/indra/newview/lltoolbrush.cpp:
29 Ditto.
30 * linden/indra/newview/skins/default/xui/en-us/alerts.xml:
31 Ditto.
32 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
33 Ditto.
34
352008-09-21 Jacek Antonelli <jacek.antonelli@gmail.com>
36
37 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
38 Reindented and cleaned up menu XML for code readability.
39
402008-09-20 Michelle2 Zenovka <robin.cornelius@gmail.com>
41
42 * linden/indra/newview/llfloaterbulkpermission.h:
43 VWR-5082: 'Set permissions on selected task inventory' feature.
44 * linden/indra/newview/llfloaterbulkpermission.cpp:
45 Ditto.
46 * linden/indra/newview/llviewermenu.cpp:
47 Ditto.
48 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
49 Ditto.
50 * linden/indra/newview/skins/default/xui/en-us/floater_bulk_perms.xml:
51 Ditto.
52
532008-09-20 Paul Churchill <pnolan@dsl.pipex.com>
54
55 * linden/indra/newview/llimpanel.cpp:
56 VWR-2072: New Feature -> UI -> IM -> Teleport (other person) Button.
57 * linden/indra/newview/llimpanel.h:
58 Ditto.
59 * linden/indra/newview/skins/default/xui/en-us/floater_instant_message.xml:
60 Ditto.
61
622008-09-19 Gigs Taggart <gigstaggart@gmail.com>
63
64 * linden/indra/newview/app_settings/settings.xml:
65 VWR-2331: Terraform tool variable "strength".
66 Contributing authors: Gigs Taggart, Aimee Trescothick, Which Linden.
67 * linden/indra/newview/llfloatertools.cpp:
68 Ditto.
69 * linden/indra/newview/llfloatertools.h:
70 Ditto.
71 * linden/indra/newview/lltoolbrush.cpp:
72 Ditto.
73 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
74 Ditto.
75
762008-09-19 McCabe Maxsted <hakushakukun@gmail.com>
77
78 * linden/indra/newview/skins/default/xui/en-us/panel_groups.xml:
79 VWR-8024: simplify group invites: invite to group from groups list.
80
81 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
82 VWR-1363: Add "Return Object" to the Tools menu.
83
84 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
85 VWR-7877: Change the default cut increment from 0.05 to 0.025.
86
102008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com> 872008-09-19 Jacek Antonelli <jacek.antonelli@gmail.com>
11 88
89 * linden/indra/newview/llviewermenu.cpp:
90 VWR-2947: Create event callbacks for Advanced menu functions.
91 Part of VWR-2896: Convert "Advanced" menu to XUI.
92
93 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
94 VWR-2948: Create XUI-based Advanced menu.
95 Part of VWR-2896: Convert "Advanced" menu to XUI.
96
12 * linden/indra/SConstruct: 97 * linden/indra/SConstruct:
13 New optional SConstruct flag to specify an exact path to build 98 New optional SConstruct flag to specify an exact path to build
14 directory: BUILD_DIR. For convenience until we switch to CMake. 99 directory: BUILD_DIR. For convenience until we switch to CMake.
@@ -18,3 +103,16 @@
18 For convenience until we switch to CMake. 103 For convenience until we switch to CMake.
19 * linden/indra/newview/viewer_manifest.py: 104 * linden/indra/newview/viewer_manifest.py:
20 Ditto. 105 Ditto.
106
1072008-09-07 McCabe Maxsted <hakushakukun@gmail.com>
108
109 * linden/indra/newview/llpanelobject.cpp:
110 VWR-7827: Allow Dimple/Profile Cut for boxes and box-based prims
111 in the UI.
112 * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml:
113 Ditto.
114
1152008-09-07 Jacek Antonelli <jacek.antonelli@gmail.com>
116
117 * linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml:
118 VWR-8056: Clean up menu_viewer.xml (main menu XUI).