Release 53. As in traditional free software and opensource tradition: release
early, release often.
New weapons: Flanged Mace, Light Crossbow, Crude Bow, Composite Bow.
Arrows, Crossbow bolts, and Balistta bolts can now be set alight: press R and
F key concurrently when near a fire.
(F and R is easiests on weapons, R then F for ballista works the best)
Many weapons now have custom aimsettings for ; key (altaim (center)) so their
ironsights are lined up.
Download:
http://sourceforge.net/projects/chaosesqueanthology/files/stats/timeline
Direct Download (no javascript link) of v53:
http://downloads.sourceforge.net/project/chaosesqueanthology/Rel_53/XonoticChaosEsqueAnthologyREL53.iso?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fchaosesqueanthology%2F&ts=1427781910&use_mirror=liquidtelecom
Enjoy!
Notes for coders:
-------------------
For those wishing the newest code updated at all times (should they arise):
Get the ISO, then pull the git repo called "xonotic-concrete".
name it xonotic-data-bla.pk3dir and put it in
XonoticDir/data/
so the path to latest qcsrc would be:
XonoticDir/data/xonotic-data-bla.pk3dir/qcsrc/
and models would be
XonoticDir/data/xonotic-data-bla.pk3dir/models/
textures would be
XonoticDir/data/xonotic-data-bla.pk3dir/textures/
Then go in XonoticDir/data/xonotic-data-bla.pk3dir/qcsrc/
and do the command make
(you will need the quakeC compiler: gmqcc)
You can also put this in ~/.xonotic/data/
IE: ~/.xonotic/data/xonotic-data-bla.pk3dir/qcsrc/
etc.
Then you can 'git pull' in (wherever)/data/xonotic-data-bla.pk3dir/
if you want newest gamecode.
xonotic-concrete is the main gamecode git repo.