4471 Commits

Author SHA1 Message Date
Craig Robbins
0865261409 Fix -Wtype-limits warnings and remove disabling of -Wtype-limits 2014-12-29 23:56:40 +10:00
kwolekr
8dad84da88 Print unit test failures to dstream 2014-12-29 02:30:03 -05:00
kwolekr
166874f440 FontEngine: Don't use file extension to check font file compatibility 2014-12-29 01:46:13 -05:00
kwolekr
2e5d9bb332 LuaVoxelManip: Remove blank allocator 2014-12-29 01:31:37 -05:00
kwolekr
3814cafc24 LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata 2014-12-28 23:59:24 -05:00
sapier
ea47aeb6f5 Fix MSVC compiler warning about passing this pointer in initializer list 2014-12-28 23:40:44 -05:00
Diego Martinez
ae65a7056d Faster string.split implementation. 2014-12-28 23:27:07 -05:00
fz72
b3fa76ffa6 MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fixes #1960) 2014-12-28 23:20:51 -05:00
Christophe Piveteau
cb452877e8 Skip further loading of client if there was an exit signal 2014-12-28 22:46:53 -05:00
kwolekr
4437065263 Decoration: Add height_min and height_max parameters
Also set default height_min/height_max to -31000 and 31000,
respectively, for ore and biomes
2014-12-28 22:37:27 -05:00
kwolekr
1d4e68a4cd Cavegen: Fix copy & paste error (solves #2020) 2014-12-28 22:35:14 -05:00
paramat
3cb4ccc0f4 Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node 2014-12-28 21:37:43 -05:00
kwolekr
c4a39d536f Ore: Add Vein ore type 2014-12-28 21:17:12 -05:00
kwolekr
c176763482 Ore: Add Blob ore type 2014-12-28 03:11:00 -05:00
kwolekr
3f1d3aa3f1 PseudoRandom: Expose constant PSEUDORANDOM_MAX 2014-12-28 03:09:32 -05:00
kwolekr
20b9e50aa9 LuaVoxelManip: Add option to allocate blank data 2014-12-27 23:09:36 -05:00
kwolekr
a9151eb3a2 VoxelManipulator: Remove unnecessary deallocation steps 2014-12-27 22:35:05 -05:00
kwolekr
b68dcb323d Set fallback content if resolving content vector requires everything 2014-12-27 22:20:04 -05:00
kwolekr
2aa53ba603 Redefine NodeResolver interface and replace with callback mechanism 2014-12-27 02:12:21 -05:00
kwolekr
a7806822f9 Uncomment version patch field 2014-12-26 11:02:26 -05:00
kwolekr
a7c93a7160 Bump version to 0.4.11 2014-12-24 22:28:06 -05:00
paramat
7c81cd578f Conf.example: Correct grammar and spelling. Shorten some lines. Move a few lines into correct sections. Remove finite liquid reference. Make indentation consistent 2014-12-25 04:06:15 +01:00
ShadowNinja
7b4c575117 Fix fs::GetRecursiveSubPaths trying to get directory lists for files 2014-12-24 17:23:07 -05:00
Craig Robbins
93a843a06a Large increase in performance 2014-12-24 23:13:24 +10:00
paramat
2d4c540f45 Increase indentation throughout file for clarity. Correct mistakes. Shorten lines. Make more consistent
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-24 11:23:48 +10:00
paramat
270687d56f State biome API heat and humidity noise parameters in positional format
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-24 11:23:48 +10:00
paramat
567b2012fb Conf.example: Fix typo 2014-12-23 21:46:55 +01:00
sfan5
b092142bf4 Update MinGW toolchain downloads used by travis 2014-12-23 17:20:26 +01:00
kwolekr
cc3e9663ff Silence misc. warnings 2014-12-23 01:09:50 -05:00
Craig Robbins
73b383fd5b Make limiting of the reflow liquids queue size optional
If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting
Additionally, liquid_loop_max now defaults to 100000
2014-12-23 15:47:06 +10:00
paramat
22ba9516fd Update mapgen stuff in minetest.conf 2014-12-22 22:45:11 -05:00
kwolekr
0671ebaa91 Temporarily fix always bright wieldhand with shaders enabled 2014-12-22 22:37:11 -05:00
Kahrl
851a45224d Regenerate server_flags_creative.png from XCF 2014-12-21 13:29:02 +01:00
Kahrl
339bdb4d43 Fix weird (and wrong) comment in test.cpp 2014-12-21 13:20:42 +01:00
paramat
63311232cf lua_api.txt: improve noise documentation. Remove previous eased 3D noise format example 2014-12-20 14:50:57 -05:00
paramat
d2f750b458 Re-add hacky fix for underwater grass, to fix mgv7 user's biomes 2014-12-20 14:50:13 -05:00
unknown
9297cec8b5 Change TileSpec::frames to be std::vector not std::map
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-21 02:41:17 +10:00
Vanessa Ezekowitz
e221b9da2e Fix visual_scale for plantlike nodes (again)
fixes #1989

move the plant to the bottom of its node properly, without affecting its scale.  See isue #1989
2014-12-19 12:25:32 +10:00
kwolekr
3d2219596e Temporarily set default biome in builtin
This should probably be removed when minetest_game has proper biomes.
If I hear "the whole map is just stone!" again after this, I am going to detonate.
2014-12-18 09:57:38 -05:00
Craig Robbins
08d1ef1d13 Fix visual_scale for NDT_PLANTLIKE being set too small 2014-12-18 20:28:14 +10:00
Craig Robbins
ed9f94d545 Suppress compiler warning 2014-12-18 19:29:04 +10:00
kwolekr
f166500f81 Remove manual biome noise translation 2014-12-17 16:28:28 -05:00
Craig Robbins
9dbf375a14 Do not allow the m_transforming_liquid queue to increase until all RAM is consumed 2014-12-18 03:32:19 +10:00
Pavel Puchkin
2d772d6e28 Fix OSX packaging finally
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-16 20:33:54 +10:00
kwolekr
e00e9a8fc4 Set WM_CLASS window hint for Xorg 2014-12-15 13:52:10 -05:00
kwolekr
df97ee1af6 Expose mapgen chunksize in on_mapgen_init callbacks 2014-12-14 18:46:46 -05:00
Calinou
61ce72dbb7 Update French translation
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:44:48 +10:00
Diego Martinez
816b7c5af9 Update Spanish language.
Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:20:47 +10:00
Pavel Puchkin
432664bcff Fixes #1687 by extra semaphore retval handle code for OSX
See https://github.com/minetest/minetest/issues/1687#issuecomment-56830173

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
2014-12-15 02:12:39 +10:00
Craig Robbins
572eec5567 Fix typo in lua_api.txt 2014-12-15 01:09:17 +10:00