Changeset 631 for trunk/Install/flatpak/net.zdechov.app.C_evo.appdata.xml
- Timestamp:
- Nov 11, 2024, 10:16:09 PM (3 days ago)
- Location:
- trunk/Install/flatpak
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/flatpak
- Property svn:ignore
-
old new 2 2 build 3 3 export 4 shared-modules
-
- Property svn:ignore
-
trunk/Install/flatpak/net.zdechov.app.C_evo.appdata.xml
r630 r631 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <component type="desktop-application"> 3 <id>net.zdechov.app.C -evo</id>3 <id>net.zdechov.app.C_evo</id> 4 4 5 5 <name>C-evo: New Horizons</name> 6 <summary> A turn-based empire building game inspired by Civilization IIgame.</summary>6 <summary>Turn-based empire building game.</summary> 7 7 <developer_name>Chronos</developer_name> 8 8 … … 23 23 <li>Multiple localizations included</li> 24 24 <li>High DPI support</li> 25 <li>Multi monitor support</li> 25 26 <li>Many other small improvements</li> 26 27 </ul> 27 28 </description> 28 29 29 <launchable type="desktop-id">net.zdechov.app.C -evo.desktop</launchable>30 <launchable type="desktop-id">net.zdechov.app.C_evo.desktop</launchable> 30 31 31 32 <screenshots> 32 33 <screenshot type="default"> 33 34 <caption>Game interface and world map</caption> 34 <image>https:// github.com/flathub/net.zdechov.app.C-evo/raw/master/Screenshots/Game.jpg</image>35 <image>https://svn.zdechov.net/c-evo/trunk/Images/Screenshots/Game.jpg</image> 35 36 </screenshot> 36 37 <screenshot> 37 38 <caption>Main menu</caption> 38 <image>https:// github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/Main%20menu.jpg</image>39 <image>https://svn.zdechov.net/c-evo/trunk/Images/Screenshots/Main%20menu.jpg</image> 39 40 </screenshot> 40 41 <screenshot> 41 42 <caption>New game</caption> 42 <image>https://github.com/flathub/net.zdechov.app.C-evo/raw/master/screenshots/New%20game.jpg</image> 43 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/New%20game.jpg</image> 44 </screenshot> 45 <screenshot> 46 <caption>Multiple opened windows</caption> 47 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Windows.jpg</image> 43 48 </screenshot> 44 49 </screenshots> 45 50 46 51 <releases> 47 <release version="1.3.3" date="2024-04-24"/> 52 <release version="1.3.6" date="2024-09-16" type="stable"> 53 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.6/Release%20notes.txt</url> 54 <description> 55 <ul> 56 <li>Added: Allow to scroll map with Ctrl+arrows/num keys.</li> 57 <li>Added: New editor menu action to create filled map from selected tile.</li> 58 <li>Added: Allow to rename city with mouse right click on city caption in City screen.</li> 59 <li>Added: Spiral of death map.</li> 60 <li>Modified: Show windows by default on primary screen if multiple monitors present.</li> 61 <li>Modified: Do not use Screen Width and Height values for Offscreen bitmap size initialization to improve multi monitor support.</li> 62 <li>Modified: Map scrolling with mouse on window borders instead of screen borders to support mouse scrolling in windowed mode and on multiple monitors.</li> 63 <li>Modified: Precalculate scaling coefficients also for from native values conversions for faster speed.</li> 64 <li>Modified: Scroll just by single row with mouse wheel in tile units list.</li> 65 <li>Fixed: Do not process keyboard input during unit move on Linux.</li> 66 <li>Fixed: Resize main window controls on game start if map size changed.</li> 67 <li>Fixed: Allow full screen switching in editor and movie mode.</li> 68 <li>Fixed: Do not overflow city name text in City screen.</li> 69 <li>Fixed: Repaint main screen after city and unit rename.</li> 70 <li>Fixed: Rows scrolling of high number of units in single map tile.</li> 71 </ul> 72 </description> 73 </release> 48 74 </releases> 49 75 … … 52 78 </categories> 53 79 54 <content_rating type="oars-1.1"/> 80 <content_rating type="oars-1.1"> 81 <content_attribute id="violence-fantasy">moderate</content_attribute> 82 </content_rating> 55 83 </component>
Note:
See TracChangeset
for help on using the changeset viewer.