diff options
author | Jacek Antonelli | 2009-09-25 22:14:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-09-25 22:14:34 -0500 |
commit | a1041a6fa17368e13d610df9d5eb23e307654815 (patch) | |
tree | 5f8c22e1bbdeb727600c31ff60f908b785c2faae /ChangeLog.txt | |
parent | Moved "Show HUD Attachments" back to View, restored shortcut. (diff) | |
parent | Fixed region names not showing up on regions with zero avatars (diff) | |
download | meta-impy-a1041a6fa17368e13d610df9d5eb23e307654815.zip meta-impy-a1041a6fa17368e13d610df9d5eb23e307654815.tar.gz meta-impy-a1041a6fa17368e13d610df9d5eb23e307654815.tar.bz2 meta-impy-a1041a6fa17368e13d610df9d5eb23e307654815.tar.xz |
Merge remote branch 'mccabe/1.2.0-next' into next
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 5110fd5..30ab5fb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,42 @@ | |||
1 | 2009-09-25 McCabe Maxsted <hakushakukun@gmail.com> | ||
2 | |||
3 | * Removed problematic /MP flag. | ||
4 | |||
5 | modified: linden/indra/cmake/00-Common.cmake | ||
6 | |||
7 | |||
8 | * Fixed Windows using wrong GStreamer library names. | ||
9 | |||
10 | modified: linden/indra/cmake/GStreamer.cmake | ||
11 | |||
12 | |||
13 | * Fixed region names not showing up on regions with zero avatars. | ||
14 | |||
15 | modified: linden/indra/newview/llworldmapview.cpp | ||
16 | |||
17 | |||
18 | 2009-09-24 McCabe Maxsted <hakushakukun@gmail.com> | ||
19 | |||
20 | * Applied RLVa patch for Imprudence 1.2 by Kitty Barnett. | ||
21 | |||
22 | modified: linden/indra/newview/llfloatermap.cpp | ||
23 | modified: linden/indra/newview/llinventorybridge.cpp | ||
24 | modified: linden/indra/newview/llnetmap.cpp | ||
25 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
26 | modified: linden/indra/newview/llwindlightremotectrl.cpp | ||
27 | |||
28 | |||
29 | * Fixed Add button being enabled for friends in the radar. | ||
30 | |||
31 | modified: linden/indra/newview/llfloatermap.cpp | ||
32 | |||
33 | |||
34 | * Fixed Last Owner text in tools window not disabling. | ||
35 | |||
36 | modified: linden/indra/newview/llpanelpermissions.cpp | ||
37 | modified: linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | ||
38 | |||
39 | |||
1 | 2009-09-23 Jacek Antonelli <jacek.antonelli@gmail.com> | 40 | 2009-09-23 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 41 | ||
3 | * Moved "Show HUD Attachments" back to View, restored shortcut. | 42 | * Moved "Show HUD Attachments" back to View, restored shortcut. |
@@ -6,6 +45,25 @@ | |||
6 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml | 45 | modified: linden/indra/newview/skins/default/xui/en-us/menu_viewer.xml |
7 | 46 | ||
8 | 47 | ||
48 | 2009-09-22 McCabe Maxsted <hakushakukun@gmail.com> | ||
49 | |||
50 | * Fixed RLVa issue in LLNetMap the right way (thanks Kitty). | ||
51 | |||
52 | modified: linden/indra/newview/llnetmap.cpp | ||
53 | |||
54 | |||
55 | * Clarifed Mini-Map menu option: 'Show Map' to 'Show World Map'. | ||
56 | |||
57 | modified: linden/indra/newview/skins/default/xui/en-us/menu_mini_map.xml | ||
58 | |||
59 | |||
60 | * Applied particle chat feature from Emerald viewer (tell an object it's selected on channel 9000). | ||
61 | |||
62 | modified: linden/indra/newview/app_settings/settings.xml | ||
63 | modified: linden/indra/newview/llvoavatar.cpp | ||
64 | modified: linden/indra/newview/llvoavatar.h | ||
65 | |||
66 | |||
9 | 2009-09-21 McCabe Maxsted <hakushakukun@gmail.com> | 67 | 2009-09-21 McCabe Maxsted <hakushakukun@gmail.com> |
10 | 68 | ||
11 | * Changed 'Presets' button to 'Sky'. | 69 | * Changed 'Presets' button to 'Sky'. |