diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 93 |
1 files changed, 93 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index a1b6e53..597c595 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,96 @@ | |||
1 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Fixed switched Buy and Create locations in object pie menu (regression). | ||
4 | |||
5 | modified: linden/indra/newview/skins/default/xui/en-us/menu_pie_object.xml | ||
6 | |||
7 | |||
8 | * Fixed inability to teleport to adult regions in Imprudence 1.2. | ||
9 | (Ugly. Only use on 1.22 code base) | ||
10 | |||
11 | modified: linden/indra/newview/app_settings/settings.xml | ||
12 | modified: linden/indra/newview/llagent.cpp | ||
13 | modified: linden/indra/newview/llagent.h | ||
14 | modified: linden/indra/newview/llstartup.cpp | ||
15 | modified: linden/indra/newview/llviewerregion.cpp | ||
16 | |||
17 | |||
18 | * Changed the minimum draw distance from 64m to 32m. | ||
19 | |||
20 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | ||
21 | modified: linden/indra/newview/skins/default/xui/en-us/panel_windlight_remote_expanded.xml | ||
22 | |||
23 | |||
24 | * Suspected partial crash fix for Logout. | ||
25 | |||
26 | modified: linden/indra/newview/llappviewer.cpp | ||
27 | |||
28 | |||
29 | * Fixed 1.2 thinking it was on the Teen Grid. | ||
30 | |||
31 | modified: linden/indra/newview/llstartup.cpp | ||
32 | |||
33 | |||
34 | * Updated gpu_table.txt to latest version in Snowglobe. | ||
35 | |||
36 | modified: linden/indra/newview/gpu_table.txt | ||
37 | |||
38 | |||
39 | 2009-09-29 McCabe Maxsted <hakushakukun@gmail.com> | ||
40 | |||
41 | * Fixed Unlink not enabling when Edit Linked Parts enabled. | ||
42 | |||
43 | modified: linden/indra/newview/llfloatertools.cpp | ||
44 | modified: linden/indra/newview/llviewermenu.cpp | ||
45 | |||
46 | |||
47 | * Fixed Join Call button truncated in group IMs (regression). | ||
48 | |||
49 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | ||
50 | |||
51 | |||
52 | * Fixed reset UI size to default button missing from preferences > general (regression). | ||
53 | Changed incremets to 0.001 to be more Liberation Sans-friendly. | ||
54 | |||
55 | modified: linden/indra/newview/llpanelgeneral.cpp | ||
56 | modified: linden/indra/newview/llpanelgeneral.h | ||
57 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_general.xml | ||
58 | |||
59 | |||
60 | * Renamed preferences checkbox to 'show WindLight toolbar,' removed reference to 'Second Life.' | ||
61 | |||
62 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | ||
63 | |||
64 | |||
65 | * Adjusted 2nd Life profile tab layout for French language. | ||
66 | |||
67 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
68 | |||
69 | |||
70 | * Added the name box back to avatar profiles. | ||
71 | |||
72 | modified: linden/indra/newview/skins/default/xui/en-us/panel_avatar.xml | ||
73 | |||
74 | |||
75 | 2009-09-28 McCabe Maxsted <hakushakukun@gmail.com> | ||
76 | |||
77 | * Fixed first windlight toolbar entry toggling Advanced Sky. | ||
78 | |||
79 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
80 | |||
81 | |||
82 | * Renamed ScriptBgReadOnlyColor to ScrollReadOnlyColor so we don't lose it in a merge. | ||
83 | |||
84 | modified: linden/indra/newview/llpanelavatar.cpp | ||
85 | modified: linden/indra/newview/skins/default/colors_base.xml | ||
86 | modified: linden/indra/newview/skins/silver/colors_base.xml | ||
87 | |||
88 | |||
89 | * Fixed Advanced Sky only toggling once. | ||
90 | |||
91 | modified: linden/indra/newview/llfloaterwindlight.cpp | ||
92 | |||
93 | |||
1 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 94 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |
2 | =- 1.2.0 BETA -= | 95 | =- 1.2.0 BETA -= |
3 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- | 96 | =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- |