Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Translated using Weblate (Korean) | Han So Ri | 2017-04-06 | 1 | -18/+18 | |
| | | | | Currently translated at 67.8% (623 of 918 strings) | |||||
* | Translated using Weblate (Malay) | Muhammad Nur Hidayat Yasuyoshi | 2017-04-06 | 1 | -175/+337 | |
| | | | | Currently translated at 37.0% (340 of 918 strings) | |||||
* | Translated using Weblate (Korean) | Han So Ri | 2017-04-06 | 1 | -100/+159 | |
| | | | | Currently translated at 66.4% (610 of 918 strings) | |||||
* | Translated using Weblate (Chinese (China)) | 黄冠恒 | 2017-04-06 | 1 | -14/+19 | |
| | | | | Currently translated at 73.6% (676 of 918 strings) | |||||
* | Translated using Weblate (Malay) | Muhammad Nur Hidayat Yasuyoshi | 2017-04-06 | 1 | -66/+94 | |
| | | | | Currently translated at 24.8% (228 of 918 strings) | |||||
* | Translated using Weblate (Serbian (cyrillic)) | lisacvuk | 2017-04-06 | 1 | -29/+41 | |
| | | | | Currently translated at 34.9% (321 of 918 strings) | |||||
* | Translated using Weblate (Chinese (China)) | susan | 2017-04-06 | 1 | -2/+2 | |
| | | | | Currently translated at 73.0% (671 of 918 strings) | |||||
* | Translated using Weblate (Polish) | Jakub Mendel | 2017-04-06 | 1 | -161/+127 | |
| | | | | Currently translated at 70.2% (645 of 918 strings) | |||||
* | Translated using Weblate (Malay) | Muhammad Nur Hidayat Yasuyoshi | 2017-04-06 | 1 | -158/+171 | |
| | | | | Currently translated at 17.4% (160 of 918 strings) | |||||
* | Translated using Weblate (Chinese (China)) | zaoqi | 2017-04-06 | 1 | -6/+6 | |
| | | | | Currently translated at 73.0% (671 of 918 strings) | |||||
* | Added translation using Weblate (Malay) | Muhammad Nur Hidayat Yasuyoshi | 2017-04-06 | 1 | -0/+4177 | |
| | ||||||
* | Translated using Weblate (Chinese (China)) | Guo Yunhe | 2017-04-06 | 1 | -13/+13 | |
| | | | | Currently translated at 72.9% (670 of 918 strings) | |||||
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2017-04-06 | 1 | -6/+7 | |
| | | | | Currently translated at 100.0% (918 of 918 strings) | |||||
* | Translated using Weblate (Norwegian Bokmål) | Petter Reinholdtsen | 2017-04-06 | 1 | -8/+10 | |
| | | | | Currently translated at 3.9% (36 of 918 strings) | |||||
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2017-04-06 | 1 | -110/+115 | |
| | | | | Currently translated at 100.0% (918 of 918 strings) | |||||
* | Translated using Weblate (Belarusian) | Viktar Vauchkevich | 2017-04-06 | 1 | -758/+1271 | |
| | | | | Currently translated at 13.5% (124 of 918 strings) | |||||
* | Translated using Weblate (Polish) | Andrzej Redlarski | 2017-04-06 | 1 | -39/+36 | |
| | | | | Currently translated at 61.2% (562 of 918 strings) | |||||
* | Translated using Weblate (Indonesian) | Muhammad Rifqi Priyo Susanto | 2017-04-06 | 1 | -9/+10 | |
| | | | | Currently translated at 69.4% (638 of 918 strings) | |||||
* | Translated using Weblate (Lithuanian) | ignaloidas | 2017-04-06 | 1 | -15/+15 | |
| | | | | Currently translated at 27.1% (249 of 918 strings) | |||||
* | Translated using Weblate (Portuguese (Brazil)) | Cold Meson 06 | 2017-04-06 | 1 | -2/+4 | |
| | | | | Currently translated at 99.3% (912 of 918 strings) | |||||
* | [CSM] Add support for positional audio. (#5516) | red-001 | 2017-04-06 | 5 | -23/+51 | |
| | | | Fixes parts of #5389. | |||||
* | Expose vector helpers to CSM | Loic Blot | 2017-04-06 | 1 | -0/+1 | |
| | ||||||
* | Memleak fix: LocalPlayer object was not deleted | Loïc Blot | 2017-04-05 | 1 | -0/+2 | |
| | | | | Delete LocalPlayer when ClientEnvironment (object owner) is destroyed | |||||
* | Mapgen documentation: Add descriptions to noise parameters | paramat | 2017-04-05 | 2 | -102/+249 | |
| | | | | | | Shorten 'readable names'. Add a new advanced settings menu section for Biome API noises. Various minor edits and improvements. | |||||
* | Mapgen: Remove '#include treegen.h' from non-mgv6 mapgens | paramat | 2017-04-05 | 5 | -5/+0 | |
| | | | | Only mgv6 uses the tree functions from treegen.cpp. | |||||
* | MapgenBasic: Add lava source as commonly used content (#5512) | Paramat | 2017-04-04 | 4 | -7/+4 | |
| | | | | Future mapgens are likely to use this for magma and volcanos. Remove the getting of lava source content id in mgvalleys. | |||||
* | Client handlers: Remove useless stringstream usage in two handlers (#5510) | Loïc Blot | 2017-04-04 | 1 | -6/+2 | |
| | ||||||
* | [CSM] Add local node meta reference. (#5508) | red-001 | 2017-04-04 | 6 | -10/+89 | |
| | ||||||
* | Cavegen/Mgv5/Mgv7: Add optional giant caverns | paramat | 2017-04-03 | 10 | -54/+303 | |
| | | | | | | | | | | | | | | Add to MapgenBasic for use by multiple mapgens. Add to mgv5 and mgv7, enabled by default. Similar to mgvalleys caverns but half the scale. Parameters for upper y limit, distance caverns taper to full size, and noise threshold (full cavern size). As with mgvalleys caverns are generated first and classic caves are disabled in any mapchunk containing a cavern, to avoid excessive spreading volumes of liquids. This also avoids floating blobs of liquid where a large classic cave has overgenerated out into a neighbouring previously-generated mapchunk. | |||||
* | Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ ↵ | Loïc Blot | 2017-04-02 | 75 | -6345/+6986 | |
| | | | | | | | | | | | | | | | | instead of src/ (#5473) * Update embedded jsoncpp from unk version to 0.10.6 0.10.6 is last release without c++11 * Make jsoncpp more compliant with its amalgamate Jsoncpp cpp file should be upper, make the library like it does in amalgamate * Reorganization: move minetest embedded libs outside of source tree to /lib * Fix a dead grep in LINT | |||||
* | minetest.after(): simplify further, pause in singleplayer (#5500) | Auke Kok | 2017-04-02 | 1 | -11/+1 | |
| | | | | | | Using the `dtime` value entirely, this will stop the clock if the game is paused in singleplayer. Since most of the clocks were fixed a long time ago, this should again be safe to use. | |||||
* | First commit for fine pointed (#5485) | MarkuBu | 2017-04-01 | 3 | -1/+37 | |
| | ||||||
* | Add missing source to android build (#5496) | Uwe Koloska | 2017-04-01 | 1 | -0/+1 | |
| | ||||||
* | Clang-format: trivial fix on some headers (#5495) | Loïc Blot | 2017-04-01 | 13 | -42/+18 | |
| | | | Fix some headers style and remove them from whitelist | |||||
* | [CSM] Add function and chat command to disconnect from server. (#5487) | red-001 | 2017-04-01 | 6 | -5/+37 | |
| | ||||||
* | Signlike, glasslike drawtypes: Fix inverted textures | number Zero | 2017-04-01 | 1 | -28/+28 | |
| | ||||||
* | mapgen: Fix segfault when selecting invalid mapgen (#5491) | SmallJoker | 2017-04-01 | 1 | -2/+5 | |
| | ||||||
* | Fix clang-format Columns Width | Loic Blot | 2017-03-31 | 4 | -11/+9 | |
| | | | | Also fix l_client.cpp/h and remove them from whitelist | |||||
* | Wieldmesh: Natural orientation depending on pitch (#5490) | kilbith | 2017-03-31 | 1 | -1/+4 | |
| | ||||||
* | Windows: Set window icon (#5486) | adrido | 2017-03-30 | 3 | -4/+34 | |
| | ||||||
* | Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL | paramat | 2017-03-30 | 4 | -17/+47 | |
| | | | | | | | Add the missing paramtype2 for param2 controlling the liquid level inside the glasslike_framed drawtype. Add missing documentation of the feature to lua_api.txt. Update and improve comments for drawtype enumerations in nodedef.h. | |||||
* | l_minimap: don't show minimap if configuration doesn't allow it | Loïc Blot | 2017-03-29 | 1 | -0/+5 | |
| | ||||||
* | Add CPP11 header to define nullptr & constexpr (#5471) | Loïc Blot | 2017-03-29 | 3 | -4/+38 | |
| | | | This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater | |||||
* | Sneak: Fix sneaking on free-floating lower-half slabs | sfan5 | 2017-03-29 | 1 | -1/+1 | |
| | ||||||
* | Sneak: Fix stair lower step bug and ladder in 1x1 hole bugs | sfan5 | 2017-03-29 | 1 | -9/+18 | |
| | ||||||
* | Add functions to strip color information. (#5472) | Diego Martínez | 2017-03-28 | 3 | -1/+26 | |
| | ||||||
* | Fix a type bug in colorize function | Loïc Blot | 2017-03-28 | 1 | -1/+1 | |
| | | | | This bug was introduced by dd2f1d7551bfd70357ad4f3fb180704194272147 and reported by @kilbith | |||||
* | [CSM] Fix errors in and improve the CSM documentation. (#5467) | red-001 | 2017-03-28 | 1 | -74/+33 | |
| | ||||||
* | clang-format: add a whitelist (#5459) | Loïc Blot | 2017-03-27 | 2 | -2/+466 | |
| | | | | | | | | | If file is in the whitelist, softfail, else hard failure Some files are not in whitelist and marked as normal: * src/content_mapnode.h * src/cguittfont/xCGUITTFont.cpp * src/gameparams.h * src/profiler.cpp | |||||
* | PostgreSQL: fix delete block | Loïc Blot | 2017-03-27 | 1 | -1/+1 | |
| | | | | | | Typo fix: we are doing select on delete block. This fix issue #5426 |