e1f5c37bbcUpdate Italian translation
Enki
2014-05-14 16:42:15 +02:00
8af9d8b6acFix missing call to std::ostringstream::str
ShadowNinja
2014-12-12 16:31:29 -05:00
19ccc27d37Fix MSVC compiling warnings and remove an unused texture
SmallJoker
2014-12-11 20:12:28 +01:00
093b1b47d9Log: Silence errorstream during unittests
kwolekr
2014-12-12 15:12:31 -05:00
10e0cf8b2cUse std::string::empty() instead of size() where applicable
Anton
2014-12-12 19:55:40 +05:00
83830e8682Add basic support for generating API documentation using Doxygen
Jürgen Doser
2013-01-30 18:21:32 +01:00
8066743a83Settings: Fix invalid memory access when setting not found in working mem
kwolekr
2014-12-12 14:39:36 -05:00
2c9bbe2736NodeResolver: Fix some comments and use const references for params
kwolekr
2014-12-12 14:21:41 -05:00
cf8213ea82Add minetest.clear_registered_decorations() and clear_registered_ores()
kwolekr
2014-12-12 14:07:49 -05:00
cec141adc1Allow footstep sounds to play for liquid and ladder nodes, making swimming and climbing sounds possible
MirceaKitsune
2014-12-07 23:47:52 +02:00
6ba50aa8f9Responsive tooltip offset for Android.
Kodexky
2014-12-01 23:02:41 -04:30
9f65fd6819Fix typo in mapblock.h
Craig Robbins
2014-12-12 18:06:36 +10:00
4e5d17f666LuaPerlinNoiseMap: Prevent invalid memory access when attempting to generate 3d noise with a buffer created for 2d
kwolekr
2014-12-12 02:46:52 -05:00
00fc0babe0Mapgens: Rename m_emerge to prevent name collisions
kwolekr
2014-12-12 02:38:39 -05:00
2b8180a417Add support for NoiseParams in minetest.get_perlin() and add docs on NoiseParams to lua_api.txt
kwolekr
2014-12-12 02:02:26 -05:00
c151099b79Revert "Adjust the values of dirs1 and dirs2 so that rotate_and_place orients textures correctly"
Craig Robbins
2014-12-12 16:21:29 +10:00
d3dc88fe6bSettings: Fail on invalid sequence and throw exception for LuaSettings
kwolekr
2014-12-12 00:44:17 -05:00
b0c4fd6d3fSettings: Sanitize value for multiline terminator tokens
kwolekr
2014-12-11 23:25:42 -05:00
f114fc74d6Fix undeclared globals in functions and shorten lines in misc_helpers.lua.
paramat
2014-12-12 01:10:19 +00:00
fb80a7c111Clean up Noise macros
kwolekr
2014-12-11 02:53:10 -05:00
c07f15e910NodeResolver: Fix cancelNode and cancelNodeList
kwolekr
2014-12-11 00:41:54 -05:00
f6912f4241Right mouse button behaviour for craft/inventory If right mousebutton clicked once then don't drop single items into slots. If right mouse button has been clicked and held a second time, drop items as the mouse is moved. In the second case (automatically drop/place items as mouse is moved) only auto-drop into blank slots, or slots that contain the same item.
Craig Robbins
2014-10-09 17:53:20 +10:00
68c799bf99Use setting groups for NoiseParams
kwolekr
2014-12-02 03:58:57 -05:00
78103e622cFix style of comment in minetest.conf.example
Kahrl
2014-12-01 21:47:22 +01:00
e402aa8984Add fontengine.cpp to Android.mk
Kahrl
2014-12-01 21:22:23 +01:00
93aab0362cFix settings callback "call" lost on rebase
sapier
2014-12-01 19:47:57 +01:00
691b18c41bFix node 0,0,0 being highlighted when enable_node_highlighting == false
Craig Robbins
2014-12-01 22:05:36 +10:00
d4f42938a5Fix build Note: this does not fix the warnings generated by clang
Craig Robbins
2014-12-01 15:17:47 +10:00
360660947bLuaSettings: Sanitize setting name strings
kwolekr
2014-11-30 19:01:37 -05:00
16781da4f9Fix segfault at exit caused by non grabbed font
Kahrl
2014-11-30 23:21:14 +01:00
175b7a28e5settings: Add setting groups and multiline entries
kwolekr
2014-11-30 15:49:04 -05:00
39162de15aMake hud use fontengine too Fix non coding style conforming glb_fontengine to g_fontengine Fix fonts never been deleted due to grabbed to often
sapier
2014-11-28 20:06:34 +01:00
d1d6a97b1cScale form elements consistently
Zefram
2014-08-20 23:42:27 +01:00
dceb9f7d60Implement proper font handling
sapier
2014-11-23 13:40:43 +01:00