]> git.lizzy.rs Git - dragonfireclient.git/log
dragonfireclient.git
8 years agoTranslated using Weblate (Spanish)
Joan Ciprià Moreno [Thu, 12 Nov 2015 11:48:26 +0000 (12:48 +0100)]
Translated using Weblate (Spanish)

Currently translated at 31.6% (249 of 787 strings)

8 years agoTranslated using Weblate (Polish)
Maciej Kasatkin [Thu, 12 Nov 2015 12:08:42 +0000 (13:08 +0100)]
Translated using Weblate (Polish)

Currently translated at 31.6% (249 of 787 strings)

8 years agoTranslated using Weblate (Japanese)
nobb [Thu, 12 Nov 2015 01:44:58 +0000 (02:44 +0100)]
Translated using Weblate (Japanese)

Currently translated at 41.4% (326 of 787 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Thu, 12 Nov 2015 16:52:14 +0000 (17:52 +0100)]
Translated using Weblate (German)

Currently translated at 100.0% (787 of 787 strings)

8 years agoTranslated using Weblate (Catalan)
Joan Ciprià Moreno [Thu, 12 Nov 2015 16:52:35 +0000 (17:52 +0100)]
Translated using Weblate (Catalan)

Currently translated at 9.2% (73 of 787 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Thu, 12 Nov 2015 15:56:25 +0000 (16:56 +0100)]
Translated using Weblate (German)

Currently translated at 100.0% (787 of 787 strings)

8 years agoTranslated using Weblate (Catalan)
Joan Ciprià Moreno [Thu, 12 Nov 2015 11:49:26 +0000 (12:49 +0100)]
Translated using Weblate (Catalan)

Currently translated at 100% (0 of 0 strings)

Created new translation.

8 years agoTranslated using Weblate (Estonian)
Kristjan Räts [Wed, 11 Nov 2015 11:12:31 +0000 (12:12 +0100)]
Translated using Weblate (Estonian)

Currently translated at 21.4% (169 of 787 strings)

8 years agoTranslated using Weblate (Dutch)
Rogier [Wed, 11 Nov 2015 19:55:19 +0000 (20:55 +0100)]
Translated using Weblate (Dutch)

Currently translated at 44.0% (347 of 787 strings)

8 years agoTranslated using Weblate (Polish)
Jarosław Maciejewski [Mon, 9 Nov 2015 18:10:07 +0000 (19:10 +0100)]
Translated using Weblate (Polish)

Currently translated at 25.4% (200 of 787 strings)

8 years agoTranslated using Weblate (Japanese)
Rui [Mon, 9 Nov 2015 09:38:10 +0000 (10:38 +0100)]
Translated using Weblate (Japanese)

Currently translated at 40.2% (317 of 787 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Sun, 8 Nov 2015 21:18:03 +0000 (22:18 +0100)]
Translated using Weblate (French)

Currently translated at 100.0% (787 of 787 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Sun, 8 Nov 2015 20:55:16 +0000 (21:55 +0100)]
Translated using Weblate (French)

Currently translated at 96.8% (762 of 787 strings)

8 years agoMgfractal: Revert unnecessary duplication of parameters
paramat [Sat, 14 Nov 2015 09:18:01 +0000 (09:18 +0000)]
Mgfractal: Revert unnecessary duplication of parameters

8 years agosound_openal.cpp: remove unused header
est31 [Sun, 15 Nov 2015 07:17:32 +0000 (08:17 +0100)]
sound_openal.cpp: remove unused header

8 years agoLoad sound from memory
est31 [Sat, 14 Nov 2015 02:00:52 +0000 (03:00 +0100)]
Load sound from memory

* Remove trailing lines from src/sound_openal.cpp
* Don't do a horribly ugly copy of the file's path, allocating and deallocating a
10 kb buffer in the process. This copy was needed for backwards compatibility
with libvorbis 1.3.1 and earlier, as the removed comment explains.
However, even Ubuntu precise has 1.3.2 already. Dropping support and sparing
the ugly copy can therefore be considered safe.
* Actually load sounds from the memory, not caching them at the disk first,
removing the old hack. This is the main motivation for the commit.

8 years agoDecoration API: Fix missing low density decorations
paramat [Fri, 13 Nov 2015 07:16:15 +0000 (07:16 +0000)]
Decoration API: Fix missing low density decorations

For a decoration count between 0 and 1 calculate a chance for 1

