oweals/minetest.git
9 years agoFix memory leaks due to messed up memory handling for particles as well as their...
sapier [Mon, 5 Jan 2015 17:34:59 +0000 (18:34 +0100)]
Fix memory leaks due to messed up memory handling for particles as well as their spawners

9 years agoSplit gui_scaling to gui_scaling + hud_scaling as those elements need different handl...
sapier [Tue, 6 Jan 2015 23:10:46 +0000 (00:10 +0100)]
Split gui_scaling to gui_scaling + hud_scaling as those elements need different handling on some devices

9 years agoFix facedir > 23 causes segfault in client
Craig Robbins [Fri, 9 Jan 2015 05:42:03 +0000 (15:42 +1000)]
Fix facedir > 23 causes segfault in client
See issue #2017
Applied kahrl's gist

9 years agoSwitch default scaling factor to 0.75 as most ppl seem to have 96dpi screens instead...
sapier [Thu, 8 Jan 2015 23:37:02 +0000 (00:37 +0100)]
Switch default scaling factor to 0.75 as most ppl seem to have 96dpi screens instead of previous assumed 72

9 years agoRemove included SQLite3 2046/head
ShadowNinja [Sun, 4 Jan 2015 18:48:23 +0000 (13:48 -0500)]
Remove included SQLite3

9 years agoAdd SQLite3 libraries to buildbot
sfan5 [Thu, 8 Jan 2015 20:30:07 +0000 (21:30 +0100)]
Add SQLite3 libraries to buildbot

9 years agoReturn step smoothing value to 23
paramat [Wed, 7 Jan 2015 12:22:33 +0000 (12:22 +0000)]
Return step smoothing value to 23

9 years agoMapgen V6: Re-enable liquid flowing
kwolekr [Thu, 8 Jan 2015 00:25:27 +0000 (19:25 -0500)]
Mapgen V6: Re-enable liquid flowing

9 years agoRemove accidentally added non-ft font files
sapier [Thu, 8 Jan 2015 00:02:24 +0000 (01:02 +0100)]
Remove accidentally added non-ft font files

9 years agoFix armv7 using arm arch while arm uses armv7
sapier [Wed, 7 Jan 2015 23:11:00 +0000 (00:11 +0100)]
Fix armv7 using arm arch while arm uses armv7

9 years agoFix direction property of HUD
rubenwardy [Wed, 7 Jan 2015 19:08:51 +0000 (19:08 +0000)]
Fix direction property of HUD

9 years agoFix emerge thread not cleaning up emerge queue on shutdown
sapier [Sun, 4 Jan 2015 00:01:30 +0000 (01:01 +0100)]
Fix emerge thread not cleaning up emerge queue on shutdown

9 years agoSwitch android build to external sqlite3
sapier [Wed, 7 Jan 2015 00:01:03 +0000 (01:01 +0100)]
Switch android build to external sqlite3

9 years agoFix andorid build error
sapier [Tue, 6 Jan 2015 23:10:21 +0000 (00:10 +0100)]
Fix andorid build error

9 years agoImplement X11 dpi autodetection
sapier [Tue, 6 Jan 2015 21:40:34 +0000 (22:40 +0100)]
Implement X11 dpi autodetection

9 years agoFix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)
sfan5 [Tue, 6 Jan 2015 18:43:21 +0000 (19:43 +0100)]
Fix buildbot (was broken by 04a1a446cf845a0db80d39fd0e42771aa07e4492)

9 years agoFixes for android 2057/head
sapier [Tue, 6 Jan 2015 15:01:49 +0000 (16:01 +0100)]
Fixes for android
Copy only minetest_game to apk by default
Don't copy .git and .svn folders to apk
Fix bouncing asset copy scrollbar due to long filepaths
Reenable font scaling to fix broken menu on high dpi screens
Implement minetest loglevel to android loglevel mapping
Disable touch digging while moving around

