diff --git a/README.txt b/README.txt index 7a9b12f5..00ffa8f4 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,7 @@ -The main game for the Minetest game engine [minetest_game] -========================================================== +Minetest Game [minetest_game] +============================= +~ The main game for the Minetest Engine ~ + To use this game with Minetest, insert this repository as /games/minetest_game @@ -10,13 +12,13 @@ The Minetest Engine can be found in: Compatibility -------------- -The minetest_game github master HEAD is generally compatible with the github -master HEAD of minetest. +Minetest Game @ github master HEAD is generally compatible with the github +master HEAD of Minetest Engine. -Additionally, when the minetest engine is tagged to be a certain version (eg. -0.4.10), minetest_game is tagged with the version too. +Additionally, when the Minetest Engine is tagged to be a certain version (eg. +0.4.10), Minetest Game is tagged with the version too. -When stable releases are made, minetest_game is packaged and made available in +When stable releases are made, Minetest Game is packaged (as minetest_game) and made available in http://minetest.net/download and in case the repository has grown too much, it may be reset. In that sense, this is not a "real" git repository. (Package maintainers please note!) @@ -49,4 +51,4 @@ Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) http://creativecommons.org/licenses/by-sa/3.0/ License of menu/header.png -Copyright (C) 2013 BlockMen CC BY-3.0 +Copyright (C) 2015 BlockMen CC BY-3.0 diff --git a/game.conf b/game.conf index 8b819bb9..4dea9498 100644 --- a/game.conf +++ b/game.conf @@ -1 +1 @@ -name = Minetest +name = Minetest Game diff --git a/game_api.txt b/game_api.txt index a3edcfe8..5110b523 100644 --- a/game_api.txt +++ b/game_api.txt @@ -1,10 +1,10 @@ -minetest_game API -====================== +Minetest Game - API +==================== GitHub Repo: https://github.com/minetest/minetest_game Introduction ------------ -The minetest_game gamemode offers multiple new possibilities in addition to Minetest's built-in API, allowing you to +Minetest Game offers multiple new possibilities in addition to Minetest's built-in API, allowing you to add new plants to farming mod, buckets for new liquids, new stairs and custom panes. For information on the Minetest API, visit https://github.com/minetest/minetest/blob/master/doc/lua_api.txt Please note: @@ -20,8 +20,8 @@ The bucket API allows registering new types of buckets for non-default liquids. "default:lava_source", -- Source node name "default:lava_flowing", -- Flowing node name "bucket:bucket_lava", -- Name to be used for bucket - "bucket_lava.png", -- Bucket texture (for wielditem and inventory_image) - "Lava Bucket" -- Bucket description + "bucket_lava.png", -- Bucket texture (for wielditem and inventory_image) + "Lava Bucket" -- Bucket description ) Beds API diff --git a/menu/header.png b/menu/header.png index 2866626e..abf047a8 100644 Binary files a/menu/header.png and b/menu/header.png differ diff --git a/minetest.conf.example b/minetest.conf.example index b908ad24..58556823 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -1,4 +1,4 @@ -# This file contains settings of minetest_game that can be changed in +# This file contains settings of Minetest Game that can be changed in # minetest.conf # # By default, all the settings are commented and not functional. diff --git a/mods/beds/Changelog.txt b/mods/beds/Changelog.txt deleted file mode 100644 index 988db2af..00000000 --- a/mods/beds/Changelog.txt +++ /dev/null @@ -1,18 +0,0 @@ -1.0.1 beta ----------- -- Add backwards compatibility with PilzAdam's beds mod -- Fix placement -- Fix small bugs -- Prevent possible crash - -1.1 ---- -- Add fancy bed model (based on jp's model) -- Add API to register beds -- Allow players always to detach from bed (by donat-b) -- If more than 50% of players want sleep they can skip the night -- Don't show sleep dialog in singleplayer - -1.1.1 ------ -- Prevent possbile crash by trying to reposition leaving players diff --git a/mods/beds/README.txt b/mods/beds/README.txt index 21d4433f..7783e2a0 100644 --- a/mods/beds/README.txt +++ b/mods/beds/README.txt @@ -1,29 +1,29 @@ -Minetest mod "Beds" -=================== -by BlockMen (c) 2014-2015 +Minetest Game mod: beds +======================= -Version: 1.1.1 +Adds beds to Minetest which allow to skip the night. -About -~~~~~ -This mod adds a bed to Minetest which allows to skip the night. To sleep rightclick the bed, if playing -in singleplayer mode the night gets skipped imideatly. If playing on server you get shown how many other -players are in bed too. If all players are sleeping the night gets skipped aswell. Also the night skip can be forced -if more than 50% of the players are lying in bed and use this option. +Rightclick to sleep: +- singleplayer: night is skipped and spawnpoint is set to bed position +- multiplayer: if more than 50% of online players are lying in bed nightskip can be forced, + or night is skipped when all are sleeping -Another feature is a controled respawning. If you have slept in bed (not just lying in it) your respawn point -is set to the beds location and you will respawn there after death. -You can disable the respawn at beds by setting "enable_bed_respawn = false" in minetest.conf +To disable respawning at bed add "enable_bed_respawn = false" to minetest.conf - -License of source code, textures: WTFPL ---------------------------------------- -(c) Copyright BlockMen (2014-2015) - +License of source code: +----------------------- +Copyright (C) 2014-2015 BlockMen This program is free software. It comes without any warranty, to the extent permitted by applicable law. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://sam.zoy.org/wtfpl/COPYING for more details. + +License of media (textures, sounds, meshes): +-------------------------------------------- +(by Authors) + +BlockMen (WTFPL): + beds_*.png diff --git a/mods/boats/README.txt b/mods/boats/README.txt index 5100481d..52b86eef 100644 --- a/mods/boats/README.txt +++ b/mods/boats/README.txt @@ -1,16 +1,29 @@ -Minetest 0.4 mod: boats -======================= -by PilzAdam, slightly modified for NeXt +Minetest Game mod: boats +======================== + +Adds boats to Minetest. + +Rightclick to enter or leave. Leftclick to pick up. +WASD-Keys (Default) to steer. + License of source code: ----------------------- -WTFPL +Copyright (C) PilzAdam, BlockMen, paramat -License of media (textures and sounds): ---------------------------------------- -WTFPL +This program is free software. It comes without any warranty, to +the extent permitted by applicable law. You can redistribute it +and/or modify it under the terms of the Do What The Fuck You Want +To Public License, Version 2, as published by Sam Hocevar. See +http://sam.zoy.org/wtfpl/COPYING for more details. + +License of media (textures, sounds, meshes): +-------------------------------------------- +(by Authors) + +Zeg9 (WTFPL): + boat_*.png + +thetoon, Zeg9, PavelS (WTFPL): + boat.obj -Authors of media files: ------------------------ -textures: Zeg9 -model: thetoon and Zeg9, modified by PavelS(SokolovPavel) diff --git a/mods/bones/README.txt b/mods/bones/README.txt index b0ebed8f..5734ef1f 100644 --- a/mods/bones/README.txt +++ b/mods/bones/README.txt @@ -1,17 +1,28 @@ -Minetest 0.4 mod: bones -======================= +Minetest Game mod: bones +======================== + +Adds bone blocks, that contains the players inventory after death. + +Spawned at death position, protected for 20 minutes. +Can be changed by adding "share_bones_time =