est31 [Fri, 11 Dec 2015 10:22:05 +0000 (11:22 +0100)]
Fix android build
Fix android build since commit
696148e29889b2923f926b27f76979454676506d "Fix Event implementation"
by @ShadowNinja.
Fixes #3444. Thanks @kwolekr for pointing out the fix.
est31 [Thu, 10 Dec 2015 17:25:28 +0000 (18:25 +0100)]
Fix some setting documentation
* Horizontal and vertical are used wrongly. Use height and width because
horizontal/vertical describes different things. Thanks @kilbith for pointing out.
* Update minetest.conf.example and settings_translation_file.cpp
* Correct maximum/minimum copy paste mistake.
RealBadAngel [Wed, 9 Dec 2015 22:08:55 +0000 (23:08 +0100)]
Speed up and make more accurate relief mapping
using linear + binary search.
ShadowNinja [Sun, 29 Nov 2015 05:17:51 +0000 (00:17 -0500)]
Fix Event implementation
On non-windows platforms this just used a semaphore,
which meant that multiple calls to signal() would
result in wait() returning multiple times.
ShadowNinja [Mon, 24 Aug 2015 21:00:06 +0000 (17:00 -0400)]
Add seperate cache path
This is set to the XDG cache path where possible.
It's set to the app's cache path on Android.
est31 [Mon, 7 Dec 2015 08:42:39 +0000 (09:42 +0100)]
Fix threshold type
Fix the type of the threshold value for mapgen.
The commit
a78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4 "Fix spelling of noise_threshold"
has changed it to be read as int, but it can have non-integral values too.
Thanks to @kwolekr for pointing this out.
est31 [Mon, 7 Dec 2015 06:26:12 +0000 (07:26 +0100)]
lua_api.txt: add blank lines before * lists
If rendered as markdown, lists need a blank line before them
so that they are recognized as such.
paramat [Wed, 2 Dec 2015 03:28:03 +0000 (03:28 +0000)]
Mapgen: Add propagate_shadow bool to calcLighting
To terminate unwanted shadows from floatlands or realms above
Also add to LuaVoxelManip calc_lighting for use in mapgen mods
Remove the 2 argument calcLighting, mapgens now use the 5
argument form to specify the volumes for propagateSunlight and
spreadLight
In mgsinglenode replace calcLighting with setLighting and
clean-up use of tabs and spaces
Jun Zhang [Sat, 5 Dec 2015 13:00:11 +0000 (21:00 +0800)]
Fix spelling of noise_threshold
Ferdinand Thiessen [Thu, 3 Dec 2015 20:18:39 +0000 (21:18 +0100)]
Improve LuaJIT detection
On openSUSE luajit is not detected correctly.
This is because openSUSE is using a lua version suffix, like other Linux distributions do it also.
So the include directory is:
include/luajit-5_1-2.0
est31 [Sat, 5 Dec 2015 16:51:56 +0000 (17:51 +0100)]
Make travis work again
Now we do sudo apt-get update to download package sources.
This fixes travis build with the new GCE based infrastructure.
Closes #3427.
Closes #3426.
Ferdinand Thiessen [Thu, 3 Dec 2015 20:34:46 +0000 (21:34 +0100)]
Fix build if BUILD_SHARED_LIBS defaults to "ON"
openSUSE sets that option to ON.
Fixes #3420.
est31 [Wed, 2 Dec 2015 17:26:09 +0000 (18:26 +0100)]
Document limitations of minetest.get_password_hash
paramat [Mon, 30 Nov 2015 02:31:43 +0000 (02:31 +0000)]
Mgv5/v7/flat/fractal: More large pseudorandom caves
Mgv7/flat/fractal: Reduce tunnel noise spreads to 96
Alex Ford [Wed, 18 Nov 2015 19:26:09 +0000 (12:26 -0700)]
Add on_secondary_use when right clicking an item in the air
paramat [Mon, 30 Nov 2015 01:43:28 +0000 (01:43 +0000)]
Dungeongen: Fix rarely triggered segfault
A segfault exposed a missing 'vm->m_area.contains()'
check in makeCorridor that allowed the calculation
of vm index for a node outside the vm area. The huge
and invalid index number caused getContent to fail
Jay Arndt [Sun, 29 Nov 2015 23:57:12 +0000 (17:57 -0600)]
Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis check
paramat [Sat, 28 Nov 2015 19:49:11 +0000 (19:49 +0000)]
Lua_api.txt: Add documentation for biome definition
paramat [Sat, 28 Nov 2015 14:51:22 +0000 (14:51 +0000)]
Dungeongen: Also preserve river water nodes
For future river mapgens
Dungeons will not generate in river water, to
avoid dungeons filling and blocking river channels
Aaron Suen [Mon, 14 Sep 2015 01:04:22 +0000 (21:04 -0400)]
Re-enable texture pre-filters on wielditems, fixing #3178.
Robert Zenz [Sat, 7 Nov 2015 15:31:32 +0000 (16:31 +0100)]
Simplify regex used in check_modname_prefix and other improvements.
Simplified the regex used, added comments and changed the error message
to contain the correct mod name.
paramat [Sat, 21 Nov 2015 20:22:45 +0000 (20:22 +0000)]
Mgfractal: Move julia set selection into formula parameter
Improve default parameters
Update and improve documentation
Unhide mapgen, but is still unstable
est31 [Sun, 22 Nov 2015 15:15:47 +0000 (16:15 +0100)]
Update HUD flags on server like on client
Fixes bug for which commit
6c37e89f08f962eaba788a31f5d3c798ceaa65e6 "Fix old client showing duplicated health bar on new server"
by @sapier
laid the groundwork, where the server has
updated its copy of the hud flags without
respecting the mask.
Fixes #3395.
paramat [Sun, 15 Nov 2015 11:55:45 +0000 (11:55 +0000)]
Mapgen: Add global 'decorations' flag
Flag is set by default in MapgenParams
The global 'trees' flag remains but is now
undocumented and unset by default in MapgenParams
Add mgv6_spflag 'trees' set by default in
defaultsettings.cpp to affect new worlds only
This is automatically backwards
compatible for existing worlds
Rui [Sun, 11 Oct 2015 12:25:58 +0000 (21:25 +0900)]
Log static_spawn error only once
est31 [Mon, 16 Nov 2015 16:11:32 +0000 (17:11 +0100)]
Android: hardcode irrlicht revision, update other dependencies
Recent irrlicht revisions break the build, hardcode the revision to a working one
until upstream publishes a working version. See issue #3366 for
a discussion about this.
Also update dependencies to current versions.
Amaz [Mon, 9 Nov 2015 11:52:52 +0000 (11:52 +0000)]
Add a status text for autorun
TeTpaAka [Sat, 14 Nov 2015 11:00:52 +0000 (12:00 +0100)]
Allow craft replacements to use groups
LelixSuperHD [Sat, 14 Nov 2015 21:10:37 +0000 (22:10 +0100)]
Translated using Weblate (Italian)
Currently translated at 42.0% (331 of 787 strings)
Joan Ciprià Moreno [Fri, 13 Nov 2015 20:07:16 +0000 (21:07 +0100)]
Translated using Weblate (Spanish)
Currently translated at 45.8% (361 of 787 strings)
Joan Ciprià Moreno [Fri, 13 Nov 2015 21:39:38 +0000 (22:39 +0100)]
Translated using Weblate (Catalan)
Currently translated at 32.4% (255 of 787 strings)
ShadowNinja [Fri, 13 Nov 2015 20:06:24 +0000 (21:06 +0100)]
Translated using Weblate (Spanish)
Currently translated at 45.7% (360 of 787 strings)
Joan Ciprià Moreno [Fri, 13 Nov 2015 20:05:40 +0000 (21:05 +0100)]
Translated using Weblate (Spanish)
Currently translated at 45.6% (359 of 787 strings)
Wuzzy [Thu, 12 Nov 2015 17:10:23 +0000 (18:10 +0100)]
Translated using Weblate (German)
Currently translated at 100.0% (787 of 787 strings)
Joan Ciprià Moreno [Thu, 12 Nov 2015 21:13:34 +0000 (22:13 +0100)]
Translated using Weblate (Catalan)
Currently translated at 26.3% (207 of 787 strings)
-
Joan Ciprià Moreno [Thu, 12 Nov 2015 17:07:38 +0000 (18:07 +0100)]
Translated using Weblate (Catalan)
Currently translated at 11.8% (93 of 787 strings)
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)
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)
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)
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)
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)
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)
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.
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)
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)
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)
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)
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)
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)
paramat [Sat, 14 Nov 2015 09:18:01 +0000 (09:18 +0000)]
Mgfractal: Revert unnecessary duplication of parameters
est31 [Sun, 15 Nov 2015 07:17:32 +0000 (08:17 +0100)]
sound_openal.cpp: remove unused header
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.
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
paramat [Wed, 11 Nov 2015 05:05:20 +0000 (05:05 +0000)]
Mgfractal: Create a choice of 4 mandelbrot formulas
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
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.
BlockMen [Sun, 19 Apr 2015 20:06:34 +0000 (22:06 +0200)]
Fix scrollbars
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.
paramat [Fri, 30 Oct 2015 02:45:38 +0000 (02:45 +0000)]
Mapgen: Add flat mapgen in hidden form
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
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
est31 [Mon, 9 Nov 2015 05:04:24 +0000 (06:04 +0100)]
Put ChatEvent handler into own function
Comply with line limit.
kwolekr [Mon, 9 Nov 2015 04:08:53 +0000 (23:08 -0500)]
Abort compile when attempting to build client with Irrlicht 1.8.2
kwolekr [Sun, 8 Nov 2015 23:14:36 +0000 (18:14 -0500)]
Add errno to socket creation failed exception
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.
kwolekr [Sun, 8 Nov 2015 21:19:34 +0000 (16:19 -0500)]
Fix misc. MinGW and Valgrind warnings
est31 [Thu, 6 Aug 2015 06:57:13 +0000 (08:57 +0200)]
Add LuaSecureRandom
est31 [Sun, 8 Nov 2015 20:26:42 +0000 (21:26 +0100)]
Run util/updatepo.sh
est31 [Sun, 8 Nov 2015 20:23:09 +0000 (21:23 +0100)]
Update minetest.conf.example and src/settings_translation_file.cpp
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.
est31 [Sun, 8 Nov 2015 19:42:38 +0000 (20:42 +0100)]
Some german translation improvements
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.
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)
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)