8 years agoMgfractal: Create a choice of 4 mandelbrot formulas
paramat [Wed, 11 Nov 2015 05:05:20 +0000 (05:05 +0000)]
Mgfractal: Create a choice of 4 mandelbrot formulas

8 years agoMgv6: Move global mapgen flag 'flat' into mgv6 spflags
paramat [Tue, 10 Nov 2015 06:50:22 +0000 (06:50 +0000)]
Mgv6: Move global mapgen flag 'flat' into mgv6 spflags

Add mgv6 spflag 'flat'
Global flag is kept for backwards compatibility but is now undocumented

8 years agoOnly allow players with shout to chat
est31 [Fri, 13 Nov 2015 00:35:54 +0000 (01:35 +0100)]
Only allow players with shout to chat

Fix regression of commit

5e507c9829942c434a6f1ae7a4f3a488c7e50bef "Add server side ncurses terminal"

which allowed all players, even those without a shout priv, to chat.

Fixes #3362.

8 years agoFix scrollbars
BlockMen [Sun, 19 Apr 2015 20:06:34 +0000 (22:06 +0200)]
Fix scrollbars

8 years agoAdd the player name to dropped items
Robert Zenz [Thu, 5 Nov 2015 18:56:19 +0000 (19:56 +0100)]
Add the player name to dropped items

The player name is now added in the field "dropped_by" on the created
entity.

8 years agoMapgen: Add flat mapgen in hidden form
paramat [Fri, 30 Oct 2015 02:45:38 +0000 (02:45 +0000)]
Mapgen: Add flat mapgen in hidden form

8 years agoConvert usages of PseudoRandom to PcgRandom for ore and deco placement
kwolekr [Mon, 9 Nov 2015 04:40:18 +0000 (23:40 -0500)]
Convert usages of PseudoRandom to PcgRandom for ore and deco placement

In addition to being a better random, this fixes #3228

8 years agoCavegen: Make mgfractal use mgv5 cavegen
paramat [Sun, 8 Nov 2015 08:18:47 +0000 (08:18 +0000)]
Cavegen: Make mgfractal use mgv5 cavegen

Remove CaveFractal
Add a lava depth constant to CaveV5 to make it universal

8 years agoPut ChatEvent handler into own function
est31 [Mon, 9 Nov 2015 05:04:24 +0000 (06:04 +0100)]
Put ChatEvent handler into own function

Comply with line limit.

8 years agoAbort compile when attempting to build client with Irrlicht 1.8.2
kwolekr [Mon, 9 Nov 2015 04:08:53 +0000 (23:08 -0500)]
Abort compile when attempting to build client with Irrlicht 1.8.2

8 years agoAdd errno to socket creation failed exception
kwolekr [Sun, 8 Nov 2015 23:14:36 +0000 (18:14 -0500)]
Add errno to socket creation failed exception

8 years agoWrite new line character sequence at end of print()
est31 [Sun, 8 Nov 2015 21:23:16 +0000 (22:23 +0100)]
Write new line character sequence at end of print()

Fix regression of commit

5e507c9829942c434a6f1ae7a4f3a488c7e50bef "Add server side ncurses terminal"

where no line termination character was printed after a
lua print outside of terminal mode.

Fixes #3350.

8 years agoFix misc. MinGW and Valgrind warnings
kwolekr [Sun, 8 Nov 2015 21:19:34 +0000 (16:19 -0500)]
Fix misc. MinGW and Valgrind warnings

8 years agoAdd LuaSecureRandom
est31 [Thu, 6 Aug 2015 06:57:13 +0000 (08:57 +0200)]
Add LuaSecureRandom

8 years agoRun util/updatepo.sh
est31 [Sun, 8 Nov 2015 20:26:42 +0000 (21:26 +0100)]
Run util/updatepo.sh

8 years agoUpdate minetest.conf.example and src/settings_translation_file.cpp
est31 [Sun, 8 Nov 2015 20:23:09 +0000 (21:23 +0100)]
Update minetest.conf.example and src/settings_translation_file.cpp

8 years agoSettings tab: add v3f type
est31 [Sun, 8 Nov 2015 20:07:41 +0000 (21:07 +0100)]
Settings tab: add v3f type

Add the v3f type, currently is just a nice placeholder for string.
Currently undocumented, on wish of @PilzAdam, to support future changes.

