- Timestamp:
- Dec 11, 2024, 11:43:07 AM (6 weeks ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormHistory.pas
r104 r120 53 53 54 54 procedure TFormHistory.Timer1Timer(Sender: TObject); 55 var56 I: Integer;57 55 begin 58 56 if RedrawPending then begin -
trunk/Forms/FormMain.pas
r108 r120 5 5 uses 6 6 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; 9 9 10 10 type -
trunk/Forms/FormNew.pas
r106 r120 5 5 uses 6 6 Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, StdCtrls, 7 Spin, Game, FormEx , Math;7 Spin, Game, FormEx; 8 8 9 9 type -
trunk/Game2048.lpi
r108 r120 169 169 <IsPartOfProject Value="True"/> 170 170 <ComponentName Value="FormScore"/> 171 <HasResources Value="True"/> 171 172 <ResourceBaseClass Value="Form"/> 172 173 </Unit13> -
trunk/Install/flatpak/build.sh
r91 r120 7 7 8 8 # Install dependencies 9 flatpak install --system flathub org.kde.Sdk//5.15-2 3.0810 flatpak install --system flathub org.kde.Platform//5.15-2 3.0811 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//2 3.089 flatpak install --system flathub org.kde.Sdk//5.15-24.08 10 flatpak install --system flathub org.kde.Platform//5.15-24.08 11 flatpak install --system flathub org.freedesktop.Sdk.Extension.freepascal//24.08 12 12 flatpak install --system flathub org.flatpak.Builder 13 13 -
trunk/Install/flatpak/net.zdechov.app.x2048.appdata.xml
r119 r120 30 30 <li>Tiles move, merge and creation animation.</li> 31 31 <li>Selectable tile skins (linear, exponential, alpha, binary, roman)</li> 32 33 34 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> 35 35 </ul> 36 36 </description> -
trunk/Install/flatpak/net.zdechov.app.x2048.yml
r103 r120 25 25 - type: svn 26 26 url: https://svn.zdechov.net/2048/trunk 27 revision: r9827 revision: 120 28 28 buildsystem: simple 29 29 build-commands: -
trunk/Install/snap/snapcraft.yaml
r119 r120 4 4 summary: A classic 2048 block sliding puzzle game 5 5 description: | 6 Move numbered blocks across board to merge blocks with the same number together to reach 2048 tile. 6 7 Features: 7 8 * Selectable board size (from 2x2 to 12x12). 8 9 * Last move undo. 9 10 * Keep game between application restarts. 10 * Localization support (English, Czech ).11 * Localization support (English, Czech, French, Spanish). 11 12 * High DPI support. 12 13 * Moves history recording. … … 14 15 * Tiles move, merge and creation animation. 15 16 * 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 16 20 confinement: strict 17 21 base: core22 -
trunk/Languages/Game2048.cs.po
r109 r120 171 171 172 172 #: tcore.applicationinfo1.description 173 msgid "A single-player sliding blockpuzzle game."173 msgid "A single-player block sliding puzzle game." 174 174 msgstr "Jednouživatelská logická hra s posouváním bloků." 175 175 -
trunk/Languages/Game2048.es.po
r114 r120 1 1 msgid "" 2 msgstr "Content-Type: text/plain; charset=UTF-8" 2 msgstr "" 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" 3 13 4 14 #: core.sgameovercaption … … 159 169 160 170 #: tcore.applicationinfo1.description 161 msgid "A single-player sliding blockpuzzle game."171 msgid "A single-player block sliding puzzle game." 162 172 msgstr "Un juego de rompecabezas de deslizamiento de bloques para un solo jugador." 163 173 -
trunk/Languages/Game2048.fr.po
r114 r120 1 1 msgid "" 2 msgstr "Content-Type: text/plain; charset=UTF-8" 2 msgstr "" 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" 3 13 4 14 #: core.sgameovercaption … … 159 169 160 170 #: tcore.applicationinfo1.description 161 msgid "A single-player sliding blockpuzzle game."171 msgid "A single-player block sliding puzzle game." 162 172 msgstr "Un jeu de puzzle de glissement de blocs pour un joueur." 163 173 -
trunk/Read Me.txt
r71 r120 1 A classic 2048 block s wiping puzzle game.1 A classic 2048 block sliding puzzle game. 2 2 3 3 ==Features== 4 4 5 5 * 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 12 19 ==Development== 13 20 14 21 * Home page: https://app.zdechov.net/2048/ 15 22 * Source code: https://svn.zdechov.net/2048/ 16 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 2.0.1023 * Developed in [http://www.lazarus-ide.org/ Lazarus/FPC] 3.6.0 17 24 * 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.