Ignore:
Timestamp:
Nov 11, 2024, 10:16:09 PM (3 days ago)
Author:
chronos
Message:
  • Modified: Build flatpak with GTK2.
Location:
trunk/Install/flatpak
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Install/flatpak

    • Property svn:ignore
      •  

        old new  
        22build
        33export
         4shared-modules
  • trunk/Install/flatpak/net.zdechov.app.C_evo.appdata.xml

    r630 r631  
    11<?xml version="1.0" encoding="UTF-8"?>
    22<component type="desktop-application">
    3   <id>net.zdechov.app.C-evo</id>
     3  <id>net.zdechov.app.C_evo</id>
    44
    55  <name>C-evo: New Horizons</name>
    6   <summary>A turn-based empire building game inspired by Civilization II game.</summary>
     6  <summary>Turn-based empire building game.</summary>
    77  <developer_name>Chronos</developer_name>
    88
     
    2323      <li>Multiple localizations included</li>
    2424      <li>High DPI support</li>
     25      <li>Multi monitor support</li>
    2526      <li>Many other small improvements</li>
    2627    </ul>
    2728  </description>
    2829
    29   <launchable type="desktop-id">net.zdechov.app.C-evo.desktop</launchable>
     30  <launchable type="desktop-id">net.zdechov.app.C_evo.desktop</launchable>
    3031
    3132  <screenshots>
    3233    <screenshot type="default">
    3334      <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>
    3536    </screenshot>
    3637    <screenshot>
    3738      <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>
    3940    </screenshot>
    4041    <screenshot>
    4142      <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>
    4348    </screenshot>
    4449  </screenshots>
    4550
    4651  <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>
    4874  </releases>
    4975
     
    5278  </categories>
    5379
    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>
    5583</component>
Note: See TracChangeset for help on using the changeset viewer.