oweals/minetest.git
10 years agoTranslated using Weblate (Czech)
Petr Hála [Tue, 8 Oct 2013 12:45:02 +0000 (14:45 +0200)]
Translated using Weblate (Czech)

10 years agoTranslated using Weblate (Czech)
Heisenberg CZE [Tue, 8 Oct 2013 08:39:34 +0000 (10:39 +0200)]
Translated using Weblate (Czech)

10 years agoTranslated using Weblate (Czech)
Heisenberg CZE [Tue, 8 Oct 2013 08:30:49 +0000 (10:30 +0200)]
Translated using Weblate (Czech)

10 years agoTranslated using Weblate (Czech)
Petr Hála [Tue, 8 Oct 2013 05:06:49 +0000 (07:06 +0200)]
Translated using Weblate (Czech)

10 years agoFix invalid escape sequence in database migration code
Kahrl [Sat, 23 Nov 2013 15:09:38 +0000 (16:09 +0100)]
Fix invalid escape sequence in database migration code

10 years agoPrevent enabling Shaders if Direct3D is used
Sfan5 [Sat, 23 Nov 2013 07:55:48 +0000 (08:55 +0100)]
Prevent enabling Shaders if Direct3D is used

10 years agoFix crash when pressing Enter key in formspec menu
Kahrl [Fri, 22 Nov 2013 23:30:16 +0000 (00:30 +0100)]
Fix crash when pressing Enter key in formspec menu

11 years agoFix usage of 'minetest' where 'engine' was intended
ShadowNinja [Fri, 22 Nov 2013 02:24:04 +0000 (21:24 -0500)]
Fix usage of 'minetest' where 'engine' was intended

11 years agoFix possible implicit conversion of NULL to std::string
kwolekr [Thu, 21 Nov 2013 05:49:32 +0000 (00:49 -0500)]
Fix possible implicit conversion of NULL to std::string

11 years agoLuaVoxelManip: Update parameter index of set_lighting()
kwolekr [Thu, 21 Nov 2013 05:45:17 +0000 (00:45 -0500)]
LuaVoxelManip: Update parameter index of set_lighting()

11 years agoMapgen V6: Respect water_level setting
kwolekr [Thu, 21 Nov 2013 05:43:15 +0000 (00:43 -0500)]
Mapgen V6: Respect water_level setting

11 years agoFix modmanager screenshot path
BlockMen [Tue, 19 Nov 2013 14:39:40 +0000 (15:39 +0100)]
Fix modmanager screenshot path

11 years agofix gettext compile issues under win32
MetaDucky [Thu, 14 Nov 2013 19:09:37 +0000 (20:09 +0100)]
fix gettext compile issues under win32

11 years agoFix issue #1009 (minetest.get_connected_players() returns non-existing players)
kwolekr [Sun, 17 Nov 2013 07:57:40 +0000 (02:57 -0500)]
Fix issue #1009 (minetest.get_connected_players() returns non-existing players)

11 years agoIncrease liquid_loop_max to 10000 again
PilzAdam [Sun, 17 Nov 2013 20:05:14 +0000 (21:05 +0100)]
Increase liquid_loop_max to 10000 again

