Updating changelog before release.

This commit is contained in:
Stian Grenborgen 2023-01-02 23:25:31 +01:00
parent f5a44027bf
commit dc29208dfe
3 changed files with 114 additions and 2 deletions

View File

@ -1,3 +1,81 @@
## FreeCol 1.0.0 (January 2, 2023) ##
On this very day, 20 years ago, we made the first public release of FreeCol. Our releases have until now been marked as alpha/beta even though the number of downloads for our game has long been counted in the millions.
We are extremely proud to finally announce FreeCol 1.0.0!
All 0.12.0 and 0.13.0 games should continue to work with 1.0.0.
### User-visible changes since 0.13.0-release ###
#### Graphics ####
* New nation specific colony graphics.
* New forest graphics
* New graphics for deserts.
* New transitions between the base tiles.
* Minor changes to other graphics.
#### Rule changes ####
* Major changes to the tile goods production so that the actual values matches the original game.
#### Mod development ####
* It's now possible to define nation specific unit types that can be recruited and purchased in Europe.
* Added tools for easily making new base tiles from a single tiling texture.
* A bug that prevented certain images from being overridden by mods has been fixed.
#### AI/computer players ####
* The AI now chooses better locations when constructing colonies, and also avoid placing the colonies too close to one another.
* The AI colony development and expansion have been improved.
* The AI can now construct docks.
* More efficient transportation of goods.
* The AI can now buy units from Europe without cheating.
* The computer players will now use more advanced tactics when defending and attacking.
* The AI no longer defends its colonies with scouts.
* Adding a new escort mission for protecting units. This mission is used for dragoons that are escorting artillery when attacking.
* National advantages will now change how the AI utilizes its military units. For example, the conquest advantage (spanish) will make the player focus on destroying the natives.
* The AI will no longer equip specialists (like Elder Statemen) with muskets.
* AI ships should no longer get stuck outside native settlements.
#### Bugfixes ####
* Several bugs that might cause the game to crash have been fixed (for example when all settlements of a native player was destroyed).
* Fixed several issues with goto-orders that made the game hang after end of turn.
* Fixed several issues that forced a server reconnect.
* Fixed leaking file descriptors that crashed the game on Windows.
* Reduces the amount of jumping around on the map while animating the moves of enemy units.
* Accelerator keys can now be changed, saved and loaded in the preferences.
* It's now possible to add the same goods multiple times to the same stop in the trade route panel.
* Fixes the scaling of several different panels (preferences).
* Scrolling on the map should now be smoother.
* Units should no longer have their graphics clipped on the map.
* Smoother playback of audio.
* The colony panel is now properly updated when clearing the speciality of a worker.
* Recursive autosave directories should no longer be created.
* Several text template fixes.
* Lots of other minor bugfixes.
#### Other changes ####
* The escape key can now be used to close most panels.
* There are now separate volume sliders for music and sound effects.
* Added a mod where basic buildings (level 1) needs to be constructed (except Town Hall and Carpenter's house).
* Added a mod for having 19th century nations.
* Treasure trains are now displayed in the cargo report panel.
* A malfunctional AI should no longer stop the game.
* Better handling of severe errors like out-of-memory and stack-overflow.
* Translation updates (a total of 5191 translation strings updated in 53 different languages).
## FreeCol 0.13.0 (July 9, 2022) ##
The FreeCol team are pleased to announce the release of FreeCol 0.13.0. All 0.11.x (x != 4) and 0.12.0 games should continue to work with 0.13.0, but not vice versa.
@ -231,4 +309,4 @@ but rejected suggested colony names are now recycled.
- Large message renaming for consistency and ease of checking.
- Nation options now have a distinct tag that does not rely on capitalization.
- Other serialization naming consistency fixes.
- Added --headless command line option.
- Added --headless command line option.

View File

@ -785,6 +785,10 @@ image.tile.model.tile.unexplored.border.SW=resources/images/terrain/unexplored/b
image.tile.model.tile.unexplored.border.W=resources/images/terrain/unexplored/border_W0.png
image.tile.model.tile.unexplored.border.NW=resources/images/terrain/unexplored/border_NW0.png
image.tileforest.model.tile.tropicalForest=resources/images/forest/tropical/tropical.png
image.tileforest.model.tile.tropicalForest.e=resources/images/forest/tropical/tropical-e.png
image.tileforest.model.tile.tropicalForest.n=resources/images/forest/tropical/tropical-n.png
image.tileforest.model.tile.tropicalForest.s=resources/images/forest/tropical/tropical-s.png
image.tileforest.model.tile.tropicalForest.w=resources/images/forest/tropical/tropical-w.png
image.tileforest.model.tile.tropicalForest.s0001=resources/images/forest/tropical/tropical0001.png
image.tileforest.model.tile.tropicalForest.s0010=resources/images/forest/tropical/tropical0010.png
image.tileforest.model.tile.tropicalForest.s0011=resources/images/forest/tropical/tropical0011.png
@ -802,6 +806,10 @@ image.tileforest.model.tile.tropicalForest.s1110=resources/images/forest/tropica
image.tileforest.model.tile.tropicalForest.s1111=resources/images/forest/tropical/tropical1111.png
image.tile.model.tile.tropicalForest.center=resources/images/terrain/savannah/center0.png
image.tileforest.model.tile.wetlandForest=resources/images/forest/wetland/wetland.png
image.tileforest.model.tile.wetlandForest.e=resources/images/forest/wetland/wetland-e.png
image.tileforest.model.tile.wetlandForest.n=resources/images/forest/wetland/wetland-n.png
image.tileforest.model.tile.wetlandForest.s=resources/images/forest/wetland/wetland-s.png
image.tileforest.model.tile.wetlandForest.w=resources/images/forest/wetland/wetland-w.png
image.tileforest.model.tile.wetlandForest.s0001=resources/images/forest/wetland/wetland0001.png
image.tileforest.model.tile.wetlandForest.s0010=resources/images/forest/wetland/wetland0010.png
image.tileforest.model.tile.wetlandForest.s0011=resources/images/forest/wetland/wetland0011.png
@ -819,6 +827,10 @@ image.tileforest.model.tile.wetlandForest.s1110=resources/images/forest/wetland/
image.tileforest.model.tile.wetlandForest.s1111=resources/images/forest/wetland/wetland1111.png
image.tile.model.tile.wetlandForest.center=resources/images/terrain/marsh/center0.png
image.tileforest.model.tile.scrubForest=resources/images/forest/scrub/scrub.png
image.tileforest.model.tile.scrubForest.e=resources/images/forest/scrub/scrub-e.png
image.tileforest.model.tile.scrubForest.n=resources/images/forest/scrub/scrub-n.png
image.tileforest.model.tile.scrubForest.s=resources/images/forest/scrub/scrub-s.png
image.tileforest.model.tile.scrubForest.w=resources/images/forest/scrub/scrub-w.png
image.tileforest.model.tile.scrubForest.s0001=resources/images/forest/scrub/scrub0001.png
image.tileforest.model.tile.scrubForest.s0010=resources/images/forest/scrub/scrub0010.png
image.tileforest.model.tile.scrubForest.s0011=resources/images/forest/scrub/scrub0011.png
@ -836,6 +848,10 @@ image.tileforest.model.tile.scrubForest.s1110=resources/images/forest/scrub/scru
image.tileforest.model.tile.scrubForest.s1111=resources/images/forest/scrub/scrub1111.png
image.tile.model.tile.scrubForest.center=resources/images/terrain/desert/center0.png
image.tileforest.model.tile.broadleafForest=resources/images/forest/broadleaf/broadleaf.png
image.tileforest.model.tile.broadleafForest.e=resources/images/forest/broadleaf/broadleaf-e.png
image.tileforest.model.tile.broadleafForest.n=resources/images/forest/broadleaf/broadleaf-n.png
image.tileforest.model.tile.broadleafForest.s=resources/images/forest/broadleaf/broadleaf-s.png
image.tileforest.model.tile.broadleafForest.w=resources/images/forest/broadleaf/broadleaf-w.png
image.tileforest.model.tile.broadleafForest.s0001=resources/images/forest/broadleaf/broadleaf0001.png
image.tileforest.model.tile.broadleafForest.s0010=resources/images/forest/broadleaf/broadleaf0010.png
image.tileforest.model.tile.broadleafForest.s0011=resources/images/forest/broadleaf/broadleaf0011.png
@ -853,6 +869,10 @@ image.tileforest.model.tile.broadleafForest.s1110=resources/images/forest/broadl
image.tileforest.model.tile.broadleafForest.s1111=resources/images/forest/broadleaf/broadleaf1111.png
image.tile.model.tile.broadleafForest.center=resources/images/terrain/prairie/center0.png
image.tileforest.model.tile.borealForest=resources/images/forest/boreal/boreal.png
image.tileforest.model.tile.borealForest.e=resources/images/forest/boreal/boreal-e.png
image.tileforest.model.tile.borealForest.n=resources/images/forest/boreal/boreal-n.png
image.tileforest.model.tile.borealForest.s=resources/images/forest/boreal/boreal-s.png
image.tileforest.model.tile.borealForest.w=resources/images/forest/boreal/boreal-w.png
image.tileforest.model.tile.borealForest.s0001=resources/images/forest/boreal/boreal0001.png
image.tileforest.model.tile.borealForest.s0010=resources/images/forest/boreal/boreal0010.png
image.tileforest.model.tile.borealForest.s0011=resources/images/forest/boreal/boreal0011.png
@ -870,6 +890,10 @@ image.tileforest.model.tile.borealForest.s1110=resources/images/forest/boreal/bo
image.tileforest.model.tile.borealForest.s1111=resources/images/forest/boreal/boreal1111.png
image.tile.model.tile.borealForest.center=resources/images/terrain/tundra/center0.png
image.tileforest.model.tile.coniferForest=resources/images/forest/conifer/conifer.png
image.tileforest.model.tile.coniferForest.e=resources/images/forest/conifer/conifer-e.png
image.tileforest.model.tile.coniferForest.n=resources/images/forest/conifer/conifer-n.png
image.tileforest.model.tile.coniferForest.s=resources/images/forest/conifer/conifer-s.png
image.tileforest.model.tile.coniferForest.w=resources/images/forest/conifer/conifer-w.png
image.tileforest.model.tile.coniferForest.s0001=resources/images/forest/conifer/conifer0001.png
image.tileforest.model.tile.coniferForest.s0010=resources/images/forest/conifer/conifer0010.png
image.tileforest.model.tile.coniferForest.s0011=resources/images/forest/conifer/conifer0011.png
@ -887,6 +911,10 @@ image.tileforest.model.tile.coniferForest.s1110=resources/images/forest/conifer/
image.tileforest.model.tile.coniferForest.s1111=resources/images/forest/conifer/conifer1111.png
image.tile.model.tile.coniferForest.center=resources/images/terrain/grassland/center0.png
image.tileforest.model.tile.mixedForest=resources/images/forest/mixed/mixed.png
image.tileforest.model.tile.mixedForest.e=resources/images/forest/mixed/mixed-e.png
image.tileforest.model.tile.mixedForest.n=resources/images/forest/mixed/mixed-n.png
image.tileforest.model.tile.mixedForest.s=resources/images/forest/mixed/mixed-s.png
image.tileforest.model.tile.mixedForest.w=resources/images/forest/mixed/mixed-w.png
image.tileforest.model.tile.mixedForest.s0001=resources/images/forest/mixed/mixed0001.png
image.tileforest.model.tile.mixedForest.s0010=resources/images/forest/mixed/mixed0010.png
image.tileforest.model.tile.mixedForest.s0011=resources/images/forest/mixed/mixed0011.png
@ -904,6 +932,10 @@ image.tileforest.model.tile.mixedForest.s1110=resources/images/forest/mixed/mixe
image.tileforest.model.tile.mixedForest.s1111=resources/images/forest/mixed/mixed1111.png
image.tile.model.tile.mixedForest.center=resources/images/terrain/plains/center0.png
image.tileforest.model.tile.rainForest=resources/images/forest/rain/rain.png
image.tileforest.model.tile.rainForest.e=resources/images/forest/rain/rain-e.png
image.tileforest.model.tile.rainForest.n=resources/images/forest/rain/rain-n.png
image.tileforest.model.tile.rainForest.s=resources/images/forest/rain/rain-s.png
image.tileforest.model.tile.rainForest.w=resources/images/forest/rain/rain-w.png
image.tileforest.model.tile.rainForest.s0001=resources/images/forest/rain/rain0001.png
image.tileforest.model.tile.rainForest.s0010=resources/images/forest/rain/rain0010.png
image.tileforest.model.tile.rainForest.s0011=resources/images/forest/rain/rain0011.png

View File

@ -16,6 +16,7 @@
Some highlighted changes since version 0.13.0 are:
<ul>
<li>New nation specific colony graphics.</li>
<li>New forest graphics</li>
<li>Major changes to the tile goods production so that the actual values matches the original game.</li>
<li>Greatly improved artificial intelligence (AI) for the computer players.</li>
<li>Much better stability (many bug fixes).</li>
@ -25,7 +26,7 @@
</p>
</div>
<div align="left">
We will continue improving the game through numerous new releases. For example, we are really close to completing great new graphics for the forests. Stay tuned for new releases!
We will continue improving the game through numerous new releases. Stay tuned!
<br /><br />
All 0.12.0 and 0.13.0 games should continue to work with 1.0.0.
</div>
@ -36,6 +37,7 @@
<strong>Graphics</strong>
<ul>
<li>New nation specific colony graphics.</li>
<li>New forest graphics</li>
<li>New graphics for deserts.</li>
<li>New transitions between the base tiles.</li>
<li>Minor changes to other graphics.</li>