diff options
author | McCabe Maxsted | 2009-10-01 06:05:55 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-10-01 06:05:55 -0700 |
commit | 3f6375ea527f206981661c83bc66b0350934a797 (patch) | |
tree | ecfb1b9d064eea677ac795c97412e2a36fa05c74 /ChangeLog.txt | |
parent | Changed the minimum draw distance from 64m to 32m (diff) | |
download | meta-impy-3f6375ea527f206981661c83bc66b0350934a797.zip meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.gz meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.bz2 meta-impy-3f6375ea527f206981661c83bc66b0350934a797.tar.xz |
Fixed inability to teleport to adult regions in Imprudence 1.2 (Ugly. Only use on 1.22 code base)
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 2f7364b..a248155 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,15 @@ | |||
1 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-10-01 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Fixed inability to teleport to adult regions in Imprudence 1.2. | ||
4 | (Ugly. Only use on 1.22 code base) | ||
5 | |||
6 | modified: linden/indra/newview/app_settings/settings.xml | ||
7 | modified: linden/indra/newview/llagent.cpp | ||
8 | modified: linden/indra/newview/llagent.h | ||
9 | modified: linden/indra/newview/llstartup.cpp | ||
10 | modified: linden/indra/newview/llviewerregion.cpp | ||
11 | |||
12 | |||
3 | * Changed the minimum draw distance from 64m to 32m. | 13 | * Changed the minimum draw distance from 64m to 32m. |
4 | 14 | ||
5 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml | 15 | modified: linden/indra/newview/skins/default/xui/en-us/panel_preferences_graphics1.xml |
@@ -12,7 +22,6 @@ | |||
12 | 22 | ||
13 | 23 | ||
14 | * Fixed 1.2 thinking it was on the Teen Grid. | 24 | * Fixed 1.2 thinking it was on the Teen Grid. |
15 | (And also accidentally made us adult compliant! Hah!) | ||
16 | 25 | ||
17 | modified: linden/indra/newview/llstartup.cpp | 26 | modified: linden/indra/newview/llstartup.cpp |
18 | 27 | ||