diff options
author | Jacek Antonelli | 2008-11-25 18:18:52 -0600 |
---|---|---|
committer | Jacek Antonelli | 2008-11-25 18:18:52 -0600 |
commit | c07a4170324b61fc51e38ec72d44b26a52fc326e (patch) | |
tree | 549e97dcc039792b4dbeec3f353bc8fca42bcae6 /ChangeLog.txt | |
parent | Changed the grid selector options at login. (diff) | |
download | meta-impy-c07a4170324b61fc51e38ec72d44b26a52fc326e.zip meta-impy-c07a4170324b61fc51e38ec72d44b26a52fc326e.tar.gz meta-impy-c07a4170324b61fc51e38ec72d44b26a52fc326e.tar.bz2 meta-impy-c07a4170324b61fc51e38ec72d44b26a52fc326e.tar.xz |
Added "code name" field for grid selections.
The code name is used to fetch the proper splash page.
This decouples the user-visible label from the name
expected by the SL web server.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 8bee793..193b965 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,3 +1,16 @@ | |||
1 | 2008-11-25 Jacek Antonelli <jacek.antonelli@gmail.com> | ||
2 | |||
3 | * linden/indra/newview/llpanellogin.cpp: | ||
4 | Added "code name" field for grid selections. | ||
5 | The code name is used to fetch the proper splash page. | ||
6 | This decouples the user-visible label from the name | ||
7 | expected by the SL web server. | ||
8 | * linden/indra/newview/llviewernetwork.cpp: | ||
9 | Ditto. | ||
10 | * linden/indra/newview/llviewernetwork.h: | ||
11 | Ditto. | ||
12 | |||
13 | |||
1 | 2008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com> | 14 | 2008-11-24 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 15 | ||
3 | * linden/indra/newview/llpanellogin.cpp: | 16 | * linden/indra/newview/llpanellogin.cpp: |