diff options
author | Jacek Antonelli | 2010-02-28 15:06:28 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-28 15:06:28 -0600 |
commit | ebce3d7682489151a6fc48a923c7154dad401219 (patch) | |
tree | 52c6ac20b862155c63e075350438a429e4abeacb /ChangeLog.txt | |
parent | Whitespace cleanup in QueryClientTags notification. (diff) | |
download | meta-impy-ebce3d7682489151a6fc48a923c7154dad401219.zip meta-impy-ebce3d7682489151a6fc48a923c7154dad401219.tar.gz meta-impy-ebce3d7682489151a6fc48a923c7154dad401219.tar.bz2 meta-impy-ebce3d7682489151a6fc48a923c7154dad401219.tar.xz |
ChangeLog entries for contributions from Patrick Sapinski.
Diffstat (limited to 'ChangeLog.txt')
-rw-r--r-- | ChangeLog.txt | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 3b7d31b..f54d93d 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -811,6 +811,28 @@ | |||
811 | modified: linden/indra/cmake/CopyWinLibs.cmake | 811 | modified: linden/indra/cmake/CopyWinLibs.cmake |
812 | 812 | ||
813 | 813 | ||
814 | 2009-12-01 Patrick Sapinski <patrick@sapinski.com> | ||
815 | |||
816 | * vstool VS2010 support | ||
817 | |||
818 | modified: linden/indra/tools/vstool/VSTool.exe | ||
819 | modified: linden/indra/tools/vstool/main.cs | ||
820 | |||
821 | |||
822 | * develop.py support for VS2010 | ||
823 | |||
824 | modified: linden/indra/develop.py | ||
825 | |||
826 | |||
827 | 2009-11-30 Patrick Sapinski <patrick@sapinski.com> | ||
828 | |||
829 | * Disabled sending viewer stats. | ||
830 | It is useless to the viewer and also transmits some sensitive | ||
831 | information about the user's computer to LL. | ||
832 | |||
833 | modified: linden/indra/newview/llappviewer.cpp | ||
834 | |||
835 | |||
814 | 2009-11-30 Armin Weatherwax <Armin.Weatherwax@gmail.com> | 836 | 2009-11-30 Armin Weatherwax <Armin.Weatherwax@gmail.com> |
815 | 837 | ||
816 | * Emeralds client name tag and clothing layer protection. | 838 | * Emeralds client name tag and clothing layer protection. |
@@ -868,6 +890,21 @@ | |||
868 | modified: linden/indra/newview/res/viewerRes.rc | 890 | modified: linden/indra/newview/res/viewerRes.rc |
869 | 891 | ||
870 | 892 | ||
893 | 2009-11-28 Patrick Sapinski <patrick@sapinski.com> | ||
894 | |||
895 | * dynamically linked libpng for windows added to install.xml (from | ||
896 | snowglobe) which is required to build 1.23 and up. | ||
897 | |||
898 | modified: linden/install.xml | ||
899 | |||
900 | |||
901 | * commented out some cmake code that completely breaks distributed | ||
902 | builds on Windows, doesn't affect other builds, seems to do | ||
903 | nothing, and was commented out on MK years ago :) | ||
904 | |||
905 | modified: linden/indra/newview/CMakeLists.txt | ||
906 | |||
907 | |||
871 | 2009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com> | 908 | 2009-11-28 Jacek Antonelli <jacek.antonelli@gmail.com> |
872 | 909 | ||
873 | * Compile flag "-Wno-non-virtual-dtor" is for C++, not C. | 910 | * Compile flag "-Wno-non-virtual-dtor" is for C++, not C. |