<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bunkerqvm, branch fix/cg_pointcontents</title>
<subtitle>Old QVM used on Der Bunker.
</subtitle>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/'/>
<entry>
<title>Handle movers in CG_PointContents.</title>
<updated>2017-08-24T22:12:43+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-08-24T22:10:19+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=9792c9f07296521a881800d12bf4d8deccefc30e'/>
<id>9792c9f07296521a881800d12bf4d8deccefc30e</id>
<content type='text'>
This fixes the massive prediction errors that happen on maps where water or lava can move.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes the massive prediction errors that happen on maps where water or lava can move.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix a crash when !invisible is used</title>
<updated>2017-07-09T12:50:33+00:00</updated>
<author>
<name>/dev/humancontroller</name>
<email>devhc@example.com</email>
</author>
<published>2017-07-09T05:38:35+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=8bc5b6fdd9424823a0c46b961f4a4d12b2a8692c'/>
<id>8bc5b6fdd9424823a0c46b961f4a4d12b2a8692c</id>
<content type='text'>
clientPersistent_t::connection can be NULL (and is prolongedly so after a map restart, because the PTRC functionality is broken)

no idea why the code was referring to something in a clientRecord_t, it's probably just by stupidity
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
clientPersistent_t::connection can be NULL (and is prolongedly so after a map restart, because the PTRC functionality is broken)

no idea why the code was referring to something in a clientRecord_t, it's probably just by stupidity
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't build anything but game libs by default.</title>
<updated>2017-06-25T17:44:04+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-06-25T17:44:04+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=357ec9764e523ddf2084a9f014922a3d10e22a25'/>
<id>357ec9764e523ddf2084a9f014922a3d10e22a25</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>furthermore, fix QVM compiling on all platforms (ACADEMICALLY_ACCLAIMED too, and no typos this time)</title>
<updated>2017-06-25T17:08:01+00:00</updated>
<author>
<name>narbatucker</name>
<email>narbatucker@hackintosh.local</email>
</author>
<published>2017-06-25T17:08:01+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=44a305ba686bda6319d54cccf7069bfd5bb04f8d'/>
<id>44a305ba686bda6319d54cccf7069bfd5bb04f8d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>further (ACCADEMICALLY_ACCLAIMED) macOS build fixes</title>
<updated>2017-06-25T16:24:44+00:00</updated>
<author>
<name>narbatucker</name>
<email>narbatucker@hackintosh.local</email>
</author>
<published>2017-06-25T16:24:44+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=217b57ac5e48c1ae10f0045f84d3caaa6dc63856'/>
<id>217b57ac5e48c1ae10f0045f84d3caaa6dc63856</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix macOS build for platform x86_64</title>
<updated>2017-06-25T16:16:56+00:00</updated>
<author>
<name>narbatucker</name>
<email>narbatucker@hackintosh.local</email>
</author>
<published>2017-06-25T16:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=589a7afc3e88c59a9b51b1a3af3339af3ad61e8c'/>
<id>589a7afc3e88c59a9b51b1a3af3339af3ad61e8c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix bug that disallows buying Ckit</title>
<updated>2017-05-23T07:32:15+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-23T07:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=74f2de1044632348fbb40a759e00d06f28c262a6'/>
<id>74f2de1044632348fbb40a759e00d06f28c262a6</id>
<content type='text'>
Inverted ckit and ackit entries in bg_weapons enum
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Inverted ckit and ackit entries in bg_weapons enum
</pre>
</div>
</content>
</entry>
<entry>
<title>Display 0 as Schachtmeister judgement instead of N/A if admin has flag INCOGNITO</title>
<updated>2017-05-22T13:26:33+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-20T11:51:33+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=96191eb5f1a02492fab7d02b14e4e8b75b64bc40'/>
<id>96191eb5f1a02492fab7d02b14e4e8b75b64bc40</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove GUID stub from listplayers and namelog</title>
<updated>2017-05-22T13:26:33+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-20T01:27:19+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=fb80ecb2433424313064c13a8896ff1fbf361ceb'/>
<id>fb80ecb2433424313064c13a8896ff1fbf361ceb</id>
<content type='text'>
The GUID stub was useless, and a privacy/security leak
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The GUID stub was useless, and a privacy/security leak
</pre>
</div>
</content>
</entry>
<entry>
<title>Lower granger claw range slightly again</title>
<updated>2017-05-21T13:47:30+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-20T03:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=9972d4332f4aeb8018de48a189a89d14107668a5'/>
<id>9972d4332f4aeb8018de48a189a89d14107668a5</id>
<content type='text'>
Looks stupid at 96
80 should be a good compromise (+16 from default, -16 from last commit)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks stupid at 96
80 should be a good compromise (+16 from default, -16 from last commit)
</pre>
</div>
</content>
</entry>
</feed>
