<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bunkerqvm/src/game, branch game/clusterfuck</title>
<subtitle>Old QVM used on Der Bunker.
</subtitle>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/'/>
<entry>
<title>Add the clusterfuck mode.</title>
<updated>2017-05-31T20:21:01+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-05-31T20:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=068a622220beae63c715f69bb91165aa26136b6b'/>
<id>068a622220beae63c715f69bb91165aa26136b6b</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>
<entry>
<title>Fix goon BBOX values</title>
<updated>2017-05-21T13:47:12+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-20T18:36:39+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=069a30894deeaf95efaab26e22e2ad5d3454c136'/>
<id>069a30894deeaf95efaab26e22e2ad5d3454c136</id>
<content type='text'>
Bad copypasta !
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bad copypasta !
</pre>
</div>
</content>
</entry>
<entry>
<title>Reorder BG tables and rewrite BG_Find* functions.</title>
<updated>2017-05-21T13:47:12+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-05-20T13:07:01+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=722be544c902554eea7e3a035c1ffe344a114dab'/>
<id>722be544c902554eea7e3a035c1ffe344a114dab</id>
<content type='text'>
This commit reorders entries in the weapon, building, class, and upgrade tables, so that the order matches the respective enums.
This commit also rewrites most BG_Find* functions to take advantage of this and avoid linear searches.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit reorders entries in the weapon, building, class, and upgrade tables, so that the order matches the respective enums.
This commit also rewrites most BG_Find* functions to take advantage of this and avoid linear searches.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all override code.</title>
<updated>2017-05-21T13:47:12+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-05-20T12:05:34+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=a77f4c3465d90b774a30c5ef2db3f57ff21c4e01'/>
<id>a77f4c3465d90b774a30c5ef2db3f57ff21c4e01</id>
<content type='text'>
Overrides allowed changing some attributes of buildings and classes using configs (and without having to change the code itself). This commit removes this nonsensical system.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Overrides allowed changing some attributes of buildings and classes using configs (and without having to change the code itself). This commit removes this nonsensical system.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make buildable/class tables values identical to data-1.1.0 overrides</title>
<updated>2017-05-21T13:47:12+00:00</updated>
<author>
<name>MaeJong</name>
<email>mewiceclair@gmail.com</email>
</author>
<published>2017-05-18T12:49:20+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=d05bee2ac2ae858dbf690c8e6e84d9e7ea3db48f'/>
<id>d05bee2ac2ae858dbf690c8e6e84d9e7ea3db48f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve version checking.</title>
<updated>2017-05-18T21:37:50+00:00</updated>
<author>
<name>Paweł Redman</name>
<email>pawel.redman@gmail.com</email>
</author>
<published>2017-05-18T21:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/bunkerqvm/commit/?id=2ad1ec6272744c2910749998f779b32ddcae12fd'/>
<id>2ad1ec6272744c2910749998f779b32ddcae12fd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
