Changeset 651
- Timestamp:
- Feb 26, 2025, 10:31:38 PM (11 days ago)
- Files:
-
- 3 added
- 1 deleted
- 12 edited
Legend:
- Unmodified
- Added
- Removed
-
tags/1.3.7/Global.pas
r474 r651 19 19 AITemplateFileName = 'AI Template' + DirectorySeparator + AITemplateManual + '.html'; 20 20 CevoVersionMajor = 1; 21 CevoVersionMinor = 4;22 CevoVersionBugFix = 0;21 CevoVersionMinor = 3; 22 CevoVersionBugFix = 7; 23 23 CevoVersion = ((CevoVersionMajor and $ff) shl 16) or 24 24 ((CevoVersionMinor and $ff) shl 8) or -
tags/1.3.7/Install/deb/debian/changelog
r403 r651 1 c-evo (1. 4.0-0) precise; urgency=low1 c-evo (1.3.7-0) precise; urgency=low 2 2 3 * Original version 1. 4.0packaged with lazdebian3 * Original version 1.3.7 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
tags/1.3.7/Install/deb/debian/control
r637 r651 3 3 Section: games 4 4 Priority: optional 5 Standards-Version: 1. 4.05 Standards-Version: 1.3.7 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
tags/1.3.7/Install/deb/debian/rules
r637 r651 16 16 17 17 override_dh_auto_install: 18 install -d -m 755 $(ROOT)/usr/share/c-evo 19 install -s -m 755 c-evo $(ROOT)/usr/share/c-evo 20 install -d -m 755 $(ROOT)/usr/bin 21 install -m 755 debian/c-evo.sh $(ROOT)/usr/bin/c-evo 22 install -d -m 755 $(ROOT)/usr/share/applications 23 install -m 755 Install/deb/c-evo.desktop $(ROOT)/usr/share/applications 24 install -d -m 755 $(ROOT)/usr/share/mime/packages 25 install -m 644 Install/deb/c-evo.xml $(ROOT)/usr/share/mime/packages 26 install -d -m 755 $(ROOT)/usr/share/pixmaps 27 install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png 28 install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png 29 install -m 644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png 30 install -d -m 755 $(ROOT)/usr/share/c-evo/AI/StdAI 31 install -m 644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so $(ROOT)/usr/share/c-evo/AI/StdAI 18 install -Dm755 c-evo -t $(ROOT)/usr/bin 19 install -Dm644 Install/deb/c-evo.desktop -t $(ROOT)/usr/share/applications 20 install -Dm644 Install/deb/c-evo.xml -t $(ROOT)/usr/share/mime/packages 21 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/c-evo.png 22 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevo.png 23 install -Dm644 Graphics/c-evo_256x256.png $(ROOT)/usr/share/pixmaps/application-cevomap.png 24 install -Dm644 AI/StdAI/libstdai-$(DEB_HOST_ARCH).so -t $(ROOT)/usr/share/c-evo/AI/StdAI 32 25 33 26 %: -
tags/1.3.7/Install/flatpak/net.zdechov.app.C-evo.appdata.xml
r636 r651 43 43 <screenshot type="default"> 44 44 <caption>Game interface and world map</caption> 45 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Game.jpg</image>45 <image>https://svn.zdechov.net/c-evo/tags/1.3.7/Screenshots/Game.jpg</image> 46 46 </screenshot> 47 47 <screenshot> 48 48 <caption>Main menu</caption> 49 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Main%20menu.jpg</image>49 <image>https://svn.zdechov.net/c-evo/tags/1.3.7/Screenshots/Main%20menu.jpg</image> 50 50 </screenshot> 51 51 <screenshot> 52 52 <caption>Start of a new game</caption> 53 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/New%20game.jpg</image>53 <image>https://svn.zdechov.net/c-evo/tags/1.3.7/Screenshots/New%20game.jpg</image> 54 54 </screenshot> 55 55 <screenshot> 56 56 <caption>Multiple opened windows</caption> 57 <image>https://svn.zdechov.net/c-evo/t runk/Screenshots/Windows.jpg</image>57 <image>https://svn.zdechov.net/c-evo/tags/1.3.7/Screenshots/Windows.jpg</image> 58 58 </screenshot> 59 59 </screenshots> 60 60 61 61 <releases> 62 <release version="1.3.7" date="2025-02-26" type="stable"> 63 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.7/Release%20notes.txt</url> 64 <description> 65 <ul> 66 <li>Added: AppImage packaging files.</li> 67 <li>Added: AI upscaled C-evo icon to 1024x1024 resolution.</li> 68 <li>Modified: Improved brains libraries enumeration.</li> 69 <li>Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory.</li> 70 <li>Modified: Updated french translation.</li> 71 <li>Modified: Used larger icon for the executable.</li> 72 <li>Fixed: Recalculate unit list size if the main window was resized.</li> 73 <li>Fixed: Do not scroll map if mouse is outside of window region.</li> 74 <li>Fixed: Restored background transparency in C-evo icons.</li> 75 <li>Fixed: Invalidated rectangle in AI tournament was not properly scaled.</li> 76 <li>Fixed: Log and AI turnament windows were not shown correctly.</li> 77 </ul> 78 </description> 79 </release> 62 80 <release version="1.3.6" date="2024-09-16" type="stable"> 63 81 <url type="details">https://svn.zdechov.net/c-evo/tags/1.3.6/Release%20notes.txt</url> -
tags/1.3.7/Install/flatpak/net.zdechov.app.C-evo.yml
r637 r651 16 16 sources: 17 17 - type: svn 18 url: https://svn.zdechov.net/c-evo/t runk19 revision: 6 3718 url: https://svn.zdechov.net/c-evo/tags/1.3.7 19 revision: 651 20 20 buildsystem: simple 21 21 build-options: … … 33 33 mv AI/StdAI/libstdai.so AI/StdAI/libstdai-$STDAI_ARCH.so 34 34 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 35 - install -Dm755 c-evo -t $FLATPAK_DEST/bin/c-evo 38 36 - install -Dm644 Language.txt -t $FLATPAK_DEST/share/c-evo 39 37 - install -Dm644 Language2.txt -t $FLATPAK_DEST/share/c-evo -
tags/1.3.7/Install/lutris/c-evo.yaml
r607 r651 1 1 name: "C-evo: New Horizons" 2 2 game_slug: c-evo-new-horizons 3 slug: c-evo-new-horizons-gtk2-13 5-64-bit4 version: 1.3. 5Gtk2 64-bit3 slug: c-evo-new-horizons-gtk2-137-64-bit 4 version: 1.3.7 Gtk2 64-bit 5 5 runner: linux 6 6 7 7 script: 8 8 files: 9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3. 5-amd64.zip9 - archive: https://svn.zdechov.net/c-evo/bin/linux/C-evo-nh-1.3.7-amd64.zip 10 10 game: 11 11 exe: c-evo -
tags/1.3.7/Install/rpm/c-evo.spec
r641 r651 1 1 Name: c-evo 2 Version: 1. 4.02 Version: 1.3.7 3 3 Release: 1%{?dist} 4 4 Summary: A turn-based empire building strategy game inspired by Civilization II game. … … 41 41 %install 42 42 rm -rf $RPM_BUILD_ROOT 43 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo 44 install -s -m 755 c-evo $RPM_BUILD_ROOT/usr/share/c-evo 45 install -d -m 755 $RPM_BUILD_ROOT/usr/bin 46 install -m 755 Install/deb/debian/c-evo.sh $RPM_BUILD_ROOT/usr/bin/c-evo 47 install -d -m 755 $RPM_BUILD_ROOT/usr/share/applications 48 install -m 755 Install/deb/c-evo.desktop $RPM_BUILD_ROOT/usr/share/applications 49 install -d -m 755 $RPM_BUILD_ROOT/usr/share/pixmaps 50 install -m 644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 51 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 52 install -m 644 AI/StdAI/libstdai-%{_target_cpu}.so $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 53 install -m 644 AI/StdAI/StdAI.ai.txt $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 54 install -m 644 AI/StdAI/StdAI.png $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 55 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Graphics 56 install -D -m 644 Graphics/* $RPM_BUILD_ROOT/usr/share/c-evo/Graphics 57 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Help 58 install -D -m 644 Help/* $RPM_BUILD_ROOT/usr/share/c-evo/Help 59 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Sounds 60 install -D -m 644 Sounds/* $RPM_BUILD_ROOT/usr/share/c-evo/Sounds 61 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Tribes 62 install -D -m 644 Tribes/* $RPM_BUILD_ROOT/usr/share/c-evo/Tribes 63 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Maps 64 install -D -m 644 Maps/* $RPM_BUILD_ROOT/usr/share/c-evo/Maps 65 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/Saved 66 install -D -m 644 Saved/* $RPM_BUILD_ROOT/usr/share/c-evo/Saved 43 install -Dm755 c-evo -t $RPM_BUILD_ROOT/usr/ibin 44 install -Dm755 Install/deb/c-evo.desktop -t $RPM_BUILD_ROOT/usr/share/applications 45 install -Dm644 Graphics/c-evo_256x256.png $RPM_BUILD_ROOT/usr/share/pixmaps/c-evo.png 46 install -Dm644 AI/StdAI/libstdai-%{_target_cpu}.so -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 47 install -Dm644 AI/StdAI/StdAI.ai.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 48 install -Dm644 AI/StdAI/StdAI.png -t $RPM_BUILD_ROOT/usr/share/c-evo/AI/StdAI 49 install -Dm644 Graphics/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Graphics 50 install -Dm644 Help/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Help 51 install -Dm644 Sounds/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Sounds 52 install -Dm644 Tribes/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Tribes 53 install -Dm644 Maps/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Maps 54 install -Dm644 Saved/* -t $RPM_BUILD_ROOT/usr/share/c-evo/Saved 67 55 install -d -m 755 $RPM_BUILD_ROOT/usr/share/c-evo/AI\ Template 68 56 cp -R AI\ Template $RPM_BUILD_ROOT/usr/share/c-evo … … 70 58 cp -R Localization $RPM_BUILD_ROOT/usr/share/c-evo 71 59 72 install - m 644 Language.txt $RPM_BUILD_ROOT/usr/share/c-evo/73 install - m 644 Language2.txt $RPM_BUILD_ROOT/usr/share/c-evo/74 install - m 644 Fonts.txt $RPM_BUILD_ROOT/usr/share/c-evo/60 install -Dm644 Language.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/ 61 install -Dm644 Language2.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/ 62 install -Dm644 Fonts.txt -t $RPM_BUILD_ROOT/usr/share/c-evo/ 75 63 76 64 %clean -
tags/1.3.7/Install/snap/snapcraft.yaml
r637 r651 1 1 name: c-evo 2 2 title: "C-evo: New Horizons" 3 version: '1. 4.0'3 version: '1.3.7' 4 4 summary: A turn-based empire building strategy game inspired by Civilization II game. 5 5 description: | … … 114 114 - libgtk2.0-dev 115 115 override-build: | 116 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203. 6/lazarus-project_3.6.0-0_amd64.deb117 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203. 6/fpc-laz_3.2.2-210709_amd64.deb118 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203. 6/fpc-src_3.2.2-210709_amd64.deb119 apt install ./lazarus-project_3. 6.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb116 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.8/lazarus-project_3.8.0-0_amd64.deb 117 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.8/fpc-laz_3.2.2-210709_amd64.deb 118 wget -nc https://downloads.sourceforge.net/project/lazarus/Lazarus%20Linux%20amd64%20DEB/Lazarus%203.8/fpc-src_3.2.2-210709_amd64.deb 119 apt install ./lazarus-project_3.8.0-0_amd64.deb ./fpc-laz_3.2.2-210709_amd64.deb ./fpc-src_3.2.2-210709_amd64.deb 120 120 stage: [-*] 121 121 prime: [-*] -
tags/1.3.7/Install/win/Common.iss
r493 r651 5 5 #define MyAppTitle "C-evo: New Horizons" 6 6 #define MyAppNameShort "C-evo-nh" 7 #define MyAppVersion "1. 4.0"8 #define MyAppVersionSuffix "alfa"7 #define MyAppVersion "1.3.7" 8 ;#define MyAppVersionSuffix "alfa" 9 9 #define MyAppPublisher "Chronosoft" 10 10 #define MyAppPublisherShort "Chronosoft" -
tags/1.3.7/Release notes.txt
r627 r651 1 Version 1.3.7 (2025-02-26) 2 ========================== 3 4 * Added: AppImage packaging files. 5 * Added: AI upscaled C-evo icon to 1024x1024 resolution. 6 * Modified: Improved brains libraries enumeration. 7 * Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory. 8 * Modified: Updated french translation. 9 * Modified: Used larger icon for the executable. 10 * Fixed: Recalculate unit list size if the main window was resized. 11 * Fixed: Do not scroll map if mouse is outside of window region. 12 * Fixed: Restored background transparency in C-evo icons. 13 * Fixed: Invalidated rectangle in AI tournament was not properly scaled. 14 * Fixed: Log and AI turnament windows were not shown correctly. 15 1 16 Version 1.3.6 (2024-09-16) 2 17 ========================== -
trunk/Release notes.txt
r627 r651 1 Version 1.3.7 (2025-02-26) 2 ========================== 3 4 * Added: AppImage packaging files. 5 * Added: AI upscaled C-evo icon to 1024x1024 resolution. 6 * Modified: Improved brains libraries enumeration. 7 * Modified: Detect data files usr/share/c-evo directory on Linux as relative directory to usr/bin directory. 8 * Modified: Updated french translation. 9 * Modified: Used larger icon for the executable. 10 * Fixed: Recalculate unit list size if the main window was resized. 11 * Fixed: Do not scroll map if mouse is outside of window region. 12 * Fixed: Restored background transparency in C-evo icons. 13 * Fixed: Invalidated rectangle in AI tournament was not properly scaled. 14 * Fixed: Log and AI turnament windows were not shown correctly. 15 1 16 Version 1.3.6 (2024-09-16) 2 17 ==========================
Note:
See TracChangeset
for help on using the changeset viewer.