<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archive/ioquake3-aero/code/tools/asm, 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-09-15T05:50:55+00:00</updated>
<entry>
<title>Fixed compiler warning (glibc complains if you don't check getcwd() retval).</title>
<updated>2009-09-15T05:50:55+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-15T05:50:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=63fd3b0e5a7596b7af6edf4b0c5db0ae98bc2153'/>
<id>urn:sha1:63fd3b0e5a7596b7af6edf4b0c5db0ae98bc2153</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1618 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Fixed a compiler warning on Apple's GCC.</title>
<updated>2009-09-15T05:34:16+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-15T05:34:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=4d2bb35e55e29ef01e7a8f86a4f817e6ec0735aa'/>
<id>urn:sha1:4d2bb35e55e29ef01e7a8f86a4f817e6ec0735aa</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1615 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>Make q3asm's CodeError print to stderr.</title>
<updated>2009-09-14T23:51:35+00:00</updated>
<author>
<name>icculus</name>
<email>icculus@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-09-14T23:51:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=9dc1c54bc977dc895ca678b5f7cf30e04a294e0a'/>
<id>urn:sha1:9dc1c54bc977dc895ca678b5f7cf30e04a294e0a</id>
<content type='text'>
  Fixes Bugzilla #3845.


git-svn-id: svn://svn.icculus.org/quake3/trunk@1600 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>This patch from Monk fixes the q3asm help screen</title>
<updated>2009-06-14T21:45:55+00:00</updated>
<author>
<name>zakk</name>
<email>zakk@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-06-14T21:45:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=78cdd3dbb4a0ccdf2df0d6ab070be1f00bf3955b'/>
<id>urn:sha1:78cdd3dbb4a0ccdf2df0d6ab070be1f00bf3955b</id>
<content type='text'>
Bugzilla bug 3986 
http://bugzilla.icculus.org/show_bug.cgi?id=3986


git-svn-id: svn://svn.icculus.org/quake3/trunk@1574 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend </title>
<updated>2008-07-05T23:50:38+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-07-05T23:50:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=37d631212417d0e40f71fcad2c2a1df907165aa0'/>
<id>urn:sha1:37d631212417d0e40f71fcad2c2a1df907165aa0</id>
<content type='text'>
  &lt;TylerSchwend@gmail.com&gt;)
* (bug 3623) COMMAND is mapped to the ALT key (Matthias &lt;Kapffer@macbay.de&gt;)
* (bug 3665) Typo error in FS_FOpenFileByMode function (TsT &lt;tst2006@gmail.com&gt;)
* (bug 3669) Some files left out of Solaris Packages (Vincent Cojot
  &lt;vincent@cojot.name&gt;)
* (bug 3680) server quit messages (Ben Millwood)
* (bug 3682) Maps with &gt;1024 models cause a segfault (misantropia
  &lt;bnoordhuis@gmail.com&gt;)
* (bug 3683) R_FindShader(): negative lightmap indexes cause stray pointers
  (misantropia &lt;bnoordhuis@gmail.com&gt;)
* (bug 3688) q3asm potential segfault fix and other changes (TsT
  &lt;tst2006@gmail.com&gt;)
* (bug 3695) Not allowing to write file with lib extention (.dll/.so/...) (TsT
  &lt;tst2006@gmail.com&gt;)
* (bug 3696) make-macosx-ub.sh outdated by revision 1340; test for Tiger not
   working (Matthias &lt;Kapffer@macbay.de&gt;)
* (bug 3698) #error reported as warning in q3cpp (and no #warning support)
  (Ben Millwood)
* (bug 3703) restoring the valued pre-SDL window behaviour (/dev/humancontroller
  &lt;devhc97@gmail.com&gt;)


git-svn-id: svn://svn.icculus.org/quake3/trunk@1405 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* (bug 3393) Blank user names still possible (Michael Jard &lt;kfaust@gmail.com&gt;)</title>
<updated>2007-11-02T23:36:23+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-11-02T23:36:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=56902c5a9b6b59341f71098566f2d84a4af4b572'/>
<id>urn:sha1:56902c5a9b6b59341f71098566f2d84a4af4b572</id>
<content type='text'>
* (bug 3363) Download percentage overflow (Martin Doucha &lt;next_ghost@quick.cz&gt;)
* (bug 3390) MSVC project (Julian Priestley &lt;juzley@gmail.com&gt;)
* For OS X and MinGW ports, don't -I code/SDL when USE_LOCAL_HEADERS is 0


git-svn-id: svn://svn.icculus.org/quake3/trunk@1204 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Fix to qvm compilation on big endian architectures</title>
<updated>2007-10-13T12:03:47+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-10-13T12:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=6fb749991268c5ce6a8b7aa7c6fb1611e814e740'/>
<id>urn:sha1:6fb749991268c5ce6a8b7aa7c6fb1611e814e740</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1197 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Improve Makefile startup time</title>
<updated>2007-09-12T23:37:33+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-09-12T23:37:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=e6524da35e4fe6014606455676b174e903fa1036'/>
<id>urn:sha1:e6524da35e4fe6014606455676b174e903fa1036</id>
<content type='text'>
  + Merge q3asm and q3lcc Makefiles into the core Makefile
  + Don't find .d files, create a list from .o
  + .asm files now depend on q3lcc
  + .qvm files now depend on q3asm
* IMPORTANT NOTE: do a "make distclean" if you have problems


git-svn-id: svn://svn.icculus.org/quake3/trunk@1178 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Make make make less noise</title>
<updated>2007-07-15T12:08:11+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-07-15T12:08:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=b3515f35c4a6f1b7e2e4d9db340c8cc62cd16f31'/>
<id>urn:sha1:b3515f35c4a6f1b7e2e4d9db340c8cc62cd16f31</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1112 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>gcc 4.2 patch from nyhm of gentoo (thanks!)</title>
<updated>2007-06-13T20:41:06+00:00</updated>
<author>
<name>zakk</name>
<email>zakk@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-06-13T20:41:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=b07cc58b1be1a2a24394a9010933c4e11df53db9'/>
<id>urn:sha1:b07cc58b1be1a2a24394a9010933c4e11df53db9</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1099 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
</feed>
