Rename to Luanti (#15294)
The new header intentionally isn't in MTG stone design (or any other MTG-esque design), since we want to distance Luanti and MTG from each other. The font "undefined medium" (https://undefined-medium.com/) was used. ASCII art generated by https://patorjk.com/software/taag/#p=display&f=Graffiti&t=luanti https://github.com/minetest/minetest/pull/11952#issuecomment-1013364703 --------- Co-authored-by: sfan5 <sfan5@live.de>
|
@ -4,10 +4,10 @@ AppDir:
|
|||
path: AppDir
|
||||
app_info:
|
||||
id: net.minetest.minetest
|
||||
name: Minetest
|
||||
icon: minetest
|
||||
name: Luanti
|
||||
icon: luanti
|
||||
version: !ENV ${VERSION}
|
||||
exec: usr/bin/minetest
|
||||
exec: usr/bin/luanti
|
||||
exec_args: $@
|
||||
files:
|
||||
include: []
|
||||
|
@ -54,7 +54,7 @@ script: |
|
|||
cmake --install appimage-build
|
||||
|
||||
# Is a backup icon location in case
|
||||
mkdir -p AppDir/usr/share/minetest/misc
|
||||
cp AppDir/usr/share/icons/hicolor/128x128/apps/minetest.png AppDir/usr/share/minetest/misc/minetest-xorg-icon-128.png
|
||||
mkdir -p AppDir/usr/share/luanti/misc
|
||||
cp AppDir/usr/share/icons/hicolor/128x128/apps/luanti.png AppDir/usr/share/luanti/misc/luanti-xorg-icon-128.png
|
||||
# Validation issues
|
||||
sed -i '/PrefersNonDefaultGPU/d' AppDir/usr/share/applications/net.minetest.minetest.desktop
|
||||
|
|
|
@ -5,15 +5,15 @@
|
|||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>English</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>minetest</string>
|
||||
<string>luanti</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>minetest-icon.icns</string>
|
||||
<string>luanti-icon.icns</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>Minetest</string>
|
||||
<string>Luanti</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>Minetest</string>
|
||||
<string>Luanti</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>net.minetest.minetest</string>
|
||||
<string>org.luanti.luanti</string>
|
||||
<key>NSHighResolutionCapable</key>
|
||||
<false/>
|
||||
</dict>
|
||||
|
|
Before Width: | Height: | Size: 587 B After Width: | Height: | Size: 587 B |
Before Width: | Height: | Size: 9.4 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 7.9 KiB After Width: | Height: | Size: 7.9 KiB |
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
|
||||
<assemblyIdentity type="win32" name="minetest" version="0.0.0.0" />
|
||||
<assemblyIdentity type="win32" name="luanti" version="0.0.0.0" />
|
||||
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
|
||||
<security>
|
||||
<requestedPrivileges>
|
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.1 KiB |
|
@ -1,11 +1,11 @@
|
|||
[Desktop Entry]
|
||||
Name=Minetest
|
||||
GenericName=Minetest
|
||||
Name=Luanti
|
||||
GenericName=Luanti
|
||||
Comment=Block-based multiplayer game platform
|
||||
Comment[de]=Blockbasierte Mehrspieler-Spieleplattform
|
||||
Comment[fr]=Plate-forme de jeu multijoueurs à base de blocs
|
||||
Exec=minetest
|
||||
Icon=minetest
|
||||
Exec=luanti
|
||||
Icon=luanti
|
||||
Terminal=false
|
||||
PrefersNonDefaultGPU=true
|
||||
Type=Application
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<component type="desktop-application">
|
||||
<id>net.minetest.minetest</id>
|
||||
|
||||
<name>Minetest</name>
|
||||
<name>Luanti</name>
|
||||
<summary>Block-based multiplayer game platform</summary>
|
||||
<summary xml:lang="de">Blockbasierte Mehrspieler-Spieleplattform</summary>
|
||||
<summary xml:lang="fr">Plate-forme de jeu multijoueurs à base de blocs</summary>
|
||||
|
@ -11,7 +11,7 @@
|
|||
<project_license>LGPL-2.1+ AND CC-BY-SA-3.0 AND MIT AND Apache-2.0</project_license>
|
||||
|
||||
<developer id="net.minetest">
|
||||
<name>Minetest Team</name>
|
||||
<name>Luanti Team</name>
|
||||
</developer>
|
||||
|
||||
<supports>
|
||||
|
@ -34,13 +34,13 @@
|
|||
|
||||
<description>
|
||||
<p>
|
||||
Minetest is a block-based sandbox game platform.
|
||||
Luanti is a block-based sandbox game platform.
|
||||
</p>
|
||||
<p xml:lang="de">
|
||||
Minetest ist eine blockbasierte Sandbox-Spielplattform.
|
||||
Luanti ist eine blockbasierte Sandbox-Spielplattform.
|
||||
</p>
|
||||
<p xml:lang="fr">
|
||||
Minetest est une plateforme de jeu de type bac à sable à base de blocs.
|
||||
Luanti est une plateforme de jeu de type bac à sable à base de blocs.
|
||||
</p>
|
||||
<p>
|
||||
Players can create and destroy various types of blocks in a
|
||||
|
@ -58,25 +58,25 @@
|
|||
formes possibles, sur des serveurs multijoueurs ou en solo.
|
||||
</p>
|
||||
<p>
|
||||
Minetest is designed to be simple, stable, and portable.
|
||||
Luanti is designed to be simple, stable, and portable.
|
||||
It is lightweight enough to run on fairly old hardware.
|
||||
</p>
|
||||
<p xml:lang="de">
|
||||
Minetest wurde entworfen, um einfach, stabil und portabel zu sein.
|
||||
Luanti wurde entworfen, um einfach, stabil und portabel zu sein.
|
||||
Es ist leichtgewichtig genug, um auf relativ alter Hardware zu laufen.
|
||||
</p>
|
||||
<p xml:lang="fr">
|
||||
Minetest est conçu pour être simple, stable et portable.
|
||||
Luanti est conçu pour être simple, stable et portable.
|
||||
Il est suffisamment léger pour fonctionner sur du matériel relativement ancien.
|
||||
</p>
|
||||
<p>
|
||||
Minetest has many features, including:
|
||||
Luanti has many features, including:
|
||||
</p>
|
||||
<p xml:lang="de">
|
||||
Minetest besitzt viele Features, unter anderem:
|
||||
Luanti besitzt viele Features, unter anderem:
|
||||
</p>
|
||||
<p xml:lang="fr">
|
||||
Minetest offre de nombreuses fonctionnalités, notamment :
|
||||
Luanti offre de nombreuses fonctionnalités, notamment :
|
||||
</p>
|
||||
<ul>
|
||||
<li>Ability to walk around, dig, and build in a near-infinite voxel world</li>
|
||||
|
@ -113,7 +113,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
|
||||
<icon type="stock">minetest</icon>
|
||||
<icon type="stock">luanti</icon>
|
||||
|
||||
<categories>
|
||||
<category>Game</category>
|
||||
|
@ -141,10 +141,10 @@
|
|||
<url type="contribute">https://www.minetest.net/get-involved</url>
|
||||
|
||||
<provides>
|
||||
<binary>minetest</binary>
|
||||
<binary>luanti</binary>
|
||||
</provides>
|
||||
|
||||
<translation type="gettext">minetest</translation>
|
||||
<translation type="gettext">luanti</translation>
|
||||
|
||||
<update_contact>celeron55@gmail.com</update_contact>
|
||||
|
||||
|
|
|
@ -16,11 +16,11 @@
|
|||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "minetest.exe.manifest"
|
||||
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "luanti.exe.manifest"
|
||||
#endif
|
||||
|
||||
LANGUAGE 0, SUBLANG_NEUTRAL
|
||||
130 ICON "minetest-icon.ico"
|
||||
130 ICON "luanti-icon.ico"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -49,9 +49,8 @@ BEGIN
|
|||
VALUE "FileDescription", PROJECT_NAME_C " engine"
|
||||
VALUE "FileVersion", VERSION_STRING
|
||||
VALUE "InternalName", PROJECT_NAME
|
||||
VALUE "LegalCopyright", "(c) 2011-2015 celeron55"
|
||||
VALUE "LegalTrademarks", """Minetest"" is the property of the Minetest community, don't use it without permission!"
|
||||
VALUE "OriginalFilename", "minetest.exe"
|
||||
VALUE "LegalCopyright", "(c) 2010-2024 Perttu Ahola (celeron55) and contributors"
|
||||
VALUE "OriginalFilename", PROJECT_NAME ".exe"
|
||||
VALUE "PrivateBuild", VERSION_EXTRA
|
||||
VALUE "ProductName", PROJECT_NAME_C
|
||||
VALUE "ProductVersion", PRODUCT_VERSION_STRING
|
||||
|
|