[minetest-v04x] branch master updated (03c3cb9 -> 6410a50)

Markus Koschany apo at moszumanska.debian.org
Mon Jun 5 14:20:40 UTC 2017


This is an automated email from the git hooks/post-receive script.

apo pushed a change to branch master
in repository minetest-v04x.

      from  03c3cb9   Update changelog
       new  d938c80   Import Upstream version 0.4.16+repack
       new  6410a50   Import Debian changes 0.4.16+repack-1

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .clang-format                                      |   28 +
 .gitlab-ci.yml                                     |  223 +
 .travis.yml                                        |    8 +
 CMakeLists.txt                                     |   21 +-
 CONTRIBUTING.md                                    |    1 -
 README.txt                                         |   37 +-
 build/android/Makefile                             |   29 +-
 build/android/build.gradle                         |    7 +-
 .../gradle/wrapper/gradle-wrapper.properties       |    6 +
 build/android/gradlew                              |  164 +
 build/android/gradlew.bat                          |   90 +
 build/android/jni/Android.mk                       |   89 +-
 build/android/patches/sqlite3-readonly-fix.patch   |   17 -
 builtin/client/chatcommands.lua                    |   65 +
 builtin/client/init.lua                            |   23 +
 builtin/client/register.lua                        |   73 +
 builtin/common/after.lua                           |   33 +
 builtin/common/chatcommands.lua                    |  112 +
 builtin/common/filterlist.lua                      |    3 +
 builtin/common/misc_helpers.lua                    |  106 +-
 builtin/common/serialize.lua                       |    4 +
 builtin/common/strict.lua                          |    5 +-
 builtin/common/vector.lua                          |    5 +
 builtin/fstk/tabview.lua                           |    2 +-
 builtin/game/auth.lua                              |    6 +-
 builtin/game/chatcommands.lua                      |  244 +-
 builtin/game/deprecated.lua                        |   21 +
 builtin/game/falling.lua                           |   50 +-
 builtin/game/features.lua                          |    2 +
 builtin/game/forceloading.lua                      |    2 +-
 builtin/game/init.lua                              |    4 +-
 builtin/game/item.lua                              |   53 +-
 builtin/game/item_entity.lua                       |   33 +-
 builtin/game/misc.lua                              |   93 +-
 builtin/game/register.lua                          |    8 +-
 builtin/game/statbars.lua                          |   10 +-
 builtin/game/static_spawn.lua                      |    4 +-
 builtin/init.lua                                   |   11 +-
 builtin/mainmenu/common.lua                        |   40 +-
 builtin/mainmenu/dlg_config_world.lua              |  134 +-
 builtin/mainmenu/dlg_create_world.lua              |   14 +-
 builtin/mainmenu/dlg_settings_advanced.lua         |  162 +-
 builtin/mainmenu/gamemgr.lua                       |    4 +-
 builtin/mainmenu/init.lua                          |   27 +-
 builtin/mainmenu/modmgr.lua                        |   60 +-
 builtin/mainmenu/store.lua                         |    6 +-
 builtin/mainmenu/tab_credits.lua                   |   85 +-
 .../{tab_singleplayer.lua => tab_local.lua}        |  137 +-
 builtin/mainmenu/tab_mods.lua                      |    9 +-
 .../{tab_multiplayer.lua => tab_online.lua}        |  179 +-
 builtin/mainmenu/tab_server.lua                    |  195 -
 builtin/mainmenu/tab_settings.lua                  |  134 +-
 builtin/mainmenu/tab_simple_main.lua               |   39 +-
 builtin/mainmenu/tab_texturepacks.lua              |    8 +-
 builtin/mainmenu/textures.lua                      |    6 +-
 builtin/profiler/init.lua                          |   12 +-
 builtin/profiler/instrumentation.lua               |   18 +-
 builtin/profiler/reporter.lua                      |    6 +-
 builtin/profiler/sampling.lua                      |    2 +-
 builtin/settingtypes.txt                           |  411 +-
 client/shaders/nodes_shader/opengl_fragment.glsl   |   33 +-
 client/shaders/nodes_shader/opengl_vertex.glsl     |   43 +-
 .../water_surface_shader/opengl_fragment.glsl      |  176 -
 .../water_surface_shader/opengl_vertex.glsl        |  142 -
 client/shaders/wielded_shader/opengl_fragment.glsl |   31 +-
 client/shaders/wielded_shader/opengl_vertex.glsl   |    1 -
 clientmods/preview/init.lua                        |  152 +
 cmake/Modules/FindGMP.cmake                        |    5 +-
 cmake/Modules/FindJson.cmake                       |    5 +-
 cmake/Modules/FindLua.cmake                        |   28 +
 debian/changelog                                   |   25 +
 debian/control                                     |    1 -
 debian/copyright                                   |   26 +-
 debian/minetest-data.install                       |   21 +-
 debian/minetest-data.lintian-overrides             |    1 +
 debian/minetest-data.manpages                      |    1 -
 debian/minetest-server.install                     |    1 +
 debian/minetest-server.manpages                    |    1 -
 debian/minetest-server.service                     |    2 +-
 debian/minetest-server at .service                    |    2 +-
 debian/minetest.install                            |    3 +-
 debian/minetest.manpages                           |    1 -
 debian/minetest.menu                               |    7 -
 debian/patches/i18n.patch                          |   19 -
 debian/patches/rawlua.patch                        |   25 +-
 debian/patches/series                              |    1 -
 debian/repack.sh                                   |    3 +-
 debian/rules                                       |   18 +-
 doc/client_lua_api.md                              | 1149 +++++
 doc/lua_api.txt                                    |  825 +++-
 doc/menu_lua_api.txt                               |    2 +-
 doc/texture_packs.txt                              |    3 +
 doc/world_format.txt                               |   36 +-
 fonts/Arimo-LICENSE.txt                            |    2 +
 fonts/Arimo-Regular.ttf                            |  Bin 0 -> 436876 bytes
 fonts/Cousine-LICENSE.txt                          |    2 +
 fonts/Cousine-Regular.ttf                          |  Bin 0 -> 309040 bytes
 fonts/DroidSansFallbackFull-LICENSE.txt            |   13 +
 fonts/lucida_sans_10.xml                           |  Bin 156248 -> 0 bytes
 fonts/lucida_sans_100.png                          |  Bin 12012 -> 0 bytes
 fonts/lucida_sans_11.xml                           |  Bin 157272 -> 0 bytes
 fonts/lucida_sans_110.png                          |  Bin 14739 -> 0 bytes
 fonts/lucida_sans_12.xml                           |  Bin 157058 -> 0 bytes
 fonts/lucida_sans_120.png                          |  Bin 16295 -> 0 bytes
 fonts/lucida_sans_14.xml                           |  Bin 159272 -> 0 bytes
 fonts/lucida_sans_140.png                          |  Bin 42429 -> 0 bytes
 fonts/lucida_sans_16.xml                           |  Bin 160744 -> 0 bytes
 fonts/lucida_sans_160.png                          |  Bin 48106 -> 0 bytes
 fonts/lucida_sans_18.xml                           |  Bin 162284 -> 0 bytes
 fonts/lucida_sans_180.png                          |  Bin 56766 -> 0 bytes
 fonts/lucida_sans_20.xml                           |  Bin 162438 -> 0 bytes
 fonts/lucida_sans_200.png                          |  Bin 69059 -> 0 bytes
 fonts/lucida_sans_22.xml                           |  Bin 162936 -> 0 bytes
 fonts/lucida_sans_220.png                          |  Bin 74427 -> 0 bytes
 fonts/lucida_sans_24.xml                           |  Bin 166358 -> 0 bytes
 fonts/lucida_sans_240.png                          |  Bin 83532 -> 0 bytes
 fonts/lucida_sans_26.xml                           |  Bin 167054 -> 0 bytes
 fonts/lucida_sans_260.png                          |  Bin 93958 -> 0 bytes
 fonts/lucida_sans_28.xml                           |  Bin 167156 -> 0 bytes
 fonts/lucida_sans_280.png                          |  Bin 101952 -> 0 bytes
 fonts/lucida_sans_36.xml                           |  Bin 169606 -> 0 bytes
 fonts/lucida_sans_360.png                          |  Bin 143453 -> 0 bytes
 fonts/lucida_sans_4.xml                            |  Bin 136910 -> 0 bytes
 fonts/lucida_sans_40.png                           |  Bin 7642 -> 0 bytes
 fonts/lucida_sans_48.xml                           |  Bin 171972 -> 0 bytes
 fonts/lucida_sans_480.png                          |  Bin 205578 -> 0 bytes
 fonts/lucida_sans_56.xml                           |  Bin 174174 -> 0 bytes
 fonts/lucida_sans_560.png                          |  Bin 246505 -> 0 bytes
 fonts/lucida_sans_6.xml                            |  Bin 140552 -> 0 bytes
 fonts/lucida_sans_60.png                           |  Bin 13992 -> 0 bytes
 fonts/lucida_sans_8.xml                            |  Bin 154564 -> 0 bytes
 fonts/lucida_sans_80.png                           |  Bin 9740 -> 0 bytes
 fonts/lucida_sans_9.xml                            |  Bin 154830 -> 0 bytes
 fonts/lucida_sans_90.png                           |  Bin 10704 -> 0 bytes
 fonts/mono_dejavu_sans_10.xml                      |  Bin
 fonts/mono_dejavu_sans_100.png                     |  Bin
 fonts/mono_dejavu_sans_11.xml                      |  Bin
 fonts/mono_dejavu_sans_110.png                     |  Bin
 fonts/mono_dejavu_sans_12.xml                      |  Bin
 fonts/mono_dejavu_sans_120.png                     |  Bin
 fonts/mono_dejavu_sans_14.xml                      |  Bin
 fonts/mono_dejavu_sans_140.png                     |  Bin
 fonts/mono_dejavu_sans_16.xml                      |  Bin
 fonts/mono_dejavu_sans_160.png                     |  Bin
 fonts/mono_dejavu_sans_18.xml                      |  Bin
 fonts/mono_dejavu_sans_180.png                     |  Bin
 fonts/mono_dejavu_sans_20.xml                      |  Bin
 fonts/mono_dejavu_sans_200.png                     |  Bin
 fonts/mono_dejavu_sans_22.xml                      |  Bin
 fonts/mono_dejavu_sans_220.png                     |  Bin
 fonts/mono_dejavu_sans_24.xml                      |  Bin
 fonts/mono_dejavu_sans_240.png                     |  Bin
 fonts/mono_dejavu_sans_26.xml                      |  Bin
 fonts/mono_dejavu_sans_260.png                     |  Bin
 fonts/mono_dejavu_sans_28.xml                      |  Bin
 fonts/mono_dejavu_sans_280.png                     |  Bin
 fonts/mono_dejavu_sans_4.xml                       |  Bin
 fonts/mono_dejavu_sans_40.png                      |  Bin
 fonts/mono_dejavu_sans_6.xml                       |  Bin
 fonts/mono_dejavu_sans_60.png                      |  Bin
 fonts/mono_dejavu_sans_8.xml                       |  Bin
 fonts/mono_dejavu_sans_80.png                      |  Bin
 fonts/mono_dejavu_sans_9.xml                       |  Bin
 fonts/mono_dejavu_sans_90.png                      |  Bin
 games/minetest_game/.luacheckrc                    |    4 +
 games/minetest_game/LICENSE.txt                    |  519 ++
 games/minetest_game/README.txt                     |   31 +-
 games/minetest_game/game_api.txt                   |   96 +-
 games/minetest_game/minetest.conf.example          |    3 +
 games/minetest_game/mods/beds/api.lua              |   15 +-
 games/minetest_game/mods/beds/functions.lua        |    4 +-
 games/minetest_game/mods/boats/init.lua            |   15 +-
 games/minetest_game/mods/bones/init.lua            |    9 +-
 games/minetest_game/mods/carts/cart_entity.lua     |   15 +-
 games/minetest_game/mods/carts/functions.lua       |    6 +-
 games/minetest_game/mods/carts/rails.lua           |   20 +-
 .../mods/carts/textures/carts_cart_front.png       |  Bin 3108 -> 459 bytes
 .../mods/carts/textures/carts_cart_side.png        |  Bin 3135 -> 486 bytes
 .../mods/carts/textures/carts_cart_top.png         |  Bin 3171 -> 522 bytes
 games/minetest_game/mods/creative/init.lua         |   43 +-
 games/minetest_game/mods/creative/inventory.lua    |   15 +-
 games/minetest_game/mods/default/README.txt        |   46 +-
 games/minetest_game/mods/default/crafting.lua      |  160 +-
 games/minetest_game/mods/default/craftitems.lua    |  110 +-
 games/minetest_game/mods/default/functions.lua     |  170 +-
 games/minetest_game/mods/default/license.txt       |    3 +
 games/minetest_game/mods/default/mapgen.lua        |  423 +-
 .../mods/default/models/chest_open.obj             |   79 +
 games/minetest_game/mods/default/nodes.lua         |  712 ++-
 games/minetest_game/mods/default/player.lua        |    4 -
 .../mods/default/schematics/acacia_log.mts         |  Bin 0 -> 65 bytes
 .../mods/default/schematics/apple_log.mts          |  Bin 0 -> 90 bytes
 .../mods/default/schematics/apple_tree.mts         |  Bin 163 -> 169 bytes
 .../default/schematics/apple_tree_from_sapling.mts |  Bin 167 -> 173 bytes
 .../mods/default/schematics/aspen_log.mts          |  Bin 0 -> 118 bytes
 .../mods/default/schematics/aspen_tree.mts         |  Bin 176 -> 174 bytes
 .../default/schematics/aspen_tree_from_sapling.mts |  Bin 175 -> 174 bytes
 .../mods/default/schematics/jungle_log.mts         |  Bin 0 -> 96 bytes
 .../mods/default/schematics/jungle_tree.mts        |  Bin 251 -> 255 bytes
 .../schematics/jungle_tree_from_sapling.mts        |  Bin 246 -> 247 bytes
 .../mods/default/schematics/pine_log.mts           |  Bin 0 -> 93 bytes
 .../mods/default/schematics/pine_tree.mts          |  Bin 175 -> 176 bytes
 .../default/schematics/pine_tree_from_sapling.mts  |  Bin 172 -> 174 bytes
 .../mods/default/sounds/default_chest_close.ogg    |  Bin 0 -> 10099 bytes
 .../mods/default/sounds/default_chest_open.ogg     |  Bin 0 -> 10578 bytes
 .../textures/default_acacia_bush_sapling.png       |  Bin 0 -> 151 bytes
 .../mods/default/textures/default_aspen_leaves.png |  Bin 761 -> 873 bytes
 .../mods/default/textures/default_book.png         |  Bin 201 -> 255 bytes
 .../mods/default/textures/default_book_written.png |  Bin 228 -> 282 bytes
 .../default/textures/default_bookshelf_slot.png    |  Bin 216 -> 191 bytes
 .../mods/default/textures/default_bush_sapling.png |  Bin 0 -> 165 bytes
 .../mods/default/textures/default_chest_inside.png |  Bin 0 -> 102 bytes
 .../mods/default/textures/default_chest_top.png    |  Bin 422 -> 423 bytes
 .../default/textures/default_desert_sandstone.png  |  Bin 0 -> 275 bytes
 .../textures/default_desert_sandstone_block.png    |  Bin 0 -> 587 bytes
 .../textures/default_desert_sandstone_brick.png    |  Bin 0 -> 630 bytes
 .../mods/default/textures/default_flint.png        |  Bin 3038 -> 397 bytes
 .../mods/default/textures/default_grass_1.png      |  Bin 2944 -> 300 bytes
 .../mods/default/textures/default_grass_2.png      |  Bin 2980 -> 336 bytes
 .../mods/default/textures/default_grass_3.png      |  Bin 3065 -> 418 bytes
 .../mods/default/textures/default_grass_4.png      |  Bin 3134 -> 503 bytes
 .../mods/default/textures/default_grass_5.png      |  Bin 3269 -> 628 bytes
 .../mods/default/textures/default_key.png          |  Bin 3037 -> 415 bytes
 .../mods/default/textures/default_key_skeleton.png |  Bin 3043 -> 423 bytes
 .../mods/default/textures/default_ladder_steel.png |  Bin 3223 -> 587 bytes
 .../textures/default_mese_post_light_side.png      |  Bin 0 -> 353 bytes
 .../textures/default_mese_post_light_side_dark.png |  Bin 0 -> 353 bytes
 .../textures/default_mese_post_light_top.png       |  Bin 0 -> 155 bytes
 .../mods/default/textures/default_mineral_tin.png  |  Bin 0 -> 171 bytes
 .../default/textures/default_rainforest_litter.png |  Bin 0 -> 940 bytes
 .../textures/default_rainforest_litter_side.png    |  Bin 0 -> 497 bytes
 .../mods/default/textures/default_sign_steel.png   |  Bin 3173 -> 537 bytes
 .../default/textures/default_sign_wall_steel.png   |  Bin 3187 -> 550 bytes
 .../default/textures/default_sign_wall_wood.png    |  Bin 3391 -> 758 bytes
 .../mods/default/textures/default_sign_wood.png    |  Bin 3406 -> 770 bytes
 .../default/textures/default_silver_sandstone.png  |  Bin 0 -> 211 bytes
 .../textures/default_silver_sandstone_block.png    |  Bin 0 -> 290 bytes
 .../textures/default_silver_sandstone_brick.png    |  Bin 0 -> 314 bytes
 .../mods/default/textures/default_snow.png         |  Bin 4577 -> 522 bytes
 .../mods/default/textures/default_snow_side.png    |  Bin 3445 -> 848 bytes
 .../mods/default/textures/default_snowball.png     |  Bin 3102 -> 446 bytes
 .../mods/default/textures/default_tin_block.png    |  Bin 0 -> 274 bytes
 .../mods/default/textures/default_tin_ingot.png    |  Bin 0 -> 198 bytes
 .../mods/default/textures/default_tin_lump.png     |  Bin 0 -> 166 bytes
 games/minetest_game/mods/default/tools.lua         |   51 +-
 games/minetest_game/mods/default/torch.lua         |    7 +-
 games/minetest_game/mods/default/trees.lua         |   76 +-
 games/minetest_game/mods/doors/init.lua            |   83 +-
 .../mods/doors/textures/doors_door_glass.png       |  Bin 3064 -> 491 bytes
 .../doors/textures/doors_door_obsidian_glass.png   |  Bin 2988 -> 420 bytes
 games/minetest_game/mods/dye/init.lua              |   63 +-
 games/minetest_game/mods/farming/api.lua           |   27 +-
 games/minetest_game/mods/farming/nodes.lua         |    8 +
 games/minetest_game/mods/fire/init.lua             |   48 +-
 .../mods/fire/textures/fire_flint_steel.png        |  Bin 3108 -> 459 bytes
 games/minetest_game/mods/flowers/init.lua          |   38 +-
 games/minetest_game/mods/flowers/mapgen.lua        |    6 +-
 .../mods/flowers/textures/flowers_waterlily.png    |  Bin 3363 -> 690 bytes
 .../minetest_game/mods/give_initial_stuff/init.lua |    4 +-
 games/minetest_game/mods/killme/init.lua           |   24 +
 games/minetest_game/mods/nyancat/README.txt        |   16 -
 games/minetest_game/mods/nyancat/depends.txt       |    1 -
 games/minetest_game/mods/nyancat/init.lua          |   89 -
 games/minetest_game/mods/nyancat/license.txt       |   50 -
 .../mods/nyancat/textures/nyancat_back.png         |  Bin 186 -> 0 bytes
 .../mods/nyancat/textures/nyancat_front.png        |  Bin 204 -> 0 bytes
 .../mods/nyancat/textures/nyancat_rainbow.png      |  Bin 137 -> 0 bytes
 .../mods/nyancat/textures/nyancat_side.png         |  Bin 148 -> 0 bytes
 games/minetest_game/mods/screwdriver/init.lua      |  127 +-
 games/minetest_game/mods/sethome/init.lua          |   27 +-
 games/minetest_game/mods/sfinv/api.lua             |   71 +-
 games/minetest_game/mods/stairs/init.lua           |  160 +-
 .../mods/stairs/models/stairs_stair.obj            |    6 +-
 games/minetest_game/mods/tnt/README.txt            |    5 +-
 games/minetest_game/mods/tnt/init.lua              |   67 +-
 games/minetest_game/settingtypes.txt               |    3 +
 games/minimal/mods/default/init.lua                |  181 +-
 games/minimal/mods/default/mapgen.lua              |    1 +
 .../mods/default/textures/default_chest.png        |  Bin 0 -> 263 bytes
 .../mods/default/textures/default_chest_front.png  |  Bin 114 -> 0 bytes
 .../mods/default/textures/default_chest_lock.png   |  Bin 145 -> 0 bytes
 .../mods/default/textures/default_chest_side.png   |  Bin 98 -> 0 bytes
 .../mods/default/textures/default_chest_top.png    |  Bin 93 -> 0 bytes
 .../textures/default_lava_source_animated.png      |  Bin 2902 -> 3145 bytes
 .../mods/default/textures/default_river_water.png  |  Bin
 games/minimal/mods/errorhandler_test/init.lua      |  106 -
 games/minimal/mods/experimental/init.lua           |   53 +-
 games/minimal/mods/stairs/init.lua                 |    4 +-
 {src => lib}/gmp/CMakeLists.txt                    |    0
 {src => lib}/gmp/mini-gmp.c                        |    0
 {src => lib}/gmp/mini-gmp.h                        |    0
 lib/jsoncpp/CMakeLists.txt                         |    7 +
 lib/jsoncpp/jsoncpp.cpp                            | 4937 ++++++++++++++++++++
 minetest.conf.example                              |  302 +-
 minetest.conf.example.extra                        |   63 +
 misc/debpkg-control                                |   36 +
 ...pdata.xml => net.minetest.minetest.appdata.xml} |   26 +-
 ...etest.desktop => net.minetest.minetest.desktop} |    0
 po/be/minetest.po                                  | 3660 ++++++++++-----
 po/ca/minetest.po                                  | 1623 +++++--
 po/cs/minetest.po                                  | 1583 +++++--
 po/da/minetest.po                                  | 1724 +++++--
 po/de/minetest.po                                  | 2063 +++++---
 po/{minetest.pot => dv/minetest.po}                | 3356 +++++++------
 po/eo/minetest.po                                  | 1686 ++++---
 po/es/minetest.po                                  | 1685 ++++---
 po/et/minetest.po                                  | 1577 +++++--
 po/fr/minetest.po                                  | 1847 +++++---
 po/he/minetest.po                                  | 1510 ++++--
 po/hu/minetest.po                                  | 1674 +++++--
 po/id/minetest.po                                  | 2263 ++++++---
 po/it/minetest.po                                  | 1984 +++++---
 po/ja/minetest.po                                  | 1724 ++++---
 po/jbo/minetest.po                                 | 1527 ++++--
 po/ko/minetest.po                                  | 2035 +++++---
 po/ky/minetest.po                                  | 1565 +++++--
 po/lt/minetest.po                                  | 1616 ++++---
 po/minetest.pot                                    | 1120 +++--
 po/{id => ms}/minetest.po                          | 3453 ++++++++------
 po/nb/minetest.po                                  | 1526 ++++--
 po/nl/minetest.po                                  | 2089 ++++++---
 po/pl/minetest.po                                  | 1929 +++++---
 po/pt/minetest.po                                  | 1702 +++++--
 po/pt_BR/minetest.po                               | 1875 ++++++--
 po/ro/minetest.po                                  | 1587 +++++--
 po/ru/minetest.po                                  | 2458 ++++++----
 po/{minetest.pot => sl/minetest.po}                | 1332 ++++--
 po/sr_Cyrl/minetest.po                             | 1806 ++++---
 po/{nb => sv}/minetest.po                          | 1825 +++++---
 po/sw/minetest.po                                  | 1804 +++++--
 po/tr/minetest.po                                  | 3518 +++++++++-----
 po/uk/minetest.po                                  | 1675 ++++---
 po/zh_CN/minetest.po                               | 1700 +++++--
 po/zh_TW/minetest.po                               | 1786 +++++--
 src/CMakeLists.txt                                 |   51 +-
 src/activeobject.h                                 |   14 +-
 src/ban.h                                          |    2 +-
 src/camera.cpp                                     |   48 +-
 src/camera.h                                       |   32 +-
 src/cavegen.cpp                                    |  146 +-
 src/cavegen.h                                      |   71 +-
 src/cguittfont/CGUITTFont.cpp                      |    4 +-
 src/cguittfont/CGUITTFont.h                        |    7 +
 src/chat.cpp                                       |   27 +-
 src/chat.h                                         |   11 +-
 src/client.cpp                                     |  597 +--
 src/client.h                                       |  250 +-
 src/client/CMakeLists.txt                          |    1 +
 src/client/clientlauncher.cpp                      |  108 +-
 src/client/clientlauncher.h                        |   37 +-
 src/client/inputhandler.cpp                        |  119 +
 src/client/inputhandler.h                          |  360 +-
 src/client/joystick_controller.cpp                 |  108 +-
 src/client/joystick_controller.h                   |    9 +-
 src/client/keys.h                                  |   15 +-
 src/client/tile.cpp                                |  224 +-
 src/client/tile.h                                  |  137 +-
 src/clientenvironment.cpp                          |  847 ++++
 src/clientenvironment.h                            |  195 +
 src/clientiface.cpp                                |   45 +-
 src/clientiface.h                                  |   29 +-
 src/clientmap.cpp                                  |  193 +-
 src/clientmap.h                                    |   21 +-
 src/clientmedia.cpp                                |   16 +-
 src/clientmedia.h                                  |    7 +-
 src/clientobject.cpp                               |    9 +-
 src/clientobject.h                                 |   40 +-
 src/clientsimpleobject.h                           |    7 +-
 src/{irrlichttypes_bloated.h => cloudparams.h}     |   23 +-
 src/clouds.cpp                                     |   90 +-
 src/clouds.h                                       |   54 +-
 src/collision.cpp                                  |    8 +-
 src/constants.h                                    |    8 +-
 src/content_abm.cpp                                |    8 +-
 src/content_abm.h                                  |    1 -
 src/content_cao.cpp                                |  194 +-
 src/content_cao.h                                  |   30 +-
 src/content_cso.cpp                                |   16 +-
 src/content_mapblock.cpp                           | 2897 +++++-------
 src/content_mapblock.h                             |  123 +-
 src/content_sao.cpp                                |  751 ++-
 src/content_sao.h                                  |  202 +-
 src/craftdef.cpp                                   |    3 +-
 src/craftdef.h                                     |   11 +-
 src/database-dummy.h                               |   10 +-
 src/database-files.cpp                             |  179 +
 src/{database-leveldb.h => database-files.h}       |   35 +-
 src/database-leveldb.h                             |    7 +-
 src/database-postgresql.cpp                        |  471 +-
 src/database-postgresql.h                          |  115 +-
 src/database-redis.cpp                             |   15 +-
 src/database-redis.h                               |    5 +-
 src/database-sqlite3.cpp                           |  401 +-
 src/database-sqlite3.h                             |  163 +-
 src/database.cpp                                   |    4 +-
 src/database.h                                     |   32 +-
 src/defaultsettings.cpp                            |  253 +-
 src/defaultsettings.h                              |    1 -
 src/drawscene.cpp                                  |  125 +-
 src/drawscene.h                                    |    6 +-
 src/dungeongen.cpp                                 |  126 +-
 src/dungeongen.h                                   |    8 +-
 src/emerge.cpp                                     |   23 +-
 src/emerge.h                                       |    3 +-
 src/environment.cpp                                | 2733 +----------
 src/environment.h                                  |  542 +--
 src/exceptions.h                                   |    9 +-
 src/face_position_cache.cpp                        |  110 +
 src/{database-dummy.h => face_position_cache.h}    |   31 +-
 src/filecache.h                                    |   10 +-
 src/fontengine.cpp                                 |   26 +-
 src/game.cpp                                       | 2021 ++++----
 src/game.h                                         |  129 +-
 src/gamedef.h                                      |   41 +-
 src/gameparams.h                                   |    3 +-
 src/genericobject.cpp                              |   26 +-
 src/genericobject.h                                |   12 +-
 src/gettime.h                                      |   29 +-
 src/guiChatConsole.cpp                             |   22 +-
 src/guiChatConsole.h                               |    4 +-
 src/guiEngine.cpp                                  |   40 +-
 src/guiEngine.h                                    |   14 +-
 src/guiFileSelectMenu.cpp                          |   21 +-
 src/guiFileSelectMenu.h                            |   29 +-
 src/guiFormSpecMenu.cpp                            |  363 +-
 src/guiFormSpecMenu.h                              |  177 +-
 src/guiKeyChangeMenu.cpp                           |   26 +-
 src/guiKeyChangeMenu.h                             |   18 +-
 src/guiPasswordChange.cpp                          |  173 +-
 src/guiPasswordChange.h                            |   23 +-
 src/guiTable.cpp                                   |    2 +-
 src/guiTable.h                                     |   11 +-
 src/guiVolumeChange.cpp                            |   63 +-
 src/httpfetch.cpp                                  |   22 +-
 src/httpfetch.h                                    |   23 +-
 src/hud.cpp                                        |   73 +-
 src/hud.h                                          |   14 +-
 src/intlGUIEditBox.cpp                             |   39 +-
 src/intlGUIEditBox.h                               |    2 +-
 src/inventory.cpp                                  |  114 +-
 src/inventory.h                                    |   21 +-
 src/inventorymanager.cpp                           |    7 +-
 src/irr_aabb3d.h                                   |    1 -
 src/irr_v2d.h                                      |    1 -
 src/irr_v3d.h                                      |    1 -
 src/irrlicht_changes/static_text.cpp               |    4 +
 src/irrlichttypes_bloated.h                        |    1 -
 src/irrlichttypes_extrabloated.h                   |    1 -
 src/itemdef.cpp                                    |  117 +-
 src/itemdef.h                                      |   35 +-
 src/itemgroup.h                                    |    6 +-
 src/itemstackmetadata.cpp                          |   43 +
 src/{gameparams.h => itemstackmetadata.h}          |   21 +-
 src/keycode.cpp                                    |    8 +-
 src/keycode.h                                      |    7 +-
 src/light.cpp                                      |  351 +-
 src/light.h                                        |   31 +-
 src/localplayer.cpp                                |  638 ++-
 src/localplayer.h                                  |   77 +-
 src/main.cpp                                       |   69 +-
 src/mainmenumanager.h                              |    6 +-
 src/map.cpp                                        |  934 +---
 src/map.h                                          |   72 +-
 src/map_settings_manager.cpp                       |   13 +-
 src/mapblock.cpp                                   |   39 +-
 src/mapblock.h                                     |  123 +-
 src/mapblock_mesh.cpp                              |  827 ++--
 src/mapblock_mesh.h                                |  120 +-
 src/mapgen.cpp                                     |  204 +-
 src/mapgen.h                                       |   33 +-
 src/mapgen_flat.cpp                                |   19 +-
 src/mapgen_flat.h                                  |   11 +-
 src/mapgen_fractal.cpp                             |    5 +-
 src/mapgen_fractal.h                               |   11 +-
 src/mapgen_singlenode.cpp                          |    4 +-
 src/mapgen_singlenode.h                            |   10 +-
 src/mapgen_v5.cpp                                  |   91 +-
 src/mapgen_v5.h                                    |   22 +-
 src/mapgen_v6.cpp                                  |  117 +-
 src/mapgen_v6.h                                    |    3 +
 src/mapgen_v7.cpp                                  |  120 +-
 src/mapgen_v7.h                                    |   17 +-
 src/mapgen_valleys.cpp                             |   32 +-
 src/mapgen_valleys.h                               |    9 +-
 src/mapnode.cpp                                    |   66 +-
 src/mapnode.h                                      |   25 +-
 src/mesh.cpp                                       |  162 +-
 src/mesh.h                                         |   31 +-
 src/mesh_generator_thread.cpp                      |  335 ++
 src/mesh_generator_thread.h                        |  135 +
 src/metadata.cpp                                   |  108 +
 src/metadata.h                                     |   61 +
 src/mg_biome.cpp                                   |   15 +-
 src/mg_biome.h                                     |    8 +-
 src/mg_decoration.cpp                              |    5 +-
 src/mg_decoration.h                                |    3 +-
 src/mg_ore.cpp                                     |    6 +-
 src/mg_ore.h                                       |    3 +-
 src/mg_schematic.cpp                               |   23 +-
 src/mg_schematic.h                                 |   12 +-
 src/minimap.cpp                                    |  223 +-
 src/minimap.h                                      |   28 +-
 src/modalMenu.h                                    |   10 +-
 src/modifiedstate.h                                |    1 -
 src/mods.cpp                                       |  295 +-
 src/mods.h                                         |   85 +-
 src/nameidmapping.cpp                              |   12 +-
 src/nameidmapping.h                                |   34 +-
 src/network/clientopcodes.cpp                      |   12 +-
 src/network/clientopcodes.h                        |    2 +-
 src/network/clientpackethandler.cpp                |  127 +-
 src/network/connection.cpp                         |   22 +-
 src/network/connection.h                           |   18 +-
 src/network/networkpacket.cpp                      |    8 +-
 src/network/networkpacket.h                        |   11 +-
 src/network/networkprotocol.h                      |   45 +-
 src/network/serveropcodes.cpp                      |    8 +-
 src/network/serveropcodes.h                        |    2 +-
 src/network/serverpackethandler.cpp                |  180 +-
 src/nodedef.cpp                                    |  746 ++-
 src/nodedef.h                                      |  221 +-
 src/nodemetadata.cpp                               |  103 +-
 src/nodemetadata.h                                 |   35 +-
 src/object_properties.cpp                          |    6 +-
 src/object_properties.h                            |    2 +
 src/particles.cpp                                  |  278 +-
 src/particles.h                                    |   33 +-
 src/pathfinder.cpp                                 |   76 +-
 src/player.h                                       |    1 -
 src/porting.cpp                                    |   63 +-
 src/porting.h                                      |  168 +-
 src/profiler.cpp                                   |   30 +
 src/profiler.h                                     |   77 +-
 src/raycast.cpp                                    |   89 +
 src/{defaultsettings.h => raycast.h}               |   31 +-
 src/reflowscan.cpp                                 |    5 +-
 src/remoteplayer.cpp                               |   88 +-
 src/remoteplayer.h                                 |   36 +-
 src/rollback_interface.cpp                         |   12 +-
 src/script/CMakeLists.txt                          |    7 +-
 src/script/common/c_content.cpp                    |  472 +-
 src/script/common/c_content.h                      |   35 +-
 src/script/common/c_converter.cpp                  |    4 +-
 src/script/common/c_converter.h                    |    2 +
 src/script/cpp_api/CMakeLists.txt                  |    1 +
 src/script/cpp_api/s_async.cpp                     |   33 +-
 src/script/cpp_api/s_async.h                       |   25 +-
 src/script/cpp_api/s_base.cpp                      |   45 +-
 src/script/cpp_api/s_base.h                        |   17 +-
 src/script/cpp_api/s_client.cpp                    |  230 +
 src/script/cpp_api/s_client.h                      |   63 +
 src/script/cpp_api/s_entity.cpp                    |   22 +-
 src/script/cpp_api/s_entity.h                      |    4 +-
 src/script/cpp_api/s_env.cpp                       |   12 +-
 src/script/cpp_api/s_item.cpp                      |   35 +-
 src/script/cpp_api/s_mainmenu.cpp                  |    8 +-
 src/script/cpp_api/s_node.cpp                      |   27 +-
 src/script/cpp_api/s_node.h                        |    1 +
 src/script/cpp_api/s_player.h                      |   14 +-
 src/script/cpp_api/s_security.cpp                  |  187 +-
 src/script/cpp_api/s_security.h                    |    2 +
 src/script/lua_api/CMakeLists.txt                  |   10 +-
 src/script/lua_api/l_areastore.cpp                 |    4 +-
 src/script/lua_api/l_areastore.h                   |    7 +-
 src/script/lua_api/l_base.cpp                      |   26 +-
 src/script/lua_api/l_base.h                        |   16 +-
 src/script/lua_api/l_camera.cpp                    |  202 +
 src/script/lua_api/l_camera.h                      |   44 +
 src/script/lua_api/l_client.cpp                    |  356 ++
 src/script/lua_api/l_client.h                      |   98 +
 src/script/lua_api/l_craft.cpp                     |    2 +-
 src/script/lua_api/l_env.cpp                       |  109 +-
 src/script/lua_api/l_env.h                         |   14 +-
 src/script/lua_api/l_internal.h                    |   14 +-
 src/script/lua_api/l_inventory.cpp                 |   12 +-
 src/script/lua_api/l_inventory.h                   |    2 +-
 src/script/lua_api/l_item.cpp                      |   66 +-
 src/script/lua_api/l_item.h                        |    7 +-
 src/script/lua_api/l_itemstackmeta.cpp             |  120 +
 .../lua_api/{l_nodetimer.h => l_itemstackmeta.h}   |   50 +-
 src/script/lua_api/l_localplayer.cpp               |  358 ++
 src/script/lua_api/l_localplayer.h                 |   85 +
 src/script/lua_api/l_mainmenu.cpp                  |   76 +-
 src/script/lua_api/l_mainmenu.h                    |   10 +-
 src/script/lua_api/l_mapgen.cpp                    |   20 +-
 src/script/lua_api/l_mapgen.h                      |    3 +-
 src/script/lua_api/l_metadata.cpp                  |  266 ++
 src/script/lua_api/l_metadata.h                    |   75 +
 src/script/lua_api/l_minimap.cpp                   |  227 +
 src/script/lua_api/l_minimap.h                     |   65 +
 src/script/lua_api/l_nodemeta.cpp                  |  330 +-
 src/script/lua_api/l_nodemeta.h                    |   48 +-
 src/script/lua_api/l_nodetimer.cpp                 |    4 +-
 src/script/lua_api/l_nodetimer.h                   |    9 +-
 src/script/lua_api/l_noise.cpp                     |   10 +-
 src/script/lua_api/l_noise.h                       |   37 +-
 src/script/lua_api/l_object.cpp                    |  271 +-
 src/script/lua_api/l_object.h                      |   67 +-
 src/script/lua_api/l_particles.cpp                 |   29 +-
 src/script/lua_api/l_server.cpp                    |   79 +-
 src/script/lua_api/l_server.h                      |   17 +-
 src/script/lua_api/l_settings.cpp                  |   85 +-
 src/script/lua_api/l_settings.h                    |   43 +-
 .../lua_api/l_sound.cpp}                           |   46 +-
 .../lua_api/l_sound.h}                             |   22 +-
 src/script/lua_api/l_storage.cpp                   |  147 +
 src/script/lua_api/{l_nodetimer.h => l_storage.h}  |   62 +-
 src/script/lua_api/l_util.cpp                      |  137 +-
 src/script/lua_api/l_util.h                        |   24 +-
 src/script/lua_api/l_vmanip.cpp                    |   49 +-
 src/script/lua_api/l_vmanip.h                      |    9 +-
 src/script/scripting_client.cpp                    |   88 +
 .../scripting_client.h}                            |   37 +-
 src/script/scripting_mainmenu.cpp                  |   29 +-
 src/script/scripting_mainmenu.h                    |    7 +-
 .../{scripting_game.cpp => scripting_server.cpp}   |   37 +-
 .../{scripting_game.h => scripting_server.h}       |   12 +-
 src/serialization.h                                |    6 +-
 src/server.cpp                                     |  601 ++-
 src/server.h                                       |   91 +-
 src/{environment.cpp => serverenvironment.cpp}     | 1422 ++----
 src/{environment.h => serverenvironment.h}         |  315 +-
 src/serverlist.cpp                                 |   22 +-
 src/serverlist.h                                   |   39 +-
 src/serverobject.h                                 |   12 +-
 src/settings.cpp                                   |   29 +-
 src/settings.h                                     |   37 +-
 src/settings_translation_file.cpp                  |  269 +-
 src/shader.cpp                                     |    6 +-
 src/sky.cpp                                        |   10 +-
 src/sky.h                                          |   77 +-
 src/sound.h                                        |   82 +-
 src/sound_openal.cpp                               |   97 +-
 src/threading/event.cpp                            |    2 +
 src/threading/event.h                              |   10 +-
 src/threading/mutex.cpp                            |    9 +
 src/threading/mutex.h                              |    2 +
 src/threading/semaphore.h                          |   14 +-
 src/threading/thread.cpp                           |   17 +-
 src/threading/thread.h                             |    1 +
 src/tileanimation.cpp                              |  131 +
 src/tileanimation.h                                |   62 +
 src/tool.cpp                                       |   29 +-
 src/tool.h                                         |    8 +-
 src/touchscreengui.cpp                             |    6 +-
 src/touchscreengui.h                               |  115 +-
 src/treegen.cpp                                    |   12 +-
 src/treegen.h                                      |    2 +-
 src/unittest/test.cpp                              |   20 +-
 src/unittest/test.h                                |    4 +-
 src/unittest/test_connection.cpp                   |    2 +-
 src/unittest/test_mapnode.cpp                      |    3 +-
 src/unittest/test_nodedef.cpp                      |    5 +-
 src/unittest/test_noderesolver.cpp                 |    2 +
 src/unittest/test_objdef.cpp                       |    4 +-
 src/unittest/test_player.cpp                       |   52 +-
 src/unittest/test_profiler.cpp                     |    3 +-
 src/unittest/test_threading.cpp                    |    2 -
 src/unittest/test_voxelalgorithms.cpp              |   59 +
 src/util/basic_macros.h                            |   12 +-
 src/{gameparams.h => util/cpp11.h}                 |   22 +-
 src/util/cpp11_container.h                         |   16 +-
 src/util/directiontables.h                         |   56 +-
 src/util/hex.h                                     |   13 +-
 src/util/mathconstants.h                           |    7 -
 src/util/numeric.cpp                               |   94 +-
 src/util/numeric.h                                 |  104 +-
 src/util/pointedthing.cpp                          |   75 +-
 src/util/pointedthing.h                            |   40 +
 src/util/serialize.cpp                             |   49 +
 src/util/serialize.h                               |    7 +
 src/util/sha1.h                                    |   33 +-
 src/util/sha2.h                                    |  107 +-
 src/util/sha256.c                                  |    5 -
 src/util/srp.cpp                                   |    2 +-
 src/util/string.cpp                                |    8 +
 src/util/string.h                                  |   38 +-
 src/util/thread.h                                  |   21 +-
 src/util/timetaker.cpp                             |   27 +-
 src/util/timetaker.h                               |   14 +-
 src/voxel.cpp                                      |   12 +-
 src/voxel.h                                        |    4 +-
 src/voxelalgorithms.cpp                            |  739 ++-
 src/voxelalgorithms.h                              |  100 +-
 src/wieldmesh.cpp                                  |  244 +-
 src/wieldmesh.h                                    |   89 +-
 textures/base/pack/air.png                         |  Bin 0 -> 225 bytes
 textures/base/pack/ignore.png                      |  Bin 0 -> 234 bytes
 textures/base/pack/progress_bar.png                |  Bin 0 -> 413 bytes
 textures/base/pack/progress_bar_bg.png             |  Bin 0 -> 354 bytes
 textures/base/pack/server_ping_1.png               |  Bin 0 -> 251 bytes
 textures/base/pack/server_ping_2.png               |  Bin 0 -> 244 bytes
 textures/base/pack/server_ping_3.png               |  Bin 0 -> 245 bytes
 textures/base/pack/server_ping_4.png               |  Bin 0 -> 213 bytes
 util/buildbot/buildwin32.sh                        |    9 +-
 util/buildbot/buildwin64.sh                        |    3 +-
 util/travis/before_install.sh                      |   15 +-
 util/travis/clang-format-whitelist.txt             |  389 ++
 util/travis/common.sh                              |    3 +-
 util/travis/lint.sh                                |   45 +
 util/travis/script.sh                              |   21 +-
 701 files changed, 81017 insertions(+), 41456 deletions(-)
 create mode 100644 .clang-format
 create mode 100644 .gitlab-ci.yml
 create mode 100644 build/android/gradle/wrapper/gradle-wrapper.properties
 create mode 100755 build/android/gradlew
 create mode 100644 build/android/gradlew.bat
 delete mode 100644 build/android/patches/sqlite3-readonly-fix.patch
 create mode 100644 builtin/client/chatcommands.lua
 create mode 100644 builtin/client/init.lua
 create mode 100644 builtin/client/register.lua
 create mode 100644 builtin/common/after.lua
 create mode 100644 builtin/common/chatcommands.lua
 rename builtin/mainmenu/{tab_singleplayer.lua => tab_local.lua} (65%)
 rename builtin/mainmenu/{tab_multiplayer.lua => tab_online.lua} (55%)
 delete mode 100644 builtin/mainmenu/tab_server.lua
 delete mode 100644 client/shaders/water_surface_shader/opengl_fragment.glsl
 delete mode 100644 client/shaders/water_surface_shader/opengl_vertex.glsl
 create mode 100644 clientmods/preview/init.lua
 create mode 100644 cmake/Modules/FindLua.cmake
 create mode 100644 debian/minetest-data.lintian-overrides
 delete mode 100644 debian/minetest-data.manpages
 delete mode 100644 debian/minetest-server.manpages
 delete mode 100644 debian/minetest.manpages
 delete mode 100644 debian/minetest.menu
 delete mode 100644 debian/patches/i18n.patch
 create mode 100644 doc/client_lua_api.md
 create mode 100644 fonts/Arimo-LICENSE.txt
 create mode 100644 fonts/Arimo-Regular.ttf
 create mode 100644 fonts/Cousine-LICENSE.txt
 create mode 100644 fonts/Cousine-Regular.ttf
 create mode 100644 fonts/DroidSansFallbackFull-LICENSE.txt
 delete mode 100755 fonts/lucida_sans_10.xml
 delete mode 100755 fonts/lucida_sans_100.png
 delete mode 100755 fonts/lucida_sans_11.xml
 delete mode 100755 fonts/lucida_sans_110.png
 delete mode 100755 fonts/lucida_sans_12.xml
 delete mode 100755 fonts/lucida_sans_120.png
 delete mode 100755 fonts/lucida_sans_14.xml
 delete mode 100755 fonts/lucida_sans_140.png
 delete mode 100755 fonts/lucida_sans_16.xml
 delete mode 100755 fonts/lucida_sans_160.png
 delete mode 100755 fonts/lucida_sans_18.xml
 delete mode 100755 fonts/lucida_sans_180.png
 delete mode 100755 fonts/lucida_sans_20.xml
 delete mode 100755 fonts/lucida_sans_200.png
 delete mode 100755 fonts/lucida_sans_22.xml
 delete mode 100755 fonts/lucida_sans_220.png
 delete mode 100755 fonts/lucida_sans_24.xml
 delete mode 100755 fonts/lucida_sans_240.png
 delete mode 100755 fonts/lucida_sans_26.xml
 delete mode 100755 fonts/lucida_sans_260.png
 delete mode 100755 fonts/lucida_sans_28.xml
 delete mode 100755 fonts/lucida_sans_280.png
 delete mode 100755 fonts/lucida_sans_36.xml
 delete mode 100755 fonts/lucida_sans_360.png
 delete mode 100755 fonts/lucida_sans_4.xml
 delete mode 100755 fonts/lucida_sans_40.png
 delete mode 100755 fonts/lucida_sans_48.xml
 delete mode 100755 fonts/lucida_sans_480.png
 delete mode 100755 fonts/lucida_sans_56.xml
 delete mode 100755 fonts/lucida_sans_560.png
 delete mode 100755 fonts/lucida_sans_6.xml
 delete mode 100755 fonts/lucida_sans_60.png
 delete mode 100755 fonts/lucida_sans_8.xml
 delete mode 100755 fonts/lucida_sans_80.png
 delete mode 100755 fonts/lucida_sans_9.xml
 delete mode 100755 fonts/lucida_sans_90.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_10.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_100.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_11.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_110.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_12.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_120.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_14.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_140.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_16.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_160.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_18.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_180.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_20.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_200.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_22.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_220.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_24.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_240.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_26.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_260.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_28.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_280.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_4.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_40.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_6.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_60.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_8.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_80.png
 mode change 100755 => 100644 fonts/mono_dejavu_sans_9.xml
 mode change 100755 => 100644 fonts/mono_dejavu_sans_90.png
 create mode 100644 games/minetest_game/LICENSE.txt
 create mode 100644 games/minetest_game/mods/default/models/chest_open.obj
 create mode 100644 games/minetest_game/mods/default/schematics/acacia_log.mts
 create mode 100644 games/minetest_game/mods/default/schematics/apple_log.mts
 create mode 100644 games/minetest_game/mods/default/schematics/aspen_log.mts
 create mode 100644 games/minetest_game/mods/default/schematics/jungle_log.mts
 create mode 100644 games/minetest_game/mods/default/schematics/pine_log.mts
 create mode 100644 games/minetest_game/mods/default/sounds/default_chest_close.ogg
 create mode 100644 games/minetest_game/mods/default/sounds/default_chest_open.ogg
 create mode 100644 games/minetest_game/mods/default/textures/default_acacia_bush_sapling.png
 create mode 100644 games/minetest_game/mods/default/textures/default_bush_sapling.png
 create mode 100644 games/minetest_game/mods/default/textures/default_chest_inside.png
 create mode 100644 games/minetest_game/mods/default/textures/default_desert_sandstone.png
 create mode 100644 games/minetest_game/mods/default/textures/default_desert_sandstone_block.png
 create mode 100644 games/minetest_game/mods/default/textures/default_desert_sandstone_brick.png
 create mode 100644 games/minetest_game/mods/default/textures/default_mese_post_light_side.png
 create mode 100644 games/minetest_game/mods/default/textures/default_mese_post_light_side_dark.png
 create mode 100644 games/minetest_game/mods/default/textures/default_mese_post_light_top.png
 create mode 100644 games/minetest_game/mods/default/textures/default_mineral_tin.png
 create mode 100644 games/minetest_game/mods/default/textures/default_rainforest_litter.png
 create mode 100644 games/minetest_game/mods/default/textures/default_rainforest_litter_side.png
 create mode 100644 games/minetest_game/mods/default/textures/default_silver_sandstone.png
 create mode 100644 games/minetest_game/mods/default/textures/default_silver_sandstone_block.png
 create mode 100644 games/minetest_game/mods/default/textures/default_silver_sandstone_brick.png
 create mode 100644 games/minetest_game/mods/default/textures/default_tin_block.png
 create mode 100644 games/minetest_game/mods/default/textures/default_tin_ingot.png
 create mode 100644 games/minetest_game/mods/default/textures/default_tin_lump.png
 create mode 100644 games/minetest_game/mods/killme/init.lua
 delete mode 100644 games/minetest_game/mods/nyancat/README.txt
 delete mode 100644 games/minetest_game/mods/nyancat/depends.txt
 delete mode 100644 games/minetest_game/mods/nyancat/init.lua
 delete mode 100644 games/minetest_game/mods/nyancat/license.txt
 delete mode 100644 games/minetest_game/mods/nyancat/textures/nyancat_back.png
 delete mode 100644 games/minetest_game/mods/nyancat/textures/nyancat_front.png
 delete mode 100644 games/minetest_game/mods/nyancat/textures/nyancat_rainbow.png
 delete mode 100644 games/minetest_game/mods/nyancat/textures/nyancat_side.png
 create mode 100644 games/minimal/mods/default/textures/default_chest.png
 delete mode 100644 games/minimal/mods/default/textures/default_chest_front.png
 delete mode 100644 games/minimal/mods/default/textures/default_chest_lock.png
 delete mode 100644 games/minimal/mods/default/textures/default_chest_side.png
 delete mode 100644 games/minimal/mods/default/textures/default_chest_top.png
 copy games/{minetest_game => minimal}/mods/default/textures/default_river_water.png (100%)
 delete mode 100644 games/minimal/mods/errorhandler_test/init.lua
 rename {src => lib}/gmp/CMakeLists.txt (100%)
 rename {src => lib}/gmp/mini-gmp.c (100%)
 rename {src => lib}/gmp/mini-gmp.h (100%)
 create mode 100644 lib/jsoncpp/CMakeLists.txt
 create mode 100644 lib/jsoncpp/jsoncpp.cpp
 create mode 100644 minetest.conf.example.extra
 create mode 100644 misc/debpkg-control
 rename misc/{minetest.appdata.xml => net.minetest.minetest.appdata.xml} (69%)
 rename misc/{minetest.desktop => net.minetest.minetest.desktop} (100%)
 copy po/{minetest.pot => dv/minetest.po} (82%)
 copy po/{id => ms}/minetest.po (53%)
 copy po/{minetest.pot => sl/minetest.po} (81%)
 copy po/{nb => sv}/minetest.po (80%)
 create mode 100644 src/client/inputhandler.cpp
 create mode 100644 src/clientenvironment.cpp
 create mode 100644 src/clientenvironment.h
 copy src/{irrlichttypes_bloated.h => cloudparams.h} (73%)
 create mode 100644 src/database-files.cpp
 copy src/{database-leveldb.h => database-files.h} (52%)
 create mode 100644 src/face_position_cache.cpp
 copy src/{database-dummy.h => face_position_cache.h} (56%)
 create mode 100644 src/itemstackmetadata.cpp
 copy src/{gameparams.h => itemstackmetadata.h} (69%)
 create mode 100644 src/mesh_generator_thread.cpp
 create mode 100644 src/mesh_generator_thread.h
 create mode 100644 src/metadata.cpp
 create mode 100644 src/metadata.h
 create mode 100644 src/raycast.cpp
 copy src/{defaultsettings.h => raycast.h} (50%)
 create mode 100644 src/script/cpp_api/s_client.cpp
 create mode 100644 src/script/cpp_api/s_client.h
 create mode 100644 src/script/lua_api/l_camera.cpp
 create mode 100644 src/script/lua_api/l_camera.h
 create mode 100644 src/script/lua_api/l_client.cpp
 create mode 100644 src/script/lua_api/l_client.h
 create mode 100644 src/script/lua_api/l_itemstackmeta.cpp
 copy src/script/lua_api/{l_nodetimer.h => l_itemstackmeta.h} (57%)
 create mode 100644 src/script/lua_api/l_localplayer.cpp
 create mode 100644 src/script/lua_api/l_localplayer.h
 create mode 100644 src/script/lua_api/l_metadata.cpp
 create mode 100644 src/script/lua_api/l_metadata.h
 create mode 100644 src/script/lua_api/l_minimap.cpp
 create mode 100644 src/script/lua_api/l_minimap.h
 copy src/{database-leveldb.h => script/lua_api/l_sound.cpp} (55%)
 copy src/{clientsimpleobject.h => script/lua_api/l_sound.h} (72%)
 create mode 100644 src/script/lua_api/l_storage.cpp
 copy src/script/lua_api/{l_nodetimer.h => l_storage.h} (53%)
 create mode 100644 src/script/scripting_client.cpp
 copy src/{database-dummy.h => script/scripting_client.h} (57%)
 rename src/script/{scripting_game.cpp => scripting_server.cpp} (90%)
 rename src/script/{scripting_game.h => scripting_server.h} (86%)
 copy src/{environment.cpp => serverenvironment.cpp} (64%)
 copy src/{environment.h => serverenvironment.h} (62%)
 create mode 100644 src/tileanimation.cpp
 create mode 100644 src/tileanimation.h
 copy src/{gameparams.h => util/cpp11.h} (72%)
 delete mode 100644 src/util/mathconstants.h
 create mode 100644 textures/base/pack/air.png
 create mode 100644 textures/base/pack/ignore.png
 create mode 100644 textures/base/pack/progress_bar.png
 create mode 100644 textures/base/pack/progress_bar_bg.png
 create mode 100644 textures/base/pack/server_ping_1.png
 create mode 100644 textures/base/pack/server_ping_2.png
 create mode 100644 textures/base/pack/server_ping_3.png
 create mode 100644 textures/base/pack/server_ping_4.png
 create mode 100644 util/travis/clang-format-whitelist.txt
 create mode 100644 util/travis/lint.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/minetest-v04x.git



More information about the Pkg-games-commits mailing list