aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ChangeLog.txt
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-06-13 00:21:47 -0700
committerMcCabe Maxsted2009-06-13 00:21:47 -0700
commit622903e3c0b9db7bb7c38e0b35bda80919eb3345 (patch)
tree0392d06941ca299fc892040bded3ca7db0030965 /ChangeLog.txt
parentApplied patch by Robin Cornelius for VWR-12686: LLTextureCache::writeToCache(... (diff)
downloadmeta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.zip
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.gz
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.bz2
meta-impy-622903e3c0b9db7bb7c38e0b35bda80919eb3345.tar.xz
Applied Aimee's patch for VWR-6918: Hide/Show Selection Outlines
Diffstat (limited to '')
-rw-r--r--ChangeLog.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index cc78998..db9529c 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -4,6 +4,19 @@
4 LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE 4 LLTextureCache::writeToCache() does not cache textures smaller than TEXTURE_CACHE_ENTRY_SIZE
5 5
6 modified: linden/indra/newview/lltexturecache.cpp 6 modified: linden/indra/newview/lltexturecache.cpp
7
8
9 Aimee Trescothick <aimee@ama-zing.co.uk>
10
11 * VWR-6918: Hide/Show Selection Outlines.
12
13 modified: indra/newview/app_settings/settings.xml
14 modified: indra/newview/llappviewer.cpp
15 modified: indra/newview/llselectmgr.cpp
16 modified: indra/newview/llselectmgr.h
17 modified: indra/newview/llviewermenu.cpp
18 modified: indra/newview/skins/default/xui/en-us/menu_viewer.xml
19
7 20
82009-06-11 McCabe Maxsted <hakushakukun@gmail.com> 212009-06-11 McCabe Maxsted <hakushakukun@gmail.com>
9 22