5284 Commits

Author SHA1 Message Date
BlockMen
a75805f471 Check item_drop amount clientside 2015-12-05 17:42:58 +01:00
BlockMen
e9404205b3 Add better server list icons 2015-12-04 16:51:58 +01:00
BlockMen
0f020b05d7 Remove unused textures 2015-12-04 15:36:08 +01:00
BlockMen
b8c35d2d41 Correct default_game setting 2015-12-04 15:22:52 +01:00
Ferdinand Thiessen
0d2be9d6a6 Fix build if BUILD_SHARED_LIBS defaults to "ON"
openSUSE sets that option to ON.

Fixes #3420.
2015-12-04 15:22:44 +01:00
asl97
028c4a8d34 Get movement setting instead of hard coded value 2015-12-03 22:21:12 +01:00
BlockMen
56d545b2a1 Restore simple settings tab and add advanced settings as dialog 2015-12-03 22:09:01 +01:00
BlockMen
d1877200a1 Revert "Shaders: use triple-frequency waving for leaves and plants"
This reverts commit 0b875560481ca16782ace98b0bace9f02d18b22d.
2015-12-03 21:31:25 +01:00
Zeg9
1c22b55390 Add slippery 2015-12-03 19:41:27 +01:00
est31
32fb788aab Document limitations of minetest.get_password_hash 2015-12-03 18:05:18 +01:00
paramat
a627d2a80f Mgv5/v7/flat/fractal: More large pseudorandom caves
Mgv7/flat/fractal: Reduce tunnel noise spreads to 96
2015-12-03 18:05:01 +01:00
BlockMen
62e63c0b15 Rebrand further 2015-12-02 21:27:23 +01:00
BlockMen
33e3bb2e71 Remove support for android 2015-12-02 20:36:33 +01:00
BlockMen
c96384b3db Fix glitching through block while sneak glitching 2015-12-01 23:19:16 +01:00
gregorycu
90cacc0184 Make spreadLight 2.5x faster 2015-12-01 20:10:08 +01:00
gregorycu
303c43624f Increase performance of updateDrawListPerf by 25%. Delete an unused member 2015-12-01 19:10:23 +01:00
Robert Zenz
7461af3df5 Add field to disable merging of items
Added the field "mergeable" to the builtin item which allows to set that
the items will not automatically merge.
2015-12-01 17:43:06 +01:00
paramat
4058bc3ef6 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
2015-12-01 17:29:03 +01:00
Jay Arndt
7e5d3c5e5d Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis check 2015-12-01 17:28:52 +01:00
paramat
ad74613ed0 Lua_api.txt: Add documentation for biome definition 2015-12-01 17:28:39 +01:00
paramat
ee790424de 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
2015-12-01 17:28:19 +01:00
BlockMen
8faae4c13d Change ASCII art of startup 2015-11-29 01:06:51 +01:00
BlockMen
ea85bf9d50 Show game buttonbar only when more than one game is present 2015-11-29 00:08:22 +01:00
BlockMen
50a8757f3e Fix wrong gamepath 2015-11-27 21:28:05 +01:00
BlockMen
2c2937cb83 Fix buildbot 2015-11-27 21:18:50 +01:00
BlockMen
8c08c8fb44 Fix translations 2015-11-27 21:10:37 +01:00
BlockMen
5d9e358e56 NeXt -> BlockPlanet 2015-11-27 21:00:16 +01:00
BlockMen
fa754cc4ff Update buildbot 2015-11-27 00:07:38 +01:00
BlockMen
84fa2a4d03 Add nametags for all objects 2015-11-27 00:07:33 +01:00
BlockMen
ad842c22e0 Merge Minetest NeXt, remove minimal 2015-11-26 23:26:37 +01:00
BlockMen
96ce9e8e32 Rename to BlockPlanet 2015-11-26 22:55:55 +01:00
BlockMen
f2722732a9 Relicense (GPL 3.0) 2015-11-26 22:44:57 +01:00
Aaron Suen
900db31063 Re-enable texture pre-filters on wielditems, fixing #3178. 2015-11-24 03:22:31 +01:00
Robert Zenz
0cf15470fc 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.
2015-11-24 01:49:59 +01:00
paramat
c24f3b0a65 Mgfractal: Move julia set selection into formula parameter
Improve default parameters
Update and improve documentation
Unhide mapgen, but is still unstable
2015-11-23 00:34:09 +00:00
est31
a4e3ed0136 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.
2015-11-22 16:49:20 +01:00
paramat
d7bbe81726 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
2015-11-21 00:10:08 +00:00
Rui
4fd394b657 Log static_spawn error only once 2015-11-21 00:13:28 +01:00
est31
2f58e4d962 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.
2015-11-16 17:33:01 +01:00
Amaz
e664abeb88 Add a status text for autorun 2015-11-15 13:42:31 +01:00
TeTpaAka
3f8eb5e0d0 Allow craft replacements to use groups 2015-11-15 13:41:38 +01:00
LelixSuperHD
c19b43d4f7 Translated using Weblate (Italian)
Currently translated at 42.0% (331 of 787 strings)
2015-11-15 13:40:14 +01:00
Joan Ciprià Moreno
fd1b837122 Translated using Weblate (Spanish)
Currently translated at 45.8% (361 of 787 strings)
2015-11-15 13:40:14 +01:00
Joan Ciprià Moreno
a8d2aa9c81 Translated using Weblate (Catalan)
Currently translated at 32.4% (255 of 787 strings)
2015-11-15 13:40:14 +01:00
ShadowNinja
132e06199d Translated using Weblate (Spanish)
Currently translated at 45.7% (360 of 787 strings)
2015-11-15 13:40:14 +01:00
Joan Ciprià Moreno
71fc4040a9 Translated using Weblate (Spanish)
Currently translated at 45.6% (359 of 787 strings)
2015-11-15 13:40:14 +01:00
Wuzzy
013e8e6adc Translated using Weblate (German)
Currently translated at 100.0% (787 of 787 strings)
2015-11-15 13:40:13 +01:00
Joan Ciprià Moreno
84b72b1120 Translated using Weblate (Catalan)
Currently translated at 26.3% (207 of 787 strings)

-
2015-11-15 13:40:13 +01:00
Joan Ciprià Moreno
ea1af74d31 Translated using Weblate (Catalan)
Currently translated at 11.8% (93 of 787 strings)
2015-11-15 13:40:13 +01:00
Joan Ciprià Moreno
b54f5ddfec Translated using Weblate (Spanish)
Currently translated at 31.6% (249 of 787 strings)
2015-11-15 13:40:13 +01:00