summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add Joystick type detection and Xbox controller supportrubenwardy2017-04-06
| | | | | | * Add joystick type detection (with joystick_type setting to override it) * Fix multiple joysticks from interfering with each other by only reading from one (add joystick_id setting) * Add support for Xbox controllers
* Fix multiple death messages (#5305)presstabstart2017-04-06
| | | | Fix multiple death messages (#3565) and damage server logs after death.
* Show media download progress in percent on progress screen (#5498)orwell962017-04-07
|
* LINT: Switch whitelist check from egrep to awkLoïc Blot2017-04-06
| | | | Bonus: make CI happy with the last rules fix
* [CSM] Add function to get the server protocol version. (#5529)red-0012017-04-06
|
* Clang-format continuation indent fixes + .gitignore additionsLoïc Blot2017-04-06
| | | | | | * Proper support for continuation indents in clang format * make src/wieldmesh.h proper and remove it from whitelist * Add CLion default build directories in .gitignore
* Clang format brace style fixLoïc Blot2017-04-06
|
* Fix clang-format binary selectionLoïc Blot2017-04-06
| | | | Also fix spaces to tabs
* Move LINT process in dedicated shell & fixLoic Blot2017-04-06
| | | | | Move lint to dedicated shell permit to use it from your shell easily to check what is wrong Also fix recent regressions in code style
* Clang format: only show errors on non whitelisted filesLoic Blot2017-04-06
|
* Translated using Weblate (Indonesian)fdedraco2017-04-06
| | | | Currently translated at 69.4% (638 of 918 strings)
* Translated using Weblate (Russian)Andrey K2017-04-06
| | | | Currently translated at 59.2% (544 of 918 strings)
* Translated using Weblate (Italian)i486DX22017-04-06
| | | | Currently translated at 96.0% (882 of 918 strings)
* Translated using Weblate (Portuguese (Brazil))Gabriel Carvalho2017-04-06
| | | | | | Currently translated at 99.4% (913 of 918 strings) Se isso se referir a Instrument builtin aa tradução é embutido
* Translated using Weblate (Turkish)monolifed2017-04-06
| | | | Currently translated at 87.0% (799 of 918 strings)
* Translated using Weblate (Korean)Han So Ri2017-04-06
| | | | Currently translated at 67.8% (623 of 918 strings)
* Translated using Weblate (Malay)Muhammad Nur Hidayat Yasuyoshi2017-04-06
| | | | Currently translated at 37.0% (340 of 918 strings)
* Translated using Weblate (Korean)Han So Ri2017-04-06
| | | | Currently translated at 66.4% (610 of 918 strings)
* Translated using Weblate (Chinese (China))黄冠恒2017-04-06
| | | | Currently translated at 73.6% (676 of 918 strings)
* Translated using Weblate (Malay)Muhammad Nur Hidayat Yasuyoshi2017-04-06
| | | | Currently translated at 24.8% (228 of 918 strings)
* Translated using Weblate (Serbian (cyrillic))lisacvuk2017-04-06
| | | | Currently translated at 34.9% (321 of 918 strings)
* Translated using Weblate (Chinese (China))susan2017-04-06
| | | | Currently translated at 73.0% (671 of 918 strings)
* Translated using Weblate (Polish)Jakub Mendel2017-04-06
| | | | Currently translated at 70.2% (645 of 918 strings)
* Translated using Weblate (Malay)Muhammad Nur Hidayat Yasuyoshi2017-04-06
| | | | Currently translated at 17.4% (160 of 918 strings)
* Translated using Weblate (Chinese (China))zaoqi2017-04-06
| | | | Currently translated at 73.0% (671 of 918 strings)
* Added translation using Weblate (Malay)Muhammad Nur Hidayat Yasuyoshi2017-04-06
|
* Translated using Weblate (Chinese (China))Guo Yunhe2017-04-06
| | | | Currently translated at 72.9% (670 of 918 strings)
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-04-06
| | | | Currently translated at 100.0% (918 of 918 strings)
* Translated using Weblate (Norwegian Bokmål)Petter Reinholdtsen2017-04-06
| | | | Currently translated at 3.9% (36 of 918 strings)
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-04-06
| | | | Currently translated at 100.0% (918 of 918 strings)
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-04-06
| | | | Currently translated at 13.5% (124 of 918 strings)
* Translated using Weblate (Polish)Andrzej Redlarski2017-04-06
| | | | Currently translated at 61.2% (562 of 918 strings)
* Translated using Weblate (Indonesian)Muhammad Rifqi Priyo Susanto2017-04-06
| | | | Currently translated at 69.4% (638 of 918 strings)
* Translated using Weblate (Lithuanian)ignaloidas2017-04-06
| | | | Currently translated at 27.1% (249 of 918 strings)
* Translated using Weblate (Portuguese (Brazil))Cold Meson 062017-04-06
| | | | Currently translated at 99.3% (912 of 918 strings)
* [CSM] Add support for positional audio. (#5516)red-0012017-04-06
| | | Fixes parts of #5389.
* Expose vector helpers to CSMLoic Blot2017-04-06
|
* Memleak fix: LocalPlayer object was not deletedLoïc Blot2017-04-05
| | | | Delete LocalPlayer when ClientEnvironment (object owner) is destroyed
* Mapgen documentation: Add descriptions to noise parametersparamat2017-04-05
| | | | | | 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 mapgensparamat2017-04-05
| | | | Only mgv6 uses the tree functions from treegen.cpp.
* MapgenBasic: Add lava source as commonly used content (#5512)Paramat2017-04-04
| | | | 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 Blot2017-04-04
|
* [CSM] Add local node meta reference. (#5508)red-0012017-04-04
|
* Cavegen/Mgv5/Mgv7: Add optional giant cavernsparamat2017-04-03
| | | | | | | | | | | | | | 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 Blot2017-04-02
| | | | | | | | | | | | | | | | 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 Kok2017-04-02
| | | | | | 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)MarkuBu2017-04-01
|
* Add missing source to android build (#5496)Uwe Koloska2017-04-01
|
* Clang-format: trivial fix on some headers (#5495)Loïc Blot2017-04-01
| | | Fix some headers style and remove them from whitelist
* [CSM] Add function and chat command to disconnect from server. (#5487)red-0012017-04-01
|