All public logs

Jump to navigation Jump to search

Combined display of all available logs of Minetest Developer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)
  • 21:57, 15 August 2022 Rubenwardy talk contribs deleted page AreaStore (lua_api is better)
  • 21:56, 15 August 2022 Rubenwardy talk contribs deleted page Installing Weblate (better documented elsewhere)
  • 21:55, 15 August 2022 Rubenwardy talk contribs deleted page EnvRef (deprecated)
  • 21:54, 15 August 2022 Rubenwardy talk contribs deleted page Project Overview (stub)
  • 21:54, 15 August 2022 Rubenwardy talk contribs deleted page Settings (lua_api is better)
  • 21:53, 15 August 2022 Rubenwardy talk contribs deleted page treedef (better documented in Modding Book and lua API ref)
  • 21:53, 15 August 2022 Rubenwardy talk contribs moved page Pathfinder wishlist to Proposals/Pathfinder wishlist
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page minetest.get all craft recipes (better documented in Modding Book and lua API ref)
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page NodeTimerRef (better documented in Modding Book and lua API ref)
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page Community (content was: "Welcome! The community is what Minetest generally revolves around, making Minetest more of a social sandbox game, especially if you are playing with friends on a public or private server. There are many ways to participate in the Minetest community, two of which are: * Internet Relay Chat ** General discussion (English) (usually this channel has the most users): [irc://irc.libera.chat/minetest #minetest on Libera] ** General discussion (French): [irc://irc.libera.chat/minete...")
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page GitHub (content was: "==What is GitHub?== GitHub is a website offering source code hosting for free software projects. Its features include issue trackers, an easy to use web interface, a built in wiki software, and simple facilities for merging and branching. GitHub is based around the version control system called Git. It uses Git to facilitate most of its basic features, like repositories, merging, and archiving. ==How can I join?== You are not required to join GitHub to develop for Minet...")
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting getbool (content was: "{{DISPLAYTITLE:minetest.setting_getbool}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_getbool("name")</source> == Description == Returns either the boolean that is stored in minetest.conf under <source enclose="none">name</source>, or <source enclose="none">nil</source> if the variable is not found. This function reads a string. If the string equals any of <code>y</code>, <code>yes</code>, <code>true</code>, o...")
  • 21:52, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting get pos (content was: "{{DISPLAYTITLE:minetest.setting_get_pos}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_get_pos("name")</source> == Description == Returns the position that is stored in minetest.conf under the variable <source enclose="none">name</source>, or <source enclose="none">nil</source> if the value is not found. The syntax in the config file is as follows: <source lang="text"> varname = X, Y, Z </source> Where <c...")
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page HTTPApiTable (content was: "{{UnofficialLua}} Table of functions used to request files over HTTP, returned by minetest.request_http_api() == Methods == * <source enclose="none">fetch(HTTPRequest, callback)</source> ** Performs given request asynchronously and calls callback upon completion ** callback: `function(HTTPRequestResult)` ** Use this HTTP function if you are unsure, the others are for advanced use. * <source enclose="none">fetch_async(HTTPRequest)</source> -returns handle ** Per...")
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page minetest.request http api() (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.request_http_api}} == Syntax == <source>minetest.request_http_api()</source> == Description == * returns HTTPApiTable containing http functions if the calling mod has been granted access by being listed in the <code>secure.http_mods</code> or <code>secure.trusted_mods</code> setting, otherwise returns <code>nil</code>. * Only works at init time and must be called from the mod's main scope (not from a function). * Function only exis...")
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page PseudoRandom (content was: "{{UnofficialLua}} A pseudorandom number generator. Can be created via <source enclose="none">PseudoRandom(seed)</source>.<br/> Note that math.random works about 17 times as fast as this. == Methods == * <source enclose="none">next()</source> — return next integer random number <code>[0...32767]</code> * <source enclose="none">next(min, max)</source> — return next integer random number <code>[min...max]</code>; <source enclose="none">max - min</source> must be <code>32767</...")
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting get (content was: "{{DISPLAYTITLE:minetest.setting_get}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_get("name")</source> == Description == Returns the value of an option stored in minetest.conf as a string.<br/> Note that you can use settingtypes.txt to add your own settings to the configuration in the main menu. <br/> == Example == <source> local player_name = minetest.setting_get("name") </source> == See Also == *mine...")
  • 21:51, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting set (content was: "{{DISPLAYTITLE:minetest.setting_set}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_set("name", "value")</source> == Description == Stores <source enclose="none">value</source> as a simple string under <source enclose="none">name</source> in minetest.conf. == Example == <source> minetest.setting_set("myoption", "Hello, World!") </source> == See Also == *minetest.setting_get *minetest.setting_get_pos *...")
  • 21:50, 15 August 2022 Rubenwardy talk contribs deleted page digprop functions (deprecated)
  • 21:50, 15 August 2022 Rubenwardy talk contribs deleted page SimpleSoundSpec (lua_api is better)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)