oweals/minetest.git
10 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)

10 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

10 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

10 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

10 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

10 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.

10 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.

10 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.

10 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

10 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

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

10 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

10 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

10 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

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

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

10 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

10 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

10 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

10 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

10 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

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

10 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

10 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"

10 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

10 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).

10 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.

10 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

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

10 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

10 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

10 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

10 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

10 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.

10 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)

10 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

10 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

10 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.

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

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

10 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

10 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.

10 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)

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

10 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.

10 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'

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

10 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))

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

10 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))

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

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

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

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

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

10 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

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

10 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.

10 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

10 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

10 years agoAllow to manually specify param2 in minetest.item_place() and return success
PilzAdam [Wed, 11 Sep 2013 14:32:05 +0000 (16:32 +0200)]
Allow to manually specify param2 in minetest.item_place() and return success

10 years agoAdd --version option
Kahrl [Wed, 25 Sep 2013 02:47:44 +0000 (04:47 +0200)]
Add --version option

10 years agoRemove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt
Kahrl [Wed, 25 Sep 2013 02:38:46 +0000 (04:38 +0200)]
Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt

10 years agoShow git hash in version string at top left corner of window
Kahrl [Wed, 25 Sep 2013 02:29:07 +0000 (04:29 +0200)]
Show git hash in version string at top left corner of window

10 years agoLower the default max_users from 100 to 15
ShadowNinja [Tue, 17 Sep 2013 19:28:21 +0000 (15:28 -0400)]
Lower the default max_users from 100 to 15

10 years agoAdd curl, freetype and luaJIT to CMAKE_BUILD_INFO 940/head
PilzAdam [Sat, 28 Sep 2013 13:05:55 +0000 (15:05 +0200)]
Add curl, freetype and luaJIT to CMAKE_BUILD_INFO

10 years agoRe-fix hud_change stat argument retrieval
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

10 years agoFix compiling issue of MSVC
BlockMen [Tue, 17 Sep 2013 11:13:29 +0000 (13:13 +0200)]
Fix compiling issue of MSVC

10 years agoAdd option to scale image to percentage values
BlockMen [Thu, 19 Sep 2013 18:39:19 +0000 (20:39 +0200)]
Add option to scale image to percentage values

10 years agoFix null dereference in weather update functions
proller [Tue, 17 Sep 2013 21:37:47 +0000 (01:37 +0400)]
Fix null dereference in weather update functions

10 years agoFix some warnings and other minor details
kwolekr [Tue, 17 Sep 2013 03:52:42 +0000 (23:52 -0400)]
Fix some warnings and other minor details

10 years agoWeather: Clean up getHeat/getHumidity somewhat
kwolekr [Tue, 17 Sep 2013 02:52:24 +0000 (22:52 -0400)]
Weather: Clean up getHeat/getHumidity somewhat

10 years agoFix comments about length of server step
ShadowNinja [Mon, 16 Sep 2013 21:03:44 +0000 (17:03 -0400)]
Fix comments about length of server step

6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step
from 0.05s to 0.1s

10 years agoUse cached "weather" setting
proller [Mon, 16 Sep 2013 22:56:15 +0000 (02:56 +0400)]
Use cached "weather" setting

10 years agoFog depend on humidity
proller [Fri, 30 Aug 2013 17:20:07 +0000 (21:20 +0400)]
Fog depend on humidity

10 years agoAdd configurable PRAGMA synchronous =
proller [Mon, 16 Sep 2013 22:09:28 +0000 (02:09 +0400)]
Add configurable PRAGMA synchronous =

10 years agoAlways use builtin JThread library
kwolekr [Mon, 16 Sep 2013 03:00:01 +0000 (23:00 -0400)]
Always use builtin JThread library

10 years agoChange mainmenu texture handling + small misc changes
Kahrl [Tue, 20 Aug 2013 20:38:14 +0000 (22:38 +0200)]
Change mainmenu texture handling + small misc changes

Texture names must now be escaped in formspec elements image[],
background[], image_button[], image_button_exit[].

Instead of special-case handling of texture loading (and unloading
which was missing) in guiFormSpecMenu.cpp, use the newly created
ISimpleTextureSource interface which is a minimal subset of
ITextureSource. There is an implementation of this interface
used by GUIEngine (MenuTextureSource).

Fix an off-by-one bug in unescape_string; it caused requests for a
texture called "\0".

