| Commit message (Collapse) | Author | Age |
|
|
|
|
| |
commands:
/#ipban <nick>
/#ipunban <ip>
|
|\ |
|
| | |
|
| |
| |
| |
| |
| | |
The release versions of CMake don't yet properly support flag checking
in Clang, so we need to exclude it explicitly for the time being.
|
|/
|
|
|
| |
Although this doesn't change much for our specific case, it can make a
difference for some flags, so use the appropriate macro.
|
|
|
|
| |
it. It seems to only be available on recent (>=4.6) versions of gcc.
|
|\ |
|
| |\
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| | |
Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is
only set to true if gettext was enabled and found. This simplifies all
check to USE_GETTEXT only rather than the double checks for it being
enabled and found.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This solves two issues at once:
* CMake would delete po files during ‘make clean’ because it thought
they were autogenerated and not just managed
* the only gettext tools readily available in Windows are so old they
don't support options like --package-name
The change also moves minetest.pot down one level, so we don't need to
special case ‘en’ anymore.
The downside is of course that you need some sane POSIX shell to update
the po files.
|
| | |
|
| |
| |
| |
| |
| |
| | |
This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes
back to using PROJECT_NAME for the filename and also uses PROJECT_NAME
as text domain in the source code.
|
| |
| |
| | |
fixed error if gettext is disabled
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Get rid of the system-specific updatelocales.sh and introduce an
updatepo cmake rule. po files are also updated before creating the mo
files, and we now keep the .pot file (in the po/en directory). To
stabilize the po file creation, file contents are sorted by source
filename.
Update po files in the process.
|
| |
| |
| |
| |
| |
| | |
The po file should not be named c55 if we're in ∆. But since it is not
exposed at installation time, we don't actually need its name to be
based on the project name at all, so just call it minetest.po
|
| | |
|
| | |
|
| |\
| | |
| | |
| | |
| | | |
Conflicts (from the introduction of fr translations):
src/CMakeLists.txt
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/ |
|
| |
| |
| |
| |
| | |
This unbreaks the Windows build which would otherwise have problems at
the jthread level.
|
| | |
|
| |
| |
| |
| | |
german translation file
and bashscript to update translations
|
| |\
| | |
| | |
| | |
| | |
| | | |
Conflicts:
data/oerkki1.png
src/client.cpp
|
| |\ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
into upstream_merge
Conflicts:
.gitignore
CMakeLists.txt
data/heart.png
src/CMakeLists.txt
src/game.cpp
src/guiMainMenu.cpp
src/inventory.cpp
src/map.cpp
src/mapblock.cpp
src/mapnode.cpp
src/mapnode.h
src/materials.cpp
src/server.cpp
Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
|
| | | |
| | | |
| | | |
| | | | |
configwriting/saving isn't complete and will break your config if you use fancy keys
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Get rid of the system-specific updatelocales.sh and introduce an
updatepo cmake rule. po files are also updated before creating the mo
files, and we now keep the .pot file (in the po/en directory). To
stabilize the po file creation, file contents are sorted by source
filename.
Update po files in the process.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The po file should not be named c55 if we're in ∆. But since it is not
exposed at installation time, we don't actually need its name to be
based on the project name at all, so just call it minetest.po
|
| | | | |
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | |
| | | | | |
Conflicts (from the introduction of fr translations):
src/CMakeLists.txt
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|