oweals/minetest.git
11 years agoA handful of minor fixes to various things
kwolekr [Sat, 22 Jun 2013 21:27:48 +0000 (17:27 -0400)]
A handful of minor fixes to various things

11 years agoDecoration: Add Schematic decoration type
kwolekr [Sat, 22 Jun 2013 04:29:44 +0000 (00:29 -0400)]
Decoration: Add Schematic decoration type

11 years agoAdd Hungarian language.
Ilya Zhuravlev [Fri, 21 Jun 2013 08:26:07 +0000 (12:26 +0400)]
Add Hungarian language.

11 years agoMerge remote-tracking branch 'origin/master'
Weblate [Fri, 21 Jun 2013 08:24:16 +0000 (10:24 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoTranslated using Weblate (Kirghiz)
Chyngyz Dzhumaliev [Sat, 1 Jun 2013 16:09:05 +0000 (18:09 +0200)]
Translated using Weblate (Kirghiz)

11 years agoAdd a setting for max loop count per step in liquid update
PilzAdam [Sat, 8 Jun 2013 23:42:46 +0000 (23:42 +0000)]
Add a setting for max loop count per step in liquid update

11 years agoMake minetest.debug accept multiple parameters; convert them to string
Kahrl [Thu, 20 Jun 2013 22:04:18 +0000 (00:04 +0200)]
Make minetest.debug accept multiple parameters; convert them to string

11 years agoRemove deprecated functions that don't work anymore from lua_api.txt
Kahrl [Thu, 20 Jun 2013 05:52:04 +0000 (07:52 +0200)]
Remove deprecated functions that don't work anymore from lua_api.txt

11 years agoPlay placing sound only if place prediction was successful
PilzAdam [Wed, 19 Jun 2013 21:09:18 +0000 (21:09 +0000)]
Play placing sound only if place prediction was successful

11 years agoDont dig or place nodes if interact priv is missing (clientside)
PilzAdam [Wed, 19 Jun 2013 21:00:14 +0000 (21:00 +0000)]
Dont dig or place nodes if interact priv is missing (clientside)

11 years agoAdd drowning 780/head
PilzAdam [Wed, 19 Jun 2013 14:30:22 +0000 (14:30 +0000)]
Add drowning

11 years agoRestore old output format of dump()
Diego Martínez [Sun, 16 Jun 2013 06:06:41 +0000 (03:06 -0300)]
Restore old output format of dump()

11 years agoCompress textures
David Gumberg [Tue, 28 May 2013 03:55:01 +0000 (20:55 -0700)]
Compress textures

11 years agoDecoration: Place decorations in mgv6, check if air or cignore before placement
kwolekr [Tue, 18 Jun 2013 01:59:42 +0000 (21:59 -0400)]
Decoration: Place decorations in mgv6, check if air or cignore before placement

11 years agoShow number of objects in client environment in profiler (F6)
Kahrl [Mon, 17 Jun 2013 23:49:06 +0000 (01:49 +0200)]
Show number of objects in client environment in profiler (F6)

11 years agoFormspec: Don't perform black magic if selected item fits the guess
Kahrl [Mon, 17 Jun 2013 23:32:11 +0000 (01:32 +0200)]
Formspec: Don't perform black magic if selected item fits the guess

11 years agoFix calculation of selected item (for not drawing it) in formspec
Kahrl [Mon, 17 Jun 2013 23:18:54 +0000 (01:18 +0200)]
Fix calculation of selected item (for not drawing it) in formspec

The previous code did not work when the list did not start at index 0
of the inventory list (issue #779).

11 years agoRemove useless recalculation of bounding box (mapblock_mesh)
Esteban I. Ruiz Moreno [Sat, 15 Jun 2013 18:30:48 +0000 (15:30 -0300)]
Remove useless recalculation of bounding box (mapblock_mesh)

11 years agoDecoration, Ore: Resolve node names on Mapgen init
kwolekr [Mon, 17 Jun 2013 22:51:29 +0000 (18:51 -0400)]
Decoration, Ore: Resolve node names on Mapgen init

11 years agoDecoration: Change divlen to sidelen
kwolekr [Mon, 17 Jun 2013 22:23:31 +0000 (18:23 -0400)]
Decoration: Change divlen to sidelen

11 years agoAdd initial Decoration support, many misc. improvements & modifications
kwolekr [Sun, 16 Jun 2013 02:23:06 +0000 (22:23 -0400)]
Add initial Decoration support, many misc. improvements & modifications

11 years agoExtend a delay in TestConnection from 50 to 100 milliseconds.
Kahrl [Mon, 17 Jun 2013 00:09:50 +0000 (02:09 +0200)]
Extend a delay in TestConnection from 50 to 100 milliseconds.

The 50 ms delay causes frequent test failures on certain systems with
slow network stacks, these failures go away with the 100 ms variant.

11 years agoTweak IDropAction restriction handling in server.cpp
Kahrl [Sun, 16 Jun 2013 15:01:21 +0000 (17:01 +0200)]
Tweak IDropAction restriction handling in server.cpp

11 years agoLazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g
Kahrl [Sun, 16 Jun 2013 12:07:12 +0000 (14:07 +0200)]
Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g

11 years agoRemoved a redundant step which degraded performance
sweetbomber [Sat, 15 Jun 2013 16:44:59 +0000 (17:44 +0100)]
Removed a redundant step which degraded performance

11 years agoAdd basic unicode support to the console (linux workaround)
Esteban I. Ruiz Moreno [Wed, 5 Jun 2013 01:14:31 +0000 (22:14 -0300)]
Add basic unicode support to the console (linux workaround)

11 years agoFix crash in dump() when index is a table
khonkhortisan [Sun, 9 Jun 2013 01:15:26 +0000 (19:15 -0600)]
Fix crash in dump() when index is a table

11 years agoFixes cmake-gui causing RUN_IN_PLACE to be always off
MetaDucky [Sun, 26 May 2013 07:49:02 +0000 (09:49 +0200)]
Fixes cmake-gui causing RUN_IN_PLACE to be always off

11 years agoReset dig_time when switching to a tool that cant dig the current node
PilzAdam [Thu, 13 Jun 2013 12:41:23 +0000 (12:41 +0000)]
Reset dig_time when switching to a tool that cant dig the current node

11 years agoEnable word wrapping in profiler IGUIStaticText (freetype needs this)
Kahrl [Thu, 13 Jun 2013 12:32:53 +0000 (14:32 +0200)]
Enable word wrapping in profiler IGUIStaticText (freetype needs this)

11 years agoPlay player_damage.ogg when recieving damage and additionally play player_falling_dam...
PilzAdam [Wed, 17 Apr 2013 18:13:47 +0000 (20:13 +0200)]
Play player_damage.ogg when recieving damage and additionally play player_falling_damage.ogg when recieving falling damage

11 years agoFix class/struct forward declaration inconsistencies (good on ya, MSVC) 0.4.7-MSVC
Kahrl [Thu, 6 Jun 2013 20:57:38 +0000 (22:57 +0200)]
Fix class/struct forward declaration inconsistencies (good on ya, MSVC)

11 years agoBump version to 0.4.7 0.4.7
PilzAdam [Thu, 6 Jun 2013 17:14:26 +0000 (17:14 +0000)]
Bump version to 0.4.7

11 years agoRevert "Fix multiple texture support for animated meshnodes." (broke existing models)
PilzAdam [Thu, 6 Jun 2013 17:13:41 +0000 (17:13 +0000)]
Revert "Fix multiple texture support for animated meshnodes." (broke existing models)

This reverts commit 649dca4d16786ed4e5b74878f56b86dea4f02542.

11 years agoClose console when it loses focus but it is still on screen
Esteban I. Ruiz Moreno [Wed, 5 Jun 2013 02:26:52 +0000 (23:26 -0300)]
Close console when it loses focus but it is still on screen

11 years agoOnly add ^[forcesingle to get raw texture if atlas is used
Kahrl [Tue, 4 Jun 2013 05:44:19 +0000 (07:44 +0200)]
Only add ^[forcesingle to get raw texture if atlas is used

11 years agoFix multiple texture support for animated meshnodes.
stujones11 [Wed, 22 May 2013 19:20:05 +0000 (20:20 +0100)]
Fix multiple texture support for animated meshnodes.

11 years agoCorrected segfault when registering new biomes.
sweetbomber [Mon, 3 Jun 2013 14:59:13 +0000 (15:59 +0100)]
Corrected segfault when registering new biomes.

11 years agoAdd and implement setting max_clearobjects_extra_loaded_blocks.
Kahrl [Sun, 2 Jun 2013 13:35:29 +0000 (15:35 +0200)]
Add and implement setting max_clearobjects_extra_loaded_blocks.

Now Environment::clearAllObjects() unloads unused blocks in an interval
defined by max_clearobjects_extra_loaded_blocks (default 4096).

11 years agoDelay deleting replaced textures (m_texture_trash)
Kahrl [Sun, 2 Jun 2013 23:53:43 +0000 (01:53 +0200)]
Delay deleting replaced textures (m_texture_trash)

11 years agoCall m_menumgr->deletingMenu from quitMenu in addition to destructor
Kahrl [Sun, 2 Jun 2013 15:53:20 +0000 (17:53 +0200)]
Call m_menumgr->deletingMenu from quitMenu in addition to destructor

This fixes the bug where noMenuActive() keeps returning false after
closing a menu until the mouse is moved, rendering the keyboard
unusable (the_game calls input->clear() every frame when
noMenuActive() is false).

11 years agoAdd Code::Blocks project and build files to .gitignore
bcnjr5 [Thu, 25 Apr 2013 13:56:40 +0000 (09:56 -0400)]
Add Code::Blocks project and build files to .gitignore

11 years agoReplace c55.me links
Kahrl [Sun, 2 Jun 2013 15:38:53 +0000 (17:38 +0200)]
Replace c55.me links

11 years agoTranslated using Weblate (French)
Dany Cuartiella [Sat, 1 Jun 2013 23:56:06 +0000 (01:56 +0200)]
Translated using Weblate (French)

11 years agoFix missing find_path and line_of_sight
sapier [Sun, 26 May 2013 16:23:22 +0000 (18:23 +0200)]
Fix missing find_path and line_of_sight

11 years agoFix some nullptr exceptions when handling invalid node inventories
MetaDucky [Sun, 26 May 2013 10:06:35 +0000 (12:06 +0200)]
Fix some nullptr exceptions when handling invalid node inventories

11 years agoTranslated using Weblate (French)
Ilya Zhuravlev [Sat, 1 Jun 2013 11:22:26 +0000 (13:22 +0200)]
Translated using Weblate (French)

11 years agoMerge remote-tracking branch 'origin/master'
Weblate [Sat, 1 Jun 2013 11:18:52 +0000 (13:18 +0200)]
Merge remote-tracking branch 'origin/master'

11 years agoTranslated using Weblate (Portuguese (Brazil))
Frederico Guimarães [Wed, 15 May 2013 16:58:47 +0000 (18:58 +0200)]
Translated using Weblate (Portuguese (Brazil))

11 years agoTranslated using Weblate (Portuguese)
v c [Wed, 29 May 2013 22:13:04 +0000 (00:13 +0200)]
Translated using Weblate (Portuguese)

11 years agoTranslated using Weblate (Kirghiz)
Chynggyz Jumaliev [Sat, 18 May 2013 12:59:11 +0000 (14:59 +0200)]
Translated using Weblate (Kirghiz)

11 years agoTranslated using Weblate (German)
Pilz Adam [Tue, 14 May 2013 10:51:05 +0000 (12:51 +0200)]
Translated using Weblate (German)

11 years agoTranslated using Weblate (Chinese (China))
Shen Zheyu [Sat, 18 May 2013 14:23:09 +0000 (16:23 +0200)]
Translated using Weblate (Chinese (China))

11 years agoFix minetest.get_inventory(loc) always returning nil for "node" type loc
MetaDucky [Sun, 26 May 2013 09:27:06 +0000 (11:27 +0200)]
Fix minetest.get_inventory(loc) always returning nil for "node" type loc

11 years agoFix editbox default text being pre-selected in some cases
MetaDucky [Mon, 27 May 2013 17:33:33 +0000 (19:33 +0200)]
Fix editbox default text being pre-selected in some cases

11 years agoGenerate debug HUD text with ostringstream instead of snprintf.
Kahrl [Fri, 31 May 2013 23:49:59 +0000 (01:49 +0200)]
Generate debug HUD text with ostringstream instead of snprintf.

This should fix #730.

11 years agoLiquid adjusting: continue to drop
proller [Fri, 31 May 2013 18:57:59 +0000 (22:57 +0400)]
Liquid adjusting: continue to drop

11 years agoTranslated using Weblate (Portuguese)
manuel joaquim [Tue, 28 May 2013 23:59:52 +0000 (01:59 +0200)]
Translated using Weblate (Portuguese)

11 years agoTranslated using Weblate (Portuguese)
manuel duarte [Tue, 28 May 2013 23:32:19 +0000 (01:32 +0200)]
Translated using Weblate (Portuguese)

11 years agoTranslated using Weblate (Portuguese)
manuel duarte [Tue, 28 May 2013 23:31:46 +0000 (01:31 +0200)]
Translated using Weblate (Portuguese)

11 years agoBugfix: Update formname on showing new formspec while already one shown
sapier [Sun, 7 Apr 2013 14:34:35 +0000 (16:34 +0200)]
Bugfix: Update formname on showing new formspec while already one shown

11 years agoFixed wrongly named invref:get_location() table members for nodes.
MetaDucky [Thu, 23 May 2013 17:27:00 +0000 (19:27 +0200)]
Fixed wrongly named invref:get_location() table members for nodes.

Makes the result compatible with the minetest.get_inventory(location) param.

11 years agoAdd ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM
Kahrl [Sat, 4 May 2013 00:08:52 +0000 (02:08 +0200)]
Add ObjectRef.hud_set_hotbar_itemcount and add TOCLIENT_HUD_SET_PARAM

11 years agoHigher resolution menuheader
PilzAdam [Sat, 25 May 2013 17:56:48 +0000 (19:56 +0200)]
Higher resolution menuheader

11 years agoFix itemstack:add item not working correct 737/head
sapier [Sat, 25 May 2013 17:23:10 +0000 (19:23 +0200)]
Fix itemstack:add item not working correct

11 years agoMove scriptapi to separate folder (by sapier)
sapier [Fri, 24 May 2013 22:51:02 +0000 (00:51 +0200)]
Move scriptapi to separate folder (by sapier)

On the lua side, notably minetest.env:<function>(<args>) should now
be replaced by minetest.<function>(<args>).
The old way is and will stay supported for a long time.

Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)

11 years agoPredict param2 of facedir nodes and attachment of attached_node nodes
PilzAdam [Thu, 23 May 2013 23:38:57 +0000 (01:38 +0200)]
Predict param2 of facedir nodes and attachment of attached_node nodes

11 years agoMake raillike nodes connect to any other raillike nodes if both are in the group...
Jeija [Wed, 6 Feb 2013 18:36:14 +0000 (19:36 +0100)]
Make raillike nodes connect to any other raillike nodes if both are in the group connect_to_raillike

11 years agoFix disappearing of wielditem
PilzAdam [Tue, 21 May 2013 18:16:22 +0000 (20:16 +0200)]
Fix disappearing of wielditem

11 years agoLog non-fatal mod name conflict to actionstream instead of errorstream
Kahrl [Tue, 21 May 2013 12:56:43 +0000 (14:56 +0200)]
Log non-fatal mod name conflict to actionstream instead of errorstream

11 years agoDont animate changing wielditem from hand to hand
PilzAdam [Mon, 20 May 2013 18:31:38 +0000 (20:31 +0200)]
Dont animate changing wielditem from hand to hand

11 years agoAdd menu_header.png and remove old, unused textures
PilzAdam [Mon, 20 May 2013 14:57:22 +0000 (16:57 +0200)]
Add menu_header.png and remove old, unused textures

11 years agoFix typo in particle spawning
MetaDucky [Mon, 20 May 2013 14:09:11 +0000 (16:09 +0200)]
Fix typo in particle spawning

11 years agoSave settings after dropping main menu
elagin [Thu, 31 Jan 2013 17:03:14 +0000 (21:03 +0400)]
Save settings after dropping main menu

11 years agoFix link in minetest.conf.example
Russ [Fri, 1 Mar 2013 00:43:27 +0000 (16:43 -0800)]
Fix link in minetest.conf.example

11 years agoUse the group "soil" for nodes that saplings grow on
ShadowNinja [Sun, 14 Apr 2013 07:01:27 +0000 (03:01 -0400)]
Use the group "soil" for nodes that saplings grow on

11 years agoFix lava damage on player's upper body
kwolekr [Mon, 20 May 2013 01:29:49 +0000 (21:29 -0400)]
Fix lava damage on player's upper body

11 years agoFix nearly all warnings
kwolekr [Mon, 20 May 2013 01:26:08 +0000 (21:26 -0400)]
Fix nearly all warnings

11 years agoAllow nil as puncher e.g. to do damage by tnt
sapier [Sat, 4 May 2013 23:44:55 +0000 (01:44 +0200)]
Allow nil as puncher e.g. to do damage by tnt

11 years agoAdd a little animation when changing the wielded item
PilzAdam [Sun, 19 May 2013 22:20:42 +0000 (00:20 +0200)]
Add a little animation when changing the wielded item

11 years agoDont teleport back if holding sneak when detaching/turn freemove off
PilzAdam [Sun, 19 May 2013 18:56:25 +0000 (20:56 +0200)]
Dont teleport back if holding sneak when detaching/turn freemove off

11 years agoFix EmergeThread names in log
Kahrl [Sun, 19 May 2013 17:58:01 +0000 (19:58 +0200)]
Fix EmergeThread names in log

Concatenate the thread id as string instead of adding it to the pointer

11 years agoWrite mods that are not in world.mt into it at world startup
PilzAdam [Sun, 19 May 2013 17:52:29 +0000 (19:52 +0200)]
Write mods that are not in world.mt into it at world startup

11 years agoDont load mods that have no entry in world.mt
PilzAdam [Sun, 19 May 2013 17:46:50 +0000 (19:46 +0200)]
Dont load mods that have no entry in world.mt

11 years agoInstall mods/mods_here.txt instead of mods/minetest/mods_here.txt
PilzAdam [Sun, 19 May 2013 16:47:58 +0000 (18:47 +0200)]
Install mods/mods_here.txt instead of mods/minetest/mods_here.txt

11 years agoRemove no virtual dtor warnings, make MapgenParams contain actual NoiseParams
kwolekr [Sun, 19 May 2013 03:26:27 +0000 (23:26 -0400)]
Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams

11 years agoFix regression of world loading caused by 81c863ac
kwolekr [Sun, 19 May 2013 16:07:00 +0000 (12:07 -0400)]
Fix regression of world loading caused by 81c863ac

11 years agoNew modsystem
PilzAdam [Sat, 18 May 2013 15:00:47 +0000 (17:00 +0200)]
New modsystem
Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window

11 years agoTranslated using Weblate (Chinese (China))
Shen Zheyu [Sat, 18 May 2013 14:22:43 +0000 (16:22 +0200)]
Translated using Weblate (Chinese (China))

11 years agoRemove survival and build from CMakeLists.txt
PilzAdam [Sat, 18 May 2013 14:14:06 +0000 (16:14 +0200)]
Remove survival and build from CMakeLists.txt

11 years agoRemove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.sh
PilzAdam [Sat, 18 May 2013 14:13:32 +0000 (16:13 +0200)]
Remove common from CMakeLists.txt, README.txt, lua-api.txt and buildwin.sh

11 years agoOnly create SoundManager in main menu if USE_SOUND is true
PilzAdam [Sat, 18 May 2013 11:01:47 +0000 (13:01 +0200)]
Only create SoundManager in main menu if USE_SOUND is true

11 years agoFix memory leak in MeshUpdateThread
PilzAdam [Fri, 17 May 2013 23:52:18 +0000 (01:52 +0200)]
Fix memory leak in MeshUpdateThread

11 years agoFix math for isBlockInSight. Fixes #718 (client-side).
Aaron Suen [Fri, 17 May 2013 21:10:39 +0000 (17:10 -0400)]
Fix math for isBlockInSight.  Fixes #718 (client-side).

11 years agoMove kahrl to core devs in credits tab
PilzAdam [Fri, 17 May 2013 21:15:10 +0000 (23:15 +0200)]
Move kahrl to core devs in credits tab

11 years agoFix Problem with uk Translation
sfan5 [Fri, 17 May 2013 20:38:23 +0000 (23:38 +0300)]
Fix Problem with uk Translation

11 years agoTranslated using Weblate (French)
we prefer instagib metl3 [Fri, 17 May 2013 17:20:30 +0000 (19:20 +0200)]
Translated using Weblate (French)

11 years agoTranslated using Weblate (Spanish)
Diego Martínez [Thu, 16 May 2013 12:51:49 +0000 (14:51 +0200)]
Translated using Weblate (Spanish)

11 years agoDont drop fonts with ENABLE_FREETYPE=0
PilzAdam [Thu, 16 May 2013 00:19:32 +0000 (02:19 +0200)]
Dont drop fonts with ENABLE_FREETYPE=0

11 years agoFix memory leak in run_tests()
PilzAdam [Tue, 14 May 2013 10:29:30 +0000 (12:29 +0200)]
Fix memory leak in run_tests()