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

Changeset 136


Ignore:
Timestamp:
Jul 6, 2017, 12:04:23 PM (7 years ago)
Author:
chronos
Message:
  • Modified: Windows installer script moved to win subdirectory.
  • Fixed: Typos in Help text.
Location:
trunk
Files:
1 added
3 edited
2 moved

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormHelp.pas

    r135 r136  
    3737    'opponents.' + LineEnding + LineEnding +
    3838    'Each cell has defined number of units which can be instructed to attack ' +
    39     'enemy or neutral adjecent cells. Units can also defend against enemy attach from adjecent cells. ' +
     39    'enemy or neutral adjacent cells. Units can also defend against enemy attach from adjacent cells. ' +
    4040    'You can move units inside your territory. ' + LineEnding +
    4141    'Number of units in cells grows by square root of number of units. More units cell contains, more ' +
     
    4343    'have more units but excessive cells will die gradually every turn to balance to number 99.' +
    4444    LineEnding + LineEnding +
    45     'Resolution of attach of units is determined by rule similar to one which is ' +
     45    'Resolution of attack of units is determined by rule similar to one which is ' +
    4646    'used in Risk game. Battle consist of several fights. Each fight attacker can use ' +
    4747    'up to 3 units and defender up to 2 units. Number of units for each side determine ' +
    48     'number of dices. Both sides roll their dices and order them in descending order.' +
     48    'number of dices. Both sides roll their dices and order them in descending order. ' +
    4949    'Each side takes one dice with highest value. One who has dice with higher value wins. ' +
    5050    'In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. ' +
  • trunk/Install/win/build.bat

    r135 r136  
    1 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% -B --build-mode=Release --cpu=i386 ../xtactics.lpr
    2 %LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% -B --build-mode=Release --cpu=x86_64 ../xtactics.lpr
     1%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=i386 ../../xtactics.lpr
     2%LAZDIR%/lazbuild.exe --lazarusdir=%LAZDIR% --build-mode=Release --cpu=x86_64 ../../xtactics.lpr
    33
    44"C:\Program Files (x86)\Inno Setup 5\iscc.exe" xTactics.iss
  • trunk/Install/win/xTactics.iss

    r135 r136  
    99#define MyAppExeName "xtactics.exe"
    1010#define MyAppDebugName "xtactics.dbg"
    11 #define MyAppSubDir ".."
     11#define MyAppSubDir "..\.."
    1212
    1313[Setup]
  • trunk/Languages/xtactics.cs.po

    r135 r136  
    99"MIME-Version: 1.0\n"
    1010"Content-Transfer-Encoding: 8bit\n"
    11 "X-Generator: Poedit 2.0.1\n"
     11"X-Generator: Poedit 2.0.2\n"
    1212"Language: cs\n"
    1313
     
    531531"xTactics is a risk based strategic game. Main focus of the game is to offer player various possibilities to configure game conditions. Map for game is generated randomly for each play. Game is multiplayer so single player can play with other human opponents or with many computer opponents.\n"
    532532"\n"
    533 "Each cell has defined number of units which can be instructed to attack enemy or neutral adjecent cells. Units can also defend against enemy attach from adjecent cells. You can move units inside your territory. \n"
     533"Each cell has defined number of units which can be instructed to attack enemy or neutral adjacent cells. Units can also defend against enemy attach from adjacent cells. You can move units inside your territory. \n"
    534534"Number of units in cells grows by square root of number of units. More units cell contains, more units is added each turn. Maximum number to which units grow is 99. Cell can have more units but excessive cells will die gradually every turn to balance to number 99.\n"
    535535"\n"
    536 "Resolution of attach of units is determined by rule similar to one which is used in Risk game. Battle consist of several fights. Each fight attacker can use up to 3 units and defender up to 2 units. Number of units for each side determine number of dices. Both sides roll their dices and order them in descending order.Each side takes one dice with highest value. One who has dice with higher value wins. In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. This process is calculated automatically and for each planned attack win probability is displayed.\n"
     536"Resolution of attack of units is determined by rule similar to one which is used in Risk game. Battle consist of several fights. Each fight attacker can use up to 3 units and defender up to 2 units. Number of units for each side determine number of dices. Both sides roll their dices and order them in descending order. Each side takes one dice with highest value. One who has dice with higher value wins. In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. This process is calculated automatically and for each planned attack win probability is displayed.\n"
    537537msgstr ""
    538538"xTactics je strategická hra založena na hře Risk. Hlavní zaměření hry je nabídnout hráči různé možnosti k nastavení podmínek hry. Mapa hry je generována náhodně pro každou hru. Hra je pro více hráčů takže jeden hráč může hrát s dalšími lidskými protivníky nebo s mnoha počítačovými protivníky.\n"
  • trunk/Languages/xtactics.po

    r135 r136  
    516516"xTactics is a risk based strategic game. Main focus of the game is to offer player various possibilities to configure game conditions. Map for game is generated randomly for each play. Game is multiplayer so single player can play with other human opponents or with many computer opponents.\n"
    517517"\n"
    518 "Each cell has defined number of units which can be instructed to attack enemy or neutral adjecent cells. Units can also defend against enemy attach from adjecent cells. You can move units inside your territory. \n"
     518"Each cell has defined number of units which can be instructed to attack enemy or neutral adjacent cells. Units can also defend against enemy attach from adjacent cells. You can move units inside your territory. \n"
    519519"Number of units in cells grows by square root of number of units. More units cell contains, more units is added each turn. Maximum number to which units grow is 99. Cell can have more units but excessive cells will die gradually every turn to balance to number 99.\n"
    520520"\n"
    521 "Resolution of attach of units is determined by rule similar to one which is used in Risk game. Battle consist of several fights. Each fight attacker can use up to 3 units and defender up to 2 units. Number of units for each side determine number of dices. Both sides roll their dices and order them in descending order.Each side takes one dice with highest value. One who has dice with higher value wins. In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. This process is calculated automatically and for each planned attack win probability is displayed.\n"
     521"Resolution of attack of units is determined by rule similar to one which is used in Risk game. Battle consist of several fights. Each fight attacker can use up to 3 units and defender up to 2 units. Number of units for each side determine number of dices. Both sides roll their dices and order them in descending order. Each side takes one dice with highest value. One who has dice with higher value wins. In case of tie, defender wins. Loser lose its unit and another pair of dices is evaluated. This process is calculated automatically and for each planned attack win probability is displayed.\n"
    522522msgstr ""
    523523
Note: See TracChangeset for help on using the changeset viewer.