10 years agoFix hotbar padding at bottom
BlockMen [Tue, 10 Sep 2013 13:05:50 +0000 (15:05 +0200)]
Fix hotbar padding at bottom

10 years agoAdd offset to automatic_face_movement_dir
PilzAdam [Sun, 18 Aug 2013 13:49:09 +0000 (15:49 +0200)]
Add offset to automatic_face_movement_dir

10 years agoFix bug: texture pack not overriding default menu textures
sapier [Mon, 9 Sep 2013 18:31:47 +0000 (20:31 +0200)]
Fix bug: texture pack not overriding default menu textures

10 years agoUse engine.is_yes() in mainmenu
PilzAdam [Tue, 10 Sep 2013 19:24:49 +0000 (21:24 +0200)]
Use engine.is_yes() in mainmenu

10 years agoUse the Settings Lua interface to read world.mt
PilzAdam [Tue, 10 Sep 2013 19:09:21 +0000 (21:09 +0200)]
Use the Settings Lua interface to read world.mt

10 years agoAllow non-string arguments for minetest.is_yes()
PilzAdam [Tue, 10 Sep 2013 17:24:17 +0000 (19:24 +0200)]
Allow non-string arguments for minetest.is_yes()

10 years agoAdd Settings interface for Lua
PilzAdam [Mon, 9 Sep 2013 20:50:25 +0000 (22:50 +0200)]
Add Settings interface for Lua

10 years agoHandle --migrate even when compiled without leveldb support
Kahrl [Tue, 10 Sep 2013 16:29:51 +0000 (18:29 +0200)]
Handle --migrate even when compiled without leveldb support

10 years agoRemove assert warning in leveldb wonderland
Kahrl [Tue, 10 Sep 2013 16:28:26 +0000 (18:28 +0200)]
Remove assert warning in leveldb wonderland

10 years agoFix loading leveldb worlds
Kahrl [Tue, 10 Sep 2013 16:16:36 +0000 (18:16 +0200)]
Fix loading leveldb worlds

10 years agoFix broken build due to missing mapsector.h include
Kahrl [Tue, 10 Sep 2013 15:49:53 +0000 (17:49 +0200)]
Fix broken build due to missing mapsector.h include

10 years agoAdd --migrate to manpages and update manpage dates
Kahrl [Tue, 10 Sep 2013 14:44:11 +0000 (16:44 +0200)]
Add --migrate to manpages and update manpage dates

10 years agoAdd license headers and remove useless includes
Kahrl [Tue, 10 Sep 2013 13:49:43 +0000 (15:49 +0200)]
Add license headers and remove useless includes

10 years agoUse system-wide LevelDB instead of bundled one
Sfan5 [Mon, 9 Sep 2013 20:46:18 +0000 (22:46 +0200)]
Use system-wide LevelDB instead of bundled one

10 years agoPrevent ModMgr from deleting backend setting in world.mt
Sfan5 [Mon, 9 Sep 2013 18:26:46 +0000 (20:26 +0200)]
Prevent ModMgr from deleting backend setting in world.mt

10 years agoMake --migrate update world.mt too
Sfan5 [Mon, 9 Sep 2013 18:07:25 +0000 (20:07 +0200)]
Make --migrate update world.mt too

10 years agoAdd note about --migrate only working with minetestserver or --server
Sfan5 [Mon, 9 Sep 2013 17:40:02 +0000 (19:40 +0200)]
Add note about --migrate only working with minetestserver or --server

10 years agoFix 'Unknown map backend' error when using Configure menu right after creating world
Sfan5 [Mon, 9 Sep 2013 17:21:07 +0000 (19:21 +0200)]
Fix 'Unknown map backend' error when using Configure menu right after creating world

10 years agoUse STL containers instead of irr::core::list
Sfan5 [Mon, 9 Sep 2013 16:44:50 +0000 (18:44 +0200)]
Use STL containers instead of irr::core::list

10 years agoAdd message that LevelDB is not supported on Windows
Sfan5 [Fri, 6 Sep 2013 18:50:02 +0000 (20:50 +0200)]
Add message that LevelDB is not supported on Windows

10 years agoMake it compile
Sfan5 [Fri, 6 Sep 2013 16:22:12 +0000 (18:22 +0200)]
Make it compile

10 years agoAdd dummy and LevelDB database backends
Ilya Zhuravlev [Mon, 22 Oct 2012 21:18:44 +0000 (01:18 +0400)]
Add dummy and LevelDB database backends