1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Compare commits

..

15 Commits

Author SHA1 Message Date
Mathieu Schroeter
01ea0c1941
Improve appdata.xml quality 2024-11-17 23:09:15 +01:00
Mathieu Schroeter
69da47f0ad
Do not check for appdata.xml 2024-11-17 23:08:48 +01:00
Mathieu Schroeter
0a838512e8
Install desktop file as usual with AppImage 2024-11-17 23:08:31 +01:00
Mathieu Schroeter
45987adf8a
Revert "Adapt build to the latest appimagetool"
This reverts commit f2f50f23fa236598bc9e6c94016e0edfd72f7a89.
2024-11-15 23:12:01 +01:00
Mathieu Schroeter
f2f50f23fa
Adapt build to the latest appimagetool 2024-11-15 22:04:14 +01:00
Mathieu Schroeter
fa0bfae755
Prepare v1.15.1 with bugfixes 2024-04-23 22:26:22 +02:00
Mathieu Schroeter
6cbc66911a
Use lowercase for consistency 2023-12-21 22:43:34 +01:00
Mathieu Schroeter
77039c79ba
Fix copy after rename 2023-12-21 21:54:26 +01:00
Mathieu Schroeter
e9a919c0d9
Sync license files with Blupimania 2023-12-21 18:23:36 +01:00
Mathieu Schroeter
0c31e3cc41
Fix french mistake 2023-12-21 18:06:25 +01:00
Mathieu Schroeter
82978b2816
Change platinum, platinium and Platinum to Platinium 2023-11-30 23:07:11 +01:00
Mathieu Schroeter
c94710b8e9
Update musics with the dos/win soundfont 2023-11-22 23:14:17 +01:00
Mathieu Schroeter
909ca17cff
Fix for notarization 2023-11-22 23:04:46 +01:00
Mathieu Schroeter
8c0ca39d2a
Enable the window icon on Linux 2023-10-05 23:03:54 +02:00
Mathieu Schroeter
db8a509180
Fix README, etc 2023-10-05 22:31:59 +02:00
34 changed files with 167 additions and 147 deletions

View File

