diff options
author | McCabe Maxsted | 2009-01-12 13:23:47 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-01-12 13:23:47 -0700 |
commit | 17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c (patch) | |
tree | e434bed1acb30ce3409a3a2e245f96af43682d79 /ChangeLog.txt | |
parent | Various pie menu improvements. (diff) | |
parent | Added inventory changes for one method of inventory loss and upcoming new inv... (diff) | |
download | meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.zip meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.gz meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.bz2 meta-impy-17fa13f1c96ce7f4d3ea58ecd55e7efa0d393b6c.tar.xz |
Added inventory changes to fix one method of inventory loss.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 28 |
1 files changed, 24 insertions, 4 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 985468b..bdebb51 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,12 +1,10 @@ | |||
1 | <<<<<<< HEAD:ChangeLog.txt | ||
2 | 2009-01-12 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-01-12 McCabe Maxsted <hakushakukun@gmail.com> |
3 | 2 | ||
4 | * linden/indra/llcommon/llversionviewer.h | 3 | * linden/indra/llcommon/llversionviewer.h |
5 | Changed version to RC1. | 4 | Changed version to RC1. |
6 | 5 | ||
7 | |||
8 | * linden/indra/llmath/llcalc.cpp: | 6 | * linden/indra/llmath/llcalc.cpp: |
9 | Added cheat sheet help buttons in tools window, tweaked the layout a bit. | 7 | Added cheat sheet help buttons in tools window. |
10 | * linden/indra/newview/llpanelface.cpp: | 8 | * linden/indra/newview/llpanelface.cpp: |
11 | Ditto. | 9 | Ditto. |
12 | * linden/indra/newview/llpanelface.h: | 10 | * linden/indra/newview/llpanelface.h: |
@@ -18,7 +16,7 @@ | |||
18 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: | 16 | * linden/indra/newview/skins/default/xui/en-us/alerts.xml: |
19 | Ditto. | 17 | Ditto. |
20 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: | 18 | * linden/indra/newview/skins/default/xui/en-us/floater_tools.xml: |
21 | Ditto. | 19 | Tweaked the layout a bit. |
22 | 20 | ||
23 | 21 | ||
24 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> | 22 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> |
@@ -206,6 +204,28 @@ | |||
206 | * linden/indra/newview/llfloaterworldmap.cpp: | 204 | * linden/indra/newview/llfloaterworldmap.cpp: |
207 | llMapDestination and map floater can now tp up to 4096m. | 205 | llMapDestination and map floater can now tp up to 4096m. |
208 | 206 | ||
207 | * linden/etc/message.xml: | ||
208 | Added inventory changes for one method of inventory | ||
209 | loss and upcoming new inv capabilities. | ||
210 | * linden/indra/llcommon/indra_constants.h: | ||
211 | Ditto. | ||
212 | * linden/indra/llinventory/llinventory.cpp: | ||
213 | Ditto. | ||
214 | * linden/indra/llmessage/lliosocket.cpp: | ||
215 | Ditto. | ||
216 | * linden/indra/llmessage/llpumpio.cpp: | ||
217 | Ditto. | ||
218 | * linden/indra/llmessage/llpumpio.h: | ||
219 | Ditto. | ||
220 | * linden/indra/newview/llinventorymodel.cpp: | ||
221 | Ditto. | ||
222 | * linden/indra/newview/llinventorymodel.h: | ||
223 | Ditto. | ||
224 | * linden/indra/newview/llstartup.cpp: | ||
225 | Ditto. | ||
226 | * linden/indra/newview/llviewerinventory.cpp: | ||
227 | Ditto. | ||
228 | |||
209 | 229 | ||
210 | 2008-12-22 McCabe Maxsted <hakushakukun@gmail.com> | 230 | 2008-12-22 McCabe Maxsted <hakushakukun@gmail.com> |
211 | 231 | ||