- Timestamp:
- Jun 7, 2024, 12:59:18 PM (5 months ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 5 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/FormMain.lfm
r86 r87 1 1 object FormMain: TFormMain 2 Left = 6843 Height = 5214 Top = 3075 Width = 5802 Left = 534 3 Height = 993 4 Top = 223 5 Width = 1491 6 6 Caption = '2048' 7 7 DesignTimePPI = 144 … … 28 28 Action = Core.AUndo 29 29 end 30 object MenuItem1: TMenuItem31 Action = Core.ASettings32 end33 30 object MenuItemExit: TMenuItem 34 31 Action = Core.AExit … … 45 42 object MenuItemTools: TMenuItem 46 43 Caption = 'Tools' 44 object MenuItem1: TMenuItem 45 Action = Core.ASettings 46 end 47 47 object MenuItem4: TMenuItem 48 48 Action = Core.AComputer -
trunk/Forms/FormMain.pas
r86 r87 96 96 KeyRight = 39; 97 97 KeyDown = 40; 98 KeyNumPadLeft = 100; 99 KeyNumPadUp = 104; 100 KeyNumPadRight = 102; 101 KeyNumPadDown = 98; 98 102 begin 99 103 if Core.Core.Game.Running then begin 100 104 case Key of 101 KeyLeft : AddToMoveBuffer(drLeft);102 KeyUp : AddToMoveBuffer(drUp);103 KeyRight : AddToMoveBuffer(drRight);104 KeyDown : AddToMoveBuffer(drDown);105 KeyLeft, KeyNumPadLeft: AddToMoveBuffer(drLeft); 106 KeyUp, KeyNumPadUp: AddToMoveBuffer(drUp); 107 KeyRight, KeyNumPadRight: AddToMoveBuffer(drRight); 108 KeyDown, KeyNumPadDown: AddToMoveBuffer(drDown); 105 109 end; 106 110 //ProcessMoveBuffer; -
trunk/Game2048.lpi
r86 r87 57 57 <Debugging> 58 58 <GenerateDebugInfo Value="False"/> 59 <DebugInfoType Value="dsDwarf3"/> 59 60 </Debugging> 60 61 <LinkSmart Value="True"/> -
trunk/Game2048.lpr
r86 r87 26 26 RequireDerivedFormResource:=True; 27 27 Application.Title:='2048'; 28 Application.Scaled :=True;28 Application.Scaled:=True; 29 29 Application.Initialize; 30 30 Application.CreateForm(TCore, Core.Core); -
trunk/Languages/FormAbout.cs.po
r86 r87 1 1 msgid "" 2 2 msgstr "" 3 "Content-Type: text/plain; charset=UTF-8\n"4 3 "Project-Id-Version: \n" 5 4 "POT-Creation-Date: \n" … … 7 6 "Last-Translator: Chronos <robie@centrum.cz>\n" 8 7 "Language-Team: \n" 8 "Language: cs\n" 9 9 "MIME-Version: 1.0\n" 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "Content-Transfer-Encoding: 8bit\n" 11 "Language: cs\n" 12 "X-Generator: Poedit 2.4.1\n" 12 "X-Generator: Poedit 3.0.1\n" 13 13 14 #: uformabout.slicense 14 #: formabout.slicense 15 msgctxt "formabout.slicense" 15 16 msgid "License" 16 17 msgstr "Licence" 17 18 18 #: uformabout.sreleasedate 19 #: formabout.sreleasedate 20 msgctxt "formabout.sreleasedate" 19 21 msgid "Release date" 20 22 msgstr "Datum uvolnění" 21 23 22 #: uformabout.sversion 24 #: formabout.sversion 25 msgctxt "formabout.sversion" 23 26 msgid "Version" 24 27 msgstr "Verze" 25 28 26 #: tformabout.buttonhomepage.caption 27 msgid "Home page" 28 msgstr "Domovská stránka" 29 30 #: tformabout.buttonclose.caption 31 msgid "Close" 32 msgstr "Zavřít" 29 #: tformabout.caption 30 msgid "About" 31 msgstr "O aplikaci" -
trunk/Languages/Game2048.cs.po
r86 r87 1 1 msgid "" 2 2 msgstr "" 3 "Content-Type: text/plain; charset=UTF-8\n"4 3 "Project-Id-Version: \n" 5 4 "POT-Creation-Date: \n" … … 7 6 "Last-Translator: Chronos <robie@centrum.cz>\n" 8 7 "Language-Team: \n" 8 "Language: cs\n" 9 9 "MIME-Version: 1.0\n" 10 "Content-Type: text/plain; charset=UTF-8\n" 10 11 "Content-Transfer-Encoding: 8bit\n" 11 "Language: cs\n" 12 "X-Generator: Poedit 2.4.1\n" 12 "X-Generator: Poedit 3.4.2\n" 13 13 14 14 #: core.sgameovercaption 15 #, fuzzy16 15 msgctxt "core.sgameovercaption" 17 16 msgid "Lost" … … 19 18 20 19 #: core.sgameovermessage 21 #, fuzzy22 20 msgctxt "core.sgameovermessage" 23 21 msgid "Game over!" … … 25 23 26 24 #: core.swincaption 27 #, fuzzy28 25 msgctxt "core.swincaption" 29 26 msgid "Win" … … 31 28 32 29 #: core.swinmessage 33 #, object-pascal-format , fuzzy30 #, object-pascal-format 34 31 msgctxt "core.swinmessage" 35 32 msgid "You reached %s and won! You can continue to play to get higher score." … … 37 34 38 35 #: formhelp.scontrols 39 #, fuzzy40 36 msgctxt "formhelp.scontrols" 41 37 msgid "Use arrow keys to slide blocks to one of board side." … … 43 39 44 40 #: formhelp.severyturn 45 #, fuzzy46 41 msgctxt "formhelp.severyturn" 47 42 msgid "Every turn, a new tile will randomly appear in an empty spot on the board with a value of either 2 or 4." … … 49 44 50 45 #: formhelp.sparagraph1 51 #, fuzzy52 46 msgctxt "formhelp.sparagraph1" 53 47 msgid "2048 is a single-player block sliding puzzle game." … … 55 49 56 50 #: formhelp.sparagraph2 57 #, fuzzy58 51 msgctxt "formhelp.sparagraph2" 59 52 msgid "The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048." … … 61 54 62 55 #: formhelp.sundo 63 #, fuzzy64 56 msgctxt "formhelp.sundo" 65 57 msgid "You can undo one move back, if undo action is enabled." … … 67 59 68 60 #: formsettings.slanguagechangemessage 69 #, fuzzy70 61 msgctxt "formsettings.slanguagechangemessage" 71 62 msgid "Interface language was changed. It may require restart of application." … … 73 64 74 65 #: formsettings.slanguagechangetitle 75 #, fuzzy76 66 msgctxt "formsettings.slanguagechangetitle" 77 67 msgid "Language change" … … 79 69 80 70 #: game.sscore 81 #, fuzzy82 71 msgctxt "game.sscore" 83 72 msgid "Score" … … 85 74 86 75 #: game.sskinalpha 87 #, fuzzy88 76 msgctxt "game.sskinalpha" 89 77 msgid "Alpha" … … 91 79 92 80 #: game.sskinbinary 93 #, fuzzy94 81 msgctxt "game.sskinbinary" 95 82 msgid "Binary" … … 97 84 98 85 #: game.sskinlinear 99 #, fuzzy100 86 msgctxt "game.sskinlinear" 101 87 msgid "Linear" … … 103 89 104 90 #: game.sskinpoweroftwo 105 #, fuzzy106 91 msgctxt "game.sskinpoweroftwo" 107 92 msgid "Power of two" … … 109 94 110 95 #: game.sskinroman 111 #, fuzzy112 96 msgctxt "game.sskinroman" 113 97 msgid "Roman" … … 115 99 116 100 #: game.stileshouldbeempty 117 #, fuzzy118 101 msgctxt "game.stileshouldbeempty" 119 102 msgid "Tile should be empty" … … 121 104 122 105 #: game.stopscore 123 #, fuzzy124 106 msgctxt "game.stopscore" 125 107 msgid "Top score" … … 158 140 #: tcore.applicationinfo1.description 159 141 msgid "A single-player sliding block puzzle game." 160 msgstr " "142 msgstr "Jednouživatelská logická hra s posouváním bloků." 161 143 162 144 #: tcore.asettings.caption … … 278 260 msgid "Theme:" 279 261 msgstr "Téma:" 280
Note:
See TracChangeset
for help on using the changeset viewer.