diff options
author | adam <adam@pkgsrc.org> | 2005-09-05 08:18:08 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-09-05 08:18:08 +0000 |
commit | c33c645e9be17c768c21f816bd92ccb9bf313662 (patch) | |
tree | 3f5755e24c55698bde2319e1ba2207236bc09657 /games | |
parent | 3108096548b54afb20672d00422d902fb58fd382 (diff) | |
download | pkgsrc-c33c645e9be17c768c21f816bd92ccb9bf313662.tar.gz |
Changes 2.0.5:
- Fix bugs with government setting of new civs (barbarians and civil war
nations).
- Fix a bug where some mapgen settings would create more continents than
the server could handle.
- Fix a bug that allowed free changing of techs after finding a tech other
than the one currently being researched.
- Fix a bug where removing and creating a new player would give the new
player the old one's team.
- When the player disconnects in a normal game, make a savegame and exit
immediately rather than continuing to run. (This fixes the bug where
savegames made after a client crash would reveal the entire map.)
- Fix a bug in the "endyear" setting.
- Don't send server-only settings to the client (to be shown in the
settings dialog).
- Send a unit's info to the client when its transporter is disbanded.
- Fix several bugs where crashes could happen if an invalid connection
was left in the lists.
- Better fallbacks when starting positions can't be placed (previously
the server would crash in this situation).
- Fix several bugs in the detection of multiple servers on the LAN.
- Make sure units in combat are not in the hidden (focus unit) state.
- Update menus for the focus unit when a transporter becomes available for it.
- Fix a bug in the GTK2 client where diplomat actions would sometimes
become impossible.
- Clicking on the focus unit in the panel will center it.
- Set aifill values for several scenarios.
Diffstat (limited to 'games')
-rw-r--r-- | games/freeciv-share/Makefile.common | 4 | ||||
-rw-r--r-- | games/freeciv-share/PLIST | 3 | ||||
-rw-r--r-- | games/freeciv-share/distinfo | 8 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/freeciv-share/Makefile.common b/games/freeciv-share/Makefile.common index 2a431137efe..ef421e4f355 100644 --- a/games/freeciv-share/Makefile.common +++ b/games/freeciv-share/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.20 2005/08/24 10:36:02 adam Exp $ +# $NetBSD: Makefile.common,v 1.21 2005/09/05 08:18:08 adam Exp $ DISTNAME= freeciv-${FC_VERS} -FC_VERS= 2.0.4 +FC_VERS= 2.0.5 CATEGORIES= games MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \ http://www.freeciv.org/ftp/stable/ \ diff --git a/games/freeciv-share/PLIST b/games/freeciv-share/PLIST index cd780c2c1e6..0ba18d93f8f 100644 --- a/games/freeciv-share/PLIST +++ b/games/freeciv-share/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2005/08/24 10:36:02 adam Exp $ +@comment $NetBSD: PLIST,v 1.5 2005/09/05 08:18:08 adam Exp $ man/man6/civclient.6 man/man6/civserver.6 share/freeciv/civ1.serv @@ -143,7 +143,6 @@ share/freeciv/flags/unknown.png share/freeciv/flags/usa.png share/freeciv/flags/vietnam.png share/freeciv/flags/wales.png -share/freeciv/freeciv.rc share/freeciv/helpdata.txt share/freeciv/history.serv share/freeciv/history/buildings.ruleset diff --git a/games/freeciv-share/distinfo b/games/freeciv-share/distinfo index 9defd764186..dd97ced74eb 100644 --- a/games/freeciv-share/distinfo +++ b/games/freeciv-share/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2005/08/24 10:36:02 adam Exp $ +$NetBSD: distinfo,v 1.10 2005/09/05 08:18:08 adam Exp $ -SHA1 (freeciv-2.0.4.tar.bz2) = a665ecdf24d08df93efc64b41be3ea4d09996784 -RMD160 (freeciv-2.0.4.tar.bz2) = 1aac6d2f7255a6ddf0e2a13afc4574299c34f1fa -Size (freeciv-2.0.4.tar.bz2) = 8464445 bytes +SHA1 (freeciv-2.0.5.tar.bz2) = 0cf1d99379621abeb6f53c811c52c38cef06d0b4 +RMD160 (freeciv-2.0.5.tar.bz2) = 2739905f0786e85131415e59b236552737ed251d +Size (freeciv-2.0.5.tar.bz2) = 8465689 bytes SHA1 (patch-aa) = 54d4f8298827872350a3e8be791918da50369c19 SHA1 (patch-ab) = 24cb0f428323fd295e61d4fc49e5dfdff7e4615b |