<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/llcommon/llavatarconstants.h, branch 26.3</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.3</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.3'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2013-07-31T02:13:45Z</updated>
<entry>
<title>Summer cleaning - removed a lot of llcommon dependencies to speed up build times</title>
<updated>2013-07-31T02:13:45Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-07-31T02:13:45Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=a2e22732f195dc075a733c79f15156752f522a43'/>
<id>urn:sha1:a2e22732f195dc075a733c79f15156752f522a43</id>
<content type='text'>
consolidated most indra-specific constants in llcommon under indra_constants.h
fixed issues with operations on mixed unit types (implicit and explicit)
made LL_INFOS() style macros variadic in order to subsume other logging methods
such as ll_infos
added optional tag output to error recorders
</content>
</entry>
<entry>
<title>Update Mac and Windows breakpad builds to latest</title>
<updated>2013-03-29T14:50:08Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-03-29T14:50:08Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bf6182daa8b4d7cea79310547f71d7a3155e17b0'/>
<id>urn:sha1:bf6182daa8b4d7cea79310547f71d7a3155e17b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>STORM-955: VWR-24312: Massively duplicated objects</title>
<updated>2010-12-30T13:53:30Z</updated>
<author>
<name>Aleric Inglewood</name>
<email>Aleric.Inglewood@gmail.com</email>
</author>
<published>2010-12-30T13:53:30Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=953104660944345c0531b2b2f49bfaf09348d44c'/>
<id>urn:sha1:953104660944345c0531b2b2f49bfaf09348d44c</id>
<content type='text'>
Turns out that most of my SNOW-800 patch was included in Viewer 2 (albeit without crediting me).
However, not everything was used and some more cleaning up was possible.

After this patch, and when compiling with optimization, there are no duplicates left
anymore that shouldn't be there in the first place. Apart from the debug stream
iostream guard variable, there are several static variables with the same name (r, r1,
r2, etc) but that indeed actually different symbol objects. Then there are a few
constant POD arrays that are duplicated a hand full of times because they are
accessed with a variable index (so optimizing them away is not possible). I left them
like that (although defining those as extern as well would have been more consistent
and not slower; in fact it would be faster theoretically because those arrays could
share the same cache page then).
</content>
</entry>
<entry>
<title>Change license from GPL to LGPL (version 2.1)</title>
<updated>2010-08-13T11:24:57Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2010-08-13T11:24:57Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=06b0d72efa96b6a0ed665f7cd46f358c48929e7b'/>
<id>urn:sha1:06b0d72efa96b6a0ed665f7cd46f358c48929e7b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Result of svn merge -r107256:107258 svn+ssh://svn/svn/user/phoenix/license_2009_merge into trunk. QAR-1165</title>
<updated>2009-01-08T00:05:06Z</updated>
<author>
<name>Aaron Brashears</name>
<email>aaronb@lindenlab.com</email>
</author>
<published>2009-01-08T00:05:06Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e3cf284388e7c8a4c0755ba9e689f6a6264a5a26'/>
<id>urn:sha1:e3cf284388e7c8a4c0755ba9e689f6a6264a5a26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge of age verification changes from QAR-76 to release; changes were originally made on the age_verification_2007xxxx branches; final changes were QA'd on age_verification_20071112.</title>
<updated>2007-11-15T19:10:29Z</updated>
<author>
<name>Kent Quirk</name>
<email>q@lindenlab.com</email>
</author>
<published>2007-11-15T19:10:29Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=138bf17c3c51cbf3826a05887d73c49908025f95'/>
<id>urn:sha1:138bf17c3c51cbf3826a05887d73c49908025f95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Result of svn merge -r71162:71205 svn+ssh://svn/svn/linden/branches/new-license into release. only changes files which are not deployed or the comments section of code.</title>
<updated>2007-10-04T23:19:43Z</updated>
<author>
<name>Aaron Brashears</name>
<email>aaronb@lindenlab.com</email>
</author>
<published>2007-10-04T23:19:43Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=5595a996234cbe610f9681dbe8ed26880decd94a'/>
<id>urn:sha1:5595a996234cbe610f9681dbe8ed26880decd94a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge -r62831:64079 branches/maintenance to release</title>
<updated>2007-06-21T22:40:22Z</updated>
<author>
<name>Kelly Washington</name>
<email>kelly@lindenlab.com</email>
</author>
<published>2007-06-21T22:40:22Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e03bb0606a10f29c8b94909a713a5bb5c69e88b7'/>
<id>urn:sha1:e03bb0606a10f29c8b94909a713a5bb5c69e88b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>svn merge -r 58902:58986 svn+ssh://svn.lindenlab.com/svn/linden/branches/maintenance --&gt; release</title>
<updated>2007-03-09T01:09:20Z</updated>
<author>
<name>Josh Bell</name>
<email>josh@lindenlab.com</email>
</author>
<published>2007-03-09T01:09:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=b36dc363061ec5bf6b092c14193198e9a5eef816'/>
<id>urn:sha1:b36dc363061ec5bf6b092c14193198e9a5eef816</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge release@57486 release-candidate@57503</title>
<updated>2007-01-31T19:36:32Z</updated>
<author>
<name>Steven Bennetts</name>
<email>steve@lindenlab.com</email>
</author>
<published>2007-01-31T19:36:32Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=934e15973ea86e0e863123d4c5eabeae44d6c763'/>
<id>urn:sha1:934e15973ea86e0e863123d4c5eabeae44d6c763</id>
<content type='text'>
</content>
</entry>
</feed>
