Changeset 120 for trunk


Ignore:
Timestamp:
Dec 11, 2024, 11:43:07 AM (6 weeks ago)
Author:
chronos
Message:
  • Modified: Packaging files update.
Location:
trunk
Files:
1 added
1 deleted
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/FormHistory.pas

    r104 r120  
    5353
    5454procedure TFormHistory.Timer1Timer(Sender: TObject);
    55 var
    56   I: Integer;
    5755begin
    5856  if RedrawPending then begin
  • trunk/Forms/FormMain.pas

    r108 r120  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus, Math,
    7   ActnList, ExtCtrls, StdCtrls, Game, PersistentForm, ApplicationInfo,
    8   LCLType, Syncobjs, DateUtils, FormEx, Board;
     7  ActnList, ExtCtrls, Game, PersistentForm, LCLType, Syncobjs, DateUtils, FormEx,
     8  Board;
    99
    1010type
  • trunk/Forms/FormNew.pas

    r106 r120  
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls,
    7   Spin, Game, FormEx, Math;
     7  Spin, Game, FormEx;
    88
    99type
  • trunk/Game2048.lpi

    r108 r120  
    169169        <IsPartOfProject Value="True"/>
    170170        <ComponentName Value="FormScore"/>
     171        <HasResources Value="True"/>
    171172        <ResourceBaseClass Value="Form"/>
    172173      </Unit13>
  • trunk/Install/flatpak/build.sh

    r91 r120  
    77
    88# Install dependencies
    9 flatpak install --system flathub org.kde.Sdk//5.15-23.08
    10 flatpak install --system flathub org.kde.Platform//5.15-23.08
    11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//23.08
     9flatpak install --system flathub org.kde.Sdk//5.15-24.08
     10flatpak install --system flathub org.kde.Platform//5.15-24.08
     11flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08
    1212flatpak install --system flathub org.flatpak.Builder
    1313
  • trunk/Install/flatpak/net.zdechov.app.x2048.appdata.xml

    r119 r120  
    3030      <li>Tiles move, merge and creation animation.</li>
    3131      <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li>
    32           <li>Optional randomly generated unmergeable tiles</li>
    33           <li>Optional randomly generated disabled tiles</li>
    34           <li>Detailed score list for previous games</li>
     32      <li>Optional randomly generated unmergeable tiles</li>
     33      <li>Optional randomly generated disabled tiles</li>
     34      <li>Detailed score list for previous games</li>
    3535    </ul>
    3636  </description>
  • trunk/Install/flatpak/net.zdechov.app.x2048.yml

    r103 r120  
    2525      - type: svn
    2626        url: https://svn.zdechov.net/2048/trunk
    27         revision: r98
     27        revision: 120
    2828    buildsystem: simple
    2929    build-commands:
  • trunk/Install/snap/snapcraft.yaml

    r119 r120  
    44summary: A classic 2048 block sliding puzzle game
    55description: |
     6  Move numbered blocks across board to merge blocks with the same number together to reach 2048 tile.
    67  Features:
    78  * Selectable board size (from 2x2 to 12x12).
    89  * Last move undo.
    910  * Keep game between application restarts.
    10   * Localization support (English, Czech).
     11  * Localization support (English, Czech, French, Spanish).
    1112  * High DPI support.
    1213  * Moves history recording.
     
    1415  * Tiles move, merge and creation animation.
    1516  * Selectable tile skins (linear, exponential, alpha, binary, Roman)
     17  * Optional randomly generated unmergeable tiles
     18  * Optional randomly generated disabled tiles
     19  * Detailed score list for previous games
    1620confinement: strict
    1721base: core22
  • trunk/Languages/Game2048.cs.po

    r109 r120  
    171171
    172172#: tcore.applicationinfo1.description
    173 msgid "A single-player sliding block puzzle game."
     173msgid "A single-player block sliding puzzle game."
    174174msgstr "Jednouživatelská logická hra s posouváním bloků."
    175175
  • trunk/Languages/Game2048.es.po

    r114 r120  
    11msgid ""
    2 msgstr "Content-Type: text/plain; charset=UTF-8"
     2msgstr ""
     3"Project-Id-Version: \n"
     4"POT-Creation-Date: \n"
     5"PO-Revision-Date: \n"
     6"Last-Translator: \n"
     7"Language-Team: \n"
     8"Language: es\n"
     9"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
     11"Content-Transfer-Encoding: 8bit\n"
     12"X-Generator: Poedit 3.4.2\n"
    313
    414#: core.sgameovercaption
     
    159169
    160170#: tcore.applicationinfo1.description
    161 msgid "A single-player sliding block puzzle game."
     171msgid "A single-player block sliding puzzle game."
    162172msgstr "Un juego de rompecabezas de deslizamiento de bloques para un solo jugador."
    163173
  • trunk/Languages/Game2048.fr.po

    r114 r120  
    11msgid ""
    2 msgstr "Content-Type: text/plain; charset=UTF-8"
     2msgstr ""
     3"Project-Id-Version: \n"
     4"POT-Creation-Date: \n"
     5"PO-Revision-Date: \n"
     6"Last-Translator: \n"
     7"Language-Team: \n"
     8"Language: fr\n"
     9"MIME-Version: 1.0\n"
     10"Content-Type: text/plain; charset=UTF-8\n"
     11"Content-Transfer-Encoding: 8bit\n"
     12"X-Generator: Poedit 3.4.2\n"
    313
    414#: core.sgameovercaption
     
    159169
    160170#: tcore.applicationinfo1.description
    161 msgid "A single-player sliding block puzzle game."
     171msgid "A single-player block sliding puzzle game."
    162172msgstr "Un jeu de puzzle de glissement de blocs pour un joueur."
    163173
  • trunk/Read Me.txt

    r71 r120  
    1 A classic 2048 block swiping puzzle game.
     1A classic 2048 block sliding puzzle game.
    22
    33==Features==
    44
    55* Selectable board size (from 2x2 to 12x12).
    6 * Undo action for one move.
    7 * Keep game state between application restarts.
    8 * Localization support (English, Czech).
    9 * High DPI support.
    10 * Moves history recording.
    11    
     6* Six different tile color palettes.
     7* Last move undo.
     8* Keep game between application restarts.
     9* Localization support (English, Czech, French, Spanish).
     10* High DPI support.
     11* Moves history record and replay.
     12* Dark and light themes.
     13* Tiles move, merge and creation animation.
     14* Selectable tile skins (linear, exponential, alpha, binary, roman)
     15* Optional randomly generated unmergeable tiles
     16* Optional randomly generated disabled tiles
     17* Detailed score list for previous games
     18
    1219==Development==
    1320
    1421* Home page: https://app.zdechov.net/2048/
    1522* Source code: https://svn.zdechov.net/2048/
    16 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.10
     23* Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 3.6.0
    1724* To build new Windows installer run Install/build.bat. InnoSetup (http://www.jrsoftware.org/isdl.php) needs to be installed).
Note: See TracChangeset for help on using the changeset viewer.