diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-20 10:41:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-20 10:41:09 +0000 |
commit | 256da20992db9e4b9bba07b7936a9cc1d2157ace (patch) | |
tree | 51b422c7359ed43951b57f453c190ae027cfb941 /games/wesnoth/Makefile | |
parent | 57c12f39c36da2d2468fd7c5baa049408b1ce4d2 (diff) | |
download | pkgsrc-256da20992db9e4b9bba07b7936a9cc1d2157ace.tar.gz |
Update to 1.0.1:
Version 1.0.1:
* graphics
* new death animations: Mage, Pikeman, Red_Mage, White_Mage
* portraits:
* new portraits: Drake_Burner, Drake_Fighter, Drake_Glider
* made all Drake, Merman, Naga and Saurian upgrades use the level one
portraits
* made the Necrophage and the Orcish_Slayer use the Lvl1 portraits of
their line
* removed deprecated death animation of the Drake_Fighter
* language and i18n:
* updated translations: Afrikaans, Chinese, Italian, Polish, Russian,
Slovenian, Turkish
* Campaign server
* Changed campaign_name_legal to bar name of '.'
* Back ported check_names_legal to be combined with an upcoming change
that will close a vulnerability to bogus data from the campaign server.
* Before doing anything destructive to install a new campaign, all of the
file and directory names are checked to make sure they are safe and if not
the campaign is not installed.
* multiplayer
* multiplayer game with "empty" as side no longer causes OOS (#4464)
* disabled 'advancefrom' in multiplayer
* revised multiplayer maps: Divide and Conquer, Sablestone Delta,
Silverhead Crossing, Sullas Ruins, 1v1v1Hex, Charge, Blitz, Clash,
Hamlets, Meteor Lake, Den of Onis, Smallolof
* updated multiplayer maps cfg files: Clash, Hexcake, Smallolof
* music and sound:
* new main menu music
* units and balancing changes:
* removed Thug from Knalgan faction
* Northerners can now recruit Rocklobber in Age of Heroes era
* documentation switch doxygen templates from CVS to SVN and from Savannah to Gna!
* random map generator now uses island_size (#4458)
Diffstat (limited to 'games/wesnoth/Makefile')
-rw-r--r-- | games/wesnoth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/wesnoth/Makefile b/games/wesnoth/Makefile index 0284c2e7b19..c1cc0a956d7 100644 --- a/games/wesnoth/Makefile +++ b/games/wesnoth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2005/10/04 18:30:52 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2005/10/20 10:41:09 wiz Exp $ -DISTNAME= wesnoth-1.0 +DISTNAME= wesnoth-1.0.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wesnoth/} |