Changeset 305 for trunk


Ignore:
Timestamp:
Mar 9, 2021, 11:10:18 AM (3 years ago)
Author:
chronos
Message:
  • Added: Binaries for 1.3.0-r304 release.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Install/rpm/c-evo.spec

    r288 r305  
    5151install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Tribes
    5252install -D -m 644 Tribes/* $RPM_BUILD_ROOT/usr/share/c-evo/Tribes
     53install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Maps
     54install -D -m 644 Maps/* $RPM_BUILD_ROOT/usr/share/c-evo/Maps
     55install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Saved
     56install -D -m 644 Saved/* $RPM_BUILD_ROOT/usr/share/c-evo/Saved
     57#install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template
     58#install -D -m 644 AI\ Template/* $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template
    5359install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Localization
    5460cp -R Localization $RPM_BUILD_ROOT/usr/share/c-evo
  • trunk/readme.txt

    r288 r305  
    1 C-evo 1.3.0 Horizons
    2 ========================
     1C-evo: New Horizons
     2===================
    33
    44* Developed with: Lazarus 2.0.12 (https://www.lazarus-ide.org/)
     
    66* Supported architectures: 32-bit and 64-bit x86
    77
    8 = Code changes to original source =
     8= Main code changes to original source =
    99
    1010* Converted from Delphi to Lazarus
     
    1313* Game text files .txt converted to UTF-8
    1414* Binary .dfm files converted to text .lfm
    15 * Removed external Configurator application written in C#. Use ingame config interface.
    16 * Available localizations included in installed game
     15* Removed external Configurator application written in C#. Use in-game config interface.
     16* Available localizations included in the installed game
    1717* Used latest Delphi StdAI. Newer is implemented in C#.
    1818* Added installer scripts for Windows and Ubuntu/Debian Linux.
    1919* Design time components converted to Lazarus package (cevocomponenets.lpk)
     20* User configurable key bindings
    2021
    2122= Development =
Note: See TracChangeset for help on using the changeset viewer.