Finally, release 3.2.0 is out! Thanks a lot to everyone who has been testing and reporting bugs during the beta release cycle.
It is available at our usual location: https://sourceforge.net/projects/warzone2100/files/releases/3.2.0/
If you wish to compile it yourself directly from our repo:
- Code: Select all
git fetch origin --tags
git checkout 3.2.0
then proceed as normal with the build process.
Please report all bugs to http://developer.wz2100.net/newticket, and not on the forums.
We have changed our release procedure a bit in order to get releases out faster. We now make releases straight off the master branch, rather than branching off a stable branch from which we make releases. Hopefully this will make us do releases faster. Going from 3.1 took a ridiculous 3.5 years - which we agree is way too long!
2016-07-10: Version 3.2.0 - changes since previous beta
General
- Fix: Clear factory indicators when switching between commanders (75da8d95bd, #1131)
- Fix: Do not clear chat on setting structure limits (a10dc95008, #4276)
- Fix: Crash while loading map (db886e7be0, #4426)
- Fix: Saving/loading of command and repair droids (3c0e4c77da, #4426)
- Change: Update the NullBot AI to version 3.06 (11ef362816)