<?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 - Portal]]></title>
		<link>https://forums.xonotic.org/</link>
		<description><![CDATA[Xonotic Forums - https://forums.xonotic.org]]></description>
		<pubDate>Sat, 16 May 2026 22:37:01 +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>
	</channel>
</rss>