close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: trunk/Release notes.txt

Last change on this file was 160, checked in by chronos, 6 years ago
  • Modified: Trunk updated to version 1.3.0 alfa.
  • Added: Ubuntu amd64 1.2.0 deb package.
File size: 4.4 KB
Line 
1Version 1.2.0 (2017-11-19)
2==========================
3
4* Added: Remember players configuration for new game.
5* Added: Map can have rounded shape.
6* Added: New Unit moves window available from Tools menu.
7* Modified: Improved code for symetric map generation.
8* Modified: Store player settings for new game separately to current game players.
9* Modified: Implemented better algorithm for initialization of players start cell to maintain minimal distance between players.
10* Modified: Do not create settings form on application start but just if form is opened.
11* Modified: Improved attack to neutral units if computer have more units available when necessary.
12* Fixed: Show error message if not all players were placed to the map.
13* Fixed: Build cell bridges correctly if symetric map is selected.
14* Fixed: Avoid possible negative cell power if player unit was previously unsucessfully attacked and weaken by enemy.
15* Fixed: Same game structures were not correctly initialized during load from file.
16* Fixed: Show other players cells with normal power and cells of current player with power lowered by unit moves.
17* Fixed: Problems with freeing memory of unit moves.
18
19Version 1.1.0 (2017-07-06)
20==========================
21
22* Added: Player starts units can be configured in player dialog.
23* Added: Graph window can be shown from menu which presents development of various statistic values during game turns.
24* Added: Load recent menu action to load recently opened/saved files.
25* Modified: Allow cells to have more then 99 units. Additional units over 99 will die according twice of root square of units over 99. This allows to quick resolution even in case of narrow connections where two players send maximum units against each other.
26* Fixed: Map black background under Windows OS was not correct. Used dark gray color so bridges between cells are visible.
27* Fixed: Some application states were not stored/restored correctly after application restart.
28* Fixed: Default maximized form state for PersistentForm. * Fixed: Do not scale up maximized forms according DPI settings.
29* Fixed: Require at least 2 players for a game.
30* Fixed: If only computer players are present in game then starts computer move immediatelly.
31* Fixed: Center map to player main city at start.
32* Fixed: Exception if no human player was selected.
33* Fixed: Do not allow to move from single cell more units when available.
34* Fixed: Set correct Windows registry path for storing form size.
35* Fixed: Set correct path for Config.xml file.
36
37Version 1.0.0 (2016-12-10)
38==========================
39
40* Added: Zoomable map.
41* Added: Store application configuration in XML file.
42* Added: Allow to save and load game to game file in XML format with extension .xtg.
43* Added: Localization support. Additional language is Czech.
44* Added: High DPI support.
45* Added: Multiple map cell shapes as hexagons, squares and triangles.
46* Added: Bridges between remote cells visible as lines.
47* Added: Multiple players support. Players can have different color and other starting properties.
48* Added: Application now automatically open saved game file given as command line parameter after execution.
49* Added: Computer player settings to be low, medium or highly aggresive in attacking.
50* Added: Holding SHIFT key during click to attack maximum available power is moved without dialog confirmation.
51* Added: With mouse click and with CTRL key pressed new move will set maximum one time and repeated unit counts to selected target cell.
52* Added: New game option "Fog of war" which cause map to be covered to black and only explored cells will be visible.
53* Added: Auto save game to file option in settings.
54* Added: New game option "Map shape" which can use image in file as base for map generation. Black color is used as void.
55* Added: Support for symetric map usable for two players game.
56* Added: Confirmation dialog for ending game.
57* Added: Support for switching large icons in toolbar.
58* Added: About form with information about application.
59* Added: Support for cities. Cities can be used as only growing cells.
60* Added: Allow to set grow rate as square root of cell power.
61* Added: Amount of inaccessible cells can be adjusted in New game dialog.
62* Added: Player customize dialog window.
63* Added: Toolbar for quick access to common actions.
64* Added: Player start units setting.
65* Added: Size of map can be adjusted in New game dialog.
66* Added: Visualization of planned moves between cells for next turn.
67* Added: Player mode human or computer.
Note: See TracBrowser for help on using the repository browser.