source: trunk/Install/flatpak/net.zdechov.app.C-evo.appdata.xml

Last change on this file was 636, checked in by chronos, 3 days ago
  • Modified: Updated flatpak files.
File size: 4.3 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<component type="desktop-application">
3 <id>net.zdechov.app.C-evo</id>
4
5 <name>C-evo: New Horizons</name>
6 <summary>Turn-based empire building game</summary>
7 <developer id="net.zdechov.chronos">
8 <name>Chronos</name>
9 </developer>
10
11 <url type="homepage">https://app.zdechov.net/c-evo/</url>
12 <url type="contact">https://app.zdechov.net/c-evo#Support</url>
13 <url type="vcs-browser">https://app.zdechov.net/c-evo/browser</url>
14
15 <metadata_license>CC0-1.0</metadata_license>
16 <project_license>CC0-1.0</project_license>
17
18 <description>
19 <p>With a time scope of several thousand years, it covers aspects of exploration and expansion, industry and agriculture, warfare and diplomacy, science and administration.
20 C-evo follows the spirit of popular turn-based strategy games from the mid 90s, but with more emphasis on powerful AI and careful design of the rules, resulting in a true challenge.</p>
21 <p>It is a turn-based strategy game inspired by Civilization 2 game where you can build your own empire.</p>
22 <p>New Horizons edition is a continuation of the last released original C-evo version with many quality improvements:</p>
23 <ul>
24 <li>Full Linux platform support</li>
25 <li>Zoomable map by mouse wheel with three tile sizes</li>
26 <li>User defined key mapping</li>
27 <li>Many sample maps included</li>
28 <li>Multiple localizations included</li>
29 <li>High DPI and scaling support</li>
30 <li>Multi monitor support</li>
31 <li>And much more</li>
32 </ul>
33 </description>
34
35 <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable>
36
37 <branding>
38 <color type="primary" scheme_preference="light">#cdab8f</color>
39 <color type="primary" scheme_preference="dark">#63452c</color>
40 </branding>
41
42 <screenshots>
43 <screenshot type="default">
44 <caption>Game interface and world map</caption>
45 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Game.jpg</image>
46 </screenshot>
47 <screenshot>
48 <caption>Main menu</caption>
49 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Main%20menu.jpg</image>
50 </screenshot>
51 <screenshot>
52 <caption>Start of a new game</caption>
53 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/New%20game.jpg</image>
54 </screenshot>
55 <screenshot>
56 <caption>Multiple opened windows</caption>
57 <image>https://svn.zdechov.net/c-evo/trunk/Screenshots/Windows.jpg</image>
58 </screenshot>
59 </screenshots>
60
61 <releases>
62 <release version="1.3.6" date="2024-09-16" type="stable">
63 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.6/Release%20notes.txt</url>
64 <description>
65 <ul>
66 <li>Added: Allow to scroll map with Ctrl+arrows/num keys.</li>
67 <li>Added: New editor menu action to create filled map from selected tile.</li>
68 <li>Added: Allow to rename city with mouse right click on city caption in City screen.</li>
69 <li>Added: Spiral of death map.</li>
70 <li>Modified: Show windows by default on primary screen if multiple monitors present.</li>
71 <li>Modified: Do not use Screen Width and Height values for Offscreen bitmap size initialization to improve multi monitor support.</li>
72 <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>
73 <li>Modified: Precalculate scaling coefficients also for from native values conversions for faster speed.</li>
74 <li>Modified: Scroll just by single row with mouse wheel in tile units list.</li>
75 <li>Fixed: Do not process keyboard input during unit move on Linux.</li>
76 <li>Fixed: Resize main window controls on game start if map size changed.</li>
77 <li>Fixed: Allow full screen switching in editor and movie mode.</li>
78 <li>Fixed: Do not overflow city name text in City screen.</li>
79 <li>Fixed: Repaint main screen after city and unit rename.</li>
80 <li>Fixed: Rows scrolling of high number of units in single map tile.</li>
81 </ul>
82 </description>
83 </release>
84 </releases>
85
86 <categories>
87 <category>Game</category>
88 <category>StrategyGame</category>
89 </categories>
90
91 <content_rating type="oars-1.1">
92 <content_attribute id="violence-fantasy">moderate</content_attribute>
93 </content_rating>
94</component>
Note: See TracBrowser for help on using the repository browser.