@ -14,7 +14,7 @@ link_directories (${CMAKE_INSTALL_PREFIX}/lib)
project (planetblupi) project (planetblupi)
set (PB_VERSION_MAJOR 1) set (PB_VERSION_MAJOR 1)
set (PB_VERSION_MINOR 15) set (PB_VERSION_MINOR 15)
set (PB_VERSION_PATCH 0) set (PB_VERSION_PATCH 1)
set (PB_VERSION_EXTRA "") set (PB_VERSION_EXTRA "")
set (PB_PRODUCT_NAME "Planet Blupi") set (PB_PRODUCT_NAME "Planet Blupi")
set (PB_PACKAGE_NAME "planetblupi") set (PB_PACKAGE_NAME "planetblupi")
@ -43,13 +43,11 @@ if (APPIMAGE_APPRUN_PROGRAM AND APPIMAGE_ASSISTANT_PROGRAM)
set (USE_APPIMAGE ON) set (USE_APPIMAGE ON)
endif () endif ()
if (NOT USE_APPIMAGE) configure_file (
configure_file ( "${PROJECT_SOURCE_DIR}/resources/linux/application.desktop.in"
"${PROJECT_SOURCE_DIR}/resources/linux/application.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/${PB_PACKAGE_NAME}.desktop"
"${CMAKE_CURRENT_BINARY_DIR}/${PB_PACKAGE_NAME}.desktop" @ONLY
@ONLY )
)
endif ()
set (planetblupi_OUTPUT planetblupi) set (planetblupi_OUTPUT planetblupi)
@ -99,7 +97,7 @@ endif ()
file (COPY resources/sound DESTINATION share/planetblupi) file (COPY resources/sound DESTINATION share/planetblupi)
file (COPY resources/music DESTINATION share/planetblupi) file (COPY resources/music DESTINATION share/planetblupi)
file (COPY LICENSE.all DESTINATION share/doc/planetblupi) file (COPY LICENSE.all DESTINATION share/doc/planetblupi)
file (COPY COPYING DESTINATION share/doc/planetblupi) file (COPY CREDITS DESTINATION share/doc/planetblupi)
file (RENAME "${CMAKE_BINARY_DIR}/share/doc/planetblupi/LICENSE.all" file (RENAME "${CMAKE_BINARY_DIR}/share/doc/planetblupi/LICENSE.all"
"${CMAKE_BINARY_DIR}/share/doc/planetblupi/copyright") "${CMAKE_BINARY_DIR}/share/doc/planetblupi/copyright")
@ -109,6 +107,10 @@ if (BUILD_LINUX)
COPY resources/linux/org.blupi.${PB_PACKAGE_NAME}.appdata.xml COPY resources/linux/org.blupi.${PB_PACKAGE_NAME}.appdata.xml
DESTINATION share/metainfo DESTINATION share/metainfo
) )
file (
COPY ${CMAKE_CURRENT_BINARY_DIR}/${PB_PACKAGE_NAME}.desktop
DESTINATION share/applications
)
endif () endif ()
# Windows stuff # Windows stuff
@ -351,7 +353,7 @@ if (NOT BUILD_JS)
install (DIRECTORY resources/sound DESTINATION share/planetblupi) install (DIRECTORY resources/sound DESTINATION share/planetblupi)
install (DIRECTORY resources/music DESTINATION share/planetblupi) install (DIRECTORY resources/music DESTINATION share/planetblupi)
install (FILES LICENSE.all DESTINATION share/doc/planetblupi RENAME copyright) install (FILES LICENSE.all DESTINATION share/doc/planetblupi RENAME copyright)
install (FILES COPYING DESTINATION share/doc/planetblupi) install (FILES CREDITS DESTINATION share/doc/planetblupi)
if (BUILD_LINUX) if (BUILD_LINUX)
install (DIRECTORY resources/icon/hicolor DESTINATION share/icons) install (DIRECTORY resources/icon/hicolor DESTINATION share/icons)
@ -361,12 +363,10 @@ if (NOT BUILD_JS)
) )
endif () endif ()
if (NOT USE_APPIMAGE) install (
install ( FILES ${CMAKE_CURRENT_BINARY_DIR}/${PB_PACKAGE_NAME}.desktop
FILES ${CMAKE_CURRENT_BINARY_DIR}/${PB_PACKAGE_NAME}.desktop DESTINATION share/applications
DESTINATION share/applications )
)
endif ()
# Copy libwinpthread-1.dll which seems not be linkable statically # Copy libwinpthread-1.dll which seems not be linkable statically
if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows" AND MINGW) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows" AND MINGW)

View File

@ -3,21 +3,24 @@
| Years | People | | Years | People |
| --------- | ---------------------------------------------------------------- | | --------- | ---------------------------------------------------------------- |
| | **Developers** | | | **Developers** |
| 1997 | Daniel Roux and Denis Dumoulin | | 1997 | Daniel Roux, Denis Dumoulin |
| 2017-2019 | Mathieu Schroeter | | 2017-2023 | Mathieu Schroeter |
| | | | | |
| | **Voices** | | | **Voices** |
| 1997 | Daniel Roux, David Besuchet, Michael Walz and Garry Goodman | | 1997 | Daniel Roux, David Besuchet, Michael Walz, Garry Goodman |
| 2022 | elPatrixF _(@github)_ |
| | | | | |
| | **Translators** | | | **Translators** |
| 1997 | Christian Alleyn, Michael Walz, David Besuchet, Cedric Freeman, | | 1997 | Christian Alleyn, Michael Walz, David Besuchet, Cedric Freeman, |
| | Adrienne Magnin and Wendy de Pauli | | | Adrienne Magnin, Wendy de Pauli |
| 2005 | Rodolfo Andrade de Oliveira and Vanessa Alexandre Vieira | | 2005 | Rodolfo Andrade de Oliveira, Vanessa Alexandre Vieira |
| 2017 | Catia Guidi and Mateusz Lis | | 2017 | Catia Guidi, Mateusz Lis |
| 2019 | punctdan _(@github)_ and TheShwarma _(@twitter)_ | | 2019 | punctdan _(@github)_, TheShwarma _(@twitter)_, |
| | BLooperZ _(@github)_ |
| 2022 | elPatrixF _(@github)_, WindowsNinetyTen _(@github)_ |
| | | | | |
| | **Missions** | | | **Missions** |
| 1997 | Daniel Roux, Adrien Roux and Denis Dumoulin | | 1997 | Daniel Roux, Adrien Roux, Denis Dumoulin |
| | | | | |
| | **Testers** | | | **Testers** |
| 1997 | Denis Dumoulin, Adrien Roux, Michael Walz, René Beuchat, | | 1997 | Denis Dumoulin, Adrien Roux, Michael Walz, René Beuchat, |
@ -26,4 +29,4 @@
| | Michael Bloch, Florian Stutzmann, Fabrice Bodmer, | | | Michael Bloch, Florian Stutzmann, Fabrice Bodmer, |
| | Rachel Besuchet, Pauline Rochat, Antoine Richoy, | | | Rachel Besuchet, Pauline Rochat, Antoine Richoy, |
| | Fabrice Marquis, Steve Guex, Simon Lopez, David Piot, | | | Fabrice Marquis, Steve Guex, Simon Lopez, David Piot, |
| | Yves Burgos and Jeremy Kull | | | Yves Burgos, Jeremy Kull |