9 years agoAdd registered_ores and registered_decorations
ShadowNinja [Mon, 5 Jan 2015 02:30:55 +0000 (21:30 -0500)]
Add registered_ores and registered_decorations

9 years agoPrevent client crashing if an NDT_AIRLIKE node is dropped
Craig Robbins [Mon, 5 Jan 2015 12:39:08 +0000 (22:39 +1000)]
Prevent client crashing if an NDT_AIRLIKE node is dropped

The player dropping the node can either be themselves or another player (i.e. without this fix you can crash other people's clients)
Thanks CWz for reporting the issue

9 years agoShorten ManualMapVoxelManipulator to MMVManip
kwolekr [Mon, 5 Jan 2015 07:42:27 +0000 (02:42 -0500)]
Shorten ManualMapVoxelManipulator to MMVManip

9 years agoOptionally specify propagateSunlight area in calcLighting
kwolekr [Mon, 5 Jan 2015 06:18:53 +0000 (01:18 -0500)]
Optionally specify propagateSunlight area in calcLighting

This fixes the Mapgen V5 calcLighting segfault

9 years agoFix off-by-one error in `string:split` implementation.
Diego Martínez [Sun, 4 Jan 2015 23:10:25 +0000 (20:10 -0300)]
Fix off-by-one error in `string:split` implementation.

9 years agoExclude vertical mapblock borders when setting light
kwolekr [Mon, 5 Jan 2015 04:14:16 +0000 (23:14 -0500)]
Exclude vertical mapblock borders when setting light

9 years agoNodeDef: Clear NodeResolver related entries too in clear()
kwolekr [Mon, 5 Jan 2015 03:39:57 +0000 (22:39 -0500)]
NodeDef: Clear NodeResolver related entries too in clear()

9 years agoAdd minetest.generate_ores() and minetest.generate_decorations()
kwolekr [Mon, 5 Jan 2015 03:37:20 +0000 (22:37 -0500)]
Add minetest.generate_ores() and minetest.generate_decorations()

9 years agoFix broken android version due to new openssl not linking correct to curl
sapier [Sun, 4 Jan 2015 23:48:33 +0000 (00:48 +0100)]
Fix broken android version due to new openssl not linking correct to curl

9 years agoNodeResolver: Perform callback immediately if node registration phase finished
kwolekr [Sun, 4 Jan 2015 21:32:31 +0000 (16:32 -0500)]
NodeResolver: Perform callback immediately if node registration phase finished

Also add NodeResolver callbacks on the client

9 years agoFix forgotten favourite list image update of simple menu
sapier [Sun, 4 Jan 2015 16:37:45 +0000 (17:37 +0100)]
Fix forgotten favourite list image update of simple menu

9 years agoRe-add lost way to debug simple menu on PC
sapier [Sun, 4 Jan 2015 16:19:25 +0000 (17:19 +0100)]
Re-add lost way to debug simple menu on PC

9 years agoSwitch to official openssl version and update to 1.0.1j
sapier [Sat, 3 Jan 2015 22:49:46 +0000 (23:49 +0100)]
Switch to official openssl version and update to 1.0.1j

9 years agoRemove freezemelt documentation from lua_api.txt
Craig Robbins [Sun, 4 Jan 2015 11:53:25 +0000 (21:53 +1000)]
Remove freezemelt documentation from lua_api.txt

9 years agoRemove freezemelt (the remainder of proller nonsense)
kwolekr [Sun, 4 Jan 2015 08:30:10 +0000 (03:30 -0500)]
Remove freezemelt (the remainder of proller nonsense)

9 years agoAdd warning about using deprecated fields in Mapgen API and update docs
kwolekr [Sun, 4 Jan 2015 08:21:42 +0000 (03:21 -0500)]
Add warning about using deprecated fields in Mapgen API and update docs

9 years agoLuaVoxelManip: Error when given out-of-bounds area
kwolekr [Sun, 4 Jan 2015 08:07:28 +0000 (03:07 -0500)]
LuaVoxelManip: Error when given out-of-bounds area

9 years agoLighting: Fix nearly all issues
kwolekr [Sun, 4 Jan 2015 07:34:33 +0000 (02:34 -0500)]
Lighting: Fix nearly all issues

The cause of a single light source seemingly being lit without spread
was due to its creation in the +Y mapblock boundary layer during map
generation, which was ignored as the overtop.  This overtop explicitly
needs to be omitted during sunlight propagation, however.  To accomplish
this, Mapgen::calcLighting() was split into separate functions taking
separate parameters.
Additionally, do not diminish light too early during spread.  This fixes the
output inconsistency between Map::updateLighting and Mapgen::calcLighting.

9 years agoUpdate bundled SQLite to 3.8.7.4
Kahrl [Sun, 4 Jan 2015 04:10:07 +0000 (05:10 +0100)]
Update bundled SQLite to 3.8.7.4

9 years agoDeduplicate code and use stdlib in string functions
ShadowNinja [Thu, 11 Dec 2014 22:58:50 +0000 (17:58 -0500)]
Deduplicate code and use stdlib in string functions

9 years agoFix crash if NodeResolver destroyed before pending any node resolutions
kwolekr [Sat, 3 Jan 2015 16:05:31 +0000 (11:05 -0500)]
Fix crash if NodeResolver destroyed before pending any node resolutions

9 years agoRewrite lua_api.txt into Markdown format
Wuzzy [Mon, 15 Dec 2014 19:59:20 +0000 (20:59 +0100)]
Rewrite lua_api.txt into Markdown format

Just Markdown, no variant of it. File name intentionally
not changed to “lua_api.md” because of fear to break references
to that file. The file can still be renamed later.

9 years agoMore consistent progress bar from 0-100 on startup
sapier [Sat, 23 Aug 2014 10:16:46 +0000 (12:16 +0200)]
More consistent progress bar from 0-100 on startup

9 years agoSpeedup initial android startup on some devices by factor 10 or more 1985/head
sapier [Wed, 17 Dec 2014 23:23:36 +0000 (00:23 +0100)]
Speedup initial android startup on some devices by factor 10 or more

9 years agoFix rounding error in font size making main menu and in game font sizes inconsistent
sapier [Fri, 2 Jan 2015 15:52:02 +0000 (16:52 +0100)]
Fix rounding error in font size making main menu and in game font sizes inconsistent

9 years agoMgV5/6/7: Generate dungeons above water level
paramat [Wed, 31 Dec 2014 00:19:05 +0000 (00:19 +0000)]
MgV5/6/7: Generate dungeons above water level

Use/add stone_surface_max_y to speed-optimise/guide dungeon generation
MgV7: Don't let mountain terrain chop dungeons at mapchunk borders
Make mountain terrain update stone_surface_max_y for caves in mountains

9 years agoMgv7: Remove range limits on mountain height to enable modification through .conf
paramat [Tue, 30 Dec 2014 22:43:15 +0000 (22:43 +0000)]
Mgv7: Remove range limits on mountain height to enable modification through .conf

9 years agoFix map parameter load order
kwolekr [Tue, 30 Dec 2014 17:30:14 +0000 (12:30 -0500)]
Fix map parameter load order

9 years agoAdd display_gamma option for client
Craig Robbins [Sun, 14 Dec 2014 11:28:08 +0000 (21:28 +1000)]
Add display_gamma option for client

9 years agoFix endian.h include for FreeBSD
Dmitry Marakasov [Tue, 30 Dec 2014 00:03:01 +0000 (03:03 +0300)]
Fix endian.h include for FreeBSD

9 years agoCleanup updateCameraDirection and fix random input not working
Craig Robbins [Sat, 20 Dec 2014 08:23:45 +0000 (18:23 +1000)]
Cleanup updateCameraDirection and fix random input not working

9 years agoReplace instances of height_min/height_max with y_min/y_max to remove ambiguity
kwolekr [Tue, 30 Dec 2014 06:48:20 +0000 (01:48 -0500)]
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity

9 years agoDecoration: Fix default parameter values
kwolekr [Tue, 30 Dec 2014 05:52:17 +0000 (00:52 -0500)]
Decoration: Fix default parameter values

9 years agoFix documentation for string functions
Diego Martínez [Mon, 29 Dec 2014 23:46:24 +0000 (20:46 -0300)]
Fix documentation for string functions

9 years agoAdd support back for resolving group names in NodeResolver
kwolekr [Tue, 30 Dec 2014 04:15:53 +0000 (23:15 -0500)]
Add support back for resolving group names in NodeResolver

9 years agoFix some lingering code style issues
kwolekr [Tue, 30 Dec 2014 03:04:47 +0000 (22:04 -0500)]
Fix some lingering code style issues

9 years agoMapgen: Use getBlockSeed2() for blockseeds (much better uniformity)
kwolekr [Tue, 30 Dec 2014 02:44:52 +0000 (21:44 -0500)]
Mapgen: Use getBlockSeed2() for blockseeds (much better uniformity)

9 years agoAdd core.get_mapgen_names() to Main Menu API (and use it)
kwolekr [Tue, 30 Dec 2014 02:23:51 +0000 (21:23 -0500)]
Add core.get_mapgen_names() to Main Menu API (and use it)

Also rewrite mapgen registration for static initialization

9 years agoExpose mapgen parameters on scripting init
kwolekr [Mon, 29 Dec 2014 17:58:55 +0000 (12:58 -0500)]
Expose mapgen parameters on scripting init

Add minetest.get_mapgen_params()
Deprecate minetest.register_on_mapgen_init()

9 years agoIgnore downloaded public serverlist if public_serverlist is false
Kahrl [Thu, 11 Dec 2014 05:52:20 +0000 (06:52 +0100)]
Ignore downloaded public serverlist if public_serverlist is false

Fixes #1807: When the server list finishes downloading, the local server
list resets in certain conditions

9 years agoCenter status text for better visibility.
Kodexky [Fri, 12 Dec 2014 04:23:19 +0000 (23:53 -0430)]
Center status text for better visibility.

9 years agoAdd extra buttons to Android GUI. All icons are licensed by freepik.com under CC...
Kodexky [Wed, 10 Dec 2014 03:57:25 +0000 (23:27 -0430)]
Add extra buttons to Android GUI. All icons are licensed by freepik.com under CC BY 3.0

9 years agoUpdate Japanese Translation
Rui [Sun, 28 Dec 2014 06:51:45 +0000 (15:51 +0900)]
Update Japanese Translation

9 years agoAdd util/bump_version.sh
Kahrl [Thu, 25 Dec 2014 05:11:53 +0000 (06:11 +0100)]
Add util/bump_version.sh

9 years agoFix -Wtype-limits warnings and remove disabling of -Wtype-limits
Craig Robbins [Mon, 29 Dec 2014 13:53:08 +0000 (23:53 +1000)]
Fix -Wtype-limits warnings and remove disabling of -Wtype-limits

9 years agoPrint unit test failures to dstream
kwolekr [Mon, 29 Dec 2014 07:30:03 +0000 (02:30 -0500)]
Print unit test failures to dstream

9 years agoFontEngine: Don't use file extension to check font file compatibility
kwolekr [Mon, 29 Dec 2014 06:46:13 +0000 (01:46 -0500)]
FontEngine: Don't use file extension to check font file compatibility

9 years agoLuaVoxelManip: Remove blank allocator
kwolekr [Mon, 29 Dec 2014 06:31:37 +0000 (01:31 -0500)]
LuaVoxelManip: Remove blank allocator

9 years agoLuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata
kwolekr [Mon, 29 Dec 2014 04:58:06 +0000 (23:58 -0500)]
LuaItemStack: Fix and document behavior of set_name, set_count, set_wear, set_metadata

9 years agoFix MSVC compiler warning about passing this pointer in initializer list
sapier [Fri, 22 Aug 2014 17:25:21 +0000 (19:25 +0200)]
Fix MSVC compiler warning about passing this pointer in initializer list

9 years agoFaster string.split implementation.
Diego Martinez [Fri, 19 Dec 2014 02:50:31 +0000 (23:50 -0300)]
Faster string.split implementation.

9 years agoMainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fixes...
fz72 [Sat, 27 Dec 2014 15:13:07 +0000 (16:13 +0100)]
MainMenu: Save 'hide gamemods' and 'hide modpack contents' checkbox state (fixes #1960)

9 years agoSkip further loading of client if there was an exit signal
Christophe Piveteau [Sun, 28 Dec 2014 15:52:51 +0000 (16:52 +0100)]
Skip further loading of client if there was an exit signal

9 years agoDecoration: Add height_min and height_max parameters
kwolekr [Mon, 29 Dec 2014 03:37:27 +0000 (22:37 -0500)]
Decoration: Add height_min and height_max parameters

Also set default height_min/height_max to -31000 and 31000,
respectively, for ore and biomes

9 years agoCavegen: Fix copy & paste error (solves #2020)
kwolekr [Mon, 29 Dec 2014 03:35:14 +0000 (22:35 -0500)]
Cavegen: Fix copy & paste error (solves #2020)

9 years agoBiome API: Add shore top and shore filler nodes, underwater node, water top node...
paramat [Sun, 28 Dec 2014 05:20:42 +0000 (05:20 +0000)]
Biome API: Add shore top and shore filler nodes, underwater node, water top node. Add water top depth and shore height parameters. Remove water dust node

9 years agoOre: Add Vein ore type
kwolekr [Mon, 29 Dec 2014 02:17:12 +0000 (21:17 -0500)]
Ore: Add Vein ore type

9 years agoOre: Add Blob ore type
kwolekr [Sun, 28 Dec 2014 08:11:00 +0000 (03:11 -0500)]
Ore: Add Blob ore type

9 years agoPseudoRandom: Expose constant PSEUDORANDOM_MAX
kwolekr [Sun, 28 Dec 2014 08:09:24 +0000 (03:09 -0500)]
PseudoRandom: Expose constant PSEUDORANDOM_MAX

9 years agoLuaVoxelManip: Add option to allocate blank data
kwolekr [Sun, 28 Dec 2014 04:09:36 +0000 (23:09 -0500)]
LuaVoxelManip: Add option to allocate blank data

9 years agoVoxelManipulator: Remove unnecessary deallocation steps
kwolekr [Sun, 28 Dec 2014 03:35:05 +0000 (22:35 -0500)]
VoxelManipulator: Remove unnecessary deallocation steps

9 years agoSet fallback content if resolving content vector requires everything
kwolekr [Sun, 28 Dec 2014 03:20:04 +0000 (22:20 -0500)]
Set fallback content if resolving content vector requires everything

9 years agoRedefine NodeResolver interface and replace with callback mechanism
kwolekr [Wed, 17 Dec 2014 08:20:17 +0000 (03:20 -0500)]
Redefine NodeResolver interface and replace with callback mechanism

9 years agoUncomment version patch field
kwolekr [Fri, 26 Dec 2014 16:02:26 +0000 (11:02 -0500)]
Uncomment version patch field

9 years agoBump version to 0.4.11 0.4.11
kwolekr [Thu, 25 Dec 2014 03:24:04 +0000 (22:24 -0500)]
Bump version to 0.4.11

9 years agoConf.example: Correct grammar and spelling. Shorten some lines. Move a few lines...
paramat [Thu, 25 Dec 2014 02:37:07 +0000 (02:37 +0000)]
Conf.example: Correct grammar and spelling. Shorten some lines. Move a few lines into correct sections. Remove finite liquid reference. Make indentation consistent

9 years agoFix fs::GetRecursiveSubPaths trying to get directory lists for files
ShadowNinja [Tue, 23 Dec 2014 20:23:21 +0000 (15:23 -0500)]
Fix fs::GetRecursiveSubPaths trying to get directory lists for files

9 years agoLarge increase in performance
Craig Robbins [Sun, 21 Dec 2014 15:37:45 +0000 (01:37 +1000)]
Large increase in performance

9 years agoIncrease indentation throughout file for clarity. Correct mistakes. Shorten lines...
paramat [Wed, 24 Dec 2014 00:07:54 +0000 (00:07 +0000)]
Increase indentation throughout file for clarity. Correct mistakes. Shorten lines. Make more consistent

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
9 years agoState biome API heat and humidity noise parameters in positional format
paramat [Tue, 23 Dec 2014 23:36:16 +0000 (23:36 +0000)]
State biome API heat and humidity noise parameters in positional format

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
9 years agoConf.example: Fix typo
paramat [Tue, 23 Dec 2014 20:13:32 +0000 (20:13 +0000)]
Conf.example: Fix typo

9 years agoUpdate MinGW toolchain downloads used by travis
sfan5 [Tue, 23 Dec 2014 16:20:26 +0000 (17:20 +0100)]
Update MinGW toolchain downloads used by travis

9 years agoSilence misc. warnings
kwolekr [Tue, 23 Dec 2014 06:02:33 +0000 (01:02 -0500)]
Silence misc. warnings

9 years agoMake limiting of the reflow liquids queue size optional
Craig Robbins [Mon, 22 Dec 2014 23:25:18 +0000 (09:25 +1000)]
Make limiting of the reflow liquids queue size optional

If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting
Additionally, liquid_loop_max now defaults to 100000

9 years agoUpdate mapgen stuff in minetest.conf
paramat [Sun, 21 Dec 2014 21:16:28 +0000 (21:16 +0000)]
Update mapgen stuff in minetest.conf

9 years agoTemporarily fix always bright wieldhand with shaders enabled
kwolekr [Tue, 23 Dec 2014 03:36:11 +0000 (22:36 -0500)]
Temporarily fix always bright wieldhand with shaders enabled

9 years agoRegenerate server_flags_creative.png from XCF
Kahrl [Sun, 21 Dec 2014 12:29:02 +0000 (13:29 +0100)]
Regenerate server_flags_creative.png from XCF

9 years agoFix weird (and wrong) comment in test.cpp
Kahrl [Sun, 21 Dec 2014 12:20:42 +0000 (13:20 +0100)]
Fix weird (and wrong) comment in test.cpp

9 years agolua_api.txt: improve noise documentation. Remove previous eased 3D noise format example
paramat [Wed, 17 Dec 2014 00:53:57 +0000 (00:53 +0000)]
lua_api.txt: improve noise documentation. Remove previous eased 3D noise format example

9 years agoRe-add hacky fix for underwater grass, to fix mgv7 user's biomes
paramat [Sat, 20 Dec 2014 05:25:13 +0000 (05:25 +0000)]
Re-add hacky fix for underwater grass, to fix mgv7 user's biomes

9 years agoChange TileSpec::frames to be std::vector not std::map
unknown [Thu, 18 Dec 2014 12:25:36 +0000 (23:25 +1100)]
Change TileSpec::frames to be std::vector not std::map

Signed-off-by: Craig Robbins <kde.psych@gmail.com>
9 years agoFix visual_scale for plantlike nodes (again)
Vanessa Ezekowitz [Fri, 19 Dec 2014 02:24:31 +0000 (12:24 +1000)]
Fix visual_scale for plantlike nodes (again)

fixes #1989

move the plant to the bottom of its node properly, without affecting its scale.  See isue #1989

9 years agoTemporarily set default biome in builtin
kwolekr [Thu, 18 Dec 2014 14:55:38 +0000 (09:55 -0500)]
Temporarily set default biome in builtin

This should probably be removed when minetest_game has proper biomes.
If I hear "the whole map is just stone!" again after this, I am going to detonate.