diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index e4a0a2e..3a474b4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,88 @@ | |||
1 | 2009-10-21 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Added Advanced menu option for AllowMultipleViewers for testing purposes. | ||
4 | |||
5 | modified: linden/indra/newview/llviewermenu.cpp | ||
6 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | ||
7 | |||
8 | |||
9 | 2009-10-19 McCabe Maxsted <hakushakukun@gmail.com> | ||
10 | |||
11 | * Partial fix for avatar names not displaying at > 1024m | ||
12 | (won't be fixed until LL actually sends height in more than one byte -_-) | ||
13 | |||
14 | modified: linden/indra/newview/llfloatermap.cpp | ||
15 | |||
16 | |||
17 | * Clamp map teleporting at 4096 rather than 1000. | ||
18 | |||
19 | modified: linden/indra/newview/llfloaterworldmap.cpp | ||
20 | |||
21 | |||
22 | * Applied rlva_init-imprudence.patch (fixes RLVa not initializing in 1.2). | ||
23 | |||
24 | modified: linden/indra/newview/llappviewer.cpp | ||
25 | modified: linden/indra/newview/llstartup.cpp | ||
26 | |||
27 | |||
28 | 2009-10-17 McCabe Maxsted <hakushakukun@gmail.com> | ||
29 | |||
30 | * Ported notecard security fix from LL's 1.23.5 viewer. | ||
31 | |||
32 | modified: linden/indra/newview/llassetuploadresponders.cpp | ||
33 | modified: linden/indra/newview/llpreview.cpp | ||
34 | modified: linden/indra/newview/llpreview.h | ||
35 | |||
36 | |||
37 | 2009-10-16 McCabe Maxsted <hakushakukun@gmail.com> | ||
38 | |||
39 | * Applied RLVa-1.0.4e_20091010_SL-1.22.11-diff.patch. | ||
40 | |||
41 | modified: linden/indra/newview/app_settings/settings.xml | ||
42 | modified: linden/indra/newview/llagent.cpp | ||
43 | modified: linden/indra/newview/llchatbar.cpp | ||
44 | modified: linden/indra/newview/llinventorybridge.cpp | ||
45 | modified: linden/indra/newview/llpanelinventory.cpp | ||
46 | modified: linden/indra/newview/llviewermenu.cpp | ||
47 | modified: linden/indra/newview/llviewermessage.cpp | ||
48 | modified: linden/indra/newview/llviewertexteditor.cpp | ||
49 | modified: linden/indra/newview/rlvdefines.h | ||
50 | modified: linden/indra/newview/rlvextensions.cpp | ||
51 | modified: linden/indra/newview/rlvextensions.h | ||
52 | modified: linden/indra/newview/rlvhandler.cpp | ||
53 | modified: linden/indra/newview/rlvhandler.h | ||
54 | modified: linden/indra/newview/rlvhelper.cpp | ||
55 | modified: linden/indra/newview/rlvhelper.h | ||
56 | |||
57 | |||
1 | 2009-10-13 McCabe Maxsted <hakushakukun@gmail.com> | 58 | 2009-10-13 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 59 | ||
60 | * Applied patch for VWR-6787 by Alissa Sabre - 'none' text in group window not translatable. | ||
61 | |||
62 | modified: indra/newview/llfloatergroups.cpp | ||
63 | modified: indra/newview/skins/default/xui/de/floater_choose_group.xml | ||
64 | modified: indra/newview/skins/default/xui/de/panel_groups.xml | ||
65 | modified: indra/newview/skins/default/xui/en-us/floater_choose_group.xml | ||
66 | modified: indra/newview/skins/default/xui/en-us/panel_groups.xml | ||
67 | modified: indra/newview/skins/default/xui/ja/floater_choose_group.xml | ||
68 | modified: indra/newview/skins/default/xui/ja/panel_groups.xml | ||
69 | modified: indra/newview/skins/default/xui/ko/floater_choose_group.xml | ||
70 | modified: indra/newview/skins/default/xui/ko/panel_groups.xml | ||
71 | |||
72 | |||
73 | * Combine the two mini-map mute buttons into one. | ||
74 | |||
75 | modified: linden/indra/newview/llfloatermap.cpp | ||
76 | modified: linden/indra/newview/skins/default/xui/en-us/floater_mini_map.xml | ||
77 | |||
78 | |||
79 | * Parcel highlighting when selecting a name in radar is less buggy. | ||
80 | |||
81 | modified: linden/indra/newview/llfloatermap.cpp | ||
82 | modified: linden/indra/newview/llfloatermap.h | ||
83 | modified: linden/indra/newview/llviewermessage.cpp | ||
84 | |||
85 | |||
3 | * Added history button for group chat as well. | 86 | * Added history button for group chat as well. |
4 | 87 | ||
5 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml | 88 | modified: linden/indra/newview/skins/default/xui/en-us/floater_instant_message_group.xml |