Changeset 105
- Timestamp:
- May 21, 2024, 4:52:24 PM (6 months ago)
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.1.1/Install/flatpak/flathub/net.zdechov.app.Tunneler.yml
r97 r105 11 11 - --socket=wayland 12 12 - --socket=pulseaudio 13 - --filesystem=home14 13 - --device=dri 15 14 modules: … … 26 25 sources: 27 26 - type: svn 28 url: https://svn.zdechov.net/Tunneler/t runk/29 revision: r 9627 url: https://svn.zdechov.net/Tunneler/tags/1.1.1 28 revision: r104 30 29 buildsystem: simple 31 30 build-commands: 32 31 - (. /usr/lib/sdk/freepascal/enable.sh && lazbuild --build-mode=Release --ws=qt5 tunneler.lpi) 33 - install -d -m 755 $FLATPAK_DEST/share/Tunneler 34 - install -s -m 755 Tunneler $FLATPAK_DEST/share/Tunneler 35 - install -d -m 755 $FLATPAK_DEST/bin 32 - install -Dm755 Tunneler -t $FLATPAK_DEST/share/Tunneler 33 - install -d $FLATPAK_DEST/bin 36 34 - ln -s $FLATPAK_DEST/share/Tunneler/Tunneler $FLATPAK_DEST/bin/Tunneler 37 - install -d -m 755 $FLATPAK_DEST/share/applications 38 - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications 39 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps 40 - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 41 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages 42 - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages 43 - install -D -m 755 Languages/*.po $FLATPAK_DEST/share/Tunneler/Languages 44 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Audio 45 - install -D -m 755 Audio/*.wav $FLATPAK_DEST/share/Tunneler/Audio 46 - install -d -m 755 $FLATPAK_DEST/share/metainfo 47 - install -D Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml 35 - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications 36 - install -Dm644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 37 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages 38 - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio 39 - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml -
tags/1.1.1/Install/flatpak/net.zdechov.app.Tunneler.appdata.xml
r100 r105 37 37 <releases> 38 38 <release version="1.1.1" date="2024-05-20"> 39 39 <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url> 40 40 <description> 41 41 <ul> 42 42 <li>Modified: Better menu High DPI scaling.</li> 43 <li>Modified: End the game after three wins of the best player.</li> 43 44 <li>Fixed: Hide main menu with Qt5 widgetset.</li> 44 45 <li>Fixed: Pack audio files and detect alternative Unix location.</li> 45 46 <li>Fixed: Check player houses minimal distance to not overlap them.</li> 47 <li>Fixed: Destroying other player didn't end the round.</li> 46 48 </ul> 47 49 </description> 48 50 </release> 49 51 <release version="1.1.0" date="2024-05-15"> 50 52 <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url> 51 53 <description> 52 54 <ul> … … 61 63 </ul> 62 64 </description> 63 65 </release> 64 66 </releases> 65 67 -
tags/1.1.1/Install/flatpak/net.zdechov.app.Tunneler.desktop
r94 r105 7 7 Terminal=false 8 8 Type=Application 9 Categories= GNOME;Application;Game;9 Categories=Application;Game; 10 10 StartupNotify=true -
tags/1.1.1/Release notes.txt
r100 r105 3 3 4 4 * Modified: Better menu High DPI scaling. 5 * Modified: End the game after three wins of the best player. 5 6 * Fixed: Hide main menu with Qt5 widgetset. 6 7 * Fixed: Pack audio files and detect alternative Unix location. 7 8 * Fixed: Check player houses minimal distance to not overlap them. 9 * Fixed: Destroying other player didn't end the round. 8 10 9 11 Version 1.1.0 (2024-05-17) -
trunk/Install/flatpak/flathub/net.zdechov.app.Tunneler.yml
r101 r105 11 11 - --socket=wayland 12 12 - --socket=pulseaudio 13 - --filesystem=home14 13 - --device=dri 15 14 modules: … … 27 26 - type: svn 28 27 url: https://svn.zdechov.net/Tunneler/tags/1.1.1 29 revision: r 9928 revision: r104 30 29 buildsystem: simple 31 30 build-commands: 32 31 - (. /usr/lib/sdk/freepascal/enable.sh && lazbuild --build-mode=Release --ws=qt5 tunneler.lpi) 33 - install -d -m 755 $FLATPAK_DEST/share/Tunneler 34 - install -s -m 755 Tunneler $FLATPAK_DEST/share/Tunneler 35 - install -d -m 755 $FLATPAK_DEST/bin 32 - install -Dm755 Tunneler -t $FLATPAK_DEST/share/Tunneler 33 - install -d $FLATPAK_DEST/bin 36 34 - ln -s $FLATPAK_DEST/share/Tunneler/Tunneler $FLATPAK_DEST/bin/Tunneler 37 - install -d -m 755 $FLATPAK_DEST/share/applications 38 - install -m 755 Install/flatpak/${FLATPAK_ID}.desktop $FLATPAK_DEST/share/applications 39 - install -d -m 755 $FLATPAK_DEST/share/icons/hicolor/256x256/apps 40 - install -m 644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 41 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Languages 42 - install -D -m 755 Languages/*.pot $FLATPAK_DEST/share/Tunneler/Languages 43 - install -D -m 755 Languages/*.po $FLATPAK_DEST/share/Tunneler/Languages 44 - install -d -m 755 $FLATPAK_DEST/share/Tunneler/Audio 45 - install -D -m 755 Audio/*.wav $FLATPAK_DEST/share/Tunneler/Audio 46 - install -d -m 755 $FLATPAK_DEST/share/metainfo 47 - install -D Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml 35 - install -Dm644 Install/flatpak/${FLATPAK_ID}.desktop -t $FLATPAK_DEST/share/applications 36 - install -Dm644 Images/256x256/Tunneler.png $FLATPAK_DEST/share/icons/hicolor/256x256/apps/${FLATPAK_ID}.png 37 - install -Dm644 Languages/*.po -t $FLATPAK_DEST/share/Tunneler/Languages 38 - install -Dm644 Audio/*.wav -t $FLATPAK_DEST/share/Tunneler/Audio 39 - install -Dm644 Install/flatpak/${FLATPAK_ID}.appdata.xml $FLATPAK_DEST/share/metainfo/${FLATPAK_ID}.metainfo.xml -
trunk/Install/flatpak/net.zdechov.app.Tunneler.appdata.xml
r96 r105 36 36 37 37 <releases> 38 <release version="1.1.0" date="2024-05-15"/> 38 <release version="1.1.1" date="2024-05-20"> 39 <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.1/Release%20notes.txt</url> 40 <description> 41 <ul> 42 <li>Modified: Better menu High DPI scaling.</li> 43 <li>Modified: End the game after three wins of the best player.</li> 44 <li>Fixed: Hide main menu with Qt5 widgetset.</li> 45 <li>Fixed: Pack audio files and detect alternative Unix location.</li> 46 <li>Fixed: Check player houses minimal distance to not overlap them.</li> 47 <li>Fixed: Destroying other player didn't end the round.</li> 48 </ul> 49 </description> 50 </release> 51 <release version="1.1.0" date="2024-05-15"> 52 <url type="details">https://svn.zdechov.net/Tunneler/tags/1.1.0/Release%20notes.txt</url> 53 <description> 54 <ul> 55 <li>Added: Allow to reconfigure players keys.</li> 56 <li>Added: A new settings page where number of players can be adjusted.</li> 57 <li>Modified: Use same default keys as in the original game.</li> 58 <li>Modified: Use F10 as exit according to the original game.</li> 59 <li>Modified: Better menu items drawing.</li> 60 <li>Fixed: Show stats for more than 4 player in two parts second bellow first part.</li> 61 <li>Fixed: Player view size calculation for 5 players.</li> 62 <li>Fixed: Do not play explosion sound in a loop.</li> 63 </ul> 64 </description> 65 </release> 39 66 </releases> 40 67 -
trunk/Install/flatpak/net.zdechov.app.Tunneler.desktop
r94 r105 7 7 Terminal=false 8 8 Type=Application 9 Categories= GNOME;Application;Game;9 Categories=Application;Game; 10 10 StartupNotify=true -
trunk/Release notes.txt
r100 r105 3 3 4 4 * Modified: Better menu High DPI scaling. 5 * Modified: End the game after three wins of the best player. 5 6 * Fixed: Hide main menu with Qt5 widgetset. 6 7 * Fixed: Pack audio files and detect alternative Unix location. 7 8 * Fixed: Check player houses minimal distance to not overlap them. 9 * Fixed: Destroying other player didn't end the round. 8 10 9 11 Version 1.1.0 (2024-05-17)
Note:
See TracChangeset
for help on using the changeset viewer.