source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @162   8 years chronos * Modified: Partial progress on Voronoi map generator.
(edit) @160   8 years chronos * Modified: Trunk updated to version 1.3.0 alfa. * Added: Ubuntu amd64 …
(edit) @158   8 years chronos * Fixed: Show error message if not all players were placed to the map.
(edit) @157   8 years chronos * Fixed: Build cell bridges correctly if symetric map is selected.
(edit) @156   8 years chronos * Modified: Improved code for symetric map generation.
(edit) @155   8 years chronos * Modified: Store player settings for new game separately to current …
(edit) @154   8 years chronos * Fixed: Avoid possible negative cell power if player unit was …
(edit) @153   8 years chronos * Fixed: Show other players cells with normal power and cells of …
(edit) @152   8 years chronos * Added: Remember players configuration for new game.
(edit) @151   8 years chronos * Added: Map can have rounded shape.
(edit) @150   8 years chronos * Added: Missing unit moves form files.
(edit) @149   8 years chronos * Fixed: Problems with freeing TUnitMove either from owner list by …
(edit) @148   8 years chronos * Modified: Unit moves moved from TGame to TPlayer. Moves belong to …
(edit) @147   8 years chronos * Modified: Implemented better algorithm for initialization of players …
(edit) @146   8 years chronos * Modified: Use generic lists instead classic untyped lists.
(edit) @145   8 years chronos * Modified: Do not create settings form on application start but just …
(edit) @144   8 years chronos * Fixed: Build under Lazarus 1.8.
(edit) @143   8 years chronos * Fixed: Buil
(edit) @142   8 years chronos * Modified: Improved attack to neutral units if computer have more …
(edit) @140   8 years chronos * Added: Build script for RPM packages.
(edit) @139   8 years chronos * Fixed: Debian package changelog information. * Modified: Build …
(edit) @138   8 years chronos * Modified: Updated 1.1.0 version in all related files. * Added: …
(edit) @136   8 years chronos * Modified: Windows installer script moved to win subdirectory. * …
(edit) @135   8 years chronos * Modified: More detailed help.
(edit) @134   8 years chronos * Added: Player starts units can be configured in player dialog.
(edit) @133   8 years chronos * Fixed: Black under Windows OS was not correct. Used dark gray color …
(edit) @132   8 years chronos * Fixed: Some application states were not stored/restored correctly …
(edit) @131   8 years chronos * Modified: Allow cells to have more then 99 units. Additional units …
(edit) @130   8 years chronos * Fixed: Require at least 2 players for a game. * Fixed: Translate …
(edit) @129   8 years chronos * Fixed: If only computer players are present in game then starts …
(edit) @128   8 years chronos * Added: Graph window can be shown from menu which presents …
(edit) @127   8 years chronos * Added: Load recent menu action to load recently opened/saved files. …
(edit) @126   8 years chronos * Fixed: Center map to player main city at start.
(edit) @125   8 years chronos * Modified: Introduced TClient class for real user accessing …
(edit) @124   9 years chronos * Fixed: Do not allow to move from single cell more units when available.
(edit) @122   9 years chronos * Fixed: Set correct Windows registry path for storing form size. * …
(edit) @121   9 years chronos * Modified: Updated CoolTranslator package.
(edit) @118   9 years chronos * Added: Release notes files.
(edit) @116   9 years chronos * Modified: Updated Common package.
(edit) @115   9 years chronos * Fixed: In Debug mode also check executed classes references. * …
(edit) @114   9 years chronos * Added: Installer for Windows.
(edit) @113   9 years chronos * Modified: Create one setup for both 32-bit and 64-bit Windows.
(edit) @112   9 years chronos * Added: Debian packaging files.
(edit) @111   9 years chronos * Modified: Changed debian packages configuration files to support …
(edit) @110   9 years chronos * Fixed: Properly set XML config file location during initialization.
(edit) @109   9 years chronos * Modified: Update new packages files.
(edit) @108   9 years chronos * Fixed: Locale was not loaded under Linux.
(edit) @107   9 years chronos * Added: Form constraintes which are also scaled for High DPI.
(edit) @106   10 years chronos * Added: Check for some configuration values loaded as integers to …
(edit) @105   11 years chronos * Modified: Do not show zero on empty cells. * Modified: Shift + mouse …
(edit) @104   11 years chronos * Fixed: Hide Debug settings. * Fixed: Remove previous cell links from …
(edit) @103   11 years chronos * Fixed: CellLinks deallocation if map size changed and cells were …
(edit) @102   11 years chronos * Added: Load/save map cell links points in game save file.
(edit) @101   11 years chronos * Modified: Map types moved to UMap unit.
(edit) @100   11 years chronos * Added: Support for autogeneration of bridges between separated areas.
(edit) @99   11 years chronos * Modified: Enabled DPI settings for DEBUG build mode.
(edit) @98   11 years chronos * Modified: Show dialog windows positioned to main form center. * …
(edit) @97   11 years chronos * Added: Simple Help window with basic game description.
(edit) @96   11 years chronos * Modified: Removed old function GetAllCells which was used previously …
(edit) @95   11 years chronos * Added: Simple script to build linux deb package.
(edit) @94   11 years chronos * Added: Application now automatically open saved game file given as …
(edit) @93   11 years chronos * Modified: Update inno setup script.
(edit) @92   11 years chronos * Added: Inno Setup script to generate Windows setup application.
(edit) @91   11 years chronos * Added: Partial support for high DPI screens. Disabled.
(edit) @90   11 years chronos * Added: Computer player settings to be low, medium or highly …
(edit) @89   11 years chronos * Added: Holding SHIFT key during click to attack maximum available …
(edit) @88   11 years chronos * Modified: Change attack probability calculation to use cache of …
(edit) @87   11 years chronos * Fixed: Allow map movement by mouse after moving cursor for at least …
(edit) @86   11 years chronos * Modified: If Ctrl key is released then deselect currently selected …
(edit) @85   11 years chronos * Added: With mouse click and with CTRL key pressed new move will set …
(edit) @84   11 years chronos * Added: Discovered flag in player map is now stored to game save.
(edit) @83   11 years chronos * Fixed: Loading game was not working after Fog of war modifications. …
(edit) @82   11 years chronos * Added: New game option "Fog of war" which cause map to be covered to …
(edit) @81   11 years chronos * Added: Prepared related class for "Fog of war" game mode and per …
(edit) @80   11 years chronos * Fixed: Autosave should not affect game filename and path selected by …
(edit) @79   11 years chronos * Removed: Useless old method GetCellNeighbors. Cell neigbours can be …
(edit) @78   11 years chronos * Modified: Determine cell text size at once instead width and height …
(edit) @77   11 years chronos * Added: Auto save game to file option in settings.
(edit) @76   11 years chronos * Modified: More changes to support game load from file. * Fixed: …
(edit) @75   11 years chronos * Added: New game option "Map shape" which can use image in file as …
(edit) @74   11 years chronos * Added: Show player color in player list. * Added: Confirmation …
(edit) @73   11 years chronos * Modified: Show draw time in ms smoothed.
(edit) @72   11 years chronos * Fixed: Unit move win probability was bad calculated if already …
(edit) @71   11 years chronos * Modified: Tested csOpaque direct drawing with temporary bitmap …
(edit) @70   11 years chronos * Added: Support for symetric map usable for two players game.
(edit) @69   11 years chronos
(edit) @68   11 years chronos * Added: Option to change animation speed. * Fixed: Shifted view …
(edit) @67   11 years chronos * Modified: Computer now move all available inner power to borders. …
(edit) @66   11 years chronos * Modified: Computer strategy divided to Attack and InnerMoves. * …
(edit) @65   11 years chronos * Modified: Computer strategy as separate class TComputer. * …
(edit) @64   11 years chronos * Modified: Improved saving game state to XML file. Not yet finished …
(edit) @63   11 years chronos * Fixed: Do not show win probability for inner unit moves.
(edit) @62   11 years chronos * Modified: Show one bigger arrow between two cells on unit move. * …
(edit) @61   11 years chronos * Added: Confirmation dialog for ending game.
(edit) @60   11 years chronos * Fixed: Limited depth of win probability calculation. * Fixed: Show …
(edit) @59   11 years chronos * Added: Move win probability calculation. * Fixed: Attack processing …
(edit) @58   11 years chronos * Fixed: Background drawing problems of cells and arrows. * Added: …
(edit) @57   11 years chronos * Added: Required TemplateGenerics package source.
(edit) @56   11 years chronos * Modified: Attack changed to risk game dice rolling system.
(edit) @55   11 years chronos * Fixed: More translation of TGroupBox and TComboBox items. * Fixed: …
Note: See TracRevisionLog for help on using the revision log.