Version 1.4.0 (2025-01-04) ========================== * Added: Added vector logo and generated raster logo with resolution 256x256. * Added: Close button on more forms for better touch screen devices support. * Added: Game systems action in Tools menu. * Added: Allow to add building kinds to game system. * Added: Allow to manage nations for each game system. * Added: New map type hexagonal horizontal. * Added: Limit allowed map type according selected game system. * Added: Allow to load/save game system from/to file system as .xts file. * Added: Allow to move units instantly during turn. * Added: Game system parameter to play without possibility to merge/split units. * Added: Show units shape to see in which cell units are placed. * Added: Delete button to unit move dialog. * Added: Map random preview in New game form. * Added: New menu action show/hide map grid lines. * Added: New win objective None to just play freely without any win objective. * Added: New win objective to capture entire map. * Added: New game systems to represent various game play systems of other existing games. * Added: New game option to set cells without player units as neutral. * Modified: Improved data directories detection. * Modified: OK button moved to be on the left side of buttons. * Modified: Added more action icons to main toolbar and main menu. * Modified: Do not paint new game preview bellow form height. * Modified: Automatically save running game on application exit and reopen it on next start. * Modified: Show icons in shortcuts window. * Modified: Improved dark theme support on Windows. * Modified: End turn with space key. * Modified: Allow to set nation in player settings. * Modified: Allow to have only one player in the game. * Modified: Set new created players as computer. * Modified: Maximum number of player set to 12. * Modified: Do not zoom all on new game start and game load from file. * Modified: Allow to resize new game, settings and game system forms to be smaller with scroll box area. * Modified: Use new higher resolution application image in about dialog. * Fixed: Initialization of preset World image map. * Fixed: Map image was not always loaded and applied. * Fixed: Symetric map generation. * Fixed: Store current player information to game save to be able to continue with different player. * Fixed: Item list form minimal item count limit on items removal. * Fixed: Store client form settings on close. * Fixed: Workaround for incorrect client form drawing area size on Windows. * Fixed: New game symetric map units calcualtion. * Fixed: Map preview with cell and unit borders. * Fixed: Allow to set preferred game system grid type. * Fixed: Remember maximized main form state on Linux. * Fixed: Main form was not visible on Windows task bar. * Fixed: Size of buttons was too small in some cases. * Fixed: Show toolbars hints. * Fixed: Fully terminate the application on main form closure. * Fixed: Error if players stats opened. * Fixed: Clear correctly defender player from unit moves if his cell is captured. * Fixed: Do not allow to remove too many players to have at least minimum players. * Fixed: Bad cell links in Random map type causing problems on openning saved file. * Fixed: Selection of unit moves. * Fixed: Full screen mode under Windows and Linux. * Fixed: Scale charts line width. * Fixed: Item form made bigger to avoid showing scrollbars. * Fixed: Item form string control made shorter. * Fixed: Wrong players and units id recalculation during game save causing bad references. * Fixed: Integrity checks for id references loaded from game file. * Fixed: Run Randomize only once at startup. * Fixed: Store current state of RandSeed to game save. * Fixed: Load/store RandSeed as its Cardinal type instead of Integer. * Fixed: Charts form chart was not drawn on the initial show. * Fixed: Themed background in New game form rules win conditions. * Fixed: Apply theme to chart background. * Fixed: Add new players with different colors. 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 symmetric 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 symmetric map is selected. * Fixed: Avoid possible negative cell power if player unit was previously unsuccessfully 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 symmetric 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.