- Jul 30, 2011
-
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
-
Constantin Wenger authored
set locales to C because en_US not installed on some systems, only UTF-8 version and en_US.UTF-8 does not work.
-
Constantin Wenger authored
-
Nils Dagsson Moskopp authored
-
Wolfgang Fellger authored
-
Nils Dagsson Moskopp authored
-
Nils Dagsson Moskopp authored
-
Nils Dagsson Moskopp authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Nils Dagsson Moskopp authored
-
Perttu Ahola authored
-
Perttu Ahola authored
Added message of the day and made it properly configurable using /#setting (not saved to config file yet)
-
Perttu Ahola authored
Made picking items up in creative mode delete them (because they usually are in the inventory already anyway)
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
Perttu Ahola authored
-
- Jul 29, 2011
-
-
Perttu Ahola authored
-
- Jul 25, 2011
-
-
Perttu Ahola authored
-
- Jul 24, 2011
-
-
Nils Dagsson Moskopp authored
-
Nils Dagsson Moskopp authored
Some more gettext stuff
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
Otherwise the USE_GETTEXT define might not be visible.
-
Giuseppe Bilotta authored
-
Nils Dagsson Moskopp authored
-
Giuseppe Bilotta authored
-
Giuseppe Bilotta authored
-
Nils Dagsson Moskopp authored
some more gettext fixes
-
Giuseppe Bilotta authored
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.
-
Giuseppe Bilotta authored
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.
-
Giuseppe Bilotta authored
Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
-