wesnoth/RELEASE_NOTES
Ignacio R. Morelle 8cc684f104 Commit 2007-10-31T20:03:25Z!shadowm@wesnoth.org was okay.
It's completely fixed, and the bug reported on IRC was a nonexistent
one, just I had bad luck with the RNG when testing. :P Also, added
some stderr output in case of problems. Feature finally implemented:
gender selection for MP leaders, with random option. Updated Release
Notes for the release team.
2007-11-01 00:29:35 +00:00

21 lines
936 B
Plaintext

This file is here to allow devs to easily add stuff in the release
notes for the next release, it allows easy syncing with the release
team, since you don't have to be around when the release takes
place...
Just dump whatever you want to have mentioned in the release notes here.
The release team should empty this file after each release.
terrain_mask maps which are stored in a separate file should use the extension
'.mask' instead of '.map'. This way wmllint can properly convert the maps to
the new format. Obviously this should be done before running wmllint on the
data.
Added a new combobox to the multiplayer side set-up screen, both for the client
and the host, to select the leader's gender (male/female). It even reflects the
graphical changes in the UI. It has been a wanted feature for a long time, but
in a cooperative effort by Noyga and Shadow Master, it's ready. A test implementation
was hidden in 1.3.9 anyway.