<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archive/ioquake3-aero/code/tools/lcc, 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-25T23:44:20+00:00</updated>
<entry>
<title>* Fix some warnings in lcc compile</title>
<updated>2009-10-25T23:44:20+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-25T23:44:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=7cb1e441c2077e1f293302a9f7b0c7c864af3ea8'/>
<id>urn:sha1:7cb1e441c2077e1f293302a9f7b0c7c864af3ea8</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1708 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Make LCC's handling of -D arguments on windows consistent with other plaftorms</title>
<updated>2009-10-15T11:36:51+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2009-10-15T11:36:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=3938c390cfb257dff78074f9ad21841b6b2036d9'/>
<id>urn:sha1:3938c390cfb257dff78074f9ad21841b6b2036d9</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1668 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Fix some new GCC 4.3 warnings</title>
<updated>2008-11-10T23:55:22+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-11-10T23:55:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=8ba546241137c6c1c43751b25e40bbaf610658a1'/>
<id>urn:sha1:8ba546241137c6c1c43751b25e40bbaf610658a1</id>
<content type='text'>
* Fix many many strict aliasing warnings, now that it's re-enabled


git-svn-id: svn://svn.icculus.org/quake3/trunk@1487 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>fix strict aliasing issues</title>
<updated>2008-11-03T17:03:54+00:00</updated>
<author>
<name>ludwig</name>
<email>ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-11-03T17:03:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=b31e8a67d9b1f11b9943b595a4fd66d3a07dd085'/>
<id>urn:sha1:b31e8a67d9b1f11b9943b595a4fd66d3a07dd085</id>
<content type='text'>
Patch by Przemysław Iskra (#3805)

git-svn-id: svn://svn.icculus.org/quake3/trunk@1481 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 3611) prevent global symbol conflict on some systems (Mac OS X) for</title>
<updated>2008-04-23T17:39:39+00:00</updated>
<author>
<name>tjw</name>
<email>tjw@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2008-04-23T17:39:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=632f4c431b9c7f0e0c1555a600e5df6c27a6ff6e'/>
<id>urn:sha1:632f4c431b9c7f0e0c1555a600e5df6c27a6ff6e</id>
<content type='text'>
  lcc's getopt (Ben Millwood)


git-svn-id: svn://svn.icculus.org/quake3/trunk@1326 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>* Remove redundant win32 code in LCC which drew -I flags from the "include"</title>
<updated>2007-09-15T00:02:50+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-09-15T00:02:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=5adc7bfafe2c2e214103e96b4e2a089871b83d8e'/>
<id>urn:sha1:5adc7bfafe2c2e214103e96b4e2a089871b83d8e</id>
<content type='text'>
  environment variable


git-svn-id: svn://svn.icculus.org/quake3/trunk@1181 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>* Obsolete files</title>
<updated>2007-09-05T19:46:23+00:00</updated>
<author>
<name>tma</name>
<email>tma@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2007-09-05T19:46:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=c94a6605cec28fa3d8bcb4b25cf6ad31c4bc413e'/>
<id>urn:sha1:c94a6605cec28fa3d8bcb4b25cf6ad31c4bc413e</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@1164 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
<entry>
<title>SunOS -&gt; sunos (patch by Vincent Cojot)</title>
<updated>2006-04-23T20:59:06+00:00</updated>
<author>
<name>ludwig</name>
<email>ludwig@edf5b092-35ff-0310-97b2-ce42778d08ea</email>
</author>
<published>2006-04-23T20:59:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/archive/ioquake3-aero/commit/?id=bd7a4ae69cca984000975ac3d2cee724f6ad8ce9'/>
<id>urn:sha1:bd7a4ae69cca984000975ac3d2cee724f6ad8ce9</id>
<content type='text'>
git-svn-id: svn://svn.icculus.org/quake3/trunk@723 edf5b092-35ff-0310-97b2-ce42778d08ea
</content>
</entry>
</feed>
