oweals/minetest.git
7 years agoPrepare for Linux daily build packages (using Gitlab.com CI) (#5542)
Loïc Blot [Sat, 8 Apr 2017 08:19:07 +0000 (10:19 +0200)]
Prepare for Linux daily build packages (using Gitlab.com CI) (#5542)

* Prepare for Linux daily build packages (using Gitlab.com CI)

7 years agoReplace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541)
Loïc Blot [Sat, 8 Apr 2017 07:28:37 +0000 (09:28 +0200)]
Replace luaL_reg with luaL_Reg as recent LuaJIT dropped the Lua 5.0 compat (#5541)

We are bundling Lua5.1 which has same macro

7 years agocode style fix on src/script/cpp_api/s_client.h
Loic Blot [Sat, 8 Apr 2017 06:45:58 +0000 (08:45 +0200)]
code style fix on src/script/cpp_api/s_client.h

7 years ago[CSM] Add event on_connect player API lua (#5540)
Vincent Glize [Sat, 8 Apr 2017 06:20:30 +0000 (08:20 +0200)]
[CSM] Add event on_connect player API lua (#5540)

* Add event on_connect player API lua

7 years agoFix cmake library default build problem since moving to lib/
Loic Blot [Fri, 7 Apr 2017 21:56:02 +0000 (23:56 +0200)]
Fix cmake library default build problem since moving to lib/

Also make Lua library check a cmake module

7 years agoPass clang-format on 14 trivial header files fixes
Loic Blot [Fri, 7 Apr 2017 21:22:00 +0000 (23:22 +0200)]
Pass clang-format on 14 trivial header files fixes

Also remove them from whitelist

7 years agoFix signed/unsigned conversion warning
rubenwardy [Fri, 7 Apr 2017 18:06:50 +0000 (19:06 +0100)]
Fix signed/unsigned conversion warning

There was no bug here (as I checked for negativeness),
however it's good to get rid of warnings.

7 years agoCavegen: Fix non-constant array initializer error for MSVC
SmallJoker [Fri, 7 Apr 2017 15:59:27 +0000 (17:59 +0200)]
Cavegen: Fix non-constant array initializer error for MSVC

7 years agoSettings: Update documentation (#5534)
SmallJoker [Fri, 7 Apr 2017 15:10:26 +0000 (17:10 +0200)]
Settings: Update documentation (#5534)

Now documented (sorted a-z):
enable_console
enable_particles
creative_mode
hud_scaling
inventory_image_hack
keymap_console
keymap_zoom
shader_path
view_bobbing

7 years agoClang-format: fix some header files and remove them from whitelist
Loic Blot [Fri, 7 Apr 2017 06:50:17 +0000 (08:50 +0200)]
Clang-format: fix some header files and remove them from whitelist

7 years agoAdd the REQUIRE_LUAJIT option (#5526)
YuGiOhJCJ [Fri, 7 Apr 2017 05:29:43 +0000 (07:29 +0200)]
Add the REQUIRE_LUAJIT option (#5526)

7 years agoWindows: Skip cmd for release builds (#5416)
adrido [Fri, 7 Apr 2017 05:14:39 +0000 (07:14 +0200)]
Windows: Skip cmd for release builds (#5416)

7 years agoFix "error: ‘playerSAO’ was not declared"
Auke Kok [Fri, 7 Apr 2017 05:04:40 +0000 (22:04 -0700)]
Fix "error: ‘playerSAO’ was not declared"

Cause: 351cc2e79a7d78f7ec97ff9b33e4f0bad4042b19

A rebase issue missed a rename from playerSAO to playersao.

Tested.

7 years agoFix spacing
Ekdohibs [Fri, 24 Mar 2017 14:56:10 +0000 (15:56 +0100)]
Fix spacing

7 years agoFix problems when overriding the hand:
Ekdohibs [Wed, 22 Mar 2017 02:25:16 +0000 (03:25 +0100)]
Fix problems when overriding the hand:
- If the hand can dig a node the item wielded can't, allow to dig it anyway.
- Fix the API callbacks from setting the hand instead of the wielded item.

7 years agoAdd Joystick type detection and Xbox controller support
rubenwardy [Sun, 2 Apr 2017 22:00:34 +0000 (23:00 +0100)]
Add Joystick type detection and Xbox controller support

* 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

7 years agoFix multiple death messages (#5305)
presstabstart [Fri, 7 Apr 2017 03:32:50 +0000 (04:32 +0100)]
Fix multiple death messages (#5305)

Fix multiple death messages (#3565) and damage server logs after death.

7 years agoShow media download progress in percent on progress screen (#5498)
orwell96 [Thu, 6 Apr 2017 22:03:29 +0000 (00:03 +0200)]
Show media download progress in percent on progress screen (#5498)

7 years agoLINT: Switch whitelist check from egrep to awk
Loïc Blot [Thu, 6 Apr 2017 14:03:29 +0000 (16:03 +0200)]
LINT: Switch whitelist check from egrep to awk

Bonus: make CI happy with the last rules fix

7 years ago[CSM] Add function to get the server protocol version. (#5529)
red-001 [Thu, 6 Apr 2017 20:50:45 +0000 (21:50 +0100)]
[CSM] Add function to get the server protocol version. (#5529)

7 years agoClang-format continuation indent fixes + .gitignore additions 5302/head
Loïc Blot [Thu, 6 Apr 2017 13:37:02 +0000 (15:37 +0200)]
Clang-format continuation indent fixes + .gitignore additions

* 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

7 years agoClang format brace style fix
Loïc Blot [Thu, 6 Apr 2017 13:27:47 +0000 (15:27 +0200)]
Clang format brace style fix

7 years agoFix clang-format binary selection
Loïc Blot [Thu, 6 Apr 2017 08:01:09 +0000 (10:01 +0200)]
Fix clang-format binary selection

Also fix spaces to tabs

7 years agoMove LINT process in dedicated shell & fix
Loic Blot [Thu, 6 Apr 2017 07:10:59 +0000 (09:10 +0200)]
Move LINT process in dedicated shell & fix
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

7 years agoClang format: only show errors on non whitelisted files
Loic Blot [Thu, 6 Apr 2017 06:42:52 +0000 (08:42 +0200)]
Clang format: only show errors on non whitelisted files

7 years agoTranslated using Weblate (Indonesian)
fdedraco [Sat, 1 Apr 2017 08:46:53 +0000 (08:46 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 69.4% (638 of 918 strings)

7 years agoTranslated using Weblate (Russian)
Andrey K [Fri, 31 Mar 2017 20:38:51 +0000 (20:38 +0000)]
Translated using Weblate (Russian)

Currently translated at 59.2% (544 of 918 strings)

7 years agoTranslated using Weblate (Italian)
i486DX2 [Thu, 30 Mar 2017 19:16:35 +0000 (19:16 +0000)]
Translated using Weblate (Italian)

Currently translated at 96.0% (882 of 918 strings)

7 years agoTranslated using Weblate (Portuguese (Brazil))
Gabriel Carvalho [Thu, 23 Mar 2017 18:24:31 +0000 (18:24 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.4% (913 of 918 strings)

Se isso se referir a Instrument builtin aa tradução é embutido

7 years agoTranslated using Weblate (Turkish)
monolifed [Mon, 13 Mar 2017 19:17:17 +0000 (19:17 +0000)]
Translated using Weblate (Turkish)

Currently translated at 87.0% (799 of 918 strings)

7 years agoTranslated using Weblate (Korean)
Han So Ri [Sun, 5 Mar 2017 03:12:50 +0000 (03:12 +0000)]
Translated using Weblate (Korean)

Currently translated at 67.8% (623 of 918 strings)

7 years agoTranslated using Weblate (Malay)
Muhammad Nur Hidayat Yasuyoshi [Fri, 3 Mar 2017 12:19:44 +0000 (12:19 +0000)]
Translated using Weblate (Malay)

Currently translated at 37.0% (340 of 918 strings)

7 years agoTranslated using Weblate (Korean)
Han So Ri [Mon, 27 Feb 2017 06:30:28 +0000 (06:30 +0000)]
Translated using Weblate (Korean)

Currently translated at 66.4% (610 of 918 strings)

7 years agoTranslated using Weblate (Chinese (China))
黄冠恒 [Sun, 26 Feb 2017 14:56:16 +0000 (14:56 +0000)]
Translated using Weblate (Chinese (China))

Currently translated at 73.6% (676 of 918 strings)

7 years agoTranslated using Weblate (Malay)
Muhammad Nur Hidayat Yasuyoshi [Sun, 26 Feb 2017 11:13:32 +0000 (11:13 +0000)]
Translated using Weblate (Malay)

Currently translated at 24.8% (228 of 918 strings)

7 years agoTranslated using Weblate (Serbian (cyrillic))
lisacvuk [Mon, 6 Feb 2017 16:24:06 +0000 (16:24 +0000)]
Translated using Weblate (Serbian (cyrillic))

Currently translated at 34.9% (321 of 918 strings)

7 years agoTranslated using Weblate (Chinese (China))
susan [Sun, 5 Feb 2017 14:54:43 +0000 (14:54 +0000)]
Translated using Weblate (Chinese (China))

Currently translated at 73.0% (671 of 918 strings)

7 years agoTranslated using Weblate (Polish)
Jakub Mendel [Sat, 4 Feb 2017 14:50:31 +0000 (14:50 +0000)]
Translated using Weblate (Polish)

Currently translated at 70.2% (645 of 918 strings)

7 years agoTranslated using Weblate (Malay)
Muhammad Nur Hidayat Yasuyoshi [Fri, 3 Feb 2017 22:17:07 +0000 (22:17 +0000)]
Translated using Weblate (Malay)

Currently translated at 17.4% (160 of 918 strings)

7 years agoTranslated using Weblate (Chinese (China))
zaoqi [Sun, 5 Feb 2017 14:54:26 +0000 (14:54 +0000)]
Translated using Weblate (Chinese (China))

Currently translated at 73.0% (671 of 918 strings)

7 years agoAdded translation using Weblate (Malay)
Muhammad Nur Hidayat Yasuyoshi [Fri, 3 Feb 2017 17:56:46 +0000 (17:56 +0000)]
Added translation using Weblate (Malay)

7 years agoTranslated using Weblate (Chinese (China))
Guo Yunhe [Sun, 22 Jan 2017 20:37:04 +0000 (20:37 +0000)]
Translated using Weblate (Chinese (China))

Currently translated at 72.9% (670 of 918 strings)

7 years agoTranslated using Weblate (Belarusian)
Viktar Vauchkevich [Mon, 16 Jan 2017 15:39:13 +0000 (15:39 +0000)]
Translated using Weblate (Belarusian)

Currently translated at 100.0% (918 of 918 strings)

7 years agoTranslated using Weblate (Norwegian Bokmål)
Petter Reinholdtsen [Sun, 15 Jan 2017 14:54:29 +0000 (14:54 +0000)]
Translated using Weblate (Norwegian Bokmål)

Currently translated at 3.9% (36 of 918 strings)

7 years agoTranslated using Weblate (Belarusian)
Viktar Vauchkevich [Sun, 15 Jan 2017 16:42:07 +0000 (16:42 +0000)]
Translated using Weblate (Belarusian)

Currently translated at 100.0% (918 of 918 strings)

7 years agoTranslated using Weblate (Belarusian)
Viktar Vauchkevich [Sat, 31 Dec 2016 12:19:40 +0000 (12:19 +0000)]
Translated using Weblate (Belarusian)

Currently translated at 13.5% (124 of 918 strings)

7 years agoTranslated using Weblate (Polish)
Andrzej Redlarski [Fri, 30 Dec 2016 15:48:52 +0000 (15:48 +0000)]
Translated using Weblate (Polish)

Currently translated at 61.2% (562 of 918 strings)

7 years agoTranslated using Weblate (Indonesian)
Muhammad Rifqi Priyo Susanto [Fri, 30 Dec 2016 02:37:23 +0000 (02:37 +0000)]
Translated using Weblate (Indonesian)

Currently translated at 69.4% (638 of 918 strings)

7 years agoTranslated using Weblate (Lithuanian)
ignaloidas [Wed, 28 Dec 2016 12:00:17 +0000 (12:00 +0000)]
Translated using Weblate (Lithuanian)

Currently translated at 27.1% (249 of 918 strings)

7 years agoTranslated using Weblate (Portuguese (Brazil))
Cold Meson 06 [Mon, 26 Dec 2016 18:35:24 +0000 (18:35 +0000)]
Translated using Weblate (Portuguese (Brazil))

Currently translated at 99.3% (912 of 918 strings)

7 years ago[CSM] Add support for positional audio. (#5516)
red-001 [Thu, 6 Apr 2017 06:14:31 +0000 (07:14 +0100)]
[CSM] Add support for positional audio. (#5516)

Fixes parts of #5389.

7 years agoExpose vector helpers to CSM
Loic Blot [Thu, 6 Apr 2017 05:57:49 +0000 (07:57 +0200)]
Expose vector helpers to CSM

7 years agoMemleak fix: LocalPlayer object was not deleted
Loïc Blot [Wed, 5 Apr 2017 10:30:52 +0000 (12:30 +0200)]
Memleak fix: LocalPlayer object was not deleted

Delete LocalPlayer when ClientEnvironment (object owner) is destroyed

7 years agoMapgen documentation: Add descriptions to noise parameters
paramat [Tue, 4 Apr 2017 10:59:52 +0000 (11:59 +0100)]
Mapgen documentation: Add descriptions to noise parameters

Shorten 'readable names'.
Add a new advanced settings menu section for Biome API noises.
Various minor edits and improvements.

7 years agoMapgen: Remove '#include treegen.h' from non-mgv6 mapgens
paramat [Tue, 4 Apr 2017 05:37:21 +0000 (06:37 +0100)]
Mapgen: Remove '#include treegen.h' from non-mgv6 mapgens

Only mgv6 uses the tree functions from treegen.cpp.

7 years agoMapgenBasic: Add lava source as commonly used content (#5512)
Paramat [Tue, 4 Apr 2017 05:51:58 +0000 (06:51 +0100)]
MapgenBasic: Add lava source as commonly used content (#5512)

Future mapgens are likely to use this for magma and volcanos.
Remove the getting of lava source content id in mgvalleys.

7 years agoClient handlers: Remove useless stringstream usage in two handlers (#5510)
Loïc Blot [Tue, 4 Apr 2017 05:47:04 +0000 (07:47 +0200)]
Client handlers: Remove useless stringstream usage in two handlers (#5510)

7 years ago[CSM] Add local node meta reference. (#5508)
red-001 [Tue, 4 Apr 2017 05:41:37 +0000 (06:41 +0100)]
[CSM] Add local node meta reference. (#5508)

7 years agoCavegen/Mgv5/Mgv7: Add optional giant caverns
paramat [Sun, 12 Mar 2017 13:26:09 +0000 (13:26 +0000)]
Cavegen/Mgv5/Mgv7: Add optional giant caverns

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.

7 years agoUpdate embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ instead of...
Loïc Blot [Sun, 2 Apr 2017 08:51:50 +0000 (10:51 +0200)]
Update embedded jsoncpp from unk version to 0.10.6 + move libs to lib/ 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

7 years agominetest.after(): simplify further, pause in singleplayer (#5500)
Auke Kok [Sun, 2 Apr 2017 08:51:16 +0000 (08:51 +0000)]
minetest.after(): simplify further, pause in singleplayer (#5500)

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.

7 years agoFirst commit for fine pointed (#5485)
MarkuBu [Sat, 1 Apr 2017 14:50:53 +0000 (16:50 +0200)]
First commit for fine pointed (#5485)

7 years agoAdd missing source to android build (#5496)
Uwe Koloska [Sat, 1 Apr 2017 14:47:58 +0000 (16:47 +0200)]
Add missing source to android build (#5496)

7 years agoClang-format: trivial fix on some headers (#5495)
Loïc Blot [Sat, 1 Apr 2017 12:48:16 +0000 (14:48 +0200)]
Clang-format: trivial fix on some headers (#5495)

Fix some headers style and remove them from whitelist

7 years ago[CSM] Add function and chat command to disconnect from server. (#5487)
red-001 [Sat, 1 Apr 2017 11:40:56 +0000 (12:40 +0100)]
[CSM] Add function and chat command to disconnect from server. (#5487)

7 years agoSignlike, glasslike drawtypes: Fix inverted textures
number Zero [Sat, 25 Mar 2017 18:01:27 +0000 (21:01 +0300)]
Signlike, glasslike drawtypes: Fix inverted textures

7 years agomapgen: Fix segfault when selecting invalid mapgen (#5491)
SmallJoker [Sat, 1 Apr 2017 08:18:13 +0000 (10:18 +0200)]
mapgen: Fix segfault when selecting invalid mapgen (#5491)

7 years agoFix clang-format Columns Width
Loic Blot [Fri, 31 Mar 2017 20:29:34 +0000 (22:29 +0200)]
Fix clang-format Columns Width

Also fix l_client.cpp/h and remove them from whitelist

7 years agoWieldmesh: Natural orientation depending on pitch (#5490)
kilbith [Fri, 31 Mar 2017 19:57:08 +0000 (21:57 +0200)]
Wieldmesh: Natural orientation depending on pitch (#5490)

7 years agoWindows: Set window icon (#5486)
adrido [Thu, 30 Mar 2017 18:28:37 +0000 (20:28 +0200)]
Windows: Set window icon (#5486)

7 years agoParamtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL
paramat [Wed, 29 Mar 2017 02:40:30 +0000 (03:40 +0100)]
Paramtype2: Add missing type CPT2_GLASSLIKE_LIQUID_LEVEL

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.

7 years agol_minimap: don't show minimap if configuration doesn't allow it
Loïc Blot [Wed, 29 Mar 2017 13:50:22 +0000 (15:50 +0200)]
l_minimap: don't show minimap if configuration doesn't allow it

7 years agoAdd CPP11 header to define nullptr & constexpr (#5471)
Loïc Blot [Wed, 29 Mar 2017 11:34:57 +0000 (13:34 +0200)]
Add CPP11 header to define nullptr & constexpr (#5471)

This header permit to use nullptr & constexpr keywords in portable code segments and benefit from nullptr & constexpr when using C++11 and greater

7 years agoSneak: Fix sneaking on free-floating lower-half slabs
sfan5 [Wed, 29 Mar 2017 08:17:57 +0000 (10:17 +0200)]
Sneak: Fix sneaking on free-floating lower-half slabs

7 years agoSneak: Fix stair lower step bug and ladder in 1x1 hole bugs
sfan5 [Mon, 27 Mar 2017 16:22:40 +0000 (18:22 +0200)]
Sneak: Fix stair lower step bug and ladder in 1x1 hole bugs

7 years agoAdd functions to strip color information. (#5472)
Diego Martínez [Tue, 28 Mar 2017 19:55:39 +0000 (16:55 -0300)]
Add functions to strip color information. (#5472)

7 years agoFix a type bug in colorize function
Loïc Blot [Tue, 28 Mar 2017 12:50:17 +0000 (14:50 +0200)]
Fix a type bug in colorize function

This bug was introduced by dd2f1d7551bfd70357ad4f3fb180704194272147 and reported by @kilbith

7 years ago[CSM] Fix errors in and improve the CSM documentation. (#5467)
red-001 [Tue, 28 Mar 2017 06:26:54 +0000 (07:26 +0100)]
[CSM] Fix errors in and improve the CSM documentation. (#5467)

7 years agoclang-format: add a whitelist (#5459)
Loïc Blot [Mon, 27 Mar 2017 13:33:15 +0000 (15:33 +0200)]
clang-format: add a whitelist (#5459)

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

7 years agoPostgreSQL: fix delete block
Loïc Blot [Mon, 27 Mar 2017 13:03:13 +0000 (15:03 +0200)]
PostgreSQL: fix delete block
Typo fix: we are doing select on delete block.

This fix issue #5426

7 years agoMap generation limit: Make per-world
paramat [Thu, 23 Mar 2017 00:18:59 +0000 (00:18 +0000)]
Map generation limit: Make per-world

The setting limits map generation but affects nothing else.
Add 'mapgen_limit' to global mapgen parameters.
Move 'blockpos_over_mapgen_limit()' to the only place it is called
from: map.cpp.
Allow teleportation to any part of the world even if over the set
mapgen limit.
Simplify the reading of this limit in mgvalleys.
Remove the 'map_generation_limit' setting.

7 years agoPathfinder: Send errors to `warningstream`.
Diego Martínez [Sat, 11 Mar 2017 23:17:59 +0000 (20:17 -0300)]
Pathfinder: Send errors to `warningstream`.

Avoids spamming the chat about several errors.

7 years agoFix mismatch struct/class for GameUIFlags
Loic Blot [Sun, 26 Mar 2017 16:54:39 +0000 (18:54 +0200)]
Fix mismatch struct/class for GameUIFlags

7 years agoclang-format: fix counter increment & output (#5456)
Loïc Blot [Sun, 26 Mar 2017 12:07:07 +0000 (14:07 +0200)]
clang-format: fix counter increment & output (#5456)

clang-format: fix bash syntax on increment

7 years agoclang-format: limit diff to 50 files to prevent exceding the maximum travis output...
Loïc Blot [Sun, 26 Mar 2017 09:29:21 +0000 (11:29 +0200)]
clang-format: limit diff to 50 files to prevent exceding the maximum travis output (4MB) (#5455)

7 years agoSneak: Replicate sneak ladder in new code, is optional
sfan5 [Thu, 23 Mar 2017 20:47:59 +0000 (21:47 +0100)]
Sneak: Replicate sneak ladder in new code, is optional

Enabled using the existing 'sneak_glitch' physics override.

7 years agoChange command prefix to "." and add "help" command.
red-001 [Fri, 24 Mar 2017 23:43:36 +0000 (23:43 +0000)]
Change command prefix to "." and add "help" command.

7 years agoAdd mesh generation delay
number Zero [Sat, 18 Feb 2017 18:53:05 +0000 (21:53 +0300)]
Add mesh generation delay

7 years agoAdd clang format & skip build if no source file modified (#5433)
Loïc Blot [Sat, 25 Mar 2017 18:12:18 +0000 (19:12 +0100)]
Add clang format & skip build if no source file modified (#5433)

* [BUILD] Add clang format + build skipping

* Add clang-format tool to check codestyle.
Warning: it check the whole modified file, not the diff part, it's why it's lazy. Please also look if rules are perfect, i take the Linux codestyle from LLVM site

Fix issue #5415

* Skip building project if no file is modified
* Fix a wrong brace to trigger LINT

* Make lint step outside of unix build scope

* Add AccessModifierOffset: -8

* Typo fix & needs compile fix

* Fix header priorities

7 years agoTile.cpp: Fix MSVC build broken by 072bbba
SmallJoker [Fri, 24 Mar 2017 19:05:15 +0000 (20:05 +0100)]
Tile.cpp: Fix MSVC build broken by 072bbba

7 years agoTypo fix
Loïc Blot [Fri, 24 Mar 2017 07:59:52 +0000 (08:59 +0100)]
Typo fix

7 years agoAdd multiline support to colorize. (#5444)
red-001 [Fri, 24 Mar 2017 07:36:29 +0000 (07:36 +0000)]
Add multiline support to colorize. (#5444)

7 years agoSome performance optimizations (#5424)
Loïc Blot [Wed, 22 Mar 2017 20:41:02 +0000 (21:41 +0100)]
Some performance optimizations (#5424)

* Some performance optimizations

This is globally removing some memory useless copy

* use a const ref return on std::string Settings::get to prevent data copy on getters which doesn't need to copy it
 * pass some stack created strings to static const as they are not modified anywhere
 * Camera: return nametags per const ref instead of a list pointer, we only need to read it
 * INodeDefManager: getAll should be a result ref writer instead of a return copy
 * INodeDefManager: getAlias should return a const std::string ref
 * Minimap: unroll a Scolor creation in blitMinimapPixersToImageRadar to prvent many variable construct/destruct which are unneeded (we rewrite the content in the loop)
 * CNodeDefManager::updateAliases: prevent a idef getall copy
 * Profiler: constness
 * rollback_interface: create real_name later, and use const ref
 * MapBlockMesh updateFastFaceRow: unroll TileSpec next_tile, which has a cost of 1.8% CPU due to variable allocation/destruction,
 * MapBlockMesh updateFastFaceRow: copy next_tile to tile only if it's a different tilespec
 * MapBlockMesh updateFastFaceRow: use memcpy to copy next_lights to lights to do it in a single cpu operation

7 years ago[CSM] Add function to get player names in range (#5435)
bigfoot547 [Wed, 22 Mar 2017 20:13:03 +0000 (15:13 -0500)]
[CSM] Add function to get player names in range (#5435)

* [CSM] Add function to get currently connected player names

7 years agoFirelike drawtype: Add missing docs for visual_scale in lua_api.txt (#5434)
Paramat [Mon, 20 Mar 2017 21:22:16 +0000 (21:22 +0000)]
Firelike drawtype: Add missing docs for visual_scale in lua_api.txt (#5434)

7 years agoContent_mapblock.cpp: Refactor
number Zero [Mon, 13 Feb 2017 16:31:43 +0000 (19:31 +0300)]
Content_mapblock.cpp: Refactor

7 years agoRefactored client event if-else cascade to switch statement
Ben Deutsch [Fri, 17 Mar 2017 19:56:04 +0000 (20:56 +0100)]
Refactored client event if-else cascade to switch statement

7 years agoMap generation limit: Rewrite
paramat [Mon, 13 Mar 2017 21:35:29 +0000 (21:35 +0000)]
Map generation limit: Rewrite

The previous implementation applied the setting to blockpos_over_limit(),
objectpos_over_limit() and in createSector(), causing many bugs near the
world edge.

First revert the previous implementation.
Rename blockpos_over_limit() to blockpos_over_max_limit() for clarity.
Add a new function to mapblock.h called blockpos_over_mapgen_limit() that
checks against the map_generation_limit setting, and call this only from
the code that decides where mapgen stops.
Use MAX_MAP_GENERATION_LIMIT in objectpos_over_limit() to reduce the
chance of bugs, there is no need to use map_generation_limit here.

7 years agoFix /shutdown or ^C no longer causing server exit
sfan5 [Sun, 19 Mar 2017 17:17:59 +0000 (18:17 +0100)]
Fix /shutdown or ^C no longer causing server exit

Broken since b8484ef24e8e1ec90a2967372808ab2bea538c7c

7 years agoRefactor Game class (part 2) (#5422)
Loïc Blot [Sun, 19 Mar 2017 12:18:52 +0000 (13:18 +0100)]
Refactor Game class (part 2) (#5422)

* showPauseMenu is now part of game
* remove many flags parameters passed to game functions, use the member.
* rename VolatileRunFlags to GameUIFlags (this will permit to share structure with client and CSM
* updatePointedThing: remove pointer ref, we already have the pointer in rundata
* move some attributes outside of VolatileRunFlags after renaming, to game class
* rename statustext to m_statustext
* make some const variables static
* All those changes permit to reduce a little bit function class cost and will permit to interface CSM with some interesting Game flags
* Expose GameUIFlags to client
* Client now have GameUIFlags parameter and setters for other classes
* Fix minimap show/hide in Lua because we now have access to the real flag