11 years agoRevert patch 58f036ad1 that causes object duplication (which tried to fix objects...
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.

11 years agoFix Result of processed Request was written to invalid (non existent) ResultQueue...
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

11 years agoAdd missing RequestQueue doc
sapier [Wed, 13 Nov 2013 20:49:50 +0000 (21:49 +0100)]
Add missing RequestQueue doc

11 years agoFix multicaller support in RequestQueue
sapier [Wed, 13 Nov 2013 20:46:14 +0000 (21:46 +0100)]
Fix multicaller support in RequestQueue

11 years agoDo the same for LevelDB interface
kwolekr [Sun, 17 Nov 2013 16:26:34 +0000 (11:26 -0500)]
Do the same for LevelDB interface

11 years agoHandle blank blocks in database
kwolekr [Sun, 17 Nov 2013 15:57:45 +0000 (10:57 -0500)]
Handle blank blocks in database

Fix screwed-up indentation

11 years agoRevert "Don't use msvc libs for mingw build"
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.

11 years agoReplace print()s with minetest.log() in builtin
PilzAdam [Sun, 17 Nov 2013 11:11:44 +0000 (12:11 +0100)]
Replace print()s with minetest.log() in builtin

11 years agoPrevent shaders from being created when disabled
kwolekr [Sun, 17 Nov 2013 07:46:05 +0000 (02:46 -0500)]
Prevent shaders from being created when disabled

11 years agoAdd CURL_DLL search to show up CURL_DLL in cmake gui and don't silently ignore missin...
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

11 years agoDon't use msvc libs for mingw build
sapier [Sun, 27 Oct 2013 12:13:40 +0000 (13:13 +0100)]
Don't use msvc libs for mingw build

11 years agoDecoration: Stop DecoSimple::resolveNodeNames from complaining about no node name...
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

11 years agoActually fix weather
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

11 years agoFix invalid listname and listsize not handled correctly in set_size
sapier [Mon, 11 Nov 2013 23:06:14 +0000 (00:06 +0100)]
Fix invalid listname and listsize not handled correctly in set_size

11 years agofixed array limit check when reading Lua specialtiles table
MetaDucky [Thu, 14 Nov 2013 17:31:45 +0000 (18:31 +0100)]
fixed array limit check when reading Lua specialtiles table

11 years agoPass a errfunc to lua_pcall to get a traceback 995/head
ShadowNinja [Tue, 5 Nov 2013 17:06:15 +0000 (12:06 -0500)]
Pass a errfunc to lua_pcall to get a traceback

11 years agoFix formspec background padding when clipped
BlockMen [Thu, 14 Nov 2013 18:03:55 +0000 (19:03 +0100)]
Fix formspec background padding when clipped

11 years agoImproved default settings for floatland perlin noise 1. Larger, more detailed floatlands.
proller [Thu, 14 Nov 2013 11:05:07 +0000 (15:05 +0400)]
Improved default settings for floatland perlin noise 1. Larger, more detailed floatlands.

11 years agoFix compiling with 32bit MinGW
Sfan5 [Tue, 12 Nov 2013 14:18:20 +0000 (15:18 +0100)]
Fix compiling with 32bit MinGW

11 years agoFix invalid usage of temporary object in mainmenu json conversion
sapier [Sat, 9 Nov 2013 21:51:12 +0000 (22:51 +0100)]
Fix invalid usage of temporary object in mainmenu json conversion

11 years agoDisable localization workaround in server
sapier [Sat, 9 Nov 2013 09:57:41 +0000 (10:57 +0100)]
Disable localization workaround in server

11 years agoFix win32/msvc i18n (quite UGLY version, blame Microsoft)
sapier [Sun, 3 Nov 2013 16:28:16 +0000 (17:28 +0100)]
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)

11 years agoFix "TODO read modinfo" in modmanager to improve ui usability
sapier [Sun, 10 Nov 2013 18:37:45 +0000 (19:37 +0100)]
Fix "TODO read modinfo" in modmanager to improve ui usability

11 years agoFix spaces float islands code
proller [Sun, 10 Nov 2013 14:24:45 +0000 (18:24 +0400)]
Fix spaces float islands code

11 years agoFIxed floating isle generation at chunk boundaries
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

11 years agoWeather: Fix uninitialized weather_update_time (sorry proller)
kwolekr [Sat, 9 Nov 2013 20:26:04 +0000 (15:26 -0500)]
Weather: Fix uninitialized weather_update_time (sorry proller)

11 years agoAdd BlockMen to core dev list
PilzAdam [Sat, 9 Nov 2013 13:28:00 +0000 (14:28 +0100)]
Add BlockMen to core dev list

11 years agoFix game buttons not beeing 48x48
sapier [Sat, 9 Nov 2013 12:56:36 +0000 (13:56 +0100)]
Fix game buttons not beeing 48x48

11 years agoFix crash updating gametype without game
sapier [Sat, 9 Nov 2013 10:01:16 +0000 (11:01 +0100)]
Fix crash updating gametype without game

11 years agoFix typo in lua_api.txt
PilzAdam [Fri, 8 Nov 2013 17:16:08 +0000 (18:16 +0100)]
Fix typo in lua_api.txt

11 years agoAdd wrapper for minetest.rotate_and_place. 988/head
4Evergreen4 [Thu, 7 Nov 2013 21:20:04 +0000 (16:20 -0500)]
Add wrapper for minetest.rotate_and_place.

11 years agoDon't assert scalars must be vectors.
Cy [Thu, 7 Nov 2013 03:08:18 +0000 (19:08 -0800)]
Don't assert scalars must be vectors.

11 years agoFix orient_flags to be optional.
Vanessa Ezekowitz [Thu, 7 Nov 2013 03:09:06 +0000 (22:09 -0500)]
Fix orient_flags to be optional.

11 years agoAdd 6d facedir rotation prediction routine
Vanessa Ezekowitz [Tue, 5 Nov 2013 07:11:35 +0000 (02:11 -0500)]
Add 6d facedir rotation prediction routine

