aboutsummaryrefslogtreecommitdiff
path: root/games (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-17Android: Remove unused build target curl_binarySapier1-13/+1
2015-12-17Android: Don't put html docs to apkSapier1-0/+1
2015-12-17Android: Remove non freetype fonts from apkSapier1-1/+2
2015-12-17Android: Fix pressed buttons not beeing cleared on opening menuSapier3-53/+78
2015-12-15Add option to give every object a nametagBlockMen9-95/+111
or change the nametag text of players
2015-12-15Get movement setting instead of hard coded valueasl972-4/+18
2015-12-15Mgfractal: Add 3D and 4D fractalsparamat4-58/+144
3D Mandelbrot/Mandelbar 3D Christmas Tree 3D Mandelbulb 3D Cosine Mandelbulb 4D Mandelbulb Plus corresponding julia set for each Add credits for formulas Rename parameter 'formula' to 'fractal' Speed optimisations
2015-12-11Fix events on WindowsBlockMen2-11/+4
2015-12-11Fix android buildest311-0/+1
Fix android build since commit 696148e29889b2923f926b27f76979454676506d "Fix Event implementation" by @ShadowNinja. Fixes #3444. Thanks @kwolekr for pointing out the fix.
2015-12-10Fix some setting documentationest313-33/+45
* Horizontal and vertical are used wrongly. Use height and width because horizontal/vertical describes different things. Thanks @kilbith for pointing out. * Update minetest.conf.example and settings_translation_file.cpp * Correct maximum/minimum copy paste mistake.
2015-12-10Speed up and make more accurate relief mappingRealBadAngel1-5/+19
using linear + binary search.
2015-12-07Fix Event implementationShadowNinja3-13/+121
On non-windows platforms this just used a semaphore, which meant that multiple calls to signal() would result in wait() returning multiple times.
2015-12-07Add seperate cache pathShadowNinja8-33/+121
This is set to the XDG cache path where possible. It's set to the app's cache path on Android.
2015-12-07Fix threshold typeest311-3/+3
Fix the type of the threshold value for mapgen. The commit a78dd7f2b6b0e1fefdbaa1ae21b722dd4459e4f4 "Fix spelling of noise_threshold" has changed it to be read as int, but it can have non-integral values too. Thanks to @kwolekr for pointing this out.
2015-12-07lua_api.txt: add blank lines before * listsest311-0/+3
If rendered as markdown, lists need a blank line before them so that they are recognized as such.
2015-12-07Mapgen: Add propagate_shadow bool to calcLightingparamat7-44/+34
To terminate unwanted shadows from floatlands or realms above Also add to LuaVoxelManip calc_lighting for use in mapgen mods Remove the 2 argument calcLighting, mapgens now use the 5 argument form to specify the volumes for propagateSunlight and spreadLight In mgsinglenode replace calcLighting with setLighting and clean-up use of tabs and spaces
2015-12-06Fix spelling of noise_thresholdJun Zhang5-10/+19
2015-12-05Improve LuaJIT detectionFerdinand Thiessen3-27/+67
On openSUSE luajit is not detected correctly. This is because openSUSE is using a lua version suffix, like other Linux distributions do it also. So the include directory is: include/luajit-5_1-2.0
2015-12-05Make travis work againest311-0/+1
Now we do sudo apt-get update to download package sources. This fixes travis build with the new GCE based infrastructure. Closes #3427. Closes #3426.
2015-12-03Fix build if BUILD_SHARED_LIBS defaults to "ON"Ferdinand Thiessen1-1/+1
openSUSE sets that option to ON. Fixes #3420.
2015-12-02Document limitations of minetest.get_password_hashest311-1/+5
2015-12-02Mgv5/v7/flat/fractal: More large pseudorandom cavesparamat4-14/+14
Mgv7/flat/fractal: Reduce tunnel noise spreads to 96
2015-12-02Add on_secondary_use when right clicking an item in the airAlex Ford8-0/+71
2015-12-01Dungeongen: Fix rarely triggered segfaultparamat1-1/+2
A segfault exposed a missing 'vm->m_area.contains()' check in makeCorridor that allowed the calculation of vm index for a node outside the vm area. The huge and invalid index number caused getContent to fail
2015-12-01Remove unused OpenALSoundManager::m_can_vorbis and EXT_vorbis checkJay Arndt1-10/+0
2015-11-29Lua_api.txt: Add documentation for biome definitionparamat1-0/+45
2015-11-29Dungeongen: Also preserve river water nodesparamat2-1/+5
For future river mapgens Dungeons will not generate in river water, to avoid dungeons filling and blocking river channels
2015-11-24Re-enable texture pre-filters on wielditems, fixing #3178.Aaron Suen1-1/+1
2015-11-24Simplify regex used in check_modname_prefix and other improvements.Robert Zenz1-4/+8
Simplified the regex used, added comments and changed the error message to contain the correct mod name.
2015-11-23Mgfractal: Move julia set selection into formula parameterparamat5-50/+65
Improve default parameters Update and improve documentation Unhide mapgen, but is still unstable
2015-11-22Update HUD flags on server like on clientest311-1/+2
Fixes bug for which commit 6c37e89f08f962eaba788a31f5d3c798ceaa65e6 "Fix old client showing duplicated health bar on new server" by @sapier laid the groundwork, where the server has updated its copy of the hud flags without respecting the mask. Fixes #3395.
2015-11-21Mapgen: Add global 'decorations' flagparamat11-26/+37
Flag is set by default in MapgenParams The global 'trees' flag remains but is now undocumented and unset by default in MapgenParams Add mgv6_spflag 'trees' set by default in defaultsettings.cpp to affect new worlds only This is automatically backwards compatible for existing worlds
2015-11-21Log static_spawn error only onceRui1-15/+7
2015-11-16Android: hardcode irrlicht revision, update other dependenciesest311-6/+7
Recent irrlicht revisions break the build, hardcode the revision to a working one until upstream publishes a working version. See issue #3366 for a discussion about this. Also update dependencies to current versions.
2015-11-15Add a status text for autorunAmaz1-3/+12
2015-11-15Allow craft replacements to use groupsTeTpaAka1-1/+1
2015-11-15Translated using Weblate (Italian)LelixSuperHD1-14/+12
Currently translated at 42.0% (331 of 787 strings)
2015-11-15Translated using Weblate (Spanish)Joan Ciprià Moreno1-4/+4
Currently translated at 45.8% (361 of 787 strings)
2015-11-15Translated using Weblate (Catalan)Joan Ciprià Moreno1-50/+50
Currently translated at 32.4% (255 of 787 strings)
2015-11-15Translated using Weblate (Spanish)ShadowNinja1-2/+4
Currently translated at 45.7% (360 of 787 strings)
2015-11-15Translated using Weblate (Spanish)Joan Ciprià Moreno1-166/+107
Currently translated at 45.6% (359 of 787 strings)
2015-11-15Translated using Weblate (German)Wuzzy1-9/+9
Currently translated at 100.0% (787 of 787 strings)
2015-11-15Translated using Weblate (Catalan)Joan Ciprià Moreno1-111/+138
Currently translated at 26.3% (207 of 787 strings) -
2015-11-15Translated using Weblate (Catalan)Joan Ciprià Moreno1-24/+24
Currently translated at 11.8% (93 of 787 strings)
2015-11-15Translated using Weblate (Spanish)Joan Ciprià Moreno1-5/+5
Currently translated at 31.6% (249 of 787 strings)
2015-11-15Translated using Weblate (Polish)Maciej Kasatkin1-64/+54
Currently translated at 31.6% (249 of 787 strings)
2015-11-15Translated using Weblate (Japanese)nobb1-15/+11
Currently translated at 41.4% (326 of 787 strings)
2015-11-15Translated using Weblate (German)Wuzzy1-9/+11
Currently translated at 100.0% (787 of 787 strings)
2015-11-15Translated using Weblate (Catalan)Joan Ciprià Moreno1-69/+84
Currently translated at 9.2% (73 of 787 strings)
2015-11-15Translated using Weblate (German)Wuzzy1-72/+103
Currently translated at 100.0% (787 of 787 strings)