<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archive/ioquake3-aero/code/q3_ui, branch master</title>
<subtitle>[no description]</subtitle>
<id>https://git.bnewbold.net/archive/ioquake3-aero/atom?h=master</id>
<link rel='self' href='https://git.bnewbold.net/archive/ioquake3-aero/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/'/>
<updated>2009-10-19T14:00:16+00:00</updated>
<entry>
<title>Just unix2dos, nothing to see here ...</title>
<updated>2009-10-19T14:00:16+00:00</updated>
<author>
<name>thilo</name>
<email>thilo@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-19T14:00:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=b216c712418ff9260683c212e2c5a1af25bee600'/>
<id>urn:sha1:b216c712418ff9260683c212e2c5a1af25bee600</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1681 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Apply patch from Jay Weisskopf adding an aspect ratio menu entry to resolution selector: https://bugzilla.icculus.org/show_bug.cgi?id=3475</title>
<updated>2009-10-08T22:40:11+00:00</updated>
<author>
<name>thilo</name>
<email>thilo@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-08T22:40:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=f5052c020be36a89d8c4a6151832675496053a04'/>
<id>urn:sha1:f5052c020be36a89d8c4a6151832675496053a04</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1652 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Fix memory overwrite when client has too many maps. Thanks to beast for the reporting &amp; the patch. http://bugzilla.icculus.org/process_bug.cgi</title>
<updated>2009-10-06T14:28:50+00:00</updated>
<author>
<name>thilo</name>
<email>thilo@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-06T14:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=847d6004693ad11123ab068aabd233880aafc7ef'/>
<id>urn:sha1:847d6004693ad11123ab068aabd233880aafc7ef</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1646 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Fix bot loading in case player supplied invalid bot names</title>
<updated>2009-10-06T14:17:12+00:00</updated>
<author>
<name>thilo</name>
<email>thilo@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-06T14:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=7e8ddab97749d930eb1d3682be61a331955a48d9'/>
<id>urn:sha1:7e8ddab97749d930eb1d3682be61a331955a48d9</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1645 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Enable -fvisibility=hidden on Linux.</title>
<updated>2009-09-15T02:48:17+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-15T02:48:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=ce2c190e843e19ada5ebaa284827a98d55bf98fc'/>
<id>urn:sha1:ce2c190e843e19ada5ebaa284827a98d55bf98fc</id>
<content type='text'>
This will prevent further symbol clashes, and makes the shared libraries
 10 to 20 percent smaller.

We should enable this on other platforms, too, if we can guarantee they'll
 use gcc 4.0 or later and the platform supports it.



git-svn-id: svn://svn.icculus.org/quake3/trunk@1609 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Threw in a hack to fix rendering of credits menu in widescreen.</title>
<updated>2009-09-14T21:08:08+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-14T21:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=305fe12335ab67ced717eb1d223f16eaa4b194ab'/>
<id>urn:sha1:305fe12335ab67ced717eb1d223f16eaa4b194ab</id>
<content type='text'>
  Fixes Bugzilla #2744.


git-svn-id: svn://svn.icculus.org/quake3/trunk@1593 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Fixed compiler warnings on gcc 4.3.3 (and probably others).</title>
<updated>2009-09-14T19:51:37+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-14T19:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=c713c03ce6567ed7adf7ff630f94958bea443a1d'/>
<id>urn:sha1:c713c03ce6567ed7adf7ff630f94958bea443a1d</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1592 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>minor spelling fix.</title>
<updated>2008-06-25T06:20:23+00:00</updated>
<author>
<name>zakk</name>
<email>zakk@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-06-25T06:20:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=1e42bd53f7d73216c1f5b92ab6dd31f3504e158f'/>
<id>urn:sha1:1e42bd53f7d73216c1f5b92ab6dd31f3504e158f</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1394 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Added ioq3-specific credits screen.</title>
<updated>2008-06-25T05:50:15+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-06-25T05:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=34351cb3605a5c9c816b6ac3763c41804907e8c5'/>
<id>urn:sha1:34351cb3605a5c9c816b6ac3763c41804907e8c5</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1391 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>better handling of illegal mode values</title>
<updated>2008-04-13T08:30:51+00:00</updated>
<author>
<name>ludwig</name>
<email>ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-04-13T08:30:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=ca4c2b82b665d04219cf478048b2cd0fb369aba8'/>
<id>urn:sha1:ca4c2b82b665d04219cf478048b2cd0fb369aba8</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1320 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
</feed>
