<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archive/ioquake3-aero/code/unix, 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>2007-09-05T18:17:46+00:00</updated>
<entry>
<title>* Merge unified-sdl to trunk</title>
<updated>2007-09-05T18:17:46+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-09-05T18:17:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=d37536edf4660f3c46e4876b6d72e9a200549ffe'/>
<id>urn:sha1:d37536edf4660f3c46e4876b6d72e9a200549ffe</id>
<content type='text'>
* Bump Q3_VERSION to 1.35


git-svn-id: svn://svn.icculus.org/quake3/trunk@1161 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>fix potential buffer overflow</title>
<updated>2007-08-30T23:26:29+00:00</updated>
<author>
<name>thilo</name>
<email>thilo@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-08-30T23:26:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=0606c5f97709f102f5fc84a7659d77db07762db3'/>
<id>urn:sha1:0606c5f97709f102f5fc84a7659d77db07762db3</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1141 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Merge win_net.c and unix_net.c</title>
<updated>2007-08-28T16:42:13+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-08-28T16:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=04fc4656c928d58cdbbc60c605c5036564919ff4'/>
<id>urn:sha1:04fc4656c928d58cdbbc60c605c5036564919ff4</id>
<content type='text'>
  + Move win32/win_net.c to qcommon/net_ip.c and make it portable
  + Remove unix_net.c, but incorporate its revision history into win_net.c
  + Remove all IPX support -- this remains compatible with existing mods
  + This change also inadvertently gets us SOCKS support on non-Windows
    platforms


git-svn-id: svn://svn.icculus.org/quake3/trunk@1139 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Demote input related console information to developer only so that it doesn't</title>
<updated>2007-08-24T13:54:23+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-08-24T13:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=8fff917396ba80a670c301e7fd9053cdd3574091'/>
<id>urn:sha1:8fff917396ba80a670c301e7fd9053cdd3574091</id>
<content type='text'>
  spam the console every time input settings are changed


git-svn-id: svn://svn.icculus.org/quake3/trunk@1136 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Fix a few -pedantic warnings</title>
<updated>2007-07-25T21:28:15+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-07-25T21:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=d6e4128e9f2ca4f71fa1612c45f84bc45b82a5a2'/>
<id>urn:sha1:d6e4128e9f2ca4f71fa1612c45f84bc45b82a5a2</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1120 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* (bug 3268) Replace Mac OS X Carbon API calls with native ones (thanks</title>
<updated>2007-07-20T14:34:44+00:00</updated>
<author>
<name>tjw</name>
<email>tjw@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-07-20T14:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=c7f082760f432b227277b4e1e39fc88c814d2dde'/>
<id>urn:sha1:c7f082760f432b227277b4e1e39fc88c814d2dde</id>
<content type='text'>
             to i3enedek).
* remove some spammy Mac OS X printf's regarding local network detection
* replaced a #warning for non-OS X PPC systems with a call to
  msync(..., MS_INVALIDATE).  This needs testing.


git-svn-id: svn://svn.icculus.org/quake3/trunk@1118 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Fix compiler warning due to missing guard</title>
<updated>2007-07-14T22:31:18+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-07-14T22:31:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=a82ee8ce2f0743174536b7155de9a1ef6c24d90f'/>
<id>urn:sha1:a82ee8ce2f0743174536b7155de9a1ef6c24d90f</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1110 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>OS X mouse hack, must remove when SDL adds it internally.</title>
<updated>2007-07-09T01:06:18+00:00</updated>
<author>
<name>zakk</name>
<email>zakk@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-07-09T01:06:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=ee8cb0fc2a1b02759a77d454866fe97cd5af8890'/>
<id>urn:sha1:ee8cb0fc2a1b02759a77d454866fe97cd5af8890</id>
<content type='text'>
Please see bugzilla case:
http://bugzilla.icculus.org/show_bug.cgi?id=3206
and
http://bugzilla.libsdl.org/show_bug.cgi?id=445


git-svn-id: svn://svn.icculus.org/quake3/trunk@1108 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* (bug 2972) add r_swapInterval support to SDL client (if libSDL &gt;= 1.2.10)</title>
<updated>2007-05-22T03:42:32+00:00</updated>
<author>
<name>tjw</name>
<email>tjw@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-05-22T03:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=33f302fec8eb69bc45451b1fb376b6a0b8ce0273'/>
<id>urn:sha1:33f302fec8eb69bc45451b1fb376b6a0b8ce0273</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1088 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* (bug 3065) fixed non-SDL X11 client crash on certain keys (e.g. XK_egrave )</title>
<updated>2007-03-19T21:50:42+00:00</updated>
<author>
<name>tjw</name>
<email>tjw@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-03-19T21:50:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=413d880b8aedeeb4f0f4a4c27fa4b6a1a0d31300'/>
<id>urn:sha1:413d880b8aedeeb4f0f4a4c27fa4b6a1a0d31300</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1052 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
</feed>