11 years agoCorrect useragent in http queries
proller [Tue, 5 Nov 2013 12:57:43 +0000 (16:57 +0400)]
Correct useragent in http queries
Net struct init

11 years agoMasterserver uptime fix
proller [Tue, 5 Nov 2013 17:17:33 +0000 (21:17 +0400)]
Masterserver uptime fix

11 years agoAdd seed entry to world creation dialog
kwolekr [Tue, 17 Sep 2013 07:18:50 +0000 (03:18 -0400)]
Add seed entry to world creation dialog

11 years agoAccept hexadecimal and string values for seeds
kwolekr [Tue, 17 Sep 2013 06:57:10 +0000 (02:57 -0400)]
Accept hexadecimal and string values for seeds

11 years agoFix invalid use of pointer to temporary object in json2lua conversion
sapier [Mon, 4 Nov 2013 16:04:55 +0000 (17:04 +0100)]
Fix invalid use of pointer to temporary object in json2lua conversion

11 years agoFix masterserver README.md
Ilya Zhuravlev [Mon, 4 Nov 2013 17:54:25 +0000 (21:54 +0400)]
Fix masterserver README.md

11 years agoMasterserver fixes
proller [Mon, 4 Nov 2013 08:59:55 +0000 (12:59 +0400)]
Masterserver fixes

11 years agoMasterserver show privs and js autoload
proller [Mon, 4 Nov 2013 00:55:35 +0000 (04:55 +0400)]
Masterserver show privs and js autoload

11 years agoAdd a "More..." link when the serverlist is filtered
ShadowNinja [Sun, 3 Nov 2013 23:21:53 +0000 (18:21 -0500)]
Add a "More..." link when the serverlist is filtered

11 years agoOnly show servers with at least master.min_clients clients
ShadowNinja [Sun, 3 Nov 2013 23:02:07 +0000 (18:02 -0500)]
Only show servers with at least min_clients clients

11 years agoUse a doT.js template for the serverlist
ShadowNinja [Sat, 2 Nov 2013 22:53:51 +0000 (18:53 -0400)]
Use a doT.js template for the serverlist

11 years agoFix invalid usage of texture->getSize() where actually texture->getOriginalSize(...
sapier [Tue, 22 Oct 2013 17:31:49 +0000 (19:31 +0200)]
Fix invalid usage of texture->getSize() where actually texture->getOriginalSize() was meant

11 years agoFix typo
BlockMen [Sun, 3 Nov 2013 21:32:01 +0000 (22:32 +0100)]
Fix typo

11 years agoReworked formspecs and kahrl's hexcolor parser
BlockMen [Sat, 2 Nov 2013 03:26:44 +0000 (04:26 +0100)]
Reworked formspecs and kahrl's hexcolor parser

11 years agoSend a on_receive_fields event when formspec is closed, with fields.quit = "true"
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"

11 years agoAdd basic protection support to builtin 856/head
ShadowNinja [Fri, 2 Aug 2013 20:41:36 +0000 (16:41 -0400)]
Add basic protection support to builtin

11 years agoPortability fixes for OpenBSD (and possibly NetBSD and others).
Aaron Suen [Sun, 25 Aug 2013 16:19:31 +0000 (12:19 -0400)]
Portability fixes for OpenBSD (and possibly NetBSD and others).

11 years agoFix possible crash with grass ABM.
Novatux [Sat, 2 Nov 2013 15:13:07 +0000 (16:13 +0100)]
Fix possible crash with grass ABM.

11 years agoFix liquid_range
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

11 years agoFix grass adding/removing ABM.
Novatux [Sat, 2 Nov 2013 12:49:22 +0000 (13:49 +0100)]
Fix grass adding/removing ABM.

11 years agoMove the sapling growing and grass adding/removing ABMs to Lua
Novatux [Sat, 2 Nov 2013 09:48:13 +0000 (10:48 +0100)]
Move the sapling growing and grass adding/removing ABMs to Lua

11 years agoAdd my email address to the main menu credits
ShadowNinja [Fri, 1 Nov 2013 20:30:30 +0000 (16:30 -0400)]
Add my email address to the main menu credits

11 years agoAdd more checks to vector functions
ShadowNinja [Wed, 30 Oct 2013 19:38:13 +0000 (15:38 -0400)]
Add more checks to vector functions

11 years agoDon't remove background of games in submenus
BlockMen [Wed, 23 Oct 2013 10:58:23 +0000 (12:58 +0200)]
Don't remove background of games in submenus

11 years agoFixed ignoring of "diggable" property of nodes.
0gb.us [Tue, 29 Oct 2013 00:25:10 +0000 (17:25 -0700)]
Fixed ignoring of "diggable" property of nodes.

11 years agoAdd a callback: minetest.register_on_craft(itemstack, player,
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)

11 years agoMade unknown nodes stop falling nodes properly and shorten lines
ShadowNinja [Tue, 1 Oct 2013 21:14:58 +0000 (17:14 -0400)]
Made unknown nodes stop falling nodes properly and shorten lines

11 years agoRaise the maximum node limit to 0x7fff
ShadowNinja [Wed, 30 Oct 2013 19:46:52 +0000 (15:46 -0400)]
Raise the maximum node limit to 0x7fff

As agreed to by kahrl

11 years agoMove new core devs to the "Core Developpers" section of mainmenu.
Novatux [Fri, 1 Nov 2013 11:27:50 +0000 (12:27 +0100)]
Move new core devs to the "Core Developpers" section of mainmenu.

11 years agoMasterserver totals fix
proller [Fri, 18 Oct 2013 17:56:34 +0000 (21:56 +0400)]
Masterserver totals fix

11 years agoMasterserver update
proller [Thu, 17 Oct 2013 21:32:49 +0000 (01:32 +0400)]
Masterserver update

11 years agoAdd sanity checks to vector functions
ShadowNinja [Mon, 16 Sep 2013 02:47:39 +0000 (22:47 -0400)]
Add sanity checks to vector functions

11 years agoRemove vector metatable setting
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.

11 years agoFix object duplication bug (at least in the most reproducible UFO case)
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)