8 years agoSome german translation improvements
est31 [Sun, 8 Nov 2015 19:42:38 +0000 (20:42 +0100)]
Some german translation improvements

8 years agoRussian translation: remove weird char
est31 [Sun, 8 Nov 2015 19:41:57 +0000 (20:41 +0100)]
Russian translation: remove weird char

Whatever that char is, it isn't a space.

8 years agoTranslated using Weblate (Russian)
Vasily Pavlov [Sun, 8 Nov 2015 09:10:12 +0000 (10:10 +0100)]
Translated using Weblate (Russian)

Currently translated at 49.5% (373 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Sun, 8 Nov 2015 09:49:26 +0000 (10:49 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 58.0% (437 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Pavel Sokolov [Sun, 8 Nov 2015 08:57:08 +0000 (09:57 +0100)]
Translated using Weblate (Russian)

Currently translated at 47.6% (359 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Vasily Pavlov [Sun, 8 Nov 2015 08:56:51 +0000 (09:56 +0100)]
Translated using Weblate (Russian)

Currently translated at 47.4% (357 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Pavel Sokolov [Sun, 8 Nov 2015 08:56:42 +0000 (09:56 +0100)]
Translated using Weblate (Russian)

Currently translated at 47.2% (356 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Vasily Pavlov [Sun, 8 Nov 2015 08:55:15 +0000 (09:55 +0100)]
Translated using Weblate (Russian)

Currently translated at 47.0% (354 of 753 strings)

8 years agoTranslated using Weblate (Chinese (China))
Jun Zhang [Sat, 7 Nov 2015 07:04:52 +0000 (08:04 +0100)]
Translated using Weblate (Chinese (China))

Currently translated at 30.0% (226 of 753 strings)

8 years agoTranslated using Weblate (Italian)
Elia Argentieri [Fri, 6 Nov 2015 16:28:34 +0000 (17:28 +0100)]
Translated using Weblate (Italian)

Currently translated at 43.0% (324 of 753 strings)

8 years agoTranslated using Weblate (Italian)
betacentury [Fri, 6 Nov 2015 15:40:04 +0000 (16:40 +0100)]
Translated using Weblate (Italian)

Currently translated at 35.1% (265 of 753 strings)

8 years agoTranslated using Weblate (Italian)
Elia Argentieri [Fri, 6 Nov 2015 15:37:27 +0000 (16:37 +0100)]
Translated using Weblate (Italian)

Currently translated at 35.1% (265 of 753 strings)

8 years agoTranslated using Weblate (Japanese)
Onee Chan [Thu, 5 Nov 2015 03:46:35 +0000 (04:46 +0100)]
Translated using Weblate (Japanese)

Currently translated at 40.6% (306 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Mon, 2 Nov 2015 14:04:08 +0000 (15:04 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 56.3% (424 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Mon, 2 Nov 2015 12:23:10 +0000 (13:23 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 48.0% (362 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Sat, 31 Oct 2015 13:59:14 +0000 (14:59 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 46.7% (352 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Maksim D. Gamarnik [Fri, 30 Oct 2015 21:12:03 +0000 (22:12 +0100)]
Translated using Weblate (Russian)

Currently translated at 39.7% (299 of 753 strings)

8 years agoTranslated using Weblate (German)
hybriddog [Fri, 30 Oct 2015 18:48:30 +0000 (19:48 +0100)]
Translated using Weblate (German)

Currently translated at 99.3% (748 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Pavel Sokolov [Fri, 30 Oct 2015 20:53:53 +0000 (21:53 +0100)]
Translated using Weblate (Russian)

Currently translated at 32.6% (246 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Maksim D. Gamarnik [Fri, 30 Oct 2015 20:51:46 +0000 (21:51 +0100)]
Translated using Weblate (Russian)

Currently translated at 32.2% (243 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Wed, 28 Oct 2015 11:55:41 +0000 (12:55 +0100)]
Translated using Weblate (French)

Currently translated at 100.0% (753 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Wed, 28 Oct 2015 11:51:26 +0000 (12:51 +0100)]
Translated using Weblate (French)

Currently translated at 100.0% (753 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Tue, 27 Oct 2015 23:08:37 +0000 (00:08 +0100)]
Translated using Weblate (French)

Currently translated at 98.2% (740 of 753 strings)

8 years agoTranslated using Weblate (Turkish)
PilzAdam [Tue, 27 Oct 2015 15:46:20 +0000 (16:46 +0100)]
Translated using Weblate (Turkish)

Currently translated at 33.0% (249 of 753 strings)

8 years agoTranslated using Weblate (Spanish)
ShadowNinja [Tue, 27 Oct 2015 18:39:27 +0000 (19:39 +0100)]
Translated using Weblate (Spanish)

Currently translated at 32.9% (248 of 753 strings)

8 years agoTranslated using Weblate (Romanian)
PilzAdam [Tue, 27 Oct 2015 15:46:32 +0000 (16:46 +0100)]
Translated using Weblate (Romanian)

Currently translated at 25.8% (195 of 753 strings)

8 years agoTranslated using Weblate (Portuguese (Brazil))
PilzAdam [Tue, 27 Oct 2015 15:46:51 +0000 (16:46 +0100)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 26.4% (199 of 753 strings)

8 years agoTranslated using Weblate (Italian)
PilzAdam [Tue, 27 Oct 2015 15:45:33 +0000 (16:45 +0100)]
Translated using Weblate (Italian)

Currently translated at 28.2% (213 of 753 strings)

8 years agoTranslated using Weblate (Indonesian)
PilzAdam [Tue, 27 Oct 2015 15:45:42 +0000 (16:45 +0100)]
Translated using Weblate (Indonesian)

Currently translated at 40.2% (303 of 753 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Tue, 27 Oct 2015 19:56:50 +0000 (20:56 +0100)]
Translated using Weblate (German)

Currently translated at 98.8% (744 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Tue, 27 Oct 2015 20:53:13 +0000 (21:53 +0100)]
Translated using Weblate (French)

Currently translated at 98.2% (740 of 753 strings)

8 years agoTranslated using Weblate (Dutch)
PilzAdam [Tue, 27 Oct 2015 15:44:05 +0000 (16:44 +0100)]
Translated using Weblate (Dutch)

Currently translated at 31.3% (236 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
PilzAdam [Tue, 27 Oct 2015 15:45:01 +0000 (16:45 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 43.8% (330 of 753 strings)

8 years agoTranslated using Weblate (Spanish)
PilzAdam [Tue, 27 Oct 2015 15:46:43 +0000 (16:46 +0100)]
Translated using Weblate (Spanish)

Currently translated at 32.5% (245 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Tue, 27 Oct 2015 14:21:00 +0000 (15:21 +0100)]
Translated using Weblate (French)

Currently translated at 96.4% (726 of 753 strings)

8 years agoTranslated using Weblate (Turkish)
Mahmut Elmas [Mon, 26 Oct 2015 20:07:00 +0000 (21:07 +0100)]
Translated using Weblate (Turkish)

Currently translated at 33.0% (249 of 753 strings)

8 years agoTranslated using Weblate (German)
Jan Zabel [Mon, 26 Oct 2015 23:27:17 +0000 (00:27 +0100)]
Translated using Weblate (German)

Currently translated at 98.6% (743 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Mon, 26 Oct 2015 20:18:26 +0000 (21:18 +0100)]
Translated using Weblate (French)

Currently translated at 84.1% (634 of 753 strings)

8 years agoTranslated using Weblate (Hebrew)
ChaosWormz [Mon, 26 Oct 2015 15:22:49 +0000 (16:22 +0100)]
Translated using Weblate (Hebrew)

Currently translated at 3.3% (25 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Mon, 26 Oct 2015 19:03:59 +0000 (20:03 +0100)]
Translated using Weblate (French)

Currently translated at 75.5% (569 of 753 strings)

8 years agoTranslated using Weblate (Czech)
Honza Borovička [Mon, 26 Oct 2015 15:53:14 +0000 (16:53 +0100)]
Translated using Weblate (Czech)

Currently translated at 40.5% (305 of 753 strings)

8 years agoTranslated using Weblate (Russian)
Pavel Sokolov [Mon, 26 Oct 2015 12:24:10 +0000 (13:24 +0100)]
Translated using Weblate (Russian)

Currently translated at 32.1% (242 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Mon, 26 Oct 2015 11:17:52 +0000 (12:17 +0100)]
Translated using Weblate (German)

Currently translated at 98.8% (744 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Mon, 26 Oct 2015 14:25:18 +0000 (15:25 +0100)]
Translated using Weblate (French)

Currently translated at 56.3% (424 of 753 strings)

8 years agoTranslated using Weblate (Hebrew)
PilzAdam [Mon, 26 Oct 2015 13:49:49 +0000 (14:49 +0100)]
Translated using Weblate (Hebrew)

Currently translated at 100% (0 of 0 strings)

Created new translation.

8 years agoTranslated using Weblate (German)
pilino1234 [Mon, 26 Oct 2015 10:41:17 +0000 (11:41 +0100)]
Translated using Weblate (German)

Currently translated at 94.1% (709 of 753 strings)

8 years agoTranslated using Weblate (Spanish)
Jordi Fornaguera [Mon, 26 Oct 2015 06:09:05 +0000 (07:09 +0100)]
Translated using Weblate (Spanish)

Currently translated at 32.5% (245 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sun, 25 Oct 2015 20:15:46 +0000 (21:15 +0100)]
Translated using Weblate (German)

Currently translated at 94.0% (708 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sun, 25 Oct 2015 18:11:24 +0000 (19:11 +0100)]
Translated using Weblate (German)

Currently translated at 98.1% (739 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sun, 25 Oct 2015 17:19:45 +0000 (18:19 +0100)]
Translated using Weblate (German)

Currently translated at 98.1% (739 of 753 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Sun, 25 Oct 2015 16:23:58 +0000 (17:23 +0100)]
Translated using Weblate (German)

Currently translated at 98.0% (738 of 753 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Sun, 25 Oct 2015 15:11:35 +0000 (16:11 +0100)]
Translated using Weblate (German)

Currently translated at 95.4% (719 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Sun, 25 Oct 2015 13:01:46 +0000 (14:01 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 43.8% (330 of 753 strings)

8 years agoTranslated using Weblate (German)
Wuzzy [Sun, 25 Oct 2015 12:14:23 +0000 (13:14 +0100)]
Translated using Weblate (German)

Currently translated at 75.5% (569 of 753 strings)

8 years agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Sun, 25 Oct 2015 09:46:27 +0000 (10:46 +0100)]
Translated using Weblate (Indonesian)

Currently translated at 40.2% (303 of 753 strings)

8 years agoTranslated using Weblate (Chinese (Taiwan))
Jeff Huang [Sun, 25 Oct 2015 10:08:19 +0000 (11:08 +0100)]
Translated using Weblate (Chinese (Taiwan))

Currently translated at 36.9% (278 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sat, 24 Oct 2015 22:01:38 +0000 (00:01 +0200)]
Translated using Weblate (German)

Currently translated at 61.6% (464 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sat, 24 Oct 2015 21:09:05 +0000 (23:09 +0200)]
Translated using Weblate (German)

Currently translated at 54.1% (408 of 753 strings)

8 years agoTranslated using Weblate (German)
PilzAdam [Sat, 24 Oct 2015 19:36:54 +0000 (21:36 +0200)]
Translated using Weblate (German)

Currently translated at 52.3% (394 of 753 strings)

8 years agoTranslated using Weblate (French)
Jean-Patrick G [Sat, 24 Oct 2015 19:58:23 +0000 (21:58 +0200)]
Translated using Weblate (French)

Currently translated at 35.4% (267 of 753 strings)

8 years agoTranslated using Weblate (German)
pilzadam [Sat, 24 Oct 2015 18:51:12 +0000 (20:51 +0200)]
Translated using Weblate (German)

Currently translated at 36.2% (273 of 753 strings)

8 years agoDon't compile pcgrandom on Windows
est31 [Sun, 8 Nov 2015 17:16:20 +0000 (18:16 +0100)]
Don't compile pcgrandom on Windows

There it isn't needed.

8 years agoImprove LuaVoxelManip documentation
kwolekr [Sat, 7 Nov 2015 08:27:33 +0000 (03:27 -0500)]
Improve LuaVoxelManip documentation

8 years agoAdd support for audio feedback if placing node failed
BlockMen [Sat, 24 Oct 2015 10:28:35 +0000 (12:28 +0200)]
Add support for audio feedback if placing node failed

8 years agoDocument ENABLE_CURSES in README.txt
Kahrl [Fri, 6 Nov 2015 22:05:40 +0000 (23:05 +0100)]
Document ENABLE_CURSES in README.txt

8 years agoConf.example, settingtypes: Improve mgfractal documentation
paramat [Fri, 6 Nov 2015 08:38:01 +0000 (08:38 +0000)]
Conf.example, settingtypes: Improve mgfractal documentation