5 The most important changes between major releases are shown below.
6 Not all changes are shown here. Those who are interested in seeing
7 the detailed changes should check the ChangeLog file.
10 MAJOR CHANGES FROM 2.4.x to 2.5.0
11 ---------------------------------
13 (from <http://www.freeciv.org/wiki/NEWS-2.5.0>)
15 The main changes in Freeciv 2.5 are the inclusion of the 'civ2civ3'
16 ruleset, and much more flexibility for those creating their own
17 rulesets. The AI has also had some improvements.
19 As is usual for major releases, 2.5 clients cannot interoperate with
20 pre-2.5 servers, and vice versa. Pre-2.5 savegames can however be
21 loaded into 2.5, and in most cases, the supplied rulesets have not
22 changed so much as to make it difficult to complete a game started with
27 Changes affecting players (supplied rulesets)
29 A new ruleset civ2civ3 is included, an evolution of the civ2_3 ruleset
30 by David Fernandez (bardo). This has some elements from Civ3, and is
31 also designed to reduce the gap between inexperienced and optimal play,
32 and for the AI to play well. It is suitable for single-player and
33 multiplayer games. See doc/README.ruleset_civ2civ3 for more
34 information. GNAPATCH#3366
35 * This version of the ruleset is similar to previous versions but
36 does have some changes, including taking advantage of new
37 facilities in the game engine. civ2_3 games started in previous
38 versions of Freeciv cannot be continued with this version.
39 * This is planned to become the default ruleset in a future release.
40 The current default ruleset has been renamed to 'classic' and will
41 continue to be available. From now on the name 'default' will refer
42 to whatever ruleset the running version of Freeciv defaults to.
45 Rules changes affecting all or most rulesets:
46 * (not civ1/civ2) City tiles are no longer an exception to the rule
47 that the 'Bridge Building' technology is required to build roads
48 over rivers. Such cities no longer automatically get roads until
49 the technology is acquired. GNAPATCH#3007
50 * (not civ2/multiplayer) Cities suffer random disasters such as
51 population loss and building loss. A new server setting 'disasters'
52 controls their frequency, or disables them entirely.
53 * (not civ1/civ2) 'Barracks' buildings and 'Sun Tzu's War Academy'
54 are now cumulative: if you have both, new units are created at the
55 Hardened veteran level. GNAPATCH#3062
56 * In rulesets with nationality tracking (classic, experimental,
58 + Citizens now gradually convert to the nationality of the city
59 owner over time, at a ruleset-defined rate. GNAPATCH#2365
60 + Units now have their own nationality, which remains the same
61 even if they are bribed or captured. Settler units founding or
62 adding to cities add citizens of their own nationality.
63 GNAPATCH#3625 GNAPATCH#3635
64 * Changes to what happens if research points go negative (due to
65 transfer costs or tech upkeep):
66 + A new server setting 'techlossforgiveness' controls whether
67 technologies can be lost at all, and if so, how much debt
68 triggers tech loss. Previously this was controlled by the
69 ruleset; of the supplied rulesets, only the experimental
70 ruleset had this behavior. GNAPATCH#3193
71 + When technology is lost, half the bulb cost of the lost
72 technology is now added on to the current bulb balance (this
73 may not be sufficient to make it positive). The proportion is
74 controlled by the new server setting 'techlossrestore'. The
75 old behavior, where any bulb debt was completely cancelled,
76 can be restored by setting this to -1. GNA#21623
77 * When a freshwater terrain (lake) and an oceanic terrain type become
78 adjacent due to terrain change, the ocean now floods the whole
79 lake. GNAPATCH#3478 In rulesets which support it, transforming a
80 swamp bordering a lake now results in lake, not ocean. GNA#20043
81 * In games where 'startunits' includes a k)ing unit, such units are
82 also given to new players created as a result of civil war.
85 Rule changes to specific rulesets:
87 + The limit on trade routes now depends on what technology you
88 have. You start with 2 per city, and can add one more with
89 each of 'Magnetism' and 'The Corporation'.
90 + Tracking of citizen nationality is now enabled. See the help
91 for what this means. GNAPATCH#3624
93 + New road type 'Maglev', requiring 'Superconductors' and giving
94 unlimited movement to 'Land' units. Regular railroads now give
95 fast but limited movement (each tile takes 1/9 of a movement
96 point). GNAPATCH#3295 GNAPATCH#4008
97 + Citizens of your enemies in your own cities cause unhappiness,
98 with the amount depending on your government type.
100 + Partisan appearance now depends on how many of the conquered
101 city's citizens had the nationality of the defeated player,
102 rather than the original city owner. GNAPATCH#3762
103 + Paratroopers can now paradrop directly to a transport in the
105 + Most technologies now have 'root_req' requirements, preventing
106 acquisition of the technology by any means (such as trading)
107 unless some key earlier technology is known.
108 + By default, it is possible to sustain a small research point
109 debt without losing a technology. However, if a technology is
110 lost, the debt may not be completely cancelled.
111 * civ1 and civ2 (to improve their fidelity):
112 + Maximum number of trade routes per city reduced from 4 to 3.
113 + When a free tech is granted, it's now chosen randomly, rather
114 than being whatever the player was researching.
118 + Added 16 new playable nations to standard rulesets, bringing
120 + The set of 50 'core' nations introduced in 2.4 are now by
121 default the only nations that will appear in games. To play
122 with the full set of (possibly untranslated) nations, change
123 the nation set in the 'pick nation' dialog, or the server
124 'nationset' option. GNAPATCH#3448
125 + The pirate and barbarian flags be swapped, so that pirates now
126 have the Jolly Roger, as they should. GNA#22236
127 * In the classic and civ2civ3 rulesets, maps are now generated with
128 scenic tile labels on a few random tiles. These have no gameplay
129 effect. GNAPATCH#3147
130 * Minor changes to transport units:
131 + Units may now load onto and unload from transports that are
132 themselves inside another transport. GNA#22050 GNA#22190
133 + While there is still no way to choose which transport is used
134 if there are several on a tile, cargo units will now prefer
135 the transport with more move points. GNA#22189
136 * Goto / pathfinding:
137 + You can now set waypoints for groups of units starting on
138 different tiles. GNAPATCH#4418
139 + Improved route planning across 'pontoon bridges' (units
140 bridging water). GNA#21871
141 + Multiple units working on overlapping connect-with-road or
142 similar projects no longer interrupt each other's work.
145 Changes affecting other rulesets / modders
147 Ruleset authors can control much more of the game behavior. Existing
148 rulesets need changes to work with 2.5.
150 + Rulesets can now define new types of paths, replacing
151 hard-coded road, railroad, and river behavior. Up to 8
152 distinct road and/or river types can be defined. Many
153 previously hardcoded behaviors are now configurable.
155 + Granularity of movement points ('move_fragments') is now
156 specified by the ruleset, rather than being hardcoded at 1/3.
157 Move rate of 'IgTer' units is also configurable. GNAPATCH#3990
158 + The 'Relaxed' orthogonal move mode for rivers (now also
159 available for roads) no longer gives a movement bonus for
160 diagonal moves unless the path actually links the two tiles.
162 + Rulesets can allow units to paradrop directly onto transport
164 + Rulesets have more control over when units can enter and leave
165 'unreachable' transports (usually air transports). By default
166 cargo of such transports can no longer embark/disembark unless
167 in a city or a base native to the transport, but exceptions
168 can be made for individual units. GNAPATCH#3804
169 + The game now enforces that no transport unit may contain a
170 unit which could transport it, and that units can be nested no
171 more than six deep, even if the ruleset would allow these
172 situations. This may simplify defining complex transport
173 relations in rulesets without defining many unit classes.
175 (Some versions of 2.4.x had attempts to enforce this, but they
176 merely caused error messages rather than preventing the
177 situation from occurring.)
178 * Terrain and alterations
179 + More flexible bases:
180 o Rulesets can now define bases which are allowed on city
181 tiles, or automatically added to cities. GNA#3826
182 o Ability and time to build bases can now be
183 terrain-dependent. GNAPATCH#3152
184 o Owned bases can now display their owner's flag.
186 + Rulesets can now change when any of the built-in terrain
187 alterations and transformations can be performed by units (in
188 2.4, it was only possible to affect irrigation). The full set
190 o Irrig_Possible: is building irrigation possible?
191 o Mining_Possible: is building a mine possible?
192 o Irrig_TF_Possible: is changing terrain type with
193 "irrigation" action possible?
194 o Mining_TF_Possible: is changing terrain type with "mine"
196 o Transform_Possible: is "transform" action possible?
197 + Terrains can now be marked with the 'NotGenerated' flag, so
198 that the map generator will not use them (for use in
199 scenarios, etc). GNAPATCH#4158
201 + The unit 'convert' action is no longer instant; it takes a
202 ruleset-defined time (at least one turn) for suitable units to
203 convert into another type. GNAPATCH#3110
204 + The 'Veteran_Build' effect (used for 'Barracks', etc) can now
205 cause units to gain multiple veteran levels. GNAPATCH#3062
206 + Rulesets are now permitted to contain no city-founding units.
209 + Added a general framework for combat value modification based
210 on unit type. The old hardcoded 'AEGIS', 'AirUnit', 'Horse',
211 'Pikemen', 'Helicopter', and 'Fighter' flags are gone; it's
212 now possible to add similar bonuses with different numeric
213 values, and more of them. GNAPATCH#3548
214 + Whether conquering units reduce city population is now defined
215 by the ruleset, per unit class ('KillCitizen'). GNAPATCH#3613
216 + Units defending while on non-native terrain (that is, ships in
217 harbor) can have a defense penalty applied in this situation,
218 via the unit class flag 'non_native_def_pct'. (This is
219 distinct from the existing 'BadCityDefender' unit flag, which
220 affects firepower.) GNA#20544
221 + Sea units' ability to attack neighbouring land is generalised
222 as ability to attack non-native terrain, and controllable at
223 unit class and type level ('AttackNonNative' and
224 'Only_Native_Attack' respectively). GNAPATCH#3264
225 + Sea units' attack from harbor is generalised as unit class
226 ability to attack from city or transport in non-native terrain
227 ('AttFromNonNative'). GNA#3333
229 + Cities can suffer ruleset-defined random disasters, whose
230 effects can be mediated by the requirements system, and whose
231 effects can be implemented by Lua script.
232 + The limit on trade routes per city can now vary during
233 gameplay (up to a maximum of 5). GNAPATCH#3178 Bonuses,
234 ability to establish based on whether route is international
235 and/or intercontinental, and what happens if a trade route
236 becomes invalid are all now ruleset configurable.
238 + As well as the changes to nationality listed in the gameplay
240 o Rulesets can use the "Nationality" requirement in effects
241 to test whether cities contain citizens of a specific
242 nationality. GNAPATCH#3623
243 o Rulesets can control whether and how much enemy citizens
244 cause unhappiness with the "Enemy_Citizen_Unhappy_Pct"
245 effect. GNAPATCH#3684
246 o Rulesets can choose whether partisan appearance depends
247 on the original city owner or the current nationality of
248 the citizens, and if so what proportion is required for
249 partisans. GNAPATCH#3762
250 + The 'Inspire_Partisans' effect can now depend on properties of
251 a specific city, not just player-wide requirements.
253 + Specialists can now define a fallback graphics tag, so that
254 rulesets with custom specialists can be played without tileset
255 support. GNAPATCH#4239
256 + The image to display for a city (City_Image) is now calculated
257 on the server side, allowing ruleset authors to use
258 requirements for it that the client may not have reliable
260 + The way city size is converted into a (cosmetic) population
261 number is now more configurable. GNAPATCH#3406
263 + New effect 'Not_Tech_Source' prevents players from having
264 technology stolen from them. GNAPATCH#3546
265 + When a player gets a free technology, the method used to
266 choose it is defined in the ruleset in 'free_tech_method'.
267 Instead of the previous behavior of giving the player their
268 currently researched technology, the ruleset can now specify
269 the cheapest or a random technology. GNAPATCH#3552
271 + New tech_upkeep_style 'Cities', where tech upkeep scales with
273 + A player will no longer lose a technology (due to tech upkeep,
274 etc) if it's a root_req for another technology the player
276 + The ruleset can request that technology help be popped up in
277 the client when a new technology is acquired, via
278 'popup_tech_help'. (This can be overridden by the user.)
281 + Nations can have an associated color; if the server setting
282 'plrcolormode' is set to the new value 'NATION_ORDER',
283 players' colors will take this color. GNAPATCH#3443
284 + Rulesets can now define playable subsets of their nations
285 ('nation sets'), one of which can be picked by players during
286 game setup. This could be used for instance to define a number
287 of different balanced sets of nations which have unique
288 traits, perhaps tailored to different numbers of players.
290 + The list of supplied nations has been split out to a new
291 'nationlist.ruleset', so that rulesets can use these nations
292 while changing other aspects of 'nations.ruleset'.
293 nationlist.ruleset has its own lists of governments, terrains,
294 etc, so that it can be used by rulesets that are slightly
295 different without errors.
296 * Effects and requirements
297 + 'Resource' added as requirement to effects system.
299 + City effects can now depend on the presence of terrain with
300 certain properties within the city's workable radius, by
301 specifying 'Terrain', 'Resource', etc with 'City' range.
303 + City effects can now place requirements on the city's own
305 + Expanded the ability to group ruleset objects into sets for
306 requirement purposes with custom flags:
307 o Terrains and technologies now have custom flags, as well
308 as units, enabling limited disjunctive ("or") requirement
309 definitions for these types. GNAPATCH#3487 GNAPATCH#4074
310 o Requirements can test these flags. GNAPATCH#3395
312 o User flags now have ruleset-defined help text.
313 o The maximum number of user flags for unit types has
314 increased from 4 to 16 (as these are used for the combat
315 bonuses framework). GNAPATCH#3393
316 + For boolean effects, negative values are now evaluated as
317 'false', to ease ruleset development. GNAPATCH#3396
319 + Updated scripting engine to Lua 5.2. GNAPATCH#3230
320 + Scripts can now set tile labels. GNAPATCH#3136
321 + Scripts can now run on a new 'map_generated' signal.
324 + It's now possible to have multiple centers of government for
325 the purposes of calculating waste and corruption, through the
326 'Gov_Center' effect. The distance to the nearest determines
328 + When a 'GameLoss' unit is killed, instead of the player's
329 assets (units, cities, etc) just disappearing, the ruleset can
330 cause some of them to be transferred to the conqueror,
331 barbarians, and/or a new AI player ('gameloss_style').
333 + Rulesets can specify a minimum area native to starting units
334 that start positions must have ('min_start_native_area').
336 + Rulesets can completely disable civil war
337 ('civil_war_enabled'). GNAPATCH#3818
338 + Technologies with the 'Claim_Ocean' flag lift the normal
339 restrictions on borders claiming ocean tiles. GNAPATCH#3355
340 + The ruleset can define a 'preferred_soundset' which will be
341 suggested to clients. (Only Gtk2/3 clients can ask the user;
342 with other clients the user has to have enabled auto-accept
343 for this to take effect.) GNAPATCH#3226
345 Tileset authors have a few new facilites. Existing tilesets need
346 changes to work with 2.5 at all.
347 * When a unit is building a base or road, tilesets can now display an
348 icon specific to that base/road. GNAPATCH#3305
349 * The layer that darkness is drawn at is now configurable
350 ('darkness_layer'). GNAPATCH#4461
351 * Tilesets can now supply icons for unit upkeep greater than 2 to be
352 displayed in the city dialog. GNAPATCH#3824
353 * In the supplied tilesets, government and specialist icons have been
354 split to separate files, so custom tilesets can replace them while
355 continuing to use other graphics from the standard small.spec.
356 GNAPATCH#4076 GNAPATCH#4422
358 Scenario creators have a couple of new features available. (Scenarios
359 created with previous versions should continue to work in 2.5.)
360 * Most of the supplied rulesets now include an 'Inaccessible' terrain
361 type, for use by scenario authors to shape the map area. See the
362 France scenario for an example of its use. GNAPATCH#4159
364 * Scenarios can now restrict the set of available nations (to those
365 with start positions). GNA#21268
367 Changes affecting server operators
369 * 'killstack', which controls whether all units on a tile die
370 simultaneously, is now a server setting (previously it was
371 controlled by the ruleset). GNA#18698
372 * 'killcitizen' is now a boolean setting rather than a bitfield;
373 which units reduce city population is now controlled by the
374 ruleset. GNAPATCH#3613
375 * A new server setting 'startcity' causes players to start with their
376 first city already founded. GNAPATCH#3495
377 * Two new values for the 'diplomacy' setting: "NOAI" which allows
378 diplomacy except between AIs, and "NOMIXED" which only prevents
379 human/AI diplomacy. GNAPATCH#4213
380 * Failure to load a ruleset no longer causes the server to quit; it
381 now reverts to the previously loaded ruleset, or failing that the
382 default ruleset. GNAPATCH#1449
383 * There's no longer support for attempting to save games in formats
384 that might be compatible with previous major releases of Freeciv.
385 The 'saveversion' server option has been removed. GNAPATCH#3188
387 * The server no longer sets the socket option SO_REUSEADDR on its
388 listening socket. This may fix some issues with clients connecting
389 to the wrong server, particularly, on Windows. GNA#21583
390 * The default database backend has changed from MySQL to SQLite.
395 There have been some improvements to the standard AI's behavior:
397 + The AI should more correctly account for travel time when
398 assessing danger to cities from enemy units; previously it
399 treated them as its own, which could be wrong for ZoC,
400 restrictinfra etc. GNAPATCH#3729
401 + Autosettlers are smarter about spotting danger: GNAPATCH#3854
402 o Sea and air units are now considered threats, not just
404 o Military units which can't attack are no longer
406 + Cities are less prone to building walls before defending
408 + The AI now considers non-land units that can conquer cities
409 (such as Helicopters) a threat to continents it controls.
412 + Some fixes to AI's handling of boats as transports.
413 * Terrain improvement
414 + The AI and autosettlers' relative weightings have been tweaked
415 to give slightly better behavior with typical rulesets. In
416 particular, production is now valued less compared to other
417 outputs. GNAPATCH#3692
418 + The AI and autosettlers can now decide to build bases, if they
419 provide any direct output bonus to a nearby city, or enable
420 another base which does so. GNAPATCH#3341 GNAPATCH#3833
422 + When the AI is on a war footing, it now prefers diverting
423 taxes to science rather than luxury. GNA#21640
424 + The AI now considers keeping units in cities for their martial
425 law effect, although it will not yet build units specially for
427 + The AI values coinage less, to balance it compared to
428 gold-producing buildings. GNA#21796
429 + The AI may now create trade routes between continents.
432 + The AI may now consider more combat bonuses when deciding what
433 technology to research. For instance, it may now work harder
434 towards AEGIS Cruiser when defending against air units.
435 GNAPATCH#3555 GNAPATCH#3563
436 + The AI no longer chases technologies to gain units that are
437 already obsolete. GNAPATCH#4013
438 + The AI no longer remembers its past desire for long-obsolete
439 technologies indefinitely. GNA#22260
441 + In rulesets which support ocean cities, the AI now considers
442 building them. GNAPATCH#3533
443 + The AI no longer builds sea-only worker units if the ruleset
444 has them. This is a temporary solution to a previous issue
445 where AI would build only sea worker units when they became
446 available, and not land ones. GNAPATCH#4610
448 AI behavior is also now somewhat more configurable by rulesets:
449 * The new traits framework allows AI behavior to be parameterised
450 (current traits are Expansionist/Trader/Aggressive). Traits can be
451 set in ruleset (overall or in specific nation description), or by
452 Lua script. GNAPATCH#3001
453 * 'Cheating' level AI no longer intrinsically ignores tax rate
454 limitations. This is instead left up to the ruleset. The supplied
455 rulesets give cheating AIs this bonus, so there no functional
458 The following changes are only relevant to AI developers:
459 * 'Default' AI logic, which was previously tied to the 'classic' AI
460 type, can now be used selectively by custom AI modules, each with
461 their own instance data.
462 * The default AI type can be chosen at configure time. GNAPATCH#3666
463 * Some progress has been made on the 'threaded' AI variant. It is now
464 functional, but does not yet offer much advantage over the
465 'classic' AI. The only difference is that cities can make specific
466 requests of worker units. The 'threaded' AI is not included in
471 * The city map size in the city dialog now adapts to the ruleset.
472 This means that the city dialog in the SDL client is no longer
473 unusably small with the classic and similar rulesets. GNAPATCH#4389
474 * The client now only lists scenarios for "Start Scenario Game";
475 previously it could include ordinary save files that happened to be
476 on the scenario path. GNA#22209
477 * Client options to control whether tileset and soundset suggestions
478 made by the ruleset are automatically accepted. This allows clients
479 other than the Gtk clients to make use of these suggestions.
480 GNAPATCH#3599 GNAPATCH#3605
481 * (Gtk) The pregame nation selection dialog has been rewritten,
482 fixing many small bugs. GNAPATCH#4347
483 * (Gtk) The client can now optionally pop up help for a new
484 technology when it's acquired. GNAPATCH#3608
485 * It's now possible to play a game in the Qt client, although many
486 features are still missing, so it's not yet a recommended client. A
487 Qt version of the modpack installer is also available.
491 * The modpack installer now keeps track of versions of packages it
492 has previously installed. (It does not track changes made
493 manually.) GNAPATCH#3163
494 * A command-line tool for downloading modpacks, freeciv-mp-cli, has
495 been created for use on headless servers. GNAPATCH#4436
496 * The modpack installer can be built into multiple GUI flavored
497 executables simultaneously. As a result, the executables have been
499 * Modpacks can now have descriptions GNAPATCH#3645 and a 'subtype'
500 field (e.g. to distinguish iso/hex tilesets) GNAPATCH#4394.
504 * The icons for entertainers, scientists, and tax collectors now have
505 both male and female versions. GNAPATCH#4506
506 * The base building icons in Amplio2 are now small versions of the
507 bases themselves. GNAPATCH#4059
508 * Improve colors for global warming / nuclear winter progress
509 indicators. GNAPATCH#4827
510 * Made a few specialist icons available for custom rulesets (worker,
511 farmer, merchant). These are not used in the supplied rulesets.
516 * Updated French, Polish, Catalan, Russian, Korean, Scottish Gaelic,
517 British English, traditional Chinese, and Spanish localizations.
521 * A real thread implementation is now a hard requirement.
523 * The SDL client now requires SDL_gfx and SDL_ttf libraries. Copies
524 are no longer included with the Freeciv source. GNAPATCH#4088
526 * Clients other than the SDL client can now be built against
527 SDL2_mixer. GNAPATCH#4189
529 See doc/README.packaging for more information.
532 MAJOR CHANGES FROM 2.3.x to 2.4.0
533 ---------------------------------
535 (from <http://www.freeciv.org/wiki/NEWS-2.4.0>)
537 As is usual for major releases, 2.4 clients cannot interoperate with
538 pre-2.4 servers, and vice versa. Pre-2.4 savegames can however be
539 loaded into 2.4, and in most cases, the supplied rulesets have not
540 changed so much as to make it difficult to complete a game started with
547 * The maximum theoretical map size has increased from 128,000 to
548 2,048,000 tiles; the maximum linear map dimension has increased
549 from 512 to 32,768. GNA#18087
550 * If map generation fails (for instance the common failure to
551 allocate start positions), it is now retried with a different
552 random seed. GNAPATCH#2402
553 * A couple of new server settings have been added to customise
555 + 'revealmap' allows the map to be shown to all players at game
556 start, or to dead players. GNAPATCH#2379
557 + 'first_timeout' allows the first turn to have a different
558 timeout from subsequent turns. GNAPATCH#1967
562 * Player authentication has been revamped. Database access is now
563 mediated by a Lua script that can be customised by server
564 operators, and uses Luasql, enabling a variety of backends: MySQL
565 (the only backend supported previously), SQLite, and PostgreSQL.
566 See doc/README.fcdb for details. GNA#13643
567 + Support is included 'out of the box' for SQLite and MySQL
568 databases. SQLite uses a simple file as a database, and is
569 recommended as being entirely adequate for Freeciv
570 authentication and much less hassle to set up than MySQL.
571 + The Windows packages include SQLite support, so for the first
572 time, it's possible to use player authentication on Windows
573 without building the server yourself.
574 * The server now supports a 'delegation' feature similar to that in
575 Longturn, where one user can nominate another to temporarily take
576 over control of the game. This is controlled by the '/delegate'
577 server command. GNAPATCH#2121
578 * There is a new "map image" feature to save an overview map as an
579 image. This is a much expanded version of the previous --Ppm server
580 feature, which has been removed. Compared to --Ppm, the new feature
581 can distinguish units, cities, borders, terrain colors, hex tiles,
582 and more. Saving images can be triggered automatically (turn-based)
583 on the server, or on demand on the server or client. See the
584 '/mapimg' server command. GNAPATCH#1391
585 + A series of these images can be assembled into an animation to
586 replay the progress of the game. A shell script 'mapimg2anim'
587 is provided to help with this.
588 + PNG/GIF/JPEG output is only available if built against the
589 ImageMagick library; this is included in the Windows packages
591 * Player colors are now assigned centrally, and can be changed with
592 the '/playercolor' server command. There is a new server setting
593 'plrcolormode' that controls how colors are assigned, including a
594 mode where all players on a team have the same color. GNAPATCH#2062
595 + The set of default player colors in the supplied rulesets has
596 been reworked to enhance visibility of borders against
597 terrain, etc. GNA#19778
598 * The colors used to represent different terrain types on the minimap
599 have been reworked. GNAPATCH#2069
600 * The 'autosaves' setting gives finer control over when savegames are
601 generated. GNAPATCH#2536
602 + To disable autosaves entirely, instead of '/set saveturns 0',
603 it's now necessary to use a command like '/set autosaves ""'.
604 * The scripts 'ser' and 'civ' have been renamed to 'fcser' and
605 'fcgui' respectively. GNAPATCH#2830
606 * A Lua script can be read from a file with the '/lua file' command.
607 Direct Lua input is now via the '/lua cmd' command. GNAPATCH#2338
609 * New server option --Bind-meta to control which network interface
610 the metaserver connection is made from. GNA#14106
611 * The server can be built with support for .xz (LZMA) compression for
612 saved games, etc. See the 'compresstype' option. GNAPATCH#1810
613 * The freeciv-modpack utility supports more modpack types, more
614 options (see --help), and uses the Curl library for network access
615 so should be more robust.
616 * (as of beta2) The ranklog format has changed; it now includes
617 individual players' scores, and can be parsed more unambiguously.
622 * There is a new client, freeciv-gtk3, based on version 3 of the Gtk+
623 toolkit. This is fully playable and has largely identical UI and
624 functionality to freeciv-gtk2. Currently it is experimental;
625 however, it is expected that it will become the default client in
626 the next major release.
627 + The first time you run this client, it will copy any Gtk2
628 client settings you have set. Thereafter, Gtk2 and Gtk3
629 settings will remain separate.
630 + Known issue in beta1/beta2: when compiled against some
631 versions of Gtk3, there are assertion failures and crashes
632 associated with the unit selection dialog. This is believed
633 due to a Gtk bug (671939); however, it's been worked around in
634 the Freeciv code as of RC1. GNA#19846
635 * (In the code there is also the start of a Qt client. However, at
636 this point it is just a stub and is unlikely to be of interest.
637 Development will continue in 2.5.)
638 * A server spawned by the client now only listens on the local
639 network interface, so clients on other machines cannot connect to
640 it. This improves security for single-player games, but means that
641 a multiplayer game can no longer be hosted by the client; you must
642 start a separate server instead (see the FAQ). GNA#18530
643 * It's now possible to display a map overlay indicating which tiles
644 the currently selected unit can enter ("native" tiles), with the
645 Shift-Ctrl-N keyboard shortcut. GNA#13620
646 * The research speed in bulbs per turn is now available with other
647 research information from popups/tooltips on the main window.
649 * For rulesets where different nations have unique gameplay
650 attributes (different initial governments, techs, units, or
651 buildings), this information is now available when picking a nation
652 in the pregame, and in the online help. GNAPATCH#3066
653 * The client now displays the current stable version of Freeciv and
654 whether that's newer than the running version (this information
655 comes from the metaserver). GNAPATCH#2735
656 * (Gtk) The client now has a Lua scripting console. GNAPATCH#2515
657 + This is currently something of a proof of concept rather than
658 a finished feature, as a comprehensive API suitable for the
659 client-side has not been provided. Notably, there are not yet
660 any signals from which client-side scripts can be triggered.
661 + However, client scripts do have access to the client's view of
662 most of the same game data that server-side ruleset scripts do
663 (map, units, cities etc); see the Lua reference manual. This
664 should be sufficient for some useful work. For example, it
665 should in principle be possible to implement an on-demand
666 optimal trade route calculator with these facilities (although
668 * (Gtk) The unit selection dialog has been revamped to allow browsing
669 and selecting units by combinations of location and activity,
670 anywhere in the world. GNA#17236
671 * (Gtk) A bribe cost is now shown in the popup for units (for enemy
672 units, this is estimated). GNA#17489
676 * The orientation of units is now tracked, so tilesets can provide
677 different graphics for different unit orientations. GNAPATCH#2719
678 + A tileset making use of this, Cimpletoon, is included. It is
679 based on Amplio2 but has a full set of oriented unit sprites
680 for the default ruleset. GNAPATCH#2739
681 + Known issue in beta1: Cimpletoon did not have sprites for all
682 Fundamentalist units (it lacked Elephants and Crusaders), so
683 for rulesets with these units, it would use fallback sprites
684 (Chariot and Knights respectively). As of beta2, the tileset
685 is complete. GNA#19998
689 Changes affecting supplied rulesets
692 + The number of playable nations has increased from 385 to 539.
693 + Out of these, a subset of 50 "core" nations has been defined,
694 based mostly on nations that have appeared in the Civilization
695 series of games. For localised versions of Freeciv, these
696 nations are more likely to be translated than the remainder.
697 Players are initially presented with the core set, and it will
698 be used for random nation selection if no nations are
699 specifically selected; but players can still select nations
700 outside the core set, and if some do, then the full range of
701 supplied nations will be used for random selection of
702 remaining players. GNAPATCH#3449 GNAPATCH#3432
703 + The civ1 and civ2 rulesets now have their own separate nation
704 sets, more closely matching the original games. GNAPATCH#2243
705 * City center tiles now lose their automatic irrigation bonus if a
706 mine is built on them, since mines and irrigation cannot coexist on
708 + Similarly, in the supplied rulesets, cities on a tile with a
709 mine can no longer get a farmland bonus.
710 * The effect of veterancy on the cost of bribing a unit now depends
711 on veteran bonuses, not numeric veteran level; bribe costs for
712 veteran units have thus changed. GNA#19253
713 * When the 'barbarians' server setting is disabled, huts no longer
715 * When migration is enabled, citizens now consider the risk of plague
716 when deciding whether to migrate. GNA#17740
717 * In rulesets without tech upkeep enabled, if the bulb count goes
718 negative (for instance due to 'conquercost'), technologies are no
719 longer lost. This restores the behavior of previous versions of
721 * Diplomats and Spies now have special names for their veteran
722 levels, but behavior is unchanged from 2.3. GNA#19850
723 * In the default, multiplayer, and experimental rulesets, years are
724 displayed with CE/BCE rather than BC/AD notation. GNA#15090
725 * (as of beta2) The default map topology for new games has been
726 changed to isometric, to match the default Amplio2 tileset.
728 * (as of beta2) In the 'multiplayer' ruleset, the ability to build
729 buoys has been removed, as they do not work well with national
730 borders disabled (the default for this ruleset). It is expected
731 that they'll be re-enabled in a future major release. GNAPATCH#3541
732 * Changes to the 'experimental' ruleset:
733 + Citizen nationality is enabled; see below.
734 + Workers and Engineers can now gain veteran levels by working
735 the land; this in turn allows them to work faster.
736 GNAPATCH#2370 GNA#19818
737 + A Mech. Inf. unit can now carry up to three Missile units.
739 + Galleons can now carry Big Land units, and Frigates no longer
740 can. Old savegames are handled gracefully. GNAPATCH#2643
742 Changes and new features for rulesets/modpacks/scenarios
744 * New feature: optionally, the nationality of citizens can be
745 tracked. For instance, when you conquer a city, its citizens retain
746 their original nationality. Currently this affects the cost of
747 inciting cities and the chance of migration (if enabled); more
748 effects are planned for future versions. GNAPATCH#2265
749 * The veteran system has been reworked:
750 + Per-unit veteran levels have been generalised; all veteran
751 properties can now be set on a per-unit basis; previously, the
752 chances of moving between levels could not. This means that
753 different units can now usefully have different numbers of
754 veteran levels for the first time. GNAPATCH#2346
755 + Diplomatic combat and spy mission survival chances are now
756 derived directly from the 'power_fact' property of the veteran
757 level, rather than being based purely on the numeric veteran
759 + As noted above, the effect of veterancy on unit bribe costs
761 + The maximum number of veteran levels has doubled from 10 to
763 + Units with only a single veteran level, or which can't become
764 veteran, now do not have a veteran level displayed.
765 + Information about veteran levels is now included in the
766 on-line help. GNA#19851
767 * Recursive transports are now supported (up to a depth of 5).
769 * Two new tech_cost_styles: 3 with a new formula (early techs
770 slightly easier, later techs much harder), and 4 which is similar
771 to 2 (read from ruleset) but with the gaps filled with the new
772 formula. GNAPATCH#2396
773 * A new effect 'Irrig_Possible' and requirement range 'CAdjacent'
774 (cardinally adjacent) have been added. The requirement for oceans
775 or rivers for irrigation is thus no longer hardcoded and can be
776 modified. GNAPATCH#2450
777 * The 'CityTile' requirement now supports 'Adjacent' and 'CAdjacent'
778 ranges, so effects can be triggered for tiles next to a city.
780 * 'Surviving' requirements for wonders are now supported at Player
781 range as well as at World range. GNA#17463
782 * In ruleset definitions, specifying 'move_type' for a unit is now
783 optional; if not specified it will be inferred from the native
784 terrains/specials of the unit. GNA#13630 GNAPATCH#2991
785 * A ruleset can now specify a 'default_government' for all its
786 nations in nations.ruleset, rather than each nation being required
787 to specify its initial government individually. GNAPATCH#3031
788 + The supplied nations no longer include
789 init_government="Despotism", so they can be used in rulesets
790 which require a different initial government. GNAPATCH#3032
791 * The image used for a city in the client is now set by the effects
792 system (effect 'City_Image'), so it's no longer constrained to be a
793 simple function of city size. GNA#17110
794 + The experimental ruleset uses this to align city graphics with
796 * Tile labels are supported. These are text labels that are displayed
797 by all clients when they display a particular map tile. They can be
798 added to scenarios in the editor. GNAPATCH#2408
799 * The colors used for players, and for terrains on the minimap and
800 map images, are now specified by the ruleset on the server side,
801 rather than the tileset on the client side. GNAPATCH#2060
803 * In rulesets with tech_leakage enabled, dead players are no longer
804 taken into account in the calculation; so you cannot gain from
805 their knowledge, but equally a dead, ignorant player no longer
806 pushes up research costs. GNAPATCH#2956
807 * The behavior where the senate of representative governments is
808 bypassed has moved from the Any_Government to the No_Anarchy
810 * The 'min_dist_bw_cities' ruleset item has been retired; use the
811 'citymindist' option instead. GNAPATCH#2537
812 * Many changes to ruleset Lua scripting -- for full details see the
813 Lua reference manual. These are all backward compatible.
815 + Script-triggered climate change (GNAPATCH#2624) and civil war
817 + Scripts can now move existing units.
818 + A script can test whether tiles have a particular base.
820 + Script facilities for reading and manipulating unit
821 orientation. GNAPATCH#2823 GNAPATCH#2836
822 + Scripts can now read server settings. GNAPATCH#2955
823 * (as of beta2) An internal 64kbyte limit on string length has been
824 removed. Among other things, this allows longer Lua scripts in
829 * (as of beta2) The city governor logic has been reworked, fixing
830 various issues such as unexpected tax collectors in cities with
831 many buildings, and a need to set minimal gold surplus to a lower
832 target than expected. GNAPATCH#3620
833 * (as of beta2) The AI's workers/settlers, and human players'
834 autosettlers, will now automatically stop what they are doing and
835 go elsewhere if threatened by an enemy unit and there is no
836 defender on their tile. (Currently only threats from land units are
837 considered.) GNAPATCH#3384
838 * (as of beta2) Improvements to AI settler management:
839 + The AI now considers worker units' food consumption (e.g.
840 Settlers) to be less of a factor when deciding whether to
841 build such units, to encourage it to do so. GNAPATCH#3693
842 + Fix poor handling of rulesets containing boats which can only
843 carry a single unit. Previously, the AI would generate
844 settlers with the intention of sending them out on such boats,
845 but then refuse to do so due to lack of room for a bodyguard,
846 regardless of whether one was needed, often hurting expansion
847 and leaving useless settlers. Now it only insists on room for
848 a bodyguard if one is actually needed. GNA#19815
849 * Improvements to AI city defense:
850 + (as of beta2) Reduced the tendency of AI city defenders to be
851 lured out of their city by nearby targets even in the presence
852 of threats. GNA#20504
853 + (as of beta2) Cities in grave danger of invasion with no
854 defending units were tending to build City Walls, uselessly.
855 They will now prioritise acquiring a defender. GNA#20559
856 + (as of RC1) Reduced the weighting of the AI's assessment of
857 defence strength, so that it defends its own cities more
858 convincingly. (part of GNAPATCH#3960)
859 + (as of RC1) The AI now tends to keep a unit constantly
860 defending each of its cities even in the absence of an obvious
861 threat, rather than relying on being able to acquire one when
862 a threat appears. GNAPATCH#3958
863 * (as of beta2) Improvements to AI caravan management:
864 + Caravans in transit are now taken into account when a city is
865 deciding whether to build more caravans. Previously, a city
866 could end up building endless caravans if existing ones did
867 not complete their trade route. GNAPATCH#3529
868 * (as of RC1) The AI's new weighting of defence strength assessment
869 means that it is less fearful of its enemy's defenders when
870 attacking their cities. (part of GNAPATCH#3960)
871 * The AI's management of its tax rates has been reworked to be more
872 sophisticated; notably, it now takes tech upkeep into account. It
873 also considers tech upkeep when determining the value of a tech.
875 * AI planning for new cities has been improved slightly. GNA#19449
876 * Autosettler planning for building railroads (GNAPATCH#2885,
877 GNA#19560) and farmland (GNAPATCH#2889) has been improved. (Note
878 that the latter is still only triggered by the existence of a
879 Supermarket, so the AI still does not benefit, due to a
880 chicken-and-egg situation.)
881 * The extensive reworking of the AI code (see #Development), while
882 not intended to introduce any functional changes (and extensively
883 tested for this), may have changed behavior in some rare cases.
887 * New Indonesian translation.
888 * (as of beta2) New Traditional Chinese translation.
889 * Updated translations: Bulgarian, Catalan, Spanish, Scottish Gaelic,
890 Korean, Polish, Dutch, Irish, French, German, Finnish, and British
895 * The AI code has been heavily refactored, with a view to making it
896 easier for people to start their own projects to write better
898 + There's now a concept of AI type; different players can have
899 different AIs. The type can be specified to the server /create
900 command and the Lua function edit.create_player().
901 + The server can be built to accept dynamically loadable AI
902 modules with the --enable-aimodules option to configure. A
903 module is loaded by starting the server with the --LoadAI
905 + Alternatively, a fixed set of modules can be compiled in with
907 + In addition to the 'classic' AI, the standard Freeciv package
908 ships with the 'stub' and 'threaded' AIs. These are both dummy
909 templates for development and do not work as shipped. They are
910 enabled with the configure option
911 --enable-aimodules=experimental.
912 + See doc/README.AI_modules for some more information.
916 * There is now a hard dependency on libcurl for HTTP access. This is
917 used for metaserver communication and for freeciv-modpack.
918 GNAPATCH#2320 GNAPATCH#2376
919 * Efforts have been made to make the codebase compile without
920 warnings with GCC 4.6 and (as of beta2) 4.7.
921 * Use of some GNU make extensions has been removed from the build
922 system, so it may now be possible to build with a POSIX 'make'.
924 * freeciv-modpack can be built against either gtk2 or gtk3.
926 * The configure option --enable-sys-lua allows use of a system-wide
927 copy of Lua instead of the one shipped with Freeciv. GNAPATCH#2747
929 See doc/README.packaging for more information.
932 MAJOR CHANGES FROM 2.2.x to 2.3.0
933 ---------------------------------
935 (from <http://www.freeciv.org/wiki/NEWS-2.3.0>)
937 As well as many new features, many features from Longturn and some from
938 Warclient have been merged into the main codebase for this release.
940 A new program has been added to the Freeciv suite: 'freeciv-modpack'.
941 This makes it easier to download and install add-ons ('modpacks':
942 rulesets, tilesets, etc) to the right place; you can enter a URL,
943 choose an add-on from the list, and the tool will install it to the
944 correct place for this version of Freeciv to use it. Modpack authors
945 should see this page for details of how to publish modpacks for
946 installation by this program. GNAPATCH#1822
948 As is usual for major releases, 2.3 clients cannot interoperate with
949 pre-2.3 servers, and vice versa. Pre-2.3 savegames can however be
950 loaded into 2.3, and in most cases, the supplied rulesets have not
951 changed so much as to make it difficult to complete a game started with
958 * Various limits have been lifted, including:
959 + Maximum number of simultaneous players increased from 30 to
962 o Maximum map size increased from 30,000 to 128,000 tiles;
963 maximum linear map dimensions increased from 254 to 512
965 o Minimum map size reduced to 16x16(!) GNA#17031
966 + Allow goto paths that take more than 99 turns GNA#16792
967 * There are now more ways of specifying the map size. Instead of
968 specifying the size in thousands of tiles (via the 'size' option),
969 you can specify the number of tiles per player ('tilesperplayer'),
970 or the exact X and Y sizes ('xsize' and 'ysize'). The method is
971 selected with the 'mapsize' option. GNAPATCH#1720
972 * A number of new server settings have been added to customise
974 + 'killunhomed': units without a home city (such as starting
975 units) can be configured to lose hitpoints each turn until
976 they die. GNAPATCH#1501
977 + 'unreachableprotects' controls whether 'unreachable' units
978 (such as Bombers) protect the whole stack on their tile as in
979 previous versions. If this is unset, a mixed stack is
980 vulnerable to attack (including normally-unreachable units).
982 + 'unitwaittime' allows a minimum time to be enforced between
983 actions of a given unit on successive turns, to mitigate the
984 'double-move problem'. GNAPATCH#1500
985 + 'restrictinfra' allows enemy use of infrastructure such as
986 roads and rails to be restricted. GNAPATCH#1266
987 + 'airliftingstyle' allows airlifts between allied cities, and
988 unlimited airlifts per turn. GNAPATCH#1189
989 + 'techlost_recv'/'techlost_donor' allow introduction of a risk
990 of technology loss when technologies are transferred between
991 civilizations (via diplomacy, espionage, conquest etc).
993 + 'trading_tech'/'trading_gold'/'trading_city' allow certain
994 types of diplomatic agreements to be selectively disabled.
995 GNAPATCH#1504, GNAPATCH#1506
996 + 'globalwarming'/'nuclearwinter' allow these global
997 catastrophes to be disabled. GNAPATCH#1505
998 + 'team_pooled_research' allows pooled research to be disabled.
1000 + 'alliedvictory': all players in an alliance can share victory.
1001 This new behaviour is enabled by default. GNA#14278
1002 * (as of rc1) Changes to the 'timeout' setting now always have
1003 immediate effect, as in 2.0.x; previously, changes between non-zero
1004 values would not take effect until the next turn. GNA#18079
1005 * Improvements to observing:
1006 + The demographic report is now available to global observers.
1008 + Global observers can now view the city report (it shows cities
1009 from all nations). GNA#16699 GNAPATCH#2571
1010 + Global observers can now access the buildable target list in
1011 the city dialog. GNA#16487
1012 * The number of units built, killed, etc now contributes to the final
1013 score, and appears in the endgame report. GNAPATCH#1870
1014 * Changing a unit's activity is now more forgiving: if you
1015 accidentally stop an activity such as irrigation, but restart it
1016 without doing anything else, progress is no longer lost. GNA#15510
1020 * Settings configuration on the client and server has been reworked.
1021 The most notable change is that enumerated and bitwise options are
1022 now set with strings instead of numbers (for instance, '/set
1023 barbarians hordes' instead of 4, '/set topology wrapx|wrapy'
1024 instead of 3). GNAPATCH#1301
1025 * The FREECIV_PATH environment variable can be overridden by three
1026 new variables: FREECIV_DATA_PATH, FREECIV_SAVE_PATH, and
1027 FREECIV_SCENARIO_PATH. GNA#14624
1028 * Add-ons are now loaded from a sub-path ~/.freeciv/<version>/ (e.g.,
1029 ~/.freeciv/2.3/), since they tend to be specific to a version of
1031 * Servers send more information to the metaserver:
1032 + The 'timeout' and 'aifill' options (GNAPATCH#2092);
1033 + (as of beta2) the number of human players (as opposed to AIs)
1034 (GNAPATCH#2312); as of beta3 this is displayed in the client
1036 * New server command '/kick' and associated option 'kicktime' to lock
1037 out troublesome users. GNA#16933
1038 * New server commands '/ignore', '/unignore', and '/list ignored
1039 users', allowing players to suppress chat messages from specific
1040 users. GNAPATCH#1910
1041 * The '/create' command can now create a new player even in a running
1043 * New command '/lua' to execute a line of Lua script on the server
1044 command line. GNA#15644
1045 * More options have been added to the '/reset' command. GNAPATCH#1284
1046 * The name of the scorelog file is configurable with the new
1047 'scorefile' option. GNAPATCH#1750
1048 * The current ruleset can be shown by '/show rulesetdir' instead of
1049 '/rulesetdir' (this allows less privileged users to do so).
1051 * Observers can see the current votes in progress with the new
1052 command '/list votes'. GNA#16635
1053 * The server uses a new format for savegames. It can load savegames
1054 generated by old versions of Freeciv, but old versions will not be
1055 able to load new savegames. GNAPATCH#1541
1056 + Support has been added for future versions of Freeciv to save
1057 backward-compatible savegames (back to 2.3.0) via the
1058 'saveversion' server option.
1062 * Various report screens have been reworked so as not to redraw and
1063 lose their selections after a few seconds. GNA#16439
1064 * The total revenue from trade routes is now visible in the city
1066 * The chat log file name is now configurable. GNAPATCH#1749
1067 * (GTK) Some rework of the pregame connection screen and menus
1068 (GNA#16685). Buttons on this screen now adapt to selected
1069 player/user (GNA#15300).
1070 * (GTK) Tab completion of user and player names on the chatline.
1072 * (GTK) The goto/airlift dialog now shows which nation each city
1073 belongs to, and more detail on airlift capacity. GNA#15313
1075 * The research report is now updated when tax rates or city science
1076 output change. GNA#16776
1077 * (as of beta2) Improve handling of (non-default) rulesets which
1078 restrict reachability of technologies (via root_req in the ruleset)
1079 in the science report. You can now choose whether unreachable
1080 technologies are displayed. GNA#16852, GNA#16855, etc
1081 * (as of beta2) (Xaw) The Take Player command is implemented.
1083 * (as of rc1) In 2.2.x, the "Sell Obsolete" button in the Economy
1084 report could never be pressed. It has been renamed to "Sell
1085 Redundant", and now lets 'redundant' buildings be sold en masse
1086 (redundant buildings are those whose effects are entirely
1087 superseded by another, for which you may still be paying upkeep --
1088 for instance, Power Plants are redundant in cities with a
1089 Hydro/Nuclear/Solar Plants). In the Gtk client, the "Obsolete"
1090 column in the Economy report has been replaced with a "Redundant"
1091 column showing how many of each building in your empire are
1092 redundant. GNA#17937
1096 Changes affecting supplied rulesets
1098 * Two new rulesets are included in the distribution:
1099 + multiplayer: a ruleset based on the default but tuned for
1100 multiplayer games, based on Madeline Book's "rewonder" ruleset
1102 + experimental: a ruleset showcasing new features of the Freeciv
1103 "engine", without strict regard for game balance and
1104 playability. It enables some of the new features mentioned
1105 below, such as variable city radii.
1106 * More than doubled the number of playable nations (from 185 to 385).
1107 Many improvements to existing nations, such as using native
1108 spellings for cities and leaders.
1109 * The interaction of promotions and diplomat-vs-diplomat contests has
1111 + Attacking diplomats can now gain experience; previously, only
1112 defending diplomats gained experience. GNA#17265
1113 + The effect of veterancy on the outcome of these contests has
1114 been reduced; it can change the odds by at most 20%
1115 (previously, elite diplomats could become practically
1116 invincible). GNA#17264
1117 * The terrain effects of global warming and nuclear winter are now
1118 more severe: land can be lost to ocean (and vice versa), and
1119 glaciers can melt. GNA#17105
1120 * If migration occurs, citizens take half the food in the granary
1121 with them. GNAPATCH#1232
1122 * (as of rc1) In rulesets with Fundamentalism, it now has a happiness
1123 penalty for empire size (as it did in 2.0.x). GNA#18133
1124 * (as of rc2) The civ2 ruleset now uses a restricted set of 25
1125 nations, to better resemble the original game. Loading civ2
1126 savegames from older versions of Freeciv may cause nations to be
1127 reassigned; it will not be possible to load a civ2 savegame with
1128 more than 23 (non-barbarian) players. GNA#18419
1130 New features for ruleset/modpack/scenario authors
1132 These features have been added to the Freeciv "engine", but aren't
1133 enabled in standard rulesets (except the experimental ruleset, in some
1135 * Variable city radius: the circle of tiles able to be worked by a
1136 city is no longer fixed but can vary (radii from 1 to 5 possible)
1137 depending on requirements defined by the ruleset. GNAPATCH#1235
1138 + Accordingly, the maximum value for the 'citymindist' server
1139 option has been increased from 5 to 9. GNAPATCH#2262
1140 * Build slots: in ruleset-defined circumstances, cities with large
1141 production surpluses can now produce more than one of a given type
1142 of unit per turn. GNAPATCH#1234
1143 * Tech upkeep: rulesets can cause some research output to be diverted
1144 to maintaining expertise in existing technology rather than
1145 discovering new technology, with the risk of losing advances if the
1146 upkeep is not met (similar to gold upkeep for city improvements).
1148 * Rulesets can define units that can be converted into another type
1149 of unit on the player's command. GNA#13890
1150 * Rulesets can define "Capturable" units that can be captured by
1151 certain other "Capturer" units. (There is an associated server
1152 option 'homecaughtunits'.) GNAPATCH#1851
1153 * Rulesets can suggest or mandate server settings. GNA#13873,
1155 * A start position in a scenario can now be restricted to a set of
1156 nations rather than a single nation. The built-in editor now
1157 supports editing this set. GNA#13803
1158 * Various improvements to Lua scripting. See Events Reference Manual
1159 for some more detail.
1163 * New default tileset with redrawn terrain graphics: "Amplio 2". The
1164 original Amplio tileset is available for 2.3 as an add-on (it can
1165 be found with the freeciv-modpack utility). GNAPATCH#1777
1166 * Larger versions of flags and shields are now included in the
1167 Freeciv distribution for use by larger tilesets; they are used in
1168 Amplio2 (as of beta4). GNAPATCH#2202
1172 * (as of rc2) New Scottish Gaelic localization (complete).
1173 * (as of beta3) New Irish Gaelic localization (not yet complete:
1175 * Updated translations:
1176 + Complete translations: Polish, French, Spanish, Catalan, and
1178 + Incomplete translations: Danish (95.8%), Finnish (85%),
1179 Ukrainian (81%), Italian (74%), Japanese (70%), Brazilian
1180 Portuguese (70%), Russian (69%), Swedish (60%), Lithuanian
1181 (43%), and Simplified Chinese (40%).
1185 * There are some regressions in the SDL client relative to 2.2.x:
1186 + The city dialog has not been redesigned to accommodate the
1187 larger city map required by variable city radius support. As a
1188 result, the city map display is scaled down and difficult to
1190 + Not all setting types can now be modified; bitwise and color
1191 settings are not yet supported. GNAPATCH#1631 GNAPATCH#1957
1194 MAJOR CHANGES from 2.1.x to 2.2.0
1195 ---------------------------------
1197 (from <http://www.freeciv.org/wiki/NEWS-2.2.0>)
1200 * Expanded ruleset format:
1203 + Movement restrictions
1205 o Can limit which terrains a unit can enter
1208 o Which units another unit can transport
1215 * Changes to gameplay with default ruleset:
1218 o Deep Ocean (as Ocean but no specials and cannot be
1220 o Lake (as Ocean but no Whales special; inland water below
1221 a certain size is generated as Lake)
1222 + Triremes are not restricted to tiles next to land, but to
1223 (shallow) Ocean tiles; they now cannot even attempt to enter
1225 + Triremes no longer get the +1 movement bonus from Nuclear
1226 Power that other sea units get
1227 + Triremes and Carriers can no longer attack land units
1228 + Submarine attack strength reduced from 15 to 12 (to make it
1229 easier to defend against them with escorts)
1230 + New base type buoy, which can be built by Engineers on water
1231 tiles with the Radio advance, and gives vision.
1232 + Ruins (left behind by destroyed cities, no effect on gameplay
1234 + New advance Environmentalism and Solar Plant improvement,
1235 which can eliminate pollution from production
1236 + Trade route value now depends on size of cities, not on trade
1238 + New national borders system
1239 + Coastal Defense now available earlier (requires Gunpowder
1240 instead of Metallurgy)
1241 + No restrictions on specialists in small cities
1242 + Terrain within working range of a city can no longer remain
1244 + Units in fortresses now regain 25% HP per turn (as in 2.0.x)
1248 * AI difficulty level: Cheating
1249 * New server options:
1251 + foggedborders: visibility of borders is subject to fog of war
1252 + borders gains new modes where player can see all tiles inside
1253 borders, and borders extend to unknown tiles revealing them
1254 + endspaceship controls whether spaceship reaching Alpha Cen
1256 + trademindist controls the minimum distance for trade routes
1258 + Times now specified in turns instead of years (endyear becomes
1259 endturn, onsetbarbs expressed in turns)
1260 + simultaneousphases renamed to phasemode and gains new options
1262 * Client interface changes:
1264 + Menus and shortcut keys revamped; notable changes include:
1265 o Connect with Road/Rail/Irrigation changes from
1266 Ctrl+Shift+R/L/I to Shift+R/L/I
1267 o City Report: F1 to F4
1268 o Go/Airlift to City: Shift+L to T
1269 o Wake up Others (Shift+W) becomes Unsentry all on tile
1271 o Orders menu split into Select, Unit, Work, and Combat;
1272 Reports becomes Civilization
1274 * Scripting improvements
1275 * Event cache: messages from the last few turns can be replayed to
1276 clients on connection and saved in savegames
1277 * Featured text in Gtk client, including colour coding and clickable
1278 links to mentioned cities/units/tiles
1284 WHAT'S CHANGED SINCE 2.0.7
1285 - Significantly improved features for modmakers.
1286 - New default tileset: Amplio.
1287 - New city tab on main map.
1289 - Added lua as scripting language. New tutorial scenario.
1290 - Many new nations, flags and nation information and options.
1291 - New /surrender command to yield in multiplayer games.
1292 - Score now shown in player dialog.
1293 - Reputation removed from the game.
1294 - New borders rules. Borders are static, fortresses expand borders
1295 and cities expand more borders with city size growth.
1296 - New diplomacy rules. Neutral state replaced with Armistice. You
1297 now start in War state, and cannot cross borders with military
1298 units except in War or Alliance states.
1299 - GTK+ 1.2 client removed.
1300 - Votes need over 50% of votes to pass. Voting is now only during game.
1301 - First player to join becomes game organizer and sets all options.
1302 - Many AI changes. Improved AI diplomacy.
1303 - Palace has a production bonus of +75% under Despotism and +50%
1305 - New animated cursors.
1306 - Support for GGZ Gaming Zone.
1307 - Multiple units may be moved at once as a battlegroup.
1308 - As usual, tons of changes under the hood.
1310 WHAT'S CHANGED SINCE 1.14.2
1311 - Research cost has doubled, effects of science buildings doubled. SETI
1312 now improves Research Labs instead of giving free Research Labs to every
1313 city. Isaac Newton's College now improves all the player's universities.
1314 - New units: AWACS and Workers.
1315 - New option: national borders. Units inside your borders do not cause
1316 unhappiness under Republic and Democracy.
1317 - It is no longer possible for one player to be in alliance with a player
1318 who is at war with another player you are allied with.
1319 - The Civ2 ruleset now has waste. Default ruleset does not.
1320 - Incite costs changed, now cities closer to capital, with units and with
1321 buildings have much higher incite cost.
1322 - Killing a defending diplomat now costs you 1 movement point.
1323 - Units now have multiple, configurable veteran levels.
1324 - Team mates now pool their research. You may opt out and research
1325 individually by cancelling the 'Team' treaty.
1326 - Server has voting on commands and options. You need over 50% of votes.
1327 - When moving a unit from a transport on an ocean tile to a land tile,
1328 you lose all movement points.
1329 - You can specify a list of players that you would like to share victory
1330 with, using the 'endgame' command.
1331 - Nations added: Swiss, Afghanistan, Ethiopian, Assyrian, Columbian,
1332 Elvish, Galician, Hobbits, Indonesian, Kampuchean, Malaysian, Martian,
1333 Nigerian, Quebecois, Sumerian, Taiwanese, Austrian, Belgian, Phoenician
1335 - New wonder: The Eiffel Tower. Makes AIs love you and improves reputation.
1336 - The building requirements of several buildings have been changed.
1337 - The whale special is reduced to 2 food, 1 shield and 2 trade.
1338 - Settlers / Workers / Engineers can never get veterancy.
1339 - Trireme's high sea loss now considers veterancy level (green 50%,
1340 veteran 25%, hardened 5%, elite 0%) before being divided by 2 if you
1341 have Seafaring or 4 when you reach Navigation (previously only fixed
1342 at 50% before being divided).
1343 - Glacier terrain is now unsafe for land units (15% chance per turn of
1344 being lost). Also doesn't count as coastline for Trireme safety or Fish
1345 and Whale generation. Roads/railroads can be built but all units (worker
1346 too) get 15% chance per turn of being lost any way!
1347 - King Richard's Crusade is now made obsolete by Robotics (previously
1349 - Fixed tech costs based on the number of prerequisites of the tech
1351 - Nations have preferred nations to fork off when civil war occurs.
1352 - AI is much improved, and does not use 'double-move' any more.
1353 - AI now conducts diplomacy with you (and against you).
1354 - New difficulty level: Novice. It severely handicaps the AI players.
1355 - Smarter autoexplorer and autosettler code.
1356 - Modpack options vastly improved: You can customize buildings,
1357 add buildings as requirements to units, restrict technologies to certain
1358 nations, have split technology trees, gold upkeep for units, new units
1359 and terrain flags and lots of other options. (This is still done by
1360 editing configuration files with a text editor.)
1361 - Fewer popups (eg choose the new government from the menu directly)
1362 - Alternative map topologies, e.g., real support for isometric and
1363 hexagonal maps and "donut" map wrapping.
1364 - Incomplete support for drawing civ3 graphics. See the civ3gfx tileset.
1365 - Global observer can observe the entire game.
1366 - New method of settings map dimensions: Just use 'size'.
1367 - Modified map generators.
1368 - Initial units can be selected with a server option.
1369 - 'Home' key centers on your capital.
1370 - Drag and drop goto.
1371 - Player authentication with optional passwords.
1372 - You can start the server and set server options from the client.
1373 - You can meet with other players for 20 turns after your units have last
1374 met, and you can exchange embassies when meeting.
1375 - You can bind the server to a given IP on multihomed hosts.
1376 - New client dialog which uses multicast to find servers on your LAN.
1377 - Compress network traffic and send only a delta (diff) of the data.
1378 - GTK2 client can now run in fullscreen mode.
1379 - GTK2 is now the default client (the code base also features fully
1380 functional GTK1, Xaw and native Win32 clients).
1381 - Convert charsets as they are sent between client and server. All data
1382 files are now in UTF-8.
1383 - New (and incompatible) metaserver.
1384 - New ALSA sound plugin.
1385 - The s(entry) command no longer doubles as a means to put units on
1386 boats - use the new l(oad) command instead.
1387 - Many more (smaller) changes, and massive changes under the hood.
1389 WHAT'S CHANGED SINCE 1.13.0
1390 - Unique city names, you no longer can name your cities the same,
1391 and you can enforce unique city names globally (optional).
1392 - A new map generator (generator 5) which creates pretty fractal
1394 - You can load savegames from the server prompt.
1395 - You can save client commandline defaults.
1396 - Specialists are taken from content citizens first, instead of from
1397 unhappy citizens first. This makes it more difficult to quell unrest
1398 using taxmen and scientists.
1399 - You now start with no technologies by default, and angry citizens
1400 are enabled by default, although they will rarely make an apperance.
1401 - The algorithm used for calculating the effects of tax settings has
1402 been changed. It is now no longer possible to get 100% effect from
1403 60% choice of tax goal.
1404 - A new, historically more correct version of the rulesets included.
1405 - There is an option to require several turns of rapture/celebration
1406 before it takes effect. See "show rapturedelay" in server.
1407 - The sequence of some end of turn activities have been regrouped.
1408 - Several AI improvements. It should now build and buy units and
1409 buildings slightly more intelligently.
1410 - Many internal code improvements that will lead to more features
1412 - /fix and /unfix commands to stop modifications after game has
1414 - The server commands "rulesout", "log", "freestyle" and "crash"
1415 have been removed, while "rfcstyle" now toggles between rfcstyle
1417 - civ2 ruleset now more accurately reflects civ2 deity level defaults.
1418 - A truly massive amount of bugfixes.
1420 WHAT'S CHANGED SINCE 1.12.0
1422 - Citizen Management Agent (CMA) allows you to automate workers
1423 and specialists in cities.
1424 - Sound support has been added.
1425 - The new "isotrident" tileset has been made the default. The
1426 "hires" and "engels" tilesets have been taken out of the
1427 distribution but can be downloaded from the web page.
1428 - New city dialog in the gtk client.
1429 - Windows version of the client. It has improved connection
1430 dialog and supports loading and saving from the client.
1431 - GTK 2.0 version of the client.
1432 - The client will try to suggest names for your cities that
1433 correspond with what they mean.
1434 - Improved players dialog shows sortable and colored information,
1435 including the players' flags.
1436 - Server no longer takes the --server command line option,
1437 instead you can use the --info option to set the metaserver
1438 announcement text to whatever you like. The -a option when given
1439 to the client skips the connection dialog entirely.
1440 - A "wall" server command added which gives message to all players.
1441 - A new flexible timeout set through "timeoutinc" server option.
1442 - Leftover research bulbs will carry over to next advance.
1443 - Trade routes are more effective.
1444 - Units attacking ships in cities double their firepower, while
1445 defenders get only 1 firepower.
1446 - Helicopters defending against air units get 50% penalty, and
1447 have their firepower reduced to 1 against fighter units.
1448 - You can build city walls even though you have Great Wall wonder.
1449 - The Communism government's food cost in default ruleset has
1450 been changed to 1, while it has been changed to 2 for the Civ2
1452 - Stealth fighter and bomber now really are stealthy, and are
1453 partially invisible just like subs. Also, stealth bombers have
1454 increased their attack strength from 14 to 18.
1455 - Civ2 ruleset now has Fundamentalism.
1456 - Improved modpack abilities: The caravan ability has been split.
1457 New ways to calculate technology costs. Better documentation.
1458 Rulesets can specify starting techs. You can have more than one
1459 bonus tech. Split settler abilities. Buildings ruleset syntax
1460 has been significantly extended, but effects do not work yet.
1461 - Server option "tinyisles" allow 1x1 size islands and
1462 "separatepoles" allow continents connected to the poles
1463 - "citymindist" specify minimum distance between cities, while
1464 "notradesize" and "fulltradesize" regulate the trade generated
1466 - You can turn on angry citizens with "angrycitizens" option.
1467 - Fortresses may give you extended vision. See watchtower options.
1468 - If you lose your palace, you get a new one for free in a
1469 randomly chosen city. This behaviour can be turned off with the
1470 server option "savepalace".
1471 - Rulesets are now loaded from inside the server through the
1472 "rulesetdir" command.
1473 - The limit on the number of nations that can be included with
1474 Freeciv has been removed.
1475 - The format of the isometric tileset spec-files has changed.
1476 - The map and ai code has been cleaned up significantly.
1477 - Translations improved. Added better support for plural forms.
1478 - Several bugs squished and a lot of work done under the hood.
1479 - For an overview of the remaining bugs please visit doc/BUGS.
1481 WHAT'S CHANGED SINCE 1.11.4
1483 - Internationalization extended. Still needs improvement.
1484 Current localizations: de en_GB es fr hu it ja nl no pl pt pt_BR
1486 - Isometric view in gtk and amiga clients using the mostly civ2-
1487 compatible HiRes tileset. This is on by default, but the old non-
1488 isometric tiles are still available by giving a --tiles argument to
1489 the client, fx "civclient --tiles trident".
1490 - While planning a goto (after hitting "g") a line will be displayed
1491 showing the route from the selected unit to the mouse pointer.
1492 Hitting "g" will insert a waypoint at the mouse pointer.
1493 - The server now has readline completion. This works at all levels,
1494 fx "cu<TAB>" completes to "cut", and if there exist a player named
1495 "paulz" "cut pau<TAB>" will complete to "cut paulz".
1496 - Players can agree to give shared vision, which means that you
1497 automatically see everything the other player sees.
1498 - Layer view menu items allow you to only display some map info on the
1499 main map. Fx you can choose to not show roads.
1500 - The server will ping all connected clients and cut off those too slow
1502 - Smarter placing of partisans.
1503 - The server no longer automatically starts when the maximum number of
1504 players have been reached.
1505 - If commandlevels are used and the controlling player disconnects a
1506 connected player can assume the "first" level with the "/firstlevel"
1508 - "Restrictions and Limitations" section added to the README.ruleset
1509 - Caravans, diplomats and spies can move into allied cities.
1510 - Elephants, Crusaders and Fanatics activated in civ 2 ruleset.
1511 - The size of the city foodbox is now controlled by the ruleset
1512 variables "granary_food_ini" and "granary_food_inc".
1513 - Limit on number of improvement types in rulesets removed.
1514 - Capitalization is available from the start of the game in the default
1515 ruleset. (renamed coinage)
1516 - Cities can have 0 trade. (used to be at least 1)
1517 - Settlers can only be added to cities less than size 8, as in civ 2.
1518 - If you paradrop a unit into unknown terrain and the terrain contains
1519 an enemy unit the paradropping unit is lost. If you drop into terrain
1520 you thought was land, but which has changed to water, the unit is
1522 - diplomats/spies can't take action from a ship.
1523 - Refueling air units at turn update will refuel units with only 1 fuel
1524 first. Secundary criteria is unit cost.
1525 - Trireme loss percentage depends upon known technologies.
1526 - Leonardo's workshop will upgrade a random unit each turn, and not
1528 - Allied cities count as friendly when determining whether a unit is
1529 being agressive. (gives unhappyness under some govs.)
1530 - Deserts are created primarily 15 to 35 degrees off the equator.
1531 - Only arctic tiles generated at poles.
1532 - The server will report when a new government becomes available.
1533 - Changed wording of message "famine feared" to "famine occurred". New
1534 "famine feared" message just before food runs out.
1535 - "wonder soon build" message when another player is about to complete
1537 - Players are notified when one of their wonders has become obsolete.
1538 - In the players dialog it is now reported which nations have an
1539 embassy with you. Your embassies are also listed.
1540 - Wonders being built are listed in the "wonders of the world" popup.
1541 - Server "save" command saves to <auto-save name prefix><year>m.sav[.gz]
1542 if it is not given any arguments.
1543 - "quitidle" server commandline option makes server quit if there has
1544 been no connected players for the specified amount of time.
1545 - When turning on the autotoggle option existing human nations without
1546 a connected player will be put on AI.
1547 - Server doesn't block as long when writing to a slow host, controlled
1548 by variables "tcptimeout" and "netwait".
1549 - "savename" server variable controls the prefix of autosaves.
1550 - "allowconnect" server variable lets you control which types of
1551 players (new players; human players; AI players; dead players;
1552 barbarian players) can connect.
1553 - More nations added.
1554 - New maps in data/scenario: british-isles-80x76-v2.51.sav,
1555 iberian-peninsula-136x100-v0.9.sav,
1556 hagworld-120x60-v1.2.sav (earth map).
1557 - Amiga internationalization/localization.
1558 - Amiga client: history added to chatline.
1559 - Lots of bug fixes and code cleanups.
1561 WHAT'S CHANGED SINCE 1.11.0:
1563 - Readline support added to the server.
1564 - May now disperse initial units over specified area. See "dispersion"
1566 - May now arrange for first client to connect to have a higher cmdlevel
1567 than the following clients. See "cmdlevel" server option.
1568 - Save files now transparently (un)compressed when (loaded) saved.
1569 - Now requires a minimum number of ocean tiles to be adjacent to a land
1570 tile wished to be transformed into ocean. Default is 1.
1571 - Added Nuclear Fallout. Industrialization and population still
1572 generate Pollution. Dropping a Nuke generates Nuclear Fallout, which
1573 is distinct from Pollution. There is a new command to clean Fallout
1574 vs. cleaning Pollution. Fallout contributes to Nuclear Winter --
1575 which also changes terrain, but tends to Desert, Tundra and Glacier.
1576 Added a new "cooling" icon to the info area to indicate the progress
1577 towards Nuclear Winter, and also an icon for Fallout on the main map.
1578 AIs are now more aggressive at cleaning up Pollution, but not Fallout.
1579 - Ported to OpenVMS.
1580 - Moved most of the dependencies on the "civstyle" server option to
1581 separate values in game.ruleset files.
1582 - Fixed bugs in "turns to build" displays.
1583 - Fixed bug whereby Diplomat/Spy investigations of cities did not
1584 reveal the correct supported and present unit lists.
1585 - Fixed multiple bugs in go-to code.
1586 - Fixed bug where starting a revolution, saving the game and restarting
1587 the server would allow switching governments without anarchy.
1588 - Fix bug that you could paradrop into cities you were at war with even
1589 if they contained enemy units.
1591 WHAT'S CHANGED SINCE 1.10.0:
1593 - Internationalization extended. Still needs improvement.
1594 Current localizations: de en_GB es fr hu ja nl no pl pt pt_BR ru.
1595 - Added full Fog of War. Controlled by "fogofwar" server option.
1596 - Added explicit Diplomatic States between civilizations: war, neutral,
1597 no-contact, cease-fire peace and alliance.
1598 - Allow terrain changes to/from land/ocean. Default ruleset allows
1599 Engineers to Transform Swamp to Ocean and Ocean to Swamp. Also
1600 allows Forest to be Mined into Swamp.
1601 - Increased maximum number of players to 30.
1602 - Fortifying now takes a turn to complete (like Civ1/2).
1603 - Added correct Civ2 style of Apollo wonder (shows entire map, rather
1604 than just cities). Selected by "civstyle" server option.
1605 - Aggressive sea units no longer cause unhappiness when in a city.
1606 - Added Civ2 rule that firepower is reduced to 1 for both the defender
1607 and the attacker when a ship bombards a land unit.
1608 - When changing current research, if user changes back to what was being
1609 researched, the penalty is not applied (you keep all your bulbs).
1610 - Added pop-up of more details when clicking on info box in GTK+ client.
1611 - Improved the global warming danger indicator.
1612 - Added warning of incipient city growth.
1613 - The server "remove <player>" command is no longer available after the
1615 - Added "fixedlength" server option to make all turns exactly "timeout"
1617 - The "timeout" time may be much longer (up to a day).
1618 - Added goto for air units. If destination is beyond range, they will
1619 stop in cities/airfields/etc. to get there.
1620 - May now select a unit by clicking on the unit pile display on the left.
1621 - Diplomats/Spies moving by goto now do pop-up the Diplomat/Spy command
1622 dialog when they reach a city.
1623 - Improved goto algorithm and implementation.
1624 - Help dialog displays which buildings an advance will obsolete.
1625 - Optionally show city food/shields/trade productions on main map.
1626 - Added server option "autotoggle", which toggles AI status on and off
1627 as players connect and disconnect.
1628 - Allow Hoover Dam to be built anywhere, to conform to Civ2.
1629 - Show turns per advance in Science Advisor dialog.
1630 - Improved map and unit movement drawing code.
1631 - Added "End Turn when done moving" local option.
1632 - City production penalties now applied more correctly.
1633 - Added Sentry and Fortify to Present Units' City Dialog pop-up.
1634 - More nations added.
1635 - Added a resource file for the GTK+ client.
1636 - Improved network code for more reliable connections.
1637 - Split nations.ruleset into individual <nation>.ruleset files.
1638 - Extended registry file format to allow including files and overriding
1640 - Added --with-xaw and --enable-client=xaw3d options to ./configure
1642 - Lots of bug fixes and code cleanups.
1644 WHAT'S CHANGED SINCE 1.9.0:
1646 - Internationalization extended. Still needs improvement.
1647 New ./doc directory for localized versions of README and INSTALL.
1648 Current localizations: de en_GB es fr hu no pl pt pt_BR ru.
1649 - Added Civ1/2-like Barbarians. Controlled by two server options.
1650 - Many more nations added.
1651 - Worklists -- Players can now specify a list of things to be built in
1653 - The AI now utilizes diplomats/spies aggressively.
1654 - Added a variant (1) of Michelangelo's Chapel.
1655 - Initial rates after Revolution will try to maximize Science.
1656 - Rapture-triggered city growth will no longer empty the foodbox.
1657 - Map generator improvements:
1658 - Gen 1 hills more uniform north/south.
1659 - Gen 2+ will tend to make fewer length-one rivers.
1660 - Added unit-death explosion animation.
1661 - No longer will cities with exactly 0 (zero) production surplus be given
1662 a "free" shield every turn.
1663 - Command-line arguments made more consistent between server and client.
1664 - Caravans now provide a research benefit when initially establishing a
1665 trade route, equal to the monetary benefit.
1666 - Diplomat/Spy changes:
1667 - Changed all actions to more closely conform to Civ2 rules.
1668 - Changed "diplchance" to be %-chance of success. Used in many ways.
1669 - Diplomat/Spy may attempt action with any movement left.
1670 - Added "At Spy's Discretion" selection to steal and sabotage dialogs.
1671 - Allow Spies to steal tech from a city more than once (gets harder).
1672 - May only poison towns of size greater than 1 (one).
1673 - May only sabotage units that are alone on a square.
1674 - When a city is subverted, only nearby units change sides.
1675 - Veteran status improves defense against other Diplomats/Spies.
1676 - Added production display of number of turns remaining to build.
1677 - Small, shield-like flags tilesets (trident_shields, engels_shields).
1678 - Airbase changes (for Civ2 compliance):
1679 - Ground units can attack Air units when they are parked on an Airbase.
1680 - Units are defeated only singly when on an Airbase (like a Fortress).
1681 - Revised and improved the server 'help' command.
1682 - New intro graphics.
1683 - Ships may now have their movement reduced after a combat in which they
1685 - Added display of production values to main map "city tiles" display.
1686 - Increased the Add-To City size limit to 9 to conform to Civ2.
1687 - Settler's "Connect" feature -- Automatically connect two points with
1688 Road, Railroad, Irrigate or Fortress.
1689 - Several AI improvements.
1690 - New ruleset support for CITIES, most notably cities are now drawn in
1691 different sizes and styles.
1692 - Allow specifying unambiguous player name prefix, instead of full
1693 player name, for server commands taking a player name argument.
1694 - Added multi-client configuration support.
1695 - Added 'read' and 'write' server commands.
1696 - Added "best nation" column to Demographics report.
1697 - Changed Fighters and Stealth Fighters to not cause unhappiness (Civ2).
1698 - Cities on mountains will produce an extra food (Civ2).
1699 - Fixed bug where Lighthouse was not producing veteran sea units.
1700 - Ported to Amiga. (This is not included with a "distribution"; get it
1701 directly from the CVS <http://www.freeciv.org/contribute.html#SetupCVS>,
1702 or from a CVS Snapshot <http://www.freeciv.org/latest.html>.)
1703 - Lots of bug fixes, code cleanups, and help-text improvements.
1705 WHAT'S CHANGED SINCE 1.8.1:
1707 - Internationalization added. Some aspects still need improvement,
1708 and in particular currently only works well if client and server
1709 both use the same language. Initial (partial) translations
1710 included are: de es fr hu pl pt pt_BR.
1711 - Improvements to "trident" tileset, and this set is now the default.
1712 - New ruleset support for NATIONS, and many new nations added --
1713 there are now 32 nations in the default nations file. Also allow
1714 multiple leaders choices for each nation, allow longer player
1715 names, and allow specifying/choosing sex of leader.
1716 - New ruleset support for TERRAIN, and changes to allow Civ2 style
1717 terrain with more specials, multi-terrain rivers, and new farmland
1718 infrastructure. Moved some server options into terrain ruleset,
1719 and added new rule option regarding movement along rivers.
1720 - New ruleset support for GOVERNMENTS, and more general unit upkeep.
1721 - The contents and layout of the graphics files is now described in
1722 user-editable 'spec' files, instead of being hardwired into the
1723 code; see README.graphics for details.
1724 - Changes to city graphics: can now see cities grow. Also, code
1725 support for different city styles for different nations, and for
1726 technology dependent styles, but lacking good graphics except for
1727 the default style. Cities show a small flag when occupied by one
1729 - From Civ2, added Paratroopers unit and Airbase infrastructure.
1730 - Initial window size of Gtk+ client is smaller, to fit better on
1731 smaller screens, and can now resize detached chat/output window.
1732 - City report enhancements: New "Change All" dialog to convert all
1733 production of a given item to some other item (both clients); can
1734 select multiple cities and issue commands (Gtk+ client only); can
1735 sort by different columns (Gtk+ client only). Can also select
1736 multiple items in the Trade Report (Gtk+ client only).
1737 - In Civ2 style, can select which infrastructure item to pillage, and
1738 multiple units can pillage together. Can now pillage fortresses,
1739 as well as new farmland and airbase infrastructure items.
1740 - More fields added to Demographics Report, and now configurable from
1742 - Added more information to "Active Units Report", and renamed to
1744 - New cursors added for Goto, Nuke and Paradrop modes; <Escape> key
1745 cancels Go-To/Paradrop/nuke mode; pollution on city squares is now
1746 always clearly visible; improvements to refresh method for pixmaps
1747 in Gtk+ client; various other improvements to both clients.
1748 - Autosettlers no longer convert Plains/Grasslands to Forests, but
1749 will now Transform terrain.
1750 - AI can build spaceships, although does not do so very aggressively
1751 or intelligently yet.
1752 - Server and client may specify a different metaserver to use. There
1753 is now a metaserver running on www.freeciv.org, and that is now the
1754 default metaserver (http://www.freeciv.org/metaserver).
1755 - New server option for "turn blocking" mode, in which players will
1756 never miss a turn even if sometimes disconnected.
1757 - More flexible rulesets for units and techs (advances) allowing
1758 variable number of items in each (up to 200) and no longer any
1759 techs with hardwired effects depending on position in ruleset file.
1760 - Appropriate helptext now appears in ruleset files, allowing
1761 modpacks to give modified help to correspond to modified items.
1762 - Format of ruleset files is changed, no longer compatible with
1763 those for 1.8.0 and 1.8.1.
1764 - Removed science bonus of +1 per city per turn.
1765 - In Civ2 mode, overflight of a hut causes it to disappear, and can't
1766 build cities next to each other.
1767 - Rapture_size now 3, to conform to Civ2.
1768 - Settlers and Engineers now cost shield upkeep as well as food
1769 upkeep (depending on government type) as in both Civ1 and Civ2.
1770 - Helicopters do not lose hitpoints when over an airbase.
1771 - The amount of food required for a city grow is now ((citysize+1) *
1772 foodbox), instead of (citysize * foodbox); new behavior matches
1774 - Some re-organization of data directory, in adding data/scenario,
1775 and graphics now in data/trident, data/engels and data/misc.
1776 - Preliminary support for compiling the server on Mac (but networking
1777 code not yet ported).
1778 - Progressively moving code out of client gui-dependent directories.
1779 - Lots of bug fixes, code cleanups, and help-text improvements.
1781 WHAT'S CHANGED SINCE 1.8.0:
1783 - The biggest change is a new client which uses the popular Gtk+
1784 toolkit. The old Xaw client is still included as well.
1785 - A new alternate (30x30) tileset: the "trident" tileset.
1786 Start the client with "--tiles trident" to try it out.
1787 (This replaces the "classic/brunus" tileset, which is still
1788 available separately from the Freeciv ftp site.)
1789 - In the Gtk+ client, parts of the main window can be detached.
1790 Detaching them all allows a full-screen map window!
1791 - The data directory can now be specified as a "path" ($FREECIV_PATH),
1792 instead of a single directory. By default, ~/.freeciv is now in
1793 the path, so if you download new tiles, modpacks, etc, you can now
1794 simply put them in ~/.freeciv
1795 - Server console improvements: can abbreviate server command names,
1796 and server option names. Better prompt handling - eg, server no
1797 longer prints an unnecessary prompt each turn.
1798 - Server commands can now be issued from the client chatline.
1799 There is a new server command "cmdlevel", to control access to
1800 this feature on a per-player basis.
1801 - Some of the "small" graphics have been improved.
1802 - Added a nice cursor for selecting the destination for "goto".
1803 - New column "corruption" in the city report.
1804 - Implemented Marco Polo's Embassy wonder.
1805 - New command to explode Nuclear units at an empty square.
1806 - Improved behavior of Caravans and "goto": the Caravan dialog will
1807 now popup when the Caravan arrives, whether moving by goto or by
1809 - Allow connecting to metaserver (in client) via $http_proxy.
1810 - Minor "Zone of Control" (ZOC) rules changes to better match Civ2.
1811 - Improved debug logging.
1812 - Server will refuse to run as root, as a security measure.
1813 - As always: lots of bug fixes, code cleanups, and help-text
1816 WHAT'S CHANGED SINCE 1.7.2:
1818 - Space race! Be the first player to build a space ship and colonize
1820 - Civil war! Capturing the enemy capital may split his empire. Half
1821 of his towns will join a new AI leader!
1822 - Two tile sets in this release! The "big" ones are from Ralph Engels.
1823 I hope you will enjoy them. The second set is an enhancement of the
1824 classic ones. The server option -tiles allows to choose a subdirectory
1825 of the data directory to use different tiles. (The data directory can
1826 be set with the DATADIR environment variable.) Also, diagonal roads
1827 and railroads are now drawn. Changed some of the national flags
1828 (especially changed Soviet flag to the Russian flag for Russians).
1829 - Rulesets can be used to customise units, advances, wonders, and
1830 improvements without recompiling -- see README.rulesets.
1831 - Units in a town can be put in auto-attack mode. In this mode, they
1832 will attack any enemy units which come nearby.
1833 - New city options for each city, controlling whether new citizens are
1834 workers or specialists, whether to allow disbanding a size 1 city by
1835 building a settler, and options for units on auto-attack mode in the
1837 - Mapgen 4 (selected with the server command "set generator 4") is a new
1838 map generator which generates a map with 2 players on each island.
1839 - Cities can be a traded in diplomatic treaties. This effectively
1840 allows you to exchange, sell or buy cities.
1841 - The AI now builds diplomats to defend against enemy diplomats.
1842 - Settlers and engineers can do teamwork. With enough manpower, all
1843 terrain improvements can be done fast!
1844 - With engineers, the terrain type can be changed using the new Transform
1845 command ('O'). For example, hills can be turned into plains.
1846 - Units only regenerate hit points if they have not moved at all for a
1848 - Gamelog option. The whole history of a game can be stored in the
1850 - One can select a unit with 0 moves left from the main map.
1851 - City workers can be adjusted from the main map, with shift+button1.
1852 - Changed the order of libraries to fix problems on IRIX and Cygwin.
1853 - Changed the client-server protocol to use network byte order.
1854 - Other bug fixes and code and help text cleanups.
1856 WHAT'S CHANGED SINCE 1.7.1:
1858 - Improvements to the configure script, so it should now work
1859 properly on all systems.
1860 - Ability to configure to use Xaw3d instead of the normal Xaw.
1861 - New "easy" AI mode, which is now the default.
1862 - Improved "City Report" dialog, with configurable columns.
1863 - Improved "Message Options" dialog, with customizable filtering and
1864 selection for the different message types.
1865 - Improved "Messages" dialog, with a scrollbar, and a "Popup City"
1867 - Improved multi-column "Unit Select" dialog when there are lots of
1869 - In city dialog, middle-click unit icons to "activate and close".
1870 - New client command "t" to show tiles used by city under mouse.
1871 - New metaserver dialog to make connecting to metaserver games easier.
1872 - Ability to save and re-load client settings.
1873 - Clearer Yes/No toggle buttons in various places in the client.
1874 - Reduced color usage (but looks almost identical), so the client should
1875 now work fine on systems with 8 bit color displays.
1876 - Ability to use "scenarios", that is, pre-designed maps. Scenarios
1877 for Earth and Europe games are included in the data directory.
1878 (Use them with the server command-line option -f, like savegames.)
1879 - More city names, so you're less likely to see "City 41" etc.
1880 - Saving large games is now much faster, and the savefile is smaller.
1881 - Improvements to the documentation and online help system, including
1882 a new help section on the "Zones of Control" game concept.
1883 - Detect repeated log messages and print repeat counts.
1884 - New server options randseed and aqueductloss.
1885 - Many other enhancements and bug fixes.
1887 WHAT'S CHANGED SINCE 1.7.0:
1889 - Removed two C++-style comments, the most reported problem with 1.7.0!
1890 - Tweaks to the configure script for Solaris, although it's still not
1892 - Spy and diplomat improvements.
1893 - Added the "W" command, which Wakes up sentried units.
1894 - Added the "scorelog" command, which can be read by a script to generate
1895 power graphs after the game.
1896 - Loading games is now MUCH faster.
1897 - AI improvements from John Stonebraker.
1898 - Visual improvements to dialogs and the map screen.
1899 - Settlers may not fortify.
1900 - Numerous bug fixes.
1902 WHAT'S CHANGED SINCE 1.6.3:
1904 - Massive AI changes. It plays smarter, and the AI uses seagoing vessels.
1905 - The contents of the help system have been improved substantially.
1907 - We now recommend you use "configure" instead of Imake.
1908 - Settlers have a new "e"xplore mode.
1909 - The makefiles now contain auto-generated dependency information.
1910 - Units within the radius of the city to which they belong no longer
1911 cause unhappiness. This will allow much more realistic defense
1913 - The tax/lux/sci rates are now limited by your government type.
1914 Also, they can modified by clicking on the rate status icons.
1915 - The behaviour of spies and diplomats has been greatly improved.
1916 - Freeciv now needs to transmit a lot less data (<25%!) when playing
1917 over the Internet. This will greatly speed up games.
1918 - Preliminary support for compiling Freeciv under Windows and OS/2,
1919 when used in conjunction with the GNU tools.
1920 - From now on, it will be possible for different Freeciv versions to
1921 talk to each other if they're able.
1922 - Tracy Reed (who provides www.freeciv.org) reports that our site is
1923 getting over 6,000 hits per month. He was quoted as saying "Cool!
1924 Now my computer is doing something!"
1925 - Lots, and Lots, and Lots of donated patches. Thanks guys, keep 'em