diff options
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index b26fc7e..d7048ad 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,6 +1,14 @@ | |||
1 | 2009-05-24 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-05-24 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/llagent.cpp: | 3 | * linden/indra/newview/llagent.cpp: |
4 | Added Teleport Home confirmation and callback methods. | ||
5 | LLAgent::teleportHomeConfirm() | ||
6 | LLAgent::teleportHomeCallback() | ||
7 | * linden/indra/newview/llagent.h: | ||
8 | Ditto. | ||
9 | |||
10 | |||
11 | * linden/indra/newview/llagent.cpp: | ||
4 | Moved LLAgent::teleportHome() definition. | 12 | Moved LLAgent::teleportHome() definition. |
5 | Was in llagent.h for no good reason, now in llagent.cpp. | 13 | Was in llagent.h for no good reason, now in llagent.cpp. |
6 | * linden/indra/newview/llagent.h: | 14 | * linden/indra/newview/llagent.h: |