View File

@ -17,7 +17,7 @@ This game is linked on some static libraries:
zlib (own license) zlib (own license)
Planet Blupi is licensed under GPLv3, see LICENSE.all/copyright for details. Planet Blupi is licensed under GPLv3+, see LICENSE.all/copyright for details.
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE

View File

@ -20,7 +20,7 @@ List of all licenses, concerns Planet Blupi and dependencies
* zlib -- https://zlib.net/ * zlib -- https://zlib.net/
###################################################################### ######################################################################
# Planet Blupi - LICENSE # Planet Blupi is licensed under GPLv3+
###################################################################### ######################################################################
GNU GENERAL PUBLIC LICENSE GNU GENERAL PUBLIC LICENSE

View File

@ -51,6 +51,10 @@ don't forget to provide this one.
lang = "Português"; lang = "Português";
else if (locale == "he") else if (locale == "he")
lang = "עברית"; lang = "עברית";
else if (locale == "ar")
lang = "العربية";
else if (locale == "es")
lang = "Español";
``` ```
## The missions ## The missions

View File

@ -134,16 +134,16 @@ macro (APPIMAGE_PACKAGE TARGET APPIMAGE_TITLE APPIMAGE_DISPLAYNAME CONFIGDIR DAT
) )
if (SIGN_APP) if (SIGN_APP)
set (APPIMGKITARGS "-s") set (APPIMGKITARGS -s -n)
else () else ()
set (APPIMGKITARGS "") set (APPIMGKITARGS -n)
endif () endif ()
# Do the actual packaging step with AppImageKit # Do the actual packaging step with AppImageKit
add_custom_command ( add_custom_command (
TARGET ${TARGET} TARGET ${TARGET}
POST_BUILD POST_BUILD
COMMAND "${APPIMAGE_ASSISTANT_PROGRAM}" "${APPIMGKITARGS}" "${APPIMAGE_INTERMEDIATE_DIR}" "${APPIMAGE_FINAL_NAME}" COMMAND "${APPIMAGE_ASSISTANT_PROGRAM}" ${APPIMGKITARGS} "${APPIMAGE_INTERMEDIATE_DIR}" "${APPIMAGE_FINAL_NAME}"
) )
install ( install (

View File

@ -195,6 +195,8 @@ Only 10 musics are supported: `music000` to `music009`.
**Set fire**: you can add invisible fire on every type of cells (when **Set fire**: you can add invisible fire on every type of cells (when
building a map). building a map).
**Duplicate bombs**: duplicate a bomb just before the explosion.
* `-m`, `--restore-midi`: * `-m`, `--restore-midi`:
Restore playback based on MIDI music instead of OGG. Restore playback based on MIDI music instead of OGG.
@ -210,4 +212,4 @@ https://www.blupi.org <info@blupi.org>
## COPYRIGHT ## COPYRIGHT
planetblupi is Copyright (C) 1997, Daniel Roux & EPSITEC SA and planetblupi is Copyright (C) 1997, Daniel Roux & EPSITEC SA and
Copyright (C) 2017-2021, Mathieu Schroeter Copyright (C) 2017-2023, Mathieu Schroeter

View File

@ -12,5 +12,7 @@
<string>@CPACK_BUNDLE_NAME@</string> <string>@CPACK_BUNDLE_NAME@</string>
<key>CFBundleIconFile</key> <key>CFBundleIconFile</key>
<string>@BUNDLE_ICON_REF@</string> <string>@BUNDLE_ICON_REF@</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
</dict> </dict>
</plist> </plist>

View File

@ -903,7 +903,7 @@ clicking on each Blupi.
1| 1|
1| Platinium.... 1| Platinium....
1| 1|
1|The platinium, which is placed 1|The Platinium, which is placed
2|next to the robot's rocket, 2|next to the robot's rocket,
2|will give him access to enemy 2|will give him access to enemy
2|technology. 2|technology.
@ -911,7 +911,7 @@ clicking on each Blupi.
2|Goal: 2|Goal:
2|Bring a cube of platinum onto 2|Bring a cube of Platinium onto
2|the striped paving stones. 2|the striped paving stones.
@25 @25
@ -929,13 +929,13 @@ clicking on each Blupi.
2|is far in the east. You will 2|is far in the east. You will
2|have to blow up a barrier to 2|have to blow up a barrier to
2|be able to get hold of the 2|be able to get hold of the
2|platinium. 2|Platinium.
2| 2|
2|Bring the platinium back to 2|Bring the Platinium back to
2|base camp. 2|base camp.
#26 #26
1|The cube of Platinum will give 1|The cube of Platinium will give
1|you access to enemy technology 1|you access to enemy technology
1|so use it correctly. 1|so use it correctly.
@ -951,7 +951,7 @@ clicking on each Blupi.
1|Clues: 1|Clues:
1| 1|
1|Make a helping robot with the 1|Make a helping robot with the
1|cube of platinum in the factory 1|cube of Platinium in the factory
1|and make a time bomb. 1|and make a time bomb.
1| 1|
1|Take the robot and the bomb. 1|Take the robot and the bomb.

View File

@ -906,14 +906,14 @@ haces clic en cada Blupi
1| 1|
1| Platinium.... 1| Platinium....
1| 1|
1|El platinium, que está colocado 1|El Platinium, que está colocado
2|al lado del Cohete, le dará 2|al lado del Cohete, le dará
2|acceso a tecnología enemiga. 2|acceso a tecnología enemiga.
2| 2|
2|Objetivo : 2|Objetivo :
2|Traer un cubo de platinium a 2|Traer un cubo de Platinium a
2|las baldosas rayadas. 2|las baldosas rayadas.
@25 @25
@ -930,13 +930,13 @@ haces clic en cada Blupi
2|enemiga con el cohete está al 2|enemiga con el cohete está al
2|este, a lo lejos. Ahí tendrás 2|este, a lo lejos. Ahí tendrás
2|que volar una barrera para 2|que volar una barrera para
2|poder hacerte con el platinium. 2|poder hacerte con el Platinium.
2| 2|
2|Lleva el platinium devuelta al 2|Lleva el Platinium devuelta al
2|campamento. 2|campamento.
#26 #26
1|El cubo de platinium te dará 1|El cubo de Platinium te dará
1|acceso a la tecnología enemiga. 1|acceso a la tecnología enemiga.
1|Así que úsalo correctamente. 1|Así que úsalo correctamente.
@ -953,7 +953,7 @@ haces clic en cada Blupi
1|Pistas : 1|Pistas :
1| 1|
1|Haz un robot ayudante con el cubo 1|Haz un robot ayudante con el cubo
1|de platinium en el taller, y haz una 1|de Platinium en el taller, y haz una
1|bomba de tiempo. 1|bomba de tiempo.
1| 1|
1|Ve con el robot y la bomba. 1|Ve con el robot y la bomba.

View File

@ -1,21 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application"> <component type="desktop-application">
<id>org.blupi.planetblupi</id> <id>org.blupi.planetblupi</id>
<metadata_license>MIT</metadata_license>
<project_license>GPL-3.0+</project_license> <name>Planet Blupi</name>
<name>Planet Blupi</name> <summary>Planet Blupi - A delirious spell-binding game</summary>
<summary>Planet Blupi - A delirious spell-binding game</summary>
<description> <metadata_license>MIT</metadata_license>
<p>Planet Blupi is a strategy and adventure game. It subtly blends action with thought-provoking challenges. Behind the quiet and gentle facade, you'll enjoy a fascinating diversion full of surprises.</p> <project_license>GPL-3.0-or-later</project_license>
</description>
<launchable type="desktop-id">planetblupi.desktop</launchable> <description>
<url type="homepage">https://blupi.org/</url> <p>
<screenshots> Planet Blupi is a strategy and adventure game. It subtly blends action with thought-provoking challenges. Behind the quiet and gentle facade, you&apos;ll enjoy a fascinating diversion full of surprises.
<screenshot type="default"> </p>
<image>https://blupi.org/download/screen/planetblupi.png</image> </description>
</screenshot>
</screenshots> <url type="homepage">https://blupi.org</url>
<provides> <launchable type="desktop-id">planetblupi.desktop</launchable>
<id>planetblupi.desktop</id> <screenshots>
</provides> <screenshot type="default">
<image>https://blupi.org/download/screen/planetblupi.png</image>
</screenshot>
</screenshots>
<provides>
<id>planetblupi.desktop</id>
<binary>planetblupi</binary>
</provides>
</component> </component>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2022-04-28 14:38-0400\n" "PO-Revision-Date: 2022-04-28 14:38-0400\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -142,6 +142,13 @@ msgstr ""
"1: تخذ\n" "1: تخذ\n"
"2: تحويل" "2: تحويل"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1| أوقع بلاتين على\n"
"1| حجار المخططة."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -149,13 +156,6 @@ msgstr ""
"1| اخفض الألواح على\n" "1| اخفض الألواح على\n"
"1| حجار مخططة." "1| حجار مخططة."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1| أوقع بلاتين على\n"
"1| حجار المخططة."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2017-12-14 23:15+0100\n" "PO-Revision-Date: 2017-12-14 23:15+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -141,6 +141,13 @@ msgstr ""
"1: Nehmen\n" "1: Nehmen\n"
"2: Verarbeiten" "2: Verarbeiten"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Platinium auf die\n"
"1|gestreiften Quadrate legen."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -148,13 +155,6 @@ msgstr ""
"1|Bretter auf die\n" "1|Bretter auf die\n"
"1|gestreiften Quadrate legen." "1|gestreiften Quadrate legen."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Platinium auf die\n"
"1|gestreiften Quadrate legen."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2017-02-27 21:28+0100\n" "PO-Revision-Date: 2017-02-27 21:28+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -118,12 +118,12 @@ msgid ""
msgstr "" msgstr ""
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop Platinium on striped \n"
"1|paving stones." "1|paving stones."
msgstr "" msgstr ""
msgid "" msgid ""
"1|Drop platinium on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
msgstr "" msgstr ""

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-10-30 20:55+0100\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2022-06-14 14:57-0300\n" "PO-Revision-Date: 2022-06-14 14:57-0300\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: Español <elpatrixf@hotmail.com>\n" "Language-Team: Español <elpatrixf@hotmail.com>\n"
@ -140,6 +140,13 @@ msgstr ""
"1: Tomar\n" "1: Tomar\n"
"2: Transformar" "2: Transformar"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Deposita Platinium en\n"
"1|las baldosas rayadas."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -147,13 +154,6 @@ msgstr ""
"1|Deposita maderos en\n" "1|Deposita maderos en\n"
"1|las baldosas rayadas." "1|las baldosas rayadas."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Deposita platinium en\n"
"1|las baldosas rayadas."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -6,7 +6,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-17 23:21+0100\n" "PO-Revision-Date: 2019-02-17 23:21+0100\n"
"Last-Translator: Mathieu Schroeter <mathieu@schroetersa.ch>\n" "Last-Translator: Mathieu Schroeter <mathieu@schroetersa.ch>\n"
"Language-Team: French <kde-i18n-doc@kde.org>\n" "Language-Team: French <kde-i18n-doc@kde.org>\n"
@ -140,6 +140,13 @@ msgstr ""
"1: Prend\n" "1: Prend\n"
"2: Transforme" "2: Transforme"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Déposer du Platinium\n"
"1|sur les dalles hachurées."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -147,13 +154,6 @@ msgstr ""
"1|Déposer des planches\n" "1|Déposer des planches\n"
"1|sur les dalles hachurées." "1|sur les dalles hachurées."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Déposer du platinium\n"
"1|sur les dalles hachurées."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."
@ -311,7 +311,7 @@ msgid ""
"Choose the\n" "Choose the\n"
"music format" "music format"
msgstr "" msgstr ""
"Choisi le\n" "Choisis le\n"
"format de\n" "format de\n"
"la musique" "la musique"

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-17 14:11+0100\n" "PO-Revision-Date: 2019-02-17 14:11+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -142,6 +142,13 @@ msgstr ""
"1: לקחת\n" "1: לקחת\n"
"2: לשנות" "2: לשנות"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|הורידו את הפלטינה על\n"
"1|המרצפות המפוספסות"
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -149,13 +156,6 @@ msgstr ""
"1|הורידו את הקרשים על\n" "1|הורידו את הקרשים על\n"
"1|המרצפות המפוספסות" "1|המרצפות המפוספסות"
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|הורידו את הפלטינה על\n"
"1|המרצפות המפוספסות"
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-18 15:22+0100\n" "PO-Revision-Date: 2019-02-18 15:22+0100\n"
"Last-Translator: Mathieu Schroeter <mathieu@schroetersa.ch>\n" "Last-Translator: Mathieu Schroeter <mathieu@schroetersa.ch>\n"
"Language-Team: \n" "Language-Team: \n"
@ -141,6 +141,13 @@ msgstr ""
"1: Prendi\n" "1: Prendi\n"
"2: Trasforma" "2: Trasforma"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Posa del Platinium sulle \n"
"1|lastre tratteggiate."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -148,13 +155,6 @@ msgstr ""
"1|Posa delle assi \n" "1|Posa delle assi \n"
"1|sulle lastre tratteggiate." "1|sulle lastre tratteggiate."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Posa del platinium sulle \n"
"1|lastre tratteggiate."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-17 23:22+0100\n" "PO-Revision-Date: 2019-02-17 23:22+0100\n"
"Last-Translator: tomangelo <tomangelo@wp.pl>\n" "Last-Translator: tomangelo <tomangelo@wp.pl>\n"
"Language-Team: TerranovaTeam <contact@colobot.info>\n" "Language-Team: TerranovaTeam <contact@colobot.info>\n"
@ -142,6 +142,13 @@ msgstr ""
"1: Weź\n" "1: Weź\n"
"2: Przetwórz" "2: Przetwórz"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Połóż platynę na\n"
"1|nawierzchni docelowej."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -149,13 +156,6 @@ msgstr ""
"1|Połóż deski na\n" "1|Połóż deski na\n"
"1|nawierzchni docelowej." "1|nawierzchni docelowej."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Połóż platynę na\n"
"1|nawierzchni docelowej."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-08-26 23:41+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -847,7 +847,7 @@ msgid ""
msgstr "" msgstr ""
msgid "" msgid ""
"1|Drop platinium on striped \n" "1|Drop Platinium on striped \n"
"1|paving stones." "1|paving stones."
msgstr "" msgstr ""

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: \n" "Project-Id-Version: \n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-17 23:23+0100\n" "PO-Revision-Date: 2019-02-17 23:23+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -141,6 +141,13 @@ msgstr ""
"1: Pegar\n" "1: Pegar\n"
"2: Transformar" "2: Transformar"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Largar a platina no \n"
"1|pavimento de pedra."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -148,13 +155,6 @@ msgstr ""
"1|Largar madeira no \n" "1|Largar madeira no \n"
"1|pavimento de pedra." "1|pavimento de pedra."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Largar a platina no \n"
"1|pavimento de pedra."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -7,7 +7,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: tr\n" "Project-Id-Version: tr\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-09-29 23:04+0200\n" "POT-Creation-Date: 2023-11-30 23:00+0100\n"
"PO-Revision-Date: 2019-02-17 23:26+0100\n" "PO-Revision-Date: 2019-02-17 23:26+0100\n"
"Last-Translator: \n" "Last-Translator: \n"
"Language-Team: \n" "Language-Team: \n"
@ -141,6 +141,13 @@ msgstr ""
"1: Al\n" "1: Al\n"
"2: Dönüştür" "2: Dönüştür"
msgid ""
"1|Drop Platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Platini çizgili parke \n"
"1|taşına bırak."
msgid "" msgid ""
"1|Drop planks on striped \n" "1|Drop planks on striped \n"
"1|paving stones." "1|paving stones."
@ -148,13 +155,6 @@ msgstr ""
"1|Kalasları çizgili parke \n" "1|Kalasları çizgili parke \n"
"1|taşına bırak." "1|taşına bırak."
msgid ""
"1|Drop platinium on striped \n"
"1|paving stones."
msgstr ""
"1|Platini çizgili parke \n"
"1|taşına bırak."
msgid "" msgid ""
"1|Drop tomatoes on striped \n" "1|Drop tomatoes on striped \n"
"1|paving stones." "1|paving stones."

View File

@ -778,14 +778,14 @@ DoInit (int argc, char * argv[], bool & exit)
return EXIT_FAILURE; return EXIT_FAILURE;
} }
#ifdef __LINUX__ #ifdef __linux__
if (!getenv ("ALSA_CONFIG_DIR")) if (!getenv ("ALSA_CONFIG_DIR"))
{ {
static char env[256]; static char env[256];
snprintf (env, sizeof (env), "ALSA_CONFIG_DIR=/usr/share/alsa"); snprintf (env, sizeof (env), "ALSA_CONFIG_DIR=/usr/share/alsa");
putenv (env); putenv (env);
} }
#endif /* __LINUX__ */ #endif /* __linux__ */
#ifdef _WIN32 #ifdef _WIN32
/* Fix laggy sounds on Windows by not using winmm driver. */ /* Fix laggy sounds on Windows by not using winmm driver. */
@ -821,11 +821,12 @@ DoInit (int argc, char * argv[], bool & exit)
return EXIT_FAILURE; return EXIT_FAILURE;
} }
#if 0 #ifdef __linux__
auto icon = IMG_Load ((GetShareDir () + "icons/hicolor/256x256/apps/blupi.png").c_str ()); auto icon = IMG_Load (
(GetShareDir () + "icons/hicolor/256x256/apps/blupi.png").c_str ());
SDL_SetWindowIcon (g_window, icon); SDL_SetWindowIcon (g_window, icon);
SDL_FreeSurface (icon); SDL_FreeSurface (icon);
#endif /* 0 */ #endif /* __linux__ */
g_renderer = SDL_CreateRenderer ( g_renderer = SDL_CreateRenderer (
g_window, -1, g_rendererType | SDL_RENDERER_TARGETTEXTURE); g_window, -1, g_rendererType | SDL_RENDERER_TARGETTEXTURE);

View File

@ -4952,7 +4952,7 @@ CEvent::PrivateLibelle ()
else if (term.bHachMetal) else if (term.bHachMetal)
{ {
term.bHachMetal = false; term.bHachMetal = false;
text = gettext ("1|Drop platinium on striped \n1|paving stones."); text = gettext ("1|Drop Platinium on striped \n1|paving stones.");
} }
else if (term.bHachRobot) else if (term.bHachRobot)
{ {