aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-09-20 14:19:50 -0700
committerMcCabe Maxsted2009-09-20 14:20:05 -0700
commitf1390461aa1a6b85d5f4cacf264f595640b91672 (patch)
treed144836e8de53599c37413f84b7612bc9d58056f /ChangeLog.txt
parentFixed inventory offers not avatar name (another RLVa bug) (diff)
downloadmeta-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.txt7
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 @@
12009-09-20 McCabe Maxsted <hakushakukun@gmail.co 12009-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
192009-09-18 McCabe Maxsted <hakushakukun@gmail.com> 242009-09-18 McCabe Maxsted <hakushakukun@gmail.com>