<feed xmlns='http://www.w3.org/2005/Atom'>
<title>zittrig-4/src/sdl, branch master</title>
<subtitle>The server software used for the Der Bunker Tremulous servers.
</subtitle>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/'/>
<entry>
<title>implement part 1 of the multi-protocol functionality: protocols</title>
<updated>2017-03-09T12:51:18+00:00</updated>
<author>
<name>/dev/humancontroller</name>
<email>devhc@example.com</email>
</author>
<published>2015-02-08T12:55:15+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=b392b0d97f3ea048478059873ed6dec8afd9634b'/>
<id>b392b0d97f3ea048478059873ed6dec8afd9634b</id>
<content type='text'>
this contains support for connecting via, and serving simultaneously via, any of the three protocols: latest, GPP and 1.1

alternate-1 means protocol 70 (GPP), alternate-2 means protocol 69 (1.1)

relevant cvars:
- net_alternateProtocols
- net_alt{1|2}port[6]
- sv_alt{1|2}master{1|...|5}
- sv_clAltProto{0|..|63}
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this contains support for connecting via, and serving simultaneously via, any of the three protocols: latest, GPP and 1.1

alternate-1 means protocol 70 (GPP), alternate-2 means protocol 69 (1.1)

relevant cvars:
- net_alternateProtocols
- net_alt{1|2}port[6]
- sv_alt{1|2}master{1|...|5}
- sv_clAltProto{0|..|63}
</pre>
</div>
</content>
</entry>
<entry>
<title>request a visual with at least 1 alpha bit: add r_alphabits, defaulting to 1</title>
<updated>2017-03-09T12:51:11+00:00</updated>
<author>
<name>/dev/humancontroller</name>
<email>devhc@example.com</email>
</author>
<published>2014-07-13T16:05:31+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=8391e8997fad1bdbd6b9d189c6afca22d3e4324c'/>
<id>8391e8997fad1bdbd6b9d189c6afca22d3e4324c</id>
<content type='text'>
this is required for binary shaders
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is required for binary shaders
</pre>
</div>
</content>
</entry>
<entry>
<title>add missing trailing '\n's from strings to execute; add double quotes around substituted argument strings</title>
<updated>2017-02-08T01:17:01+00:00</updated>
<author>
<name>/dev/humancontroller</name>
<email>devhc@example.com</email>
</author>
<published>2015-06-08T15:44:55+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=ad5130290834957a2637e899ffa847420d0510fe'/>
<id>ad5130290834957a2637e899ffa847420d0510fe</id>
<content type='text'>
also transform trailing ';'s to '\n's
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also transform trailing ';'s to '\n's
</pre>
</div>
</content>
</entry>
<entry>
<title>use system libraries more properly; introduce a dependency on Minizip</title>
<updated>2017-02-06T17:00:03+00:00</updated>
<author>
<name>/dev/humancontroller</name>
<email>devhc@example.com</email>
</author>
<published>2015-06-18T12:16:53+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=79670de4d78c6b6cd1e449aad985ac8dc4438b4e'/>
<id>79670de4d78c6b6cd1e449aad985ac8dc4438b4e</id>
<content type='text'>
remove the USE_LOCAL_HEADERS option (it was broken anyway)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove the USE_LOCAL_HEADERS option (it was broken anyway)
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL_GL_SetSwapInterval() check</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T18:23:48+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=483b91152ca6f2449bf632214f32a8ebbce3fc7d'/>
<id>483b91152ca6f2449bf632214f32a8ebbce3fc7d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL_GetWindowDisplayIndex() check2</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T17:46:07+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=22b5d7b96190ada24158a9ba41fee893f1a5cb46'/>
<id>22b5d7b96190ada24158a9ba41fee893f1a5cb46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SDL_GetError()</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T13:45:21+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=12c86c4d96fb34625ac439458055a919956e3f7c'/>
<id>12c86c4d96fb34625ac439458055a919956e3f7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added SDL_GetError()</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T13:41:41+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=fc530362b74857609f1a73bbe2339f0609b04a8f'/>
<id>fc530362b74857609f1a73bbe2339f0609b04a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL_CreateWindow NULL check</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T11:54:29+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=969f68f3c17199073643a138f12f9b6dae0717bb'/>
<id>969f68f3c17199073643a138f12f9b6dae0717bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>SDL_GetWindowDisplayIndex check</title>
<updated>2016-04-07T10:02:32+00:00</updated>
<author>
<name>Pan7</name>
<email>panter@gmx.net</email>
</author>
<published>2015-07-26T11:03:47+00:00</published>
<link rel='alternate' type='text/html' href='http://redman.xyz/git/zittrig-4/commit/?id=6a1b563be8d358a7d4af5b43307ace4c5f2c6a99'/>
<id>6a1b563be8d358a7d4af5b43307ace4c5f2c6a99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
