MetaDucky [Thu, 14 Nov 2013 19:09:37 +0000 (20:09 +0100)]
fix gettext compile issues under win32
kwolekr [Sun, 17 Nov 2013 07:57:40 +0000 (02:57 -0500)]
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)
PilzAdam [Sun, 17 Nov 2013 20:05:14 +0000 (21:05 +0100)]
Increase liquid_loop_max to 10000 again
Perttu Ahola [Tue, 12 Nov 2013 17:54:32 +0000 (19:54 +0200)]
Revert patch
58f036ad1 that causes object duplication (which tried to fix objects getting hidden from client) and fix the original problem correctly. This fixes the second distinct object duplication bug.
sapier [Thu, 14 Nov 2013 17:30:43 +0000 (18:30 +0100)]
Fix Result of processed Request was written to invalid (non existent) ResultQueue if requesting thread timed out before
sapier [Wed, 13 Nov 2013 20:49:50 +0000 (21:49 +0100)]
Add missing RequestQueue doc
sapier [Wed, 13 Nov 2013 20:46:14 +0000 (21:46 +0100)]
Fix multicaller support in RequestQueue
kwolekr [Sun, 17 Nov 2013 16:26:34 +0000 (11:26 -0500)]
Do the same for LevelDB interface
kwolekr [Sun, 17 Nov 2013 15:57:45 +0000 (10:57 -0500)]
Handle blank blocks in database
Fix screwed-up indentation
kwolekr [Sun, 17 Nov 2013 15:33:58 +0000 (10:33 -0500)]
Revert "Don't use msvc libs for mingw build"
This reverts commit
3985c01ad71159b888677d0fe2019d7a05debeed.
PilzAdam [Sun, 17 Nov 2013 11:11:44 +0000 (12:11 +0100)]
Replace print()s with minetest.log() in builtin
kwolekr [Sun, 17 Nov 2013 07:46:05 +0000 (02:46 -0500)]
Prevent shaders from being created when disabled
sapier [Mon, 4 Nov 2013 16:49:33 +0000 (17:49 +0100)]
Add CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ignore missing CURL_DLL
sapier [Sun, 27 Oct 2013 12:13:40 +0000 (13:13 +0100)]
Don't use msvc libs for mingw build
kwolekr [Sun, 17 Nov 2013 07:22:24 +0000 (02:22 -0500)]
Decoration: Stop DecoSimple::resolveNodeNames from complaining about no node name if decolist is used
Fix warning message for spawnby nodes
Prevent type-punning warning caused by casting enum to int
kwolekr [Sun, 17 Nov 2013 06:59:04 +0000 (01:59 -0500)]
Actually fix weather
The real problem was that MapBlocks were not activated before getting sent to the client
sapier [Mon, 11 Nov 2013 23:06:14 +0000 (00:06 +0100)]
Fix invalid listname and listsize not handled correctly in set_size
MetaDucky [Thu, 14 Nov 2013 17:31:45 +0000 (18:31 +0100)]
fixed array limit check when reading Lua specialtiles table
ShadowNinja [Tue, 5 Nov 2013 17:06:15 +0000 (12:06 -0500)]
Pass a errfunc to lua_pcall to get a traceback
BlockMen [Thu, 14 Nov 2013 18:03:55 +0000 (19:03 +0100)]
Fix formspec background padding when clipped
proller [Thu, 14 Nov 2013 11:05:07 +0000 (15:05 +0400)]
Improved default settings for floatland perlin noise 1. Larger, more detailed floatlands.
Sfan5 [Tue, 12 Nov 2013 14:18:20 +0000 (15:18 +0100)]
Fix compiling with 32bit MinGW
sapier [Sat, 9 Nov 2013 21:51:12 +0000 (22:51 +0100)]
Fix invalid usage of temporary object in mainmenu json conversion
sapier [Sat, 9 Nov 2013 09:57:41 +0000 (10:57 +0100)]
Disable localization workaround in server
sapier [Sun, 3 Nov 2013 16:28:16 +0000 (17:28 +0100)]
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
sapier [Sun, 10 Nov 2013 18:37:45 +0000 (19:37 +0100)]
Fix "TODO read modinfo" in modmanager to improve ui usability
proller [Sun, 10 Nov 2013 14:24:45 +0000 (18:24 +0400)]
Fix spaces float islands code
0gb.us [Sun, 10 Nov 2013 01:37:05 +0000 (17:37 -0800)]
FIxed floating isle generation at chunk boundaries
A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
kwolekr [Sat, 9 Nov 2013 20:26:04 +0000 (15:26 -0500)]
Weather: Fix uninitialized weather_update_time (sorry proller)
PilzAdam [Sat, 9 Nov 2013 13:28:00 +0000 (14:28 +0100)]
Add BlockMen to core dev list
sapier [Sat, 9 Nov 2013 12:56:36 +0000 (13:56 +0100)]
Fix game buttons not beeing 48x48
sapier [Sat, 9 Nov 2013 10:01:16 +0000 (11:01 +0100)]
Fix crash updating gametype without game
PilzAdam [Fri, 8 Nov 2013 17:16:08 +0000 (18:16 +0100)]
Fix typo in lua_api.txt
4Evergreen4 [Thu, 7 Nov 2013 21:20:04 +0000 (16:20 -0500)]
Add wrapper for minetest.rotate_and_place.
Cy [Thu, 7 Nov 2013 03:08:18 +0000 (19:08 -0800)]
Don't assert scalars must be vectors.
Vanessa Ezekowitz [Thu, 7 Nov 2013 03:09:06 +0000 (22:09 -0500)]
Fix orient_flags to be optional.
Vanessa Ezekowitz [Tue, 5 Nov 2013 07:11:35 +0000 (02:11 -0500)]
Add 6d facedir rotation prediction routine
proller [Tue, 5 Nov 2013 12:57:43 +0000 (16:57 +0400)]
Correct useragent in http queries
Net struct init
proller [Tue, 5 Nov 2013 17:17:33 +0000 (21:17 +0400)]
Masterserver uptime fix
kwolekr [Tue, 17 Sep 2013 07:18:50 +0000 (03:18 -0400)]
Add seed entry to world creation dialog
kwolekr [Tue, 17 Sep 2013 06:57:10 +0000 (02:57 -0400)]
Accept hexadecimal and string values for seeds
sapier [Mon, 4 Nov 2013 16:04:55 +0000 (17:04 +0100)]
Fix invalid use of pointer to temporary object in json2lua conversion
Ilya Zhuravlev [Mon, 4 Nov 2013 17:54:25 +0000 (21:54 +0400)]
Fix masterserver README.md
proller [Mon, 4 Nov 2013 08:59:55 +0000 (12:59 +0400)]
Masterserver fixes
proller [Mon, 4 Nov 2013 00:55:35 +0000 (04:55 +0400)]
Masterserver show privs and js autoload
ShadowNinja [Sun, 3 Nov 2013 23:21:53 +0000 (18:21 -0500)]
Add a "More..." link when the serverlist is filtered
ShadowNinja [Sun, 3 Nov 2013 23:02:07 +0000 (18:02 -0500)]
Only show servers with at least min_clients clients
ShadowNinja [Sat, 2 Nov 2013 22:53:51 +0000 (18:53 -0400)]
Use a doT.js template for the serverlist
sapier [Tue, 22 Oct 2013 17:31:49 +0000 (19:31 +0200)]
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant
BlockMen [Sun, 3 Nov 2013 21:32:01 +0000 (22:32 +0100)]
Fix typo
BlockMen [Sat, 2 Nov 2013 03:26:44 +0000 (04:26 +0100)]
Reworked formspecs and kahrl's hexcolor parser
Novatux [Sat, 26 Oct 2013 07:56:38 +0000 (09:56 +0200)]
Send a on_receive_fields event when formspec is closed, with fields.quit = "true"
ShadowNinja [Fri, 2 Aug 2013 20:41:36 +0000 (16:41 -0400)]
Add basic protection support to builtin
Aaron Suen [Sun, 25 Aug 2013 16:19:31 +0000 (12:19 -0400)]
Portability fixes for OpenBSD (and possibly NetBSD and others).
Novatux [Sat, 2 Nov 2013 15:13:07 +0000 (16:13 +0100)]
Fix possible crash with grass ABM.
PilzAdam [Mon, 9 Sep 2013 13:32:55 +0000 (15:32 +0200)]
Fix liquid_range
* Prevent graphical glitches on old servers
* Fix flowing of liquids with viscosity != 1 and range != 8
* Fix range = 0, no flowing nodes will appear
Novatux [Sat, 2 Nov 2013 12:49:22 +0000 (13:49 +0100)]
Fix grass adding/removing ABM.
Novatux [Sat, 2 Nov 2013 09:48:13 +0000 (10:48 +0100)]
Move the sapling growing and grass adding/removing ABMs to Lua
ShadowNinja [Fri, 1 Nov 2013 20:30:30 +0000 (16:30 -0400)]
Add my email address to the main menu credits
ShadowNinja [Wed, 30 Oct 2013 19:38:13 +0000 (15:38 -0400)]
Add more checks to vector functions
BlockMen [Wed, 23 Oct 2013 10:58:23 +0000 (12:58 +0200)]
Don't remove background of games in submenus
0gb.us [Tue, 29 Oct 2013 00:25:10 +0000 (17:25 -0700)]
Fixed ignoring of "diggable" property of nodes.
Novatux [Sat, 26 Oct 2013 09:25:28 +0000 (11:25 +0200)]
Add a callback: minetest.register_on_craft(itemstack, player,
old_craft_grid, craft_inv) and
minetest.register_craft_predict(itemstack, player, old_craft_grid,
craft_inv)
ShadowNinja [Tue, 1 Oct 2013 21:14:58 +0000 (17:14 -0400)]
Made unknown nodes stop falling nodes properly and shorten lines
ShadowNinja [Wed, 30 Oct 2013 19:46:52 +0000 (15:46 -0400)]
Raise the maximum node limit to 0x7fff
As agreed to by kahrl
Novatux [Fri, 1 Nov 2013 11:27:50 +0000 (12:27 +0100)]
Move new core devs to the "Core Developpers" section of mainmenu.
proller [Fri, 18 Oct 2013 17:56:34 +0000 (21:56 +0400)]
Masterserver totals fix
proller [Thu, 17 Oct 2013 21:32:49 +0000 (01:32 +0400)]
Masterserver update
ShadowNinja [Mon, 16 Sep 2013 02:47:39 +0000 (22:47 -0400)]
Add sanity checks to vector functions
ShadowNinja [Mon, 16 Sep 2013 20:13:39 +0000 (16:13 -0400)]
Remove vector metatable setting
This not only makes the vector functions faster, but also makes them more
consistent with other functions.
Perttu Ahola [Wed, 16 Oct 2013 21:10:16 +0000 (00:10 +0300)]
Fix object duplication bug (at least in the most reproducible UFO case)
Novatux [Mon, 6 May 2013 16:53:15 +0000 (18:53 +0200)]
Add tool callback
Novatux [Sun, 6 Oct 2013 10:15:14 +0000 (12:15 +0200)]
Fix minetest.facedir_to_dir when param2 is 5 or 7.
Sokomine [Tue, 8 Oct 2013 20:41:53 +0000 (22:41 +0200)]
Add support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchlike' like used for drawtype 'plantlike'
William Strealy [Sat, 14 Sep 2013 02:33:28 +0000 (04:33 +0200)]
Translated using Weblate (Spanish)
Frederico Guimarães [Tue, 17 Sep 2013 13:15:04 +0000 (15:15 +0200)]
Translated using Weblate (Portuguese (Brazil))
Rutger NL [Wed, 11 Sep 2013 14:25:17 +0000 (16:25 +0200)]
Translated using Weblate (Dutch)
Frederico Guimarães [Mon, 16 Sep 2013 15:22:30 +0000 (17:22 +0200)]
Translated using Weblate (Portuguese (Brazil))
Shen Zheyu [Sat, 14 Sep 2013 10:52:23 +0000 (12:52 +0200)]
Translated using Weblate (Chinese (China))
Rutger NL [Wed, 11 Sep 2013 13:27:52 +0000 (15:27 +0200)]
Translated using Weblate (Dutch)
we prefer instagib metl3 [Mon, 9 Sep 2013 20:32:54 +0000 (22:32 +0200)]
Translated using Weblate (French)
Pilz Adam [Mon, 9 Sep 2013 16:31:01 +0000 (18:31 +0200)]
Translated using Weblate (German)
Kahrl [Mon, 7 Oct 2013 22:23:35 +0000 (00:23 +0200)]
Add Czech language
RealBadAngel [Mon, 7 Oct 2013 20:47:13 +0000 (22:47 +0200)]
FIx wrong error message on invalid use of the formspec element image_button
0gb.us [Tue, 24 Sep 2013 06:15:38 +0000 (23:15 -0700)]
Remove mapgen_air alias (#935)
fairiestoy [Wed, 11 Sep 2013 14:59:48 +0000 (16:59 +0200)]
Optimized minetest.get_connected_players()
Instead of collecting all objects within a huge radius (which could be
a big value), just register each player that connects and give back the
current hold list.
Kahrl [Sun, 29 Sep 2013 14:05:09 +0000 (16:05 +0200)]
Pass VERSION_EXTRA to GenerateVersion.cmake
PilzAdam [Sat, 28 Sep 2013 20:47:09 +0000 (22:47 +0200)]
Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
PilzAdam [Wed, 11 Sep 2013 14:32:05 +0000 (16:32 +0200)]
Allow to manually specify param2 in minetest.item_place() and return success
Kahrl [Wed, 25 Sep 2013 02:47:44 +0000 (04:47 +0200)]
Add --version option
Kahrl [Wed, 25 Sep 2013 02:38:46 +0000 (04:38 +0200)]
Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt
Kahrl [Wed, 25 Sep 2013 02:29:07 +0000 (04:29 +0200)]
Show git hash in version string at top left corner of window
ShadowNinja [Tue, 17 Sep 2013 19:28:21 +0000 (15:28 -0400)]
Lower the default max_users from 100 to 15
PilzAdam [Sat, 28 Sep 2013 13:05:55 +0000 (15:05 +0200)]
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO
kwolekr [Sun, 21 Apr 2013 16:55:46 +0000 (12:55 -0400)]
Re-fix hud_change stat argument retrieval
Conflicts:
src/script/lua_api/l_object.cpp
BlockMen [Tue, 17 Sep 2013 11:13:29 +0000 (13:13 +0200)]
Fix compiling issue of MSVC
BlockMen [Thu, 19 Sep 2013 18:39:19 +0000 (20:39 +0200)]
Add option to scale image to percentage values
proller [Tue, 17 Sep 2013 21:37:47 +0000 (01:37 +0400)]
Fix null dereference in weather update functions
kwolekr [Tue, 17 Sep 2013 03:52:42 +0000 (23:52 -0400)]
Fix some warnings and other minor details
kwolekr [Tue, 17 Sep 2013 02:52:24 +0000 (22:52 -0400)]
Weather: Clean up getHeat/getHumidity somewhat