Freeciv
(update)
(finalise for release)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
{{NEWS info 2.3}}
 
{{NEWS info 2.3}}
 
''This list is still in preparation; 2.3.2 has not yet been released.''
 
   
 
===WHAT'S CHANGED SINCE 2.3.1===
 
===WHAT'S CHANGED SINCE 2.3.1===
<!-- up to r21078 -->
+
<!-- up to r21085 -->
   
 
====Server / General====
 
====Server / General====
Line 65: Line 63:
   
 
====Translations====
 
====Translations====
* Updated translations: British English, Catalan, Spanish, French, Scots Gaelic, Finnish, Polish, Japanese.
 
<!--
 
 
* Updated translations:
 
* Updated translations:
** Complete translations: foo, bar.
+
** Complete translations: British English, Catalan, French, Japanese, Polish, Spanish, Scots Gaelic.
** Incomplete translations: foo (95.4%), bar (82%).
+
** Incomplete translations: Finnish (98.6%).
-->
 
   
 
====Build/portability====
 
====Build/portability====
Line 81: Line 76:
   
 
See [[NEWS]] for older lists of changes.
 
See [[NEWS]] for older lists of changes.
  +
  +
[[Category:NEWS]]

Revision as of 14:38, 31 March 2012

WARNING: This is a tentative list, by no means exhaustive. See the full ChangeLog in the source for a comprehensive list of all changes.

Download links for older releases can be found in the download archive.

WHAT'S CHANGED SINCE 2.3.1

Server / General

  • Bug fix: the city bribe cost could be negative (i.e., you would be paid for inciting a city!) -- this was particularly common with the 'multiplayer' ruleset. This fix may also cause previously positive city bribe costs to increase. GNA#19272
  • Bug fix: in a game with many players (such as the current maximum of 126), the server could crash when the game ended. (To see an accurate endgame report in this situation, both client and server must be upgraded.) GNA#19241
  • Bug fix: for games with more than 40 players (or, in rare cases, fewer), information about the parts of the map known to some players was saved in the savefile in a platform-dependent way. This could in principle lead to information loss on some platforms, or savefiles created on one platform not loading correctly on another, although on tested platforms (Linux x86_64, Solaris) the information was merely disarranged in a compatible way, causing no observable failure.
    From 2.3.2, the server will save this information in a platform-independent way, although it will attempt to recover information from old savegames. GNA#19029
  • Bug fix: upon learning a new tech that replaced a unit with a more expensive one, obsolete units being built in cities at the time could disappear entirely from the city worklists (rather than being replaced by another unit). GNA#18736
  • Allow the '/remove' server command to be issued after the game has started. GNA#18641 GNA#18776
  • Bug fix: in a deep fiscal crisis requiring forced selling of multiple buildings, insufficient buildings could be sold, leading to a negative gold balance. GNA#19494
  • Bug fix: quell error messages when a unit changed owners in the middle of working on an improvement such as Railroad, when the new owner did not possess the requisite technology. GNA#16429
  • Bug fix: assertion failures associated with many auto-settlers trying to work on the same project. GNA#19512
  • Bug fix: assertion failures on loading non-standard rulesets which use a Max_Rates effect with a Tech requirement. GNA#19450
  • Bug fix: possible server crash in rulesets with barbarian nations with only a single leader defined. GNA#19554
  • Bug fix: '/reset game' may have restored the wrong setting values on some platforms. GNA#19345
  • Bug fix: the trading_tech/gold/city settings did not appear in any of the server setting categories. GNA#19346
  • Fix the authentication database setup script, setup_auth_server.sh, to allow space for IPv6 addresses. (Existing databases would have to be upgraded manually to fix this issue.) GNA#19485
  • The embedded Lua scripting engine has been updated to version 5.1.5. GNAPATCH#3166
  • Robustness improvements in the face of malformed files. GNA#19348 GNA#19446
  • Various internal changes which should only affect developers. GNA#19015 GNA#19170 GNA#19228 GNA#19297 GNA#19349 GNA#19389 GNA#19398 GNA#19539

Clients

  • Add a confirmation popup when disbanding units. GNA#19459
  • Bug fix: the client could crash immediately after connecting in some circumstances with some non-standard rulesets (notably, for players with A. Smith's Trading Co in the Longturn LTeX23 ruleset). GNA#19219
  • Bug fix: the "in progress" unit counts in the units report did not take account of multiple city build slots, for instance in the 'experimental' ruleset. GNA#19339
  • Bug fix: the total unit upkeep in the unit report could get out of date when changing a unit's home city while the report was open. GNA#19405
  • (Gtk) All diplomatic meeting popups now open in a single tab, to improve usability in games with many players. GNA#18835
  • (Gtk) Fix a minor scrollbar display glitch with some system themes. GNA#18607
  • (SDL) Several UI bug fixes:
    • In the units report, "under construction", "soonest completion", and "totals" displayed no information. GNA#19403
    • It was impossible for diplomatic units to establish an embassy in a city; attempting to do so caused the city to be investigated. GNA#19246
    • Nothing happened when a Spy was ordered to steal a random technology. GNA#19246
    • When a Spy was given a choice of building to sabotage, many options were omitted. GNA#19288
    • In the foreign intelligence report, the nation flag could hide information about the nation's technologies. GNA#19290
    • Nation selection dialog:
      • Only the first 256 of the available nations could be selected (up to the Omanis). GNA#19065
      • The next/previous buttons for leader selection did not redraw properly. GNA#19068
    • Minor bugs with password entry to an authenticated server. GNA#19259
  • (Xaw) Fix an assertion failure when the game ends. GNA#19399

Tilesets / Art

  • Bug fix: in the Amplio2 tileset, when not using the city bar, resize the "city occupied" graphic to match the flag size. GNAPATCH#2525

Gameplay / Rules

  • As a side effect of the fix for GNA#18736, if a unit is bought in a city in the same turn as it is made obsolete by an advance, you always get the obsolete unit rather than an upgraded version (regardless of the relative costs of the units).
  • Bug fix: in custom rulesets, it was not usefully possible to make a technology unreachable by giving it a root_req of itself (this should make it reachable only by national init_techs or by scripting); such technologies could not be used at all. GNA#18394
  • In custom rulesets, the Unit_Recover effect can now apply to specific unit types and units; previously, it could only take effect on a per-player basis. GNA#19467

AI

  • Improvements to AI diplomat behaviour:
    • The AI's diplomats were not dodging enemy units when travelling from place to place. GNA#19014
    • The AI could stack many diplomats next to an enemy city when they had nothing to do. Now it sends them to different cities. GNAPATCH#2978
  • The AI could mistakenly consider the effect of Barracks and Sun Tzu's War Academy on unit veteran levels to be cumulative. GNA#19447 GNA#19466

Help / Documentation

Translations

  • Updated translations:
    • Complete translations: British English, Catalan, French, Japanese, Polish, Spanish, Scots Gaelic.
    • Incomplete translations: Finnish (98.6%).

Build/portability

  • Fix compilation with newer versions of zlib. GNA#19501
  • Fix failure to compile with compression disabled at build time. GNA#19347
  • Change configure script handling of compiler flags, fixing some warnings about compiler flags when building with clang. (Note that Freeciv is known not to build cleanly with clang yet.) GNA#19008
  • Use Lua include path set by configure script, to assist packagers. GNA#19397
  • Running autogen.sh from a release tarball failed due to looking for an absent file. GNA#19456
  • Update Gtk client dependency documentation. GNAPATCH#3109

See NEWS for older lists of changes.