diff options
author | McCabe Maxsted | 2009-09-20 14:19:50 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-09-20 14:20:05 -0700 |
commit | f1390461aa1a6b85d5f4cacf264f595640b91672 (patch) | |
tree | d144836e8de53599c37413f84b7612bc9d58056f /ChangeLog.txt | |
parent | Fixed inventory offers not avatar name (another RLVa bug) (diff) | |
download | meta-impy-f1390461aa1a6b85d5f4cacf264f595640b91672.zip meta-impy-f1390461aa1a6b85d5f4cacf264f595640b91672.tar.gz meta-impy-f1390461aa1a6b85d5f4cacf264f595640b91672.tar.bz2 meta-impy-f1390461aa1a6b85d5f4cacf264f595640b91672.tar.xz |
Fixed group titles showing up as ?
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index fea7edc..7ccbbdf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,4 +1,4 @@ | |||
1 | 2009-09-20 McCabe Maxsted <hakushakukun@gmail.co | 1 | 2009-09-20 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Dynamically change max prim size depending upon LL/OpenSim grid (added setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m. | 3 | * Dynamically change max prim size depending upon LL/OpenSim grid (added setting for opensim detection: LoggedIntoOpenSim). OpenSim max is 128m. |
4 | 4 | ||
@@ -14,6 +14,11 @@ | |||
14 | * Fixed inventory offers not avatar name (another RLVa bug). | 14 | * Fixed inventory offers not avatar name (another RLVa bug). |
15 | 15 | ||
16 | modified: linden/indra/newview/llviewermessage.cpp | 16 | modified: linden/indra/newview/llviewermessage.cpp |
17 | |||
18 | |||
19 | * Fixed group titles showing up as ?. | ||
20 | |||
21 | modified: linden/indra/newview/llvoavatar.cpp | ||
17 | 22 | ||
18 | 23 | ||
19 | 2009-09-18 McCabe Maxsted <hakushakukun@gmail.com> | 24 | 2009-09-18 McCabe Maxsted <hakushakukun@gmail.com> |