Version 1.3.0 (2018-09-22) ========================== * Added: Menu icons for players stats, keyboard shortcuts, and help. * Added: Full screen mode. * Added: Limit minimum and maximum map zoom. * Added: Support for color themes (system, dark, light). * Added: Remember dimensions for more application forms. * Added: Support for cyclic map. Movement across map borders will take player units to opposite map border. Show map multiple times side by side to simulate infinite world. * Added: Show number of captured win objective cells in players stats and graphs. * Added: Remember last opened tab in New game form. * Added: New window to list all available actions with their keyboard shortcuts. * Added: Save action to save game without opening save dialog. * Added: New objective "Capture all special cells" is now functional. Number of such cells can be specified. They are randomly spread across map and such cells are marked with "!" symbol after its number of units. * Added: Evaluate win objection to stay alive for defined number of turns. Multiple players can win. * Added: Settings option to automatically reopen last saved game on application start. * Added: Configurable game parameter maximum units per cell. * Added: Isometric map type. * Added: Sorting by table columns in players stats form. * Added: Popup menu action Spectate in Players stats window. * Added: New window with players statistics. * Added: Allow to open other spectator client windows. * Added: A preparation for gameplay over network. Internal separation of client and server part of game core. * Added: Voronoi map type which generate random mesh type maps. * Modified: Initial game setting made independent to current game settings. So last game can be automatically loaded on start and initial setting will be intact. * Modified: Allow multiselect and removal of players in new game dialog. * Modified: Draw only visible arrows between cells. * Fixed: Force directory creation only if directory is specified on game save. * Fixed: An error on drawing of vertical unit move arrow. * Fixed: Store map type in saved game files. * Fixed: Load and start new game after main form is shown so cells can be correctly zoomed to be visible all. * Fixed: Application settings wasn't saved if the application was exited by main menu action Exit. * Fixed: Computer was affecting player cells by its cell moves. * Fixed: Open/Save dialog with file filter and initial directory and name from current game. * Fixed: Generate map only once on application start. * Fixed: Do not generate map twice on map config load. Version 1.2.0 (2017-11-19) ========================== * Added: Remember players configuration for new game. * Added: Map can have rounded shape. * Added: New Unit moves window available from Tools menu. * Modified: Improved code for symetric map generation. * Modified: Store player settings for new game separately to current game players. * Modified: Implemented better algorithm for initialization of players start cell to maintain minimal distance between players. * Modified: Do not create settings form on application start but just if form is opened. * Modified: Improved attack to neutral units if computer have more units available when necessary. * Fixed: Show error message if not all players were placed to the map. * Fixed: Build cell bridges correctly if symetric map is selected. * Fixed: Avoid possible negative cell power if player unit was previously unsucessfully attacked and weaken by enemy. * Fixed: Same game structures were not correctly initialized during load from file. * Fixed: Show other players cells with normal power and cells of current player with power lowered by unit moves. * Fixed: Problems with freeing memory of unit moves. Version 1.1.0 (2017-07-06) ========================== * Added: Player starts units can be configured in player dialog. * Added: Graph window can be shown from menu which presents development of various statistic values during game turns. * Added: Load recent menu action to load recently opened/saved files. * 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. * Fixed: Map black background under Windows OS was not correct. Used dark gray color so bridges between cells are visible. * Fixed: Some application states were not stored/restored correctly after application restart. * Fixed: Default maximized form state for PersistentForm. * Fixed: Do not scale up maximized forms according DPI settings. * Fixed: Require at least 2 players for a game. * Fixed: If only computer players are present in game then starts computer move immediatelly. * Fixed: Center map to player main city at start. * Fixed: Exception if no human player was selected. * Fixed: Do not allow to move from single cell more units when available. * Fixed: Set correct Windows registry path for storing form size. * Fixed: Set correct path for Config.xml file. Version 1.0.0 (2016-12-10) ========================== * Added: Zoomable map. * Added: Store application configuration in XML file. * Added: Allow to save and load game to game file in XML format with extension .xtg. * Added: Localization support. Additional language is Czech. * Added: High DPI support. * Added: Multiple map cell shapes as hexagons, squares and triangles. * Added: Bridges between remote cells visible as lines. * Added: Multiple players support. Players can have different color and other starting properties. * Added: Application now automatically open saved game file given as command line parameter after execution. * Added: Computer player settings to be low, medium or highly aggresive in attacking. * Added: Holding SHIFT key during click to attack maximum available power is moved without dialog confirmation. * Added: With mouse click and with CTRL key pressed new move will set maximum one time and repeated unit counts to selected target cell. * Added: New game option "Fog of war" which cause map to be covered to black and only explored cells will be visible. * Added: Auto save game to file option in settings. * Added: New game option "Map shape" which can use image in file as base for map generation. Black color is used as void. * Added: Support for symetric map usable for two players game. * Added: Confirmation dialog for ending game. * Added: Support for switching large icons in toolbar. * Added: About form with information about application. * Added: Support for cities. Cities can be used as only growing cells. * Added: Allow to set grow rate as square root of cell power. * Added: Amount of inaccessible cells can be adjusted in New game dialog. * Added: Player customize dialog window. * Added: Toolbar for quick access to common actions. * Added: Player start units setting. * Added: Size of map can be adjusted in New game dialog. * Added: Visualization of planned moves between cells for next turn. * Added: Player mode human or computer.