diff options
author | Armin Weatherwax | 2010-02-03 17:10:57 +0100 |
---|---|---|
committer | Jacek Antonelli | 2010-02-22 01:39:11 -0600 |
commit | 973f07db7982e78c634c29f6139dea547a111141 (patch) | |
tree | d98b613386f9de0151a7b8528ac366d700b5e91c /ChangeLog.txt | |
parent | Fixed an error at shutdown (gSavedSettings.cleanup). (diff) | |
download | meta-impy-973f07db7982e78c634c29f6139dea547a111141.zip meta-impy-973f07db7982e78c634c29f6139dea547a111141.tar.gz meta-impy-973f07db7982e78c634c29f6139dea547a111141.tar.bz2 meta-impy-973f07db7982e78c634c29f6139dea547a111141.tar.xz |
Fixed a rare crash from textures with too many components.
Only seen in lbsa plaza on OSGrid, so far.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index a6dbd4d..2e1096f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -243,6 +243,16 @@ | |||
243 | modified: linden/indra/newview/llviewercontrol.cpp | 243 | modified: linden/indra/newview/llviewercontrol.cpp |
244 | 244 | ||
245 | 245 | ||
246 | 2010-02-03 Armin Weatherwax <Armin.Weatherwax@gmail.com> | ||
247 | |||
248 | * Fixed a rare crash from textures with too many components. | ||
249 | Only seen in lbsa plaza on OSGrid, so far. | ||
250 | |||
251 | modified: linden/indra/llimagej2coj/llimagej2coj.cpp | ||
252 | modified: linden/indra/llrender/llimagegl.cpp | ||
253 | modified: linden/indra/newview/app_settings/logcontrol.xml | ||
254 | |||
255 | |||
246 | 2010-01-30 Jacek Antonelli <jacek.antonelli@gmail.com> | 256 | 2010-01-30 Jacek Antonelli <jacek.antonelli@gmail.com> |
247 | 257 | ||
248 | * Improved "Pay Object" floater layout and XML. | 258 | * Improved "Pay Object" floater layout and XML. |