aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-08Translated using Weblate (Russian)Maksim D. Gamarnik
Currently translated at 32.2% (243 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 100.0% (753 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 100.0% (753 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 98.2% (740 of 753 strings)
2015-11-08Translated using Weblate (Turkish)PilzAdam
Currently translated at 33.0% (249 of 753 strings)
2015-11-08Translated using Weblate (Spanish)ShadowNinja
Currently translated at 32.9% (248 of 753 strings)
2015-11-08Translated using Weblate (Romanian)PilzAdam
Currently translated at 25.8% (195 of 753 strings)
2015-11-08Translated using Weblate (Portuguese (Brazil))PilzAdam
Currently translated at 26.4% (199 of 753 strings)
2015-11-08Translated using Weblate (Italian)PilzAdam
Currently translated at 28.2% (213 of 753 strings)
2015-11-08Translated using Weblate (Indonesian)PilzAdam
Currently translated at 40.2% (303 of 753 strings)
2015-11-08Translated using Weblate (German)Wuzzy
Currently translated at 98.8% (744 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 98.2% (740 of 753 strings)
2015-11-08Translated using Weblate (Dutch)PilzAdam
Currently translated at 31.3% (236 of 753 strings)
2015-11-08Translated using Weblate (Chinese (Taiwan))PilzAdam
Currently translated at 43.8% (330 of 753 strings)
2015-11-08Translated using Weblate (Spanish)PilzAdam
Currently translated at 32.5% (245 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 96.4% (726 of 753 strings)
2015-11-08Translated using Weblate (Turkish)Mahmut Elmas
Currently translated at 33.0% (249 of 753 strings)
2015-11-08Translated using Weblate (German)Jan Zabel
Currently translated at 98.6% (743 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 84.1% (634 of 753 strings)
2015-11-08Translated using Weblate (Hebrew)ChaosWormz
Currently translated at 3.3% (25 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 75.5% (569 of 753 strings)
2015-11-08Translated using Weblate (Czech)Honza Borovička
Currently translated at 40.5% (305 of 753 strings)
2015-11-08Translated using Weblate (Russian)Pavel Sokolov
Currently translated at 32.1% (242 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 98.8% (744 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 56.3% (424 of 753 strings)
2015-11-08Translated using Weblate (Hebrew)PilzAdam
Currently translated at 100% (0 of 0 strings) Created new translation.
2015-11-08Translated using Weblate (German)pilino1234
Currently translated at 94.1% (709 of 753 strings)
2015-11-08Translated using Weblate (Spanish)Jordi Fornaguera
Currently translated at 32.5% (245 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 94.0% (708 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 98.1% (739 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 98.1% (739 of 753 strings)
2015-11-08Translated using Weblate (German)Wuzzy
Currently translated at 98.0% (738 of 753 strings)
2015-11-08Translated using Weblate (German)Wuzzy
Currently translated at 95.4% (719 of 753 strings)
2015-11-08Translated using Weblate (Chinese (Taiwan))Jeff Huang
Currently translated at 43.8% (330 of 753 strings)
2015-11-08Translated using Weblate (German)Wuzzy
Currently translated at 75.5% (569 of 753 strings)
2015-11-08Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto
Currently translated at 40.2% (303 of 753 strings)
2015-11-08Translated using Weblate (Chinese (Taiwan))Jeff Huang
Currently translated at 36.9% (278 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 61.6% (464 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 54.1% (408 of 753 strings)
2015-11-08Translated using Weblate (German)PilzAdam
Currently translated at 52.3% (394 of 753 strings)
2015-11-08Translated using Weblate (French)Jean-Patrick G
Currently translated at 35.4% (267 of 753 strings)
2015-11-08Translated using Weblate (German)pilzadam
Currently translated at 36.2% (273 of 753 strings)
2015-11-08Don't compile pcgrandom on Windowsest31
There it isn't needed.
2015-11-07Improve LuaVoxelManip documentationkwolekr
2015-11-07Add support for audio feedback if placing node failedBlockMen
2015-11-06Document ENABLE_CURSES in README.txtKahrl
2015-11-06Conf.example, settingtypes: Improve mgfractal documentationparamat
2015-11-06Add server side ncurses terminalest31
This adds a chat console the server owner can use for administration or to talk with players. It runs in its own thread, which makes the user interface immune to the server's lag, behaving just like a client, except timeout. As it uses the same console code as the f10 console, things like nick completion or a scroll buffer basically come for free. The terminal itself is written in a general way so that adding a client version later on is just about implementing an interface. Fatal errors are printed after the console exists and the ncurses terminal buffer gets cleaned up with endwin(), so that the error still remains visible. The server owner can chose their username their entered text will have in chat and where players can send PMs to. Once the username is secured with a password to prevent anybody to take over the server, the owner can execute admin tasks over the console. This change includes a contribution by @kahrl who has improved ncurses library detection.
2015-11-05Schematics: Add core.place_schematic_on_vmanip APIkwolekr
Fix memory leak in minetest.place_schematic Slightly refactor Schematic code
2015-11-05Settingtypes: Correct documentation for mgfractalparamat
Use type 'string' for v3fs and add comments