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

Changeset 139


Ignore:
Timestamp:
Jul 6, 2017, 12:51:26 PM (7 years ago)
Author:
chronos
Message:
  • Fixed: Debian package changelog information.
  • Modified: Build debian package in subdirectory of /tmp/build-root.
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • tags/1.0.0/Install/deb/build.sh

    r112 r139  
    44#ARCH=x86_64-linux
    55
    6 mkdir -p /tmp/build-root
    7 cp -r -f ../.. /tmp/build-root
    8 cp -r -f debian /tmp/build-root
    9 cd /tmp/build-root
     6BUILD_ROOT=/tmp/build-root/xtactics
     7mkdir -p $BUILD_ROOT
     8cp -r -f ../.. $BUILD_ROOT
     9cp -r -f debian $BUILD_ROOT
     10cd $BUILD_ROOT
    1011dpkg-buildpackage -b -rfakeroot -us -uc
  • tags/1.0.0/Install/deb/debian/changelog

    r112 r139  
    1 xtactics (1.0.0-1) precise; urgency=low
     1xtactics (1.0.0-0) precise; urgency=low
    22
    3   * Original version 1.0.0 packaged with lazdebian
     3  * Added: Zoomable map.
     4  * Added: Store application configuration in XML file.
     5  * Added: Allow to save and load game to game file in XML format with extension .xtg.
     6  * Added: Localization support. Additional language is Czech.
     7  * Added: High DPI support.
     8  * Added: Multiple map cell shapes as hexagons, squares and triangles.
     9  * Added: Bridges between remote cells visible as lines.
     10  * Added: Multiple players support. Players can have different color and other starting properties.
     11  * Added: Application now automatically open saved game file given as command line parameter after execution.
     12  * Added: Computer player settings to be low, medium or highly aggresive in attacking.
     13  * Added: Holding SHIFT key during click to attack maximum available power is moved without dialog confirmation.
     14  * Added: With mouse click and with CTRL key pressed new move will set maximum one time and repeated unit counts to selected target cell.
     15  * Added: New game option "Fog of war" which cause map to be covered to black and only explored cells will be visible.
     16  * Added: Auto save game to file option in settings.
     17  * Added: New game option "Map shape" which can use image in file as base for map generation. Black color is used as void.
     18  * Added: Support for symetric map usable for two players game.
     19  * Added: Confirmation dialog for ending game.
     20  * Added: Support for switching large icons in toolbar.
     21  * Added: About form with information about application.
     22  * Added: Support for cities. Cities can be used as only growing cells.
     23  * Added: Allow to set grow rate as square root of cell power.
     24  * Added: Amount of inaccessible cells can be adjusted in New game dialog.
     25  * Added: Player customize dialog window.
     26  * Added: Toolbar for quick access to common actions.
     27  * Added: Player start units setting.
     28  * Added: Size of map can be adjusted in New game dialog.
     29  * Added: Visualization of planned moves between cells for next turn.
     30  * Added: Player mode human or computer.
    431
    532 -- Chronos <robie@centrum.cz>  Sun, 27 Nov 2016 00:51:08 +0100
  • tags/1.1.0/Install/deb/build.sh

    r112 r139  
    44#ARCH=x86_64-linux
    55
    6 mkdir -p /tmp/build-root
    7 cp -r -f ../.. /tmp/build-root
    8 cp -r -f debian /tmp/build-root
    9 cd /tmp/build-root
     6BUILD_ROOT=/tmp/build-root/xtactics
     7mkdir -p $BUILD_ROOT
     8cp -r -f ../.. $BUILD_ROOT
     9cp -r -f debian $BUILD_ROOT
     10cd $BUILD_ROOT
    1011dpkg-buildpackage -b -rfakeroot -us -uc
  • tags/1.1.0/Install/deb/debian/changelog

    r138 r139  
    1 xtactics (1.1.0-1) precise; urgency=low
     1xtactics (1.1.0-0) precise; urgency=low
    22
    3  * Added: Player starts units can be configured in player dialog.
    4  * Added: Graph window can be shown from menu which presents development of various statistic values during game turns.
    5  * Added: Load recent menu action to load recently opened/saved files.
    6  * 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.
    7  * Fixed: Map black background under Windows OS was not correct. Used dark gray color so bridges between cells are visible.
    8  * Fixed: Some application states were not stored/restored correctly after application restart.
    9  * Fixed: Default maximized form state for PersistentForm. * Fixed: Do not scale up maximized forms according DPI settings.
    10  * Fixed: Require at least 2 players for a game.
    11  * Fixed: If only computer players are present in game then starts computer move immediatelly.
    12  * Fixed: Center map to player main city at start.
    13  * Fixed: Exception if no human player was selected.
    14  * Fixed: Do not allow to move from single cell more units when available.
    15  * Fixed: Set correct Windows registry path for storing form size.
    16  * Fixed: Set correct path for Config.xml file.
     3  * Added: Player starts units can be configured in player dialog.
     4  * Added: Graph window can be shown from menu which presents development of various statistic values during game turns.
     5  * Added: Load recent menu action to load recently opened/saved files.
     6  * 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.
     7  * Fixed: Map black background under Windows OS was not correct. Used dark gray color so bridges between cells are visible.
     8  * Fixed: Some application states were not stored/restored correctly after application restart.
     9  * Fixed: Default maximized form state for PersistentForm. * Fixed: Do not scale up maximized forms according DPI settings.
     10  * Fixed: Require at least 2 players for a game.
     11  * Fixed: If only computer players are present in game then starts computer move immediatelly.
     12  * Fixed: Center map to player main city at start.
     13  * Fixed: Exception if no human player was selected.
     14  * Fixed: Do not allow to move from single cell more units when available.
     15  * Fixed: Set correct Windows registry path for storing form size.
     16  * Fixed: Set correct path for Config.xml file.
    1717
    1818 -- Chronos <robie@centrum.cz>  Sun, 6 Jul 2017 00:51:08 +0100
  • trunk/Install/deb/build.sh

    r112 r139  
    44#ARCH=x86_64-linux
    55
    6 mkdir -p /tmp/build-root
    7 cp -r -f ../.. /tmp/build-root
    8 cp -r -f debian /tmp/build-root
    9 cd /tmp/build-root
     6BUILD_ROOT=/tmp/build-root/xtactics
     7mkdir -p $BUILD_ROOT
     8cp -r -f ../.. $BUILD_ROOT
     9cp -r -f debian $BUILD_ROOT
     10cd $BUILD_ROOT
    1011dpkg-buildpackage -b -rfakeroot -us -uc
Note: See TracChangeset for help on using the changeset viewer.