11 years agoAdd tool callback
Novatux [Mon, 6 May 2013 16:53:15 +0000 (18:53 +0200)]
Add tool callback

11 years agoFix minetest.facedir_to_dir when param2 is 5 or 7.
Novatux [Sun, 6 Oct 2013 10:15:14 +0000 (12:15 +0200)]
Fix minetest.facedir_to_dir when param2 is 5 or 7.

11 years agoAdd support for parameter 'visual_scale' for drawtypes 'signlike' and 'torchlike...
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'

11 years agoTranslated using Weblate (Spanish)
William Strealy [Sat, 14 Sep 2013 02:33:28 +0000 (04:33 +0200)]
Translated using Weblate (Spanish)

11 years agoTranslated using Weblate (Portuguese (Brazil))
Frederico Guimarães [Tue, 17 Sep 2013 13:15:04 +0000 (15:15 +0200)]
Translated using Weblate (Portuguese (Brazil))

11 years agoTranslated using Weblate (Dutch)
Rutger NL [Wed, 11 Sep 2013 14:25:17 +0000 (16:25 +0200)]
Translated using Weblate (Dutch)

11 years agoTranslated using Weblate (Portuguese (Brazil))
Frederico Guimarães [Mon, 16 Sep 2013 15:22:30 +0000 (17:22 +0200)]
Translated using Weblate (Portuguese (Brazil))

11 years agoTranslated using Weblate (Chinese (China))
Shen Zheyu [Sat, 14 Sep 2013 10:52:23 +0000 (12:52 +0200)]
Translated using Weblate (Chinese (China))

11 years agoTranslated using Weblate (Dutch)
Rutger NL [Wed, 11 Sep 2013 13:27:52 +0000 (15:27 +0200)]
Translated using Weblate (Dutch)

11 years agoTranslated using Weblate (French)
we prefer instagib metl3 [Mon, 9 Sep 2013 20:32:54 +0000 (22:32 +0200)]
Translated using Weblate (French)

11 years agoTranslated using Weblate (German)
Pilz Adam [Mon, 9 Sep 2013 16:31:01 +0000 (18:31 +0200)]
Translated using Weblate (German)

11 years agoAdd Czech language
Kahrl [Mon, 7 Oct 2013 22:23:35 +0000 (00:23 +0200)]
Add Czech language

11 years agoFIx wrong error message on invalid use of the formspec element image_button
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

11 years agoRemove mapgen_air alias (#935)
0gb.us [Tue, 24 Sep 2013 06:15:38 +0000 (23:15 -0700)]
Remove mapgen_air alias (#935)

11 years agoOptimized minetest.get_connected_players()
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.

11 years agoPass VERSION_EXTRA to GenerateVersion.cmake
Kahrl [Sun, 29 Sep 2013 14:05:09 +0000 (16:05 +0200)]
Pass VERSION_EXTRA to GenerateVersion.cmake

11 years agoAdd set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack
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