Changeset 695
- Timestamp:
- Aug 7, 2025, 11:54:01 PM (8 hours ago)
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.8/Install/flatpak/build.sh
r637 r695 12 12 flatpak install --system flathub org.flatpak.Builder 13 13 git clone https://github.com/flathub/shared-modules.git shared-modules 14 (cd shared-modules && git checkout a9112b9c62e2b84db4c2f6c55c9531fd7e8d03c1)14 (cd shared-modules && git checkout b63062b3cdf451e537ed6ca1f68f9c2701ad8a98) 15 15 16 16 # Build -
tags/1.3.8/Install/flatpak/net.zdechov.app.C-evo.appdata.xml
r636 r695 29 29 <li>High DPI and scaling support</li> 30 30 <li>Multi monitor support</li> 31 <li>In-game background music</li> 31 32 <li>And much more</li> 32 33 </ul> … … 43 44 <screenshot type="default"> 44 45 <caption>Game interface and world map</caption> 45 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Game.jpg</image>46 <image>https://svn.zdechov.net/c-evo/tags/1.3.8/Screenshots/Game.jpg</image> 46 47 </screenshot> 47 48 <screenshot> 48 49 <caption>Main menu</caption> 49 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Main%20menu.jpg</image>50 <image>https://svn.zdechov.net/c-evo/tags/1.3.8/Screenshots/Main%20menu.jpg</image> 50 51 </screenshot> 51 52 <screenshot> 52 53 <caption>Start of a new game</caption> 53 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/New%20game.jpg</image>54 <image>https://svn.zdechov.net/c-evo/tags/1.3.8/Screenshots/New%20game.jpg</image> 54 55 </screenshot> 55 56 <screenshot> 56 57 <caption>Multiple opened windows</caption> 57 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Windows.jpg</image>58 <image>https://svn.zdechov.net/c-evo/tags/1.3.8/Screenshots/Windows.jpg</image> 58 59 </screenshot> 59 60 </screenshots> 60 61 61 62 <releases> 63 <release version="1.3.8" date="2025-08-01" type="stable"> 64 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.8/Release%20notes.txt</url> 65 <description> 66 <ul> 67 <li>Added: Ability to play music in background in start screen and in-game. Used uos as audio library.</li> 68 <li>Added: Allow to switch music on/off from game window main menu.</li> 69 <li>Added: Music volume option in game settings form.</li> 70 <li>Added: Package Music files with option to not install them.</li> 71 <li>Added: Allow to move with up, down, page up, page down, home and end keys in selection dialog.</li> 72 <li>Added: Open product selection dialog with P key in city dialog.</li> 73 <li>Added: Close city dialog with return key.</li> 74 <li>Modified: Improved forms painting if resized to bigger dimensions.</li> 75 <li>Modified: Auto select newly saved game as last game in previous games list.</li> 76 <li>Modified: Evaluate Escape key in Settings dialog.</li> 77 <li>Fixed: World size was always set to minimum on start.</li> 78 <li>Fixed: Wrong AI brain selection if only one AI available.</li> 79 <li>Fixed: Make selected book or map visible in the list on application start.</li> 80 <li>Fixed: Repaint start window after language change in settings window.</li> 81 <li>Fixed: Fixed unit move style hostile calculation in StdAI. Engineers don't take hostile damage on hostile terrain.</li> 82 <li>Fixed: Do not process keyboard input during unit attack on Linux.</li> 83 <li>Fixed: Limit world size loaded from registry.</li> 84 <li>Fixed: Images in Help window were not found if located under share directory.</li> 85 <li>Fixed: Black strip on the bottom of Draft dialog.</li> 86 </ul> 87 </description> 88 </release> 89 <release version="1.3.7" date="2025-02-26" type="stable"> 90 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.7/Release%20notes.txt</url> 91 <description> 92 <ul> 93 <li>Added: AppImage packaging files.</li> 94 <li>Added: AI upscaled C-evo icon to 1024x1024 resolution.</li> 95 <li>Modified: Improved brains libraries enumeration.</li> 96 <li>Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory.</li> 97 <li>Modified: Updated french translation.</li> 98 <li>Modified: Used larger icon for the executable.</li> 99 <li>Fixed: Recalculate unit list size if the main window was resized.</li> 100 <li>Fixed: Do not scroll map if mouse is outside of window region.</li> 101 <li>Fixed: Restored background transparency in C-evo icons.</li> 102 <li>Fixed: Invalidated rectangle in AI tournament was not properly scaled.</li> 103 <li>Fixed: Log and AI turnament windows were not shown correctly.</li> 104 </ul> 105 </description> 106 </release> 62 107 <release version="1.3.6" date="2024-09-16" type="stable"> 63 108 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.6/Release%20notes.txt</url> -
tags/1.3.8/Install/flatpak/net.zdechov.app.C-evo.yml
r687 r695 9 9 - --socket=x11 10 10 - --socket=pulseaudio 11 - --device=all # ALSA 11 12 - --share=ipc 12 13 - --device=dri 13 14 modules: 14 15 - shared-modules/gtk2/gtk2.json 16 - name: portaudio 17 buildsystem: cmake-ninja 18 sources: 19 - type: git 20 url: https://github.com/PortAudio/portaudio.git 21 tag: v19.7.0 22 commit: 147dd722548358763a8b649b3e4b41dfffbcfbb6 23 x-checker-data: 24 type: git 25 tag-pattern: ^v([\d.]+)$ 26 - name: libxmp 27 buildsystem: cmake-ninja 28 sources: 29 - type: git 30 url: https://github.com/libxmp/libxmp.git 31 tag: libxmp-4.6.3 32 commit: bed660f8e530d399c38f27a5a7732f4e79740585 15 33 - name: c-evo 16 34 sources: 17 35 - type: svn 18 36 url: https://svn.zdechov.net/c-evo/tags/1.3.8 19 revision: 68737 revision: r694 20 38 buildsystem: simple 21 39 build-options: … … 33 51 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 34 52 lazbuild --build-mode=Release Integrated.lpi 35 - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo 36 - install -d $FLATPAK_DEST/bin 37 - ln -s $FLATPAK_DEST/share/c-evo/c-evo $FLATPAK_DEST/bin/c-evo 53 - install -Dm755 c-evo -t $FLATPAK_DEST/bin 38 54 - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo 39 55 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo -
trunk/Install/flatpak/build.sh
r637 r695 12 12 flatpak install --system flathub org.flatpak.Builder 13 13 git clone https://github.com/flathub/shared-modules.git shared-modules 14 (cd shared-modules && git checkout a9112b9c62e2b84db4c2f6c55c9531fd7e8d03c1)14 (cd shared-modules && git checkout b63062b3cdf451e537ed6ca1f68f9c2701ad8a98) 15 15 16 16 # Build -
trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml
r636 r695 29 29 <li>High DPI and scaling support</li> 30 30 <li>Multi monitor support</li> 31 <li>In-game background music</li> 31 32 <li>And much more</li> 32 33 </ul> … … 60 61 61 62 <releases> 63 <release version="1.3.8" date="2025-08-01" type="stable"> 64 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.8/Release%20notes.txt</url> 65 <description> 66 <ul> 67 <li>Added: Ability to play music in background in start screen and in-game. Used uos as audio library.</li> 68 <li>Added: Allow to switch music on/off from game window main menu.</li> 69 <li>Added: Music volume option in game settings form.</li> 70 <li>Added: Package Music files with option to not install them.</li> 71 <li>Added: Allow to move with up, down, page up, page down, home and end keys in selection dialog.</li> 72 <li>Added: Open product selection dialog with P key in city dialog.</li> 73 <li>Added: Close city dialog with return key.</li> 74 <li>Modified: Improved forms painting if resized to bigger dimensions.</li> 75 <li>Modified: Auto select newly saved game as last game in previous games list.</li> 76 <li>Modified: Evaluate Escape key in Settings dialog.</li> 77 <li>Fixed: World size was always set to minimum on start.</li> 78 <li>Fixed: Wrong AI brain selection if only one AI available.</li> 79 <li>Fixed: Make selected book or map visible in the list on application start.</li> 80 <li>Fixed: Repaint start window after language change in settings window.</li> 81 <li>Fixed: Fixed unit move style hostile calculation in StdAI. Engineers don't take hostile damage on hostile terrain.</li> 82 <li>Fixed: Do not process keyboard input during unit attack on Linux.</li> 83 <li>Fixed: Limit world size loaded from registry.</li> 84 <li>Fixed: Images in Help window were not found if located under share directory.</li> 85 <li>Fixed: Black strip on the bottom of Draft dialog.</li> 86 </ul> 87 </description> 88 </release> 89 <release version="1.3.7" date="2025-02-26" type="stable"> 90 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.7/Release%20notes.txt</url> 91 <description> 92 <ul> 93 <li>Added: AppImage packaging files.</li> 94 <li>Added: AI upscaled C-evo icon to 1024x1024 resolution.</li> 95 <li>Modified: Improved brains libraries enumeration.</li> 96 <li>Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory.</li> 97 <li>Modified: Updated french translation.</li> 98 <li>Modified: Used larger icon for the executable.</li> 99 <li>Fixed: Recalculate unit list size if the main window was resized.</li> 100 <li>Fixed: Do not scroll map if mouse is outside of window region.</li> 101 <li>Fixed: Restored background transparency in C-evo icons.</li> 102 <li>Fixed: Invalidated rectangle in AI tournament was not properly scaled.</li> 103 <li>Fixed: Log and AI turnament windows were not shown correctly.</li> 104 </ul> 105 </description> 106 </release> 62 107 <release version="1.3.6" date="2024-09-16" type="stable"> 63 108 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.6/Release%20notes.txt</url> -
trunk/Install/flatpak/net.zdechov.app.C-evo.yml
r682 r695 9 9 - --socket=x11 10 10 - --socket=pulseaudio 11 - --device=all # ALSA 11 12 - --share=ipc 12 13 - --device=dri 13 14 modules: 14 15 - shared-modules/gtk2/gtk2.json 16 - name: portaudio 17 buildsystem: cmake-ninja 18 sources: 19 - type: git 20 url: https://github.com/PortAudio/portaudio.git 21 tag: v19.7.0 22 commit: 147dd722548358763a8b649b3e4b41dfffbcfbb6 23 x-checker-data: 24 type: git 25 tag-pattern: ^v([\d.]+)$ 26 - name: libxmp 27 buildsystem: cmake-ninja 28 sources: 29 - type: git 30 url: https://github.com/libxmp/libxmp.git 31 tag: libxmp-4.6.3 32 commit: bed660f8e530d399c38f27a5a7732f4e79740585 15 33 - name: c-evo 16 34 sources: 17 35 - type: svn 18 36 url: https://svn.zdechov.net/c-evo/trunk 19 revision: 63737 revision: r694 20 38 buildsystem: simple 21 39 build-options: … … 33 51 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 34 52 lazbuild --build-mode=Release Integrated.lpi 35 - install -Dm755 c-evo -t $FLATPAK_DEST/share/c-evo 36 - install -d $FLATPAK_DEST/bin 37 - ln -s $FLATPAK_DEST/share/c-evo/c-evo $FLATPAK_DEST/bin/c-evo 53 - install -Dm755 c-evo -t $FLATPAK_DEST/bin 38 54 - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo 39 55 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo
Note:
See TracChangeset
for help on using the changeset viewer.