<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Xonotic Forums - Xonotic - News]]></title>
		<link>https://forums.xonotic.org/</link>
		<description><![CDATA[Xonotic Forums - https://forums.xonotic.org]]></description>
		<pubDate>Fri, 17 Apr 2026 19:36:41 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[The Xonotic in-game guide is here!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=10062</link>
			<pubDate>Tue, 30 Sep 2025 10:07:36 +0000</pubDate>
			<dc:creator><![CDATA[k9er]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=10062</guid>
			<description><![CDATA[Hi all!<br />
<br />
Not a huge announcement, but recently the in-game guide got merged.<br />
You can find it in the Singleplayer menu, next to "Instant action with bots!".<br />
<br />
If you'd like to check it out, <a href="https://xonotic.org/download/#upgrading" target="_blank" rel="noopener" class="mycode_url">update to autobuild</a> now!<br />
<br />
You can also read a short blog post I made about it <a href="https://xonotic.org/posts/2025/introducing-the-guide/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Feel free to comment any improvement suggestions below  <img src="https://forums.xonotic.org/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></description>
			<content:encoded><![CDATA[Hi all!<br />
<br />
Not a huge announcement, but recently the in-game guide got merged.<br />
You can find it in the Singleplayer menu, next to "Instant action with bots!".<br />
<br />
If you'd like to check it out, <a href="https://xonotic.org/download/#upgrading" target="_blank" rel="noopener" class="mycode_url">update to autobuild</a> now!<br />
<br />
You can also read a short blog post I made about it <a href="https://xonotic.org/posts/2025/introducing-the-guide/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
Feel free to comment any improvement suggestions below  <img src="https://forums.xonotic.org/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XonStat 2.0 is now live]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=8530</link>
			<pubDate>Tue, 23 Mar 2021 23:16:06 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=8530</guid>
			<description><![CDATA[XonStat 2.0 is now live!<br />
<br />
Keen observers may have noticed that the stats website looks a little different lately. That's because the second iteration of XonStat is now up and running on stats.xonotic.org! This version was written from the ground up to solve many of the pain points of the previous version. There's lot of new stuff happening under the hood, but here are some of the high points compared to what we had previously:<br />
<br />
* Code is in Go (statically typed, compiled) instead of Python (duck-typed, interpreted).<br />
* Standard library (net/http) HTTP server instead of WSGI via Gunicorn.<br />
* <a href="https://stats.xonotic.org/docs/" target="_blank" rel="noopener" class="mycode_url">API documentation</a> instead of...a forum post? <img src="https://forums.xonotic.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
* Redis shared cache instead of per-process, in-memory Beaker cache.<br />
* Foundation 6 instead of Foundation 4 for the CSS framework.<br />
* Chart.js (canvas) instead of NVD3.js (SVG) for charting/visualization.<br />
* <a href="https://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf" target="_blank" rel="noopener" class="mycode_url">Weng-Lin</a> instead of Elo for skill calculations.<br />
* Rate limiting (none previously).<br />
* Tracking of spectators/forfeits (none previously).<br />
<br />
You can follow development progress on <a href="https://gitlab.com/xonotic/xonstat-go" target="_blank" rel="noopener" class="mycode_url">Gitlab</a>. Feel free to create <a href="https://gitlab.com/xonotic/xonstat-go/-/issues/" target="_blank" rel="noopener" class="mycode_url">issues</a> for any bugs you might find (and yes, there *will* be bugs). <br />
<br />
Thank you all for supporting me during this transition! Special thanks go to divVerent, Mr. Bougo, bones_was_here, malice, and t0uYK8Ne for their suggestions and encouragement.]]></description>
			<content:encoded><![CDATA[XonStat 2.0 is now live!<br />
<br />
Keen observers may have noticed that the stats website looks a little different lately. That's because the second iteration of XonStat is now up and running on stats.xonotic.org! This version was written from the ground up to solve many of the pain points of the previous version. There's lot of new stuff happening under the hood, but here are some of the high points compared to what we had previously:<br />
<br />
* Code is in Go (statically typed, compiled) instead of Python (duck-typed, interpreted).<br />
* Standard library (net/http) HTTP server instead of WSGI via Gunicorn.<br />
* <a href="https://stats.xonotic.org/docs/" target="_blank" rel="noopener" class="mycode_url">API documentation</a> instead of...a forum post? <img src="https://forums.xonotic.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" /><br />
* Redis shared cache instead of per-process, in-memory Beaker cache.<br />
* Foundation 6 instead of Foundation 4 for the CSS framework.<br />
* Chart.js (canvas) instead of NVD3.js (SVG) for charting/visualization.<br />
* <a href="https://jmlr.csail.mit.edu/papers/volume12/weng11a/weng11a.pdf" target="_blank" rel="noopener" class="mycode_url">Weng-Lin</a> instead of Elo for skill calculations.<br />
* Rate limiting (none previously).<br />
* Tracking of spectators/forfeits (none previously).<br />
<br />
You can follow development progress on <a href="https://gitlab.com/xonotic/xonstat-go" target="_blank" rel="noopener" class="mycode_url">Gitlab</a>. Feel free to create <a href="https://gitlab.com/xonotic/xonstat-go/-/issues/" target="_blank" rel="noopener" class="mycode_url">issues</a> for any bugs you might find (and yes, there *will* be bugs). <br />
<br />
Thank you all for supporting me during this transition! Special thanks go to divVerent, Mr. Bougo, bones_was_here, malice, and t0uYK8Ne for their suggestions and encouragement.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[2019 by the numbers]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=8234</link>
			<pubDate>Mon, 20 Jan 2020 23:08:16 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=8234</guid>
			<description><![CDATA[I donned my data spelunking hat for another round of "by the numbers", this time for 2019! Read the new blog post <a href="https://xonotic.org/posts/2020/2019-by-the-numbers/" target="_blank" rel="noopener" class="mycode_url">here</a>.]]></description>
			<content:encoded><![CDATA[I donned my data spelunking hat for another round of "by the numbers", this time for 2019! Read the new blog post <a href="https://xonotic.org/posts/2020/2019-by-the-numbers/" target="_blank" rel="noopener" class="mycode_url">here</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Summary metrics are now available on the home page]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7715</link>
			<pubDate>Sat, 21 Apr 2018 13:31:45 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7715</guid>
			<description><![CDATA[The home page of our website now features summary data, refreshed on a daily basis. What summary data, you ask?<br />
<br />
* The number of players seen in the past day, from XonStat (<a href="http://stats.xonotic.org/summary?scope=day" target="_blank" rel="noopener" class="mycode_url">API</a>)<br />
* The number of games played in the past day, from XonStat<br />
* The number of commits to our various git repositories in the past month, from GitLab (<a href="https://docs.gitlab.com/ee/api/commits.html" target="_blank" rel="noopener" class="mycode_url">API</a>)<br />
* The distinct number of contributors for the commits above, from GitLab<br />
<br />
All of this stuff looks like this:<br />
<br />
<img src="https://xonotic.antzucaro.com/summary_stats_frontpage.jpg" loading="lazy"  width="600" height="187" alt="[Image: summary_stats_frontpage.jpg]" class="mycode_img" /><br />
<br />
It is my hope that having this data front-and-center will encourage people to explore more aspects of this wonderful project. We'll see in time. Until then...enjoy!]]></description>
			<content:encoded><![CDATA[The home page of our website now features summary data, refreshed on a daily basis. What summary data, you ask?<br />
<br />
* The number of players seen in the past day, from XonStat (<a href="http://stats.xonotic.org/summary?scope=day" target="_blank" rel="noopener" class="mycode_url">API</a>)<br />
* The number of games played in the past day, from XonStat<br />
* The number of commits to our various git repositories in the past month, from GitLab (<a href="https://docs.gitlab.com/ee/api/commits.html" target="_blank" rel="noopener" class="mycode_url">API</a>)<br />
* The distinct number of contributors for the commits above, from GitLab<br />
<br />
All of this stuff looks like this:<br />
<br />
<img src="https://xonotic.antzucaro.com/summary_stats_frontpage.jpg" loading="lazy"  width="600" height="187" alt="[Image: summary_stats_frontpage.jpg]" class="mycode_img" /><br />
<br />
It is my hope that having this data front-and-center will encourage people to explore more aspects of this wonderful project. We'll see in time. Until then...enjoy!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XonStat records its millionth game!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7657</link>
			<pubDate>Tue, 27 Feb 2018 01:22:14 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7657</guid>
			<description><![CDATA[The subject says it all, as does the <a href="http://xonotic.org/posts/2018/xonstats-millionth-game/" target="_blank" rel="noopener" class="mycode_url">corresponding blog post</a>. Wow, everyone! We hit ONE MILLION games recorded on XonStat. I kinda feel like Dr. Evil announcing this:<br />
<br />
<img src="https://i.imgur.com/NDBB96K.png" loading="lazy"  alt="[Image: NDBB96K.png]" class="mycode_img" /><br />
<br />
Anyway, I know it is not billion with a 'b', but I can't help but feel extremely proud of this little community and how much fun we've had. Thanks for fragging with us!]]></description>
			<content:encoded><![CDATA[The subject says it all, as does the <a href="http://xonotic.org/posts/2018/xonstats-millionth-game/" target="_blank" rel="noopener" class="mycode_url">corresponding blog post</a>. Wow, everyone! We hit ONE MILLION games recorded on XonStat. I kinda feel like Dr. Evil announcing this:<br />
<br />
<img src="https://i.imgur.com/NDBB96K.png" loading="lazy"  alt="[Image: NDBB96K.png]" class="mycode_img" /><br />
<br />
Anyway, I know it is not billion with a 'b', but I can't help but feel extremely proud of this little community and how much fun we've had. Thanks for fragging with us!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XonPickup's database examined]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7478</link>
			<pubDate>Tue, 04 Jul 2017 15:39:17 +0000</pubDate>
			<dc:creator><![CDATA[Mirio]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7478</guid>
			<description><![CDATA[Made some stats about #xonotic.pickup activity!<br />
<br />
Read it here: <a href="http://xonotic.org/posts/2017/xonpickups-database-examined/" target="_blank" rel="noopener" class="mycode_url">http://xonotic.org/posts/2017/xonpickups...-examined/</a>]]></description>
			<content:encoded><![CDATA[Made some stats about #xonotic.pickup activity!<br />
<br />
Read it here: <a href="http://xonotic.org/posts/2017/xonpickups-database-examined/" target="_blank" rel="noopener" class="mycode_url">http://xonotic.org/posts/2017/xonpickups...-examined/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xonotic 0.8.2 Release Overview]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7329</link>
			<pubDate>Tue, 04 Apr 2017 12:39:56 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7329</guid>
			<description><![CDATA[Now that the release business has died down a little, I took some time yesterday evening to compile a video showing off a good number of new features! Enjoy.<br />
<iframe width="640" height="385" src="https://www.youtube.com/embed/NgT1gxWR-0A?rel=0" frameborder="0" allowfullscreen></iframe>]]></description>
			<content:encoded><![CDATA[Now that the release business has died down a little, I took some time yesterday evening to compile a video showing off a good number of new features! Enjoy.<br />
<iframe width="640" height="385" src="https://www.youtube.com/embed/NgT1gxWR-0A?rel=0" frameborder="0" allowfullscreen></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xonotic 0.8.2 released!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7325</link>
			<pubDate>Sat, 01 Apr 2017 18:15:08 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7325</guid>
			<description><![CDATA[On behalf of the team I'm happy to announce that Xonotic 0.8.2 is now available! No, this isn't a joke. I repeat: no, this isn't a joke. YASSSS!<br />
<br />
The full blog post covering the details is <a href="http://xonotic.org/posts/2017/xonotic-0-8-2-release/" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
As always, happy fragging!]]></description>
			<content:encoded><![CDATA[On behalf of the team I'm happy to announce that Xonotic 0.8.2 is now available! No, this isn't a joke. I repeat: no, this isn't a joke. YASSSS!<br />
<br />
The full blog post covering the details is <a href="http://xonotic.org/posts/2017/xonotic-0-8-2-release/" target="_blank" rel="noopener" class="mycode_url">here</a><br />
<br />
As always, happy fragging!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bring out your bugs! Code freeze now in effect.]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7235</link>
			<pubDate>Sat, 04 Mar 2017 14:05:32 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7235</guid>
			<description><![CDATA[Hello fellow fraggers and developers,<br />
<br />
I'm happy to announce that we're now in code freeze! The development team is not merging in any new enhancements so we can ensure that you get a stable release soon. That means now is the time to flush out any remaining show-stopping bugs! You can help us by reporting any bugs to us on the <a href="https://gitlab.com/groups/xonotic/issues" target="_blank" rel="noopener" class="mycode_url">project's issue tracker</a> for triage. Feel free to also ping us in the development channel on IRC as well: <a href="http://webchat.freenode.net/?channels=%23xonotic&amp;uio=d4" target="_blank" rel="noopener" class="mycode_url">#xonotic on Freenode</a>.<br />
<br />
Cheers and happy fragging!]]></description>
			<content:encoded><![CDATA[Hello fellow fraggers and developers,<br />
<br />
I'm happy to announce that we're now in code freeze! The development team is not merging in any new enhancements so we can ensure that you get a stable release soon. That means now is the time to flush out any remaining show-stopping bugs! You can help us by reporting any bugs to us on the <a href="https://gitlab.com/groups/xonotic/issues" target="_blank" rel="noopener" class="mycode_url">project's issue tracker</a> for triage. Feel free to also ping us in the development channel on IRC as well: <a href="http://webchat.freenode.net/?channels=%23xonotic&amp;uio=d4" target="_blank" rel="noopener" class="mycode_url">#xonotic on Freenode</a>.<br />
<br />
Cheers and happy fragging!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Forum Upgrades]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=7229</link>
			<pubDate>Sat, 04 Mar 2017 02:22:45 +0000</pubDate>
			<dc:creator><![CDATA[-z-]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=7229</guid>
			<description><![CDATA[Hey guys, -z- here, trying to establish clearly lines of communication, and be held more accountable for timely upgrades to the forums.<br />
<br />
I would love to enhance the forums anyway I can, I don't always have time, but I promise to prioritize security patches, and major useability bugs.<br />
<br />
I would love to help on new features, enhancements, small bugs.  If you can provide me with a patch, or meet me halfway on a solution, I can guarantee a faster result.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="font-size: small;" class="mycode_size">Use this thread as an opportunity to report any bugs, or request features!</span></span></span><br />
<br />
If you prefer, find me on IRC #xonotic on freenode/quakenet.<br />
<br />
If you have a gitlab account, the issues that are more complex should be captured here: <a href="https://gitlab.com/detrate/xonotic-mybb/issues" target="_blank" rel="noopener" class="mycode_url">https://gitlab.com/detrate/xonotic-mybb/issues</a><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">NEWS</span></span><br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">02-03-2018</span></span></span><br />
<br />
Added a responsive theme to the forums, select "NetPen" in the theme chooser in the footer, or in your profile.<br />
<br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">01-31-2018</span></span></span><br />
<br />
Upgraded with the latest security patches, fixed some user reported bugs (thanks guys!), re-purposed this thread.<br />
<br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">03-03-2017</span></span></span><br />
<br />
The forums look different today, the reason for that is we've upgraded! We're now using the latest version of MyBB, 1.8.10.<br />
<br />
The new theme, revoxono, has overcome many of the issues we had with the old theme.  However, nothing is perfect, we expect you to find bugs, or miss features from the old theme.<br />
<br />
We're planning on rolling out a few more changes over the next few weeks, stay tuned.<br />
<br />
Big shout out to everyone on the team that helped make this upgrade as smooth as possible.]]></description>
			<content:encoded><![CDATA[Hey guys, -z- here, trying to establish clearly lines of communication, and be held more accountable for timely upgrades to the forums.<br />
<br />
I would love to enhance the forums anyway I can, I don't always have time, but I promise to prioritize security patches, and major useability bugs.<br />
<br />
I would love to help on new features, enhancements, small bugs.  If you can provide me with a patch, or meet me halfway on a solution, I can guarantee a faster result.<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i"><span style="font-size: small;" class="mycode_size">Use this thread as an opportunity to report any bugs, or request features!</span></span></span><br />
<br />
If you prefer, find me on IRC #xonotic on freenode/quakenet.<br />
<br />
If you have a gitlab account, the issues that are more complex should be captured here: <a href="https://gitlab.com/detrate/xonotic-mybb/issues" target="_blank" rel="noopener" class="mycode_url">https://gitlab.com/detrate/xonotic-mybb/issues</a><br />
<br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="font-size: large;" class="mycode_size">NEWS</span></span><br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">02-03-2018</span></span></span><br />
<br />
Added a responsive theme to the forums, select "NetPen" in the theme chooser in the footer, or in your profile.<br />
<br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">01-31-2018</span></span></span><br />
<br />
Upgraded with the latest security patches, fixed some user reported bugs (thanks guys!), re-purposed this thread.<br />
<br />
<br />
<span style="font-size: x-small;" class="mycode_size"><span style="font-size: small;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">03-03-2017</span></span></span><br />
<br />
The forums look different today, the reason for that is we've upgraded! We're now using the latest version of MyBB, 1.8.10.<br />
<br />
The new theme, revoxono, has overcome many of the issues we had with the old theme.  However, nothing is perfect, we expect you to find bugs, or miss features from the old theme.<br />
<br />
We're planning on rolling out a few more changes over the next few weeks, stay tuned.<br />
<br />
Big shout out to everyone on the team that helped make this upgrade as smooth as possible.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Video: Xonotic 0.8.1 overview]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=5770</link>
			<pubDate>Fri, 28 Aug 2015 17:08:34 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=5770</guid>
			<description><![CDATA[<iframe width="640" height="385" src="https://www.youtube.com/embed/_thowri7mmE?rel=0" frameborder="0" allowfullscreen></iframe>]]></description>
			<content:encoded><![CDATA[<iframe width="640" height="385" src="https://www.youtube.com/embed/_thowri7mmE?rel=0" frameborder="0" allowfullscreen></iframe>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Xonotic 0.8.1 Released!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=5764</link>
			<pubDate>Thu, 27 Aug 2015 00:13:41 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=5764</guid>
			<description><![CDATA[<span style="color: #FF0000;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Xonotic 0.8.1 is out! Aw yer!</span></span><br />
<br />
<a href="http://dl.xonotic.org/xonotic-0.8.1.zip.torrent" target="_blank" rel="noopener" class="mycode_url">Torrent</a><br />
<a href="http://dl.xonotic.org/xonotic-0.8.1.zip" target="_blank" rel="noopener" class="mycode_url">HTTP Download</a><br />
<br />
MD5: f7a9cd8ab68a00336acca164f983b569<br />
Package size: 940M<br />
<br />
If you already have Xonotic, upgrade to the release with these steps:<br />
<br />
- Navigate to your Xonotic installation folder.<br />
- Navigate to the misc/tools/rsync-updater folder.<br />
- Execute the update-to-release.sh (for Linux or Mac) or update-to-release.bat (for Windows) and wait for it to complete.<br />
- Profit. You're done!<br />
<br />
Read full info about new features at the <a href="http://xonotic.org/posts/2015/xonotic-0-8-1-release/" target="_blank" rel="noopener" class="mycode_url">blog post</a>!<br />
<br />
We hope you all enjoy it. See you out on the servers soon. As always - happy fragging!]]></description>
			<content:encoded><![CDATA[<span style="color: #FF0000;" class="mycode_color"><span style="font-size: large;" class="mycode_size">Xonotic 0.8.1 is out! Aw yer!</span></span><br />
<br />
<a href="http://dl.xonotic.org/xonotic-0.8.1.zip.torrent" target="_blank" rel="noopener" class="mycode_url">Torrent</a><br />
<a href="http://dl.xonotic.org/xonotic-0.8.1.zip" target="_blank" rel="noopener" class="mycode_url">HTTP Download</a><br />
<br />
MD5: f7a9cd8ab68a00336acca164f983b569<br />
Package size: 940M<br />
<br />
If you already have Xonotic, upgrade to the release with these steps:<br />
<br />
- Navigate to your Xonotic installation folder.<br />
- Navigate to the misc/tools/rsync-updater folder.<br />
- Execute the update-to-release.sh (for Linux or Mac) or update-to-release.bat (for Windows) and wait for it to complete.<br />
- Profit. You're done!<br />
<br />
Read full info about new features at the <a href="http://xonotic.org/posts/2015/xonotic-0-8-1-release/" target="_blank" rel="noopener" class="mycode_url">blog post</a>!<br />
<br />
We hope you all enjoy it. See you out on the servers soon. As always - happy fragging!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Friday is for Fragging!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=5710</link>
			<pubDate>Fri, 17 Jul 2015 00:55:39 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=5710</guid>
			<description><![CDATA[Hey folks,<br />
<br />
SPLAT and I will be hosting a live playing session tomorrow night! Join us on the Kansas public git server (96.44.146.149:26000) at 8 PM EDT (2 AM // 02:00 CEST) for a frag-filled Q&amp;A session. We'll be available on my Mumble server (address: antzucaro.com, port: 64738) to answer your questions or to just plain chat. All skills welcome - We'll see you there!<br />
<br />
Cheers,<br />
-AB]]></description>
			<content:encoded><![CDATA[Hey folks,<br />
<br />
SPLAT and I will be hosting a live playing session tomorrow night! Join us on the Kansas public git server (96.44.146.149:26000) at 8 PM EDT (2 AM // 02:00 CEST) for a frag-filled Q&amp;A session. We'll be available on my Mumble server (address: antzucaro.com, port: 64738) to answer your questions or to just plain chat. All skills welcome - We'll see you there!<br />
<br />
Cheers,<br />
-AB]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SDLv2: We need your help!]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=5615</link>
			<pubDate>Wed, 08 Jul 2015 12:45:07 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=5615</guid>
			<description><![CDATA[Players and developers out there, we need your help! We'd like to iron out all of the SDLv2 issues in the game in order to cut a new release, but we're lacking on the details of what needs to be fixed. To find that out, we first need to know the specifics of what is going wrong! <br />
<br />
This is where you can help. By testing the game using the SDL binaries and providing us feedback, the development team can get a better picture of where we should spend our time. How to test SDL, you say? If you're on git, you can run "./all run sdl". If you're on an autobuild or the 0.8.0 release, you can run the script with "sdl" in the name. If you find something, please file and issue with us on our <a href="https://gitlab.com/xonotic/darkplaces/issues" target="_blank" rel="noopener" class="mycode_url">GitLab tracker</a>. If it warrants a discussion first, please don't hesitate to drop by the <a href="http://webchat.freenode.net?channels=%23xonotic&amp;uio=MTE9MjI2dd" target="_blank" rel="noopener" class="mycode_url">development IRC channel</a> (#xonotic on freenode). Please remember that IRC responses may take a while.<br />
<br />
Anyway, here's to bug squashing. See you all on the servers, and happy fragging!<br />
<br />
EDIT: One of our developers informed me that we need to compile git builds with a specific option for SDLv2 to enable it. You can do this with "SDL_CONFIG=sdl2-config ./all compile". After this is done the "./all run sdl" will use version 2 instead of version 1. Thank you for the tip, packer!]]></description>
			<content:encoded><![CDATA[Players and developers out there, we need your help! We'd like to iron out all of the SDLv2 issues in the game in order to cut a new release, but we're lacking on the details of what needs to be fixed. To find that out, we first need to know the specifics of what is going wrong! <br />
<br />
This is where you can help. By testing the game using the SDL binaries and providing us feedback, the development team can get a better picture of where we should spend our time. How to test SDL, you say? If you're on git, you can run "./all run sdl". If you're on an autobuild or the 0.8.0 release, you can run the script with "sdl" in the name. If you find something, please file and issue with us on our <a href="https://gitlab.com/xonotic/darkplaces/issues" target="_blank" rel="noopener" class="mycode_url">GitLab tracker</a>. If it warrants a discussion first, please don't hesitate to drop by the <a href="http://webchat.freenode.net?channels=%23xonotic&amp;uio=MTE9MjI2dd" target="_blank" rel="noopener" class="mycode_url">development IRC channel</a> (#xonotic on freenode). Please remember that IRC responses may take a while.<br />
<br />
Anyway, here's to bug squashing. See you all on the servers, and happy fragging!<br />
<br />
EDIT: One of our developers informed me that we need to compile git builds with a specific option for SDLv2 to enable it. You can do this with "SDL_CONFIG=sdl2-config ./all compile". After this is done the "./all run sdl" will use version 2 instead of version 1. Thank you for the tip, packer!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[XonStat data snapshot released]]></title>
			<link>https://forums.xonotic.org/showthread.php?tid=5551</link>
			<pubDate>Mon, 01 Jun 2015 13:02:51 +0000</pubDate>
			<dc:creator><![CDATA[Antibody]]></dc:creator>
			<guid isPermaLink="false">https://forums.xonotic.org/showthread.php?tid=5551</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
Over the years I have received several requests for raw statistics data. Today I'm happy to release a snapshot of that data for interested parties to use! You can obtain this <a href="http://xonotic.antzucaro.com/xonstatdb_20150527.dmp" target="_blank" rel="noopener" class="mycode_url">here</a>. This is a PostgreSQL database dump of XonStat on 2015-05-27 that was created using pg_dump. It contains every game, server, map, and player present in the database up to that time! You can load it by following the commands within the <a href="https://gitlab.com/xonotic/xonstatdb/blob/master/scripts/drop_and_load.shl" target="_blank" rel="noopener" class="mycode_url">drop and load script</a> in the <a href="https://gitlab.com/xonotic/xonstatdb/tree/master" target="_blank" rel="noopener" class="mycode_url">xonstatdb git repository</a>. <br />
<br />
Once you are up and running, I'd recommend examining the table structures with the '\dt' command from within psql to get yourself familiar with the data model. You can filter out tables ending in q1, q2, q3, or q4 - these are child tables used to break up the volume. For example, the games_2015q1 table contains games from the first quarter of this year, but you can obtain the same information by querying the games table with a WHERE clause on the create_dt column. If you have any questions, you can always ask here. <br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Licensing</span><br />
The database structure (DDL, for those familiar with database parlance) is under the GPLv3 license, with the full source available on GitLab. The data is licensed under the <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener" class="mycode_url">CC-BY license</a>, with attribution to "Team Xonotic" and <a href="http://www.xonotic.org" target="_blank" rel="noopener" class="mycode_url">http://www.xonotic.org</a>. <br />
<br />
I look forward to seeing what you all do with this!<br />
<br />
Thanks!<br />
-AB]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
Over the years I have received several requests for raw statistics data. Today I'm happy to release a snapshot of that data for interested parties to use! You can obtain this <a href="http://xonotic.antzucaro.com/xonstatdb_20150527.dmp" target="_blank" rel="noopener" class="mycode_url">here</a>. This is a PostgreSQL database dump of XonStat on 2015-05-27 that was created using pg_dump. It contains every game, server, map, and player present in the database up to that time! You can load it by following the commands within the <a href="https://gitlab.com/xonotic/xonstatdb/blob/master/scripts/drop_and_load.shl" target="_blank" rel="noopener" class="mycode_url">drop and load script</a> in the <a href="https://gitlab.com/xonotic/xonstatdb/tree/master" target="_blank" rel="noopener" class="mycode_url">xonstatdb git repository</a>. <br />
<br />
Once you are up and running, I'd recommend examining the table structures with the '\dt' command from within psql to get yourself familiar with the data model. You can filter out tables ending in q1, q2, q3, or q4 - these are child tables used to break up the volume. For example, the games_2015q1 table contains games from the first quarter of this year, but you can obtain the same information by querying the games table with a WHERE clause on the create_dt column. If you have any questions, you can always ask here. <br />
<br />
<span style="text-decoration: underline;" class="mycode_u">Licensing</span><br />
The database structure (DDL, for those familiar with database parlance) is under the GPLv3 license, with the full source available on GitLab. The data is licensed under the <a href="http://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noopener" class="mycode_url">CC-BY license</a>, with attribution to "Team Xonotic" and <a href="http://www.xonotic.org" target="_blank" rel="noopener" class="mycode_url">http://www.xonotic.org</a>. <br />
<br />
I look forward to seeing what you all do with this!<br />
<br />
Thanks!<br />
-AB]]></content:encoded>
		</item>
	</channel>
</rss>