<feed xmlns='http://www.w3.org/2005/Atom'>
<title>viewer.git/indra/media_plugins/winmmshim, branch 26.1.1</title>
<subtitle>Megapahit's fork of the Second Life viewer.
</subtitle>
<id>https://megapahit.org/viewer.git/atom?h=26.1.1</id>
<link rel='self' href='https://megapahit.org/viewer.git/atom?h=26.1.1'/>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/'/>
<updated>2016-12-03T00:19:34Z</updated>
<entry>
<title>Remove winmmshim 'hack' from project and set volume directly from CEF media plugin using Windows system call.  WinMMShim was only needed for XP systems and since we no longer support XP, it is not required.</title>
<updated>2016-12-03T00:19:34Z</updated>
<author>
<name>Callum Prentice</name>
<email>callum@gmail.com</email>
</author>
<published>2016-12-03T00:19:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=3d37848d0107eea3d821e22a57b7c41112efc924'/>
<id>urn:sha1:3d37848d0107eea3d821e22a57b7c41112efc924</id>
<content type='text'>
</content>
</entry>
<entry>
<title>DRTVWR-418: Update forwarding_api.cpp to match current API signature</title>
<updated>2016-11-30T16:30:44Z</updated>
<author>
<name>Nat Goodspeed</name>
<email>nat@lindenlab.com</email>
</author>
<published>2016-11-30T16:30:44Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e61320921a92a367c67aea7ecba0078e8e36f267'/>
<id>urn:sha1:e61320921a92a367c67aea7ecba0078e8e36f267</id>
<content type='text'>
Specifically, DriverCallback() was accepting several DWORD arguments that
should really be DWORD_PTR arguments. In a 32-bit compile, evidently that was
okay, but for 64 bits they're different sizes.
</content>
</entry>
<entry>
<title>merge changes for 4.0.1-release</title>
<updated>2016-01-15T21:55:04Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2016-01-15T21:55:04Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=bc22e587439a2822e5228508e7a4a1e2ec0121c5'/>
<id>urn:sha1:bc22e587439a2822e5228508e7a4a1e2ec0121c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove execute permission from many files that should not have it</title>
<updated>2015-11-10T14:48:56Z</updated>
<author>
<name>Oz Linden</name>
<email>oz@lindenlab.com</email>
</author>
<published>2015-11-10T14:48:56Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c8726aba303bcf1207b730a344536e25491420bc'/>
<id>urn:sha1:c8726aba303bcf1207b730a344536e25491420bc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAINT-5687: Remove old webkit from the make files and the repo.  Ensure that it is no longer meaningfully referenced.</title>
<updated>2015-10-02T18:14:28Z</updated>
<author>
<name>Rider Linden</name>
<email>rider@lindenlab.com</email>
</author>
<published>2015-10-02T18:14:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=cb7f84a470d7afeb1501cf5514333c6ee15d96df'/>
<id>urn:sha1:cb7f84a470d7afeb1501cf5514333c6ee15d96df</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Match up our usage of MS APIs with function prototypes in the new version of the API</title>
<updated>2014-12-10T23:17:20Z</updated>
<author>
<name>callum_linden</name>
<email>none@none</email>
</author>
<published>2014-12-10T23:17:20Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8c347a4832086df9e5e910f8d152bc8d3820212e'/>
<id>urn:sha1:8c347a4832086df9e5e910f8d152bc8d3820212e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>merge with release</title>
<updated>2014-03-25T02:23:34Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2014-03-25T02:23:34Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=e5bbdafdeda0f2e6bbe97d59a24ca398b54c31eb'/>
<id>urn:sha1:e5bbdafdeda0f2e6bbe97d59a24ca398b54c31eb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MAINT-3703 Suspected thread race crasher in fmodex library</title>
<updated>2014-03-10T16:16:49Z</updated>
<author>
<name>Monty Brandenberg</name>
<email>monty@lindenlab.com</email>
</author>
<published>2014-03-10T16:16:49Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=71e237a3f79cd90b432205460fe6e5c6b536d9db'/>
<id>urn:sha1:71e237a3f79cd90b432205460fe6e5c6b536d9db</id>
<content type='text'>
Two problems found in DLL involving threads.  First, DllMain
was reinitializing a critical section for all entry reasons
(process attach, detach and thread attach, detach).  Should
only be done on process attach.  Second, static container
object was being modified and accessed without serialization.
Added some double-check locking to the initialization path
to reduce the total number of serialization calls made while
making the code thread safe.
</content>
</entry>
<entry>
<title>initialize critical section once</title>
<updated>2013-11-03T04:36:28Z</updated>
<author>
<name>Richard Linden</name>
<email>none@none</email>
</author>
<published>2013-11-03T04:36:28Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=8c4825c3821c490698806f2b4771800cdb5d6956'/>
<id>urn:sha1:8c4825c3821c490698806f2b4771800cdb5d6956</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwind cruft from hunting for 2707 they won't end up in vwr-dev-mat</title>
<updated>2013-06-05T21:26:27Z</updated>
<author>
<name>Graham Madarasz</name>
<email>graham@lindenlab.com</email>
</author>
<published>2013-06-05T21:26:27Z</published>
<link rel='alternate' type='text/html' href='https://megapahit.org/viewer.git/commit/?id=c38204f5e0a9130f0d4d4bfc997da107fd1017ce'/>
<id>urn:sha1:c38204f5e0a9130f0d4d4bfc997da107fd1017ce</id>
<content type='text'>
</content>
</entry>
</feed>
