From a8112de9df4cf80fadeed323a477fedd7581930b Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Fri, 21 Nov 2008 15:47:30 -0600 Subject: Likely fix for VWR-8920 (disappearing attachments). From http://svn.secondlife.com/trac/linden/changeset/1393 --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 15d5e13..9b3e11c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2008-11-21 Jacek Antonelli + + * linden/indra/newview/lldrawable.cpp: + Likely fix for VWR-8920 (disappearing attachments). + From http://svn.secondlife.com/trac/linden/changeset/1393 + + 2008-11-18 Jacek Antonelli * linden/indra/llcrashlogger/llcrashlogger.cpp: -- cgit v1.1 From 265113e2c2a89826611ec61ba9ad37590d9a13bf Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Mon, 24 Nov 2008 18:11:26 -0600 Subject: Changed the grid selector options at login. Renamed "Agni" to "SL Main Grid", etc. and removed private LL grids from the list. Also added "Local OpenSim" option. --- ChangeLog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 9b3e11c..8bee793 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,15 @@ +2008-11-24 Jacek Antonelli + + * linden/indra/newview/llpanellogin.cpp: + Changed the grid selector options at login. + Renamed "Agni" to "SL Main Grid", etc. and removed private + LL grids from the list. Also added "Local OpenSim" option. + * linden/indra/newview/llviewernetwork.cpp: + Ditto. + * linden/indra/newview/llviewernetwork.h: + Ditto. + + 2008-11-21 Jacek Antonelli * linden/indra/newview/lldrawable.cpp: -- cgit v1.1 From c07a4170324b61fc51e38ec72d44b26a52fc326e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 25 Nov 2008 18:18:52 -0600 Subject: Added "code name" field for grid selections. The code name is used to fetch the proper splash page. This decouples the user-visible label from the name expected by the SL web server. --- ChangeLog.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 8bee793..193b965 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,16 @@ +2008-11-25 Jacek Antonelli + + * linden/indra/newview/llpanellogin.cpp: + Added "code name" field for grid selections. + The code name is used to fetch the proper splash page. + This decouples the user-visible label from the name + expected by the SL web server. + * linden/indra/newview/llviewernetwork.cpp: + Ditto. + * linden/indra/newview/llviewernetwork.h: + Ditto. + + 2008-11-24 Jacek Antonelli * linden/indra/newview/llpanellogin.cpp: -- cgit v1.1 From 06352713b3b9de3a9040710577614df95f25457d Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Tue, 25 Nov 2008 18:58:24 -0600 Subject: Rearranged grid selectors so main grid is first. --- ChangeLog.txt | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 193b965..dd99b55 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,13 @@ 2008-11-25 Jacek Antonelli + * linden/indra/newview/llstartup.cpp: + Rearranged grid selectors so main grid is first. + * linden/indra/newview/llviewernetwork.cpp: + Ditto. + * linden/indra/newview/llviewernetwork.cpp: + Ditto. + + * linden/indra/newview/llpanellogin.cpp: Added "code name" field for grid selections. The code name is used to fetch the proper splash page. -- cgit v1.1 From beb7e12d2af3106a405043ec9e25958bc950b191 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 29 Nov 2008 01:10:51 -0700 Subject: Fixed search window not refreshing in RelWithDebInfo builds. --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index dd99b55..f149120 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2008-11-29 McCabe Maxsted + + * linden/indra/newview/llfloaterdirectory.cpp: + Fixed search window not refreshing in RelWithDebInfo builds. + + 2008-11-25 Jacek Antonelli * linden/indra/newview/llstartup.cpp: -- cgit v1.1 From cbf968ee5957d3c31f3c732a56d2164e031aafba Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 29 Nov 2008 12:27:12 -0600 Subject: Stop console window from always showing up. --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index f149120..ead1066 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,9 @@ +2008-11-29 Jacek Antonelli + + * linden/indra/newview/llappviewer.cpp: + Stop console window from always showing up. + + 2008-11-29 McCabe Maxsted * linden/indra/newview/llfloaterdirectory.cpp: -- cgit v1.1 From a6ac2f6f6d7a368700b02ece913aa213bb3e001c Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Wed, 19 Nov 2008 15:28:13 -0700 Subject: Fixed inworld browser crash in Windows. --- ChangeLog.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index ead1066..7324410 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -50,6 +50,12 @@ From http://svn.secondlife.com/trac/linden/changeset/1393 +2008-11-19 McCabe Maxsted + + * linden/install.xml: + Fixed inworld browser crash in Windows. + + 2008-11-18 Jacek Antonelli * linden/indra/llcrashlogger/llcrashlogger.cpp: -- cgit v1.1 From ab87675230ce6139f57b5f19af66599ada9e270e Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 29 Nov 2008 21:19:57 -0600 Subject: Remove preprocessor condition for grid selector. The grid selector on the login screen will always show, instead of only showing when the viewer was compiled as LL_RELEASE_FOR_DOWNLOAD. --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 7324410..88829c9 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,12 @@ 2008-11-29 Jacek Antonelli + * linden/indra/newview/llpanellogin.cpp: + Remove preprocessor condition for grid selector. + The grid selector on the login screen will always show, + instead of only showing when the viewer was compiled + as LL_RELEASE_FOR_DOWNLOAD. + + * linden/indra/newview/llappviewer.cpp: Stop console window from always showing up. -- cgit v1.1 From a97da2c607517551faef928353813b8456bfcc53 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 30 Nov 2008 13:33:02 -0600 Subject: Fixed passing nonliteral strings to *printf functions. gcc 4.3 rejects that as being unsafe. Patch by Stephen Zenith. [#11] --- ChangeLog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 88829c9..2e4f19b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,15 @@ +2008-11-30 Jacek Antonelli + + * linden/indra/llwindow/llwindowsdl.cpp: + Fixed passing nonliteral strings to *printf functions. + gcc 4.3 rejects that as being unsafe. + Patch by Stephen Zenith. [#11] + * linden/indra/linux_crash_logger/llcrashloggerlinux.cpp: + Ditto. + * linden/indra/lscript/lscript_compile/lscript_tree.cpp: + Ditto. + + 2008-11-29 Jacek Antonelli * linden/indra/newview/llpanellogin.cpp: -- cgit v1.1 From aff35cae3d5c3f0f4a2798498464914f3a922a91 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 30 Nov 2008 13:39:21 -0600 Subject: Disable llmozlib-dependent code when not available. Patch by Stephen Zenith. [#12] --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 2e4f19b..6c7008c 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,10 @@ 2008-11-30 Jacek Antonelli + * linden/indra/llmedia/llmediamanager.cpp: + Disable llmozlib-dependent code when not available. + Patch by Stephen Zenith. [#12] + + * linden/indra/llwindow/llwindowsdl.cpp: Fixed passing nonliteral strings to *printf functions. gcc 4.3 rejects that as being unsafe. -- cgit v1.1 From 47f7a7ca951ea888be7da23d874641523a1e67c8 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Thu, 4 Dec 2008 02:02:18 -0600 Subject: Imprudence 1.0.0 RC2 released. --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 6c7008c..ee1067a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,8 @@ +2008-12-04 Jacek Antonelli + + * Imprudence 1.0.0 RC2 released. + + 2008-11-30 Jacek Antonelli * linden/indra/llmedia/llmediamanager.cpp: -- cgit v1.1 From b01f7b6bf6ac26f040177f845477936aa0697b2d Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Thu, 4 Dec 2008 15:30:43 -0600 Subject: Use 127.0.0.1 for local opensim, not 0.0.0.0. --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index ee1067a..29859e1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -3,6 +3,10 @@ * Imprudence 1.0.0 RC2 released. + * linden/indra/newview/llviewernetwork.cpp: + Use 127.0.0.1 for local opensim, not 0.0.0.0. + + 2008-11-30 Jacek Antonelli * linden/indra/llmedia/llmediamanager.cpp: -- cgit v1.1 From 636460bd7a18c1b621b096ad55a80a5b49320775 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Dec 2008 11:47:18 -0600 Subject: VWR-10759 (use delete [] in LLMediaImplGStreamer) Patch by Aleric Inglewood. --- ChangeLog.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 29859e1..7ca5d3b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,3 +1,10 @@ +2008-12-06 Jacek Antonelli + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: + VWR-10759 (use delete [] in LLMediaImplGStreamer) + Patch by Aleric Inglewood. + + 2008-12-04 Jacek Antonelli * Imprudence 1.0.0 RC2 released. -- cgit v1.1 From 16ec76454eba3143e98434adab731cc71ad5ee0b Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Dec 2008 11:50:22 -0600 Subject: VWR-10837 (use delete [] in LLImageTGA) Patch by Aleric Inglewood. --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 7ca5d3b..533bddd 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,10 @@ 2008-12-06 Jacek Antonelli + * linden/indra/llimage/llimagetga.cpp: + VWR-10837 (use delete [] in LLImageTGA) + Patch by Aleric Inglewood. + + * linden/indra/llmedia/llmediaimplgstreamer.cpp: VWR-10759 (use delete [] in LLMediaImplGStreamer) Patch by Aleric Inglewood. -- cgit v1.1 From 6718a49a75c861336d272082b1af46b5910f89ad Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Dec 2008 11:53:58 -0600 Subject: VWR-9400 (memleak whenever an LSL script is uploaded) Patch by Carjay McGinnis. --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index 533bddd..f9baad6 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,10 @@ 2008-12-06 Jacek Antonelli + * linden/indra/llmessage/llhttpclient.cpp: + VWR-9400 (memleak whenever an LSL script is uploaded) + Patch by Carjay McGinnis. + + * linden/indra/llimage/llimagetga.cpp: VWR-10837 (use delete [] in LLImageTGA) Patch by Aleric Inglewood. -- cgit v1.1 From 20c9dc0a1da2cd57716796ae97adcd4d018213da Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Dec 2008 12:00:05 -0600 Subject: VWR-9400-patch2 (memleak whenever an LSL script is uploaded) Patch by Henri Beauchamp. --- ChangeLog.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index f9baad6..d6a7ee1 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,6 +1,11 @@ 2008-12-06 Jacek Antonelli * linden/indra/llmessage/llhttpclient.cpp: + VWR-9400b (memleak whenever an LSL script is uploaded) + Patch by Henri Beauchamp. + + + * linden/indra/llmessage/llhttpclient.cpp: VWR-9400 (memleak whenever an LSL script is uploaded) Patch by Carjay McGinnis. -- cgit v1.1 From 925975639a2438bc9bdf43a0ceaab1c4555052b0 Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sat, 6 Dec 2008 20:47:39 -0600 Subject: Added banners in ChangeLog to set versions apart. Entries should be placed in the section for the version into which they were merged. Entries within a section should be sorted chronologically. This is important for keeping track of changes which weren't merged until a later release than they were written. (Mixing them in chronologically would cause confusion about which changes were included in a release.) --- ChangeLog.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'ChangeLog.txt') diff --git a/ChangeLog.txt b/ChangeLog.txt index d6a7ee1..148f6fb 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,19 @@ 2008-12-06 Jacek Antonelli + * ChangeLog: + Added banners in ChangeLog to set versions apart. + + Entries should be placed in the section for the + version into which they were merged. Entries within + a section should be sorted chronologically. + + This is important for keeping track of changes which + weren't merged until a later release than they were + written. (Mixing them in chronologically would cause + confusion about which changes were included in a + release.) + + * linden/indra/llmessage/llhttpclient.cpp: VWR-9400b (memleak whenever an LSL script is uploaded) Patch by Henri Beauchamp. @@ -20,6 +34,11 @@ Patch by Aleric Inglewood. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +=- 1.0.0 RC2 -= +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + + 2008-12-04 Jacek Antonelli * Imprudence 1.0.0 RC2 released. @@ -156,6 +175,11 @@ and position. It will now correctly inherit from default skin. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- +=- 1.0.0 RC1 -= +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- + + 2008-11-15 Jacek Antonelli * Imprudence 1.0.0 RC1 released. -- cgit v1.1