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:49, 15 August 2022 Rubenwardy talk contribs deleted page Modding FAQ/de (content was: "{{Languages/de}} Umm I don't know german but this is a test!", and the only contributor was "Celeron55" (talk))
  • 21:48, 15 August 2022 Rubenwardy talk contribs deleted page minetest.register playerevent (content was: "{{UnofficialLua}} {{delete|was empty page}}")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page timers to add (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page sky colour (content was: "{{UnofficialLua}} the background, called sky, can be the default minetest sky, a colour or textures, see player:set_sky the default sky is part of the source code and of course it depends on the tod the client gets")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page set node (content was: "{{delete|This wiki is not meant to replicate lua_api.txt}}")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page player set textures (content was: "{{delete|Outdated}} {{DISPLAYTITLE:default.player_set_textures}} '''This function will be removed in next stable release''' == Syntax == <source>default.player_set_textures(player, filename)</source> == Description == Set texture for player. == Parameters == # Player object # path to file with texture, ending to .png == Example == ==== player_textures mod ==== <source> minetest.register_on_joinplayer(function(player) local playername = player:get_player_name() -- get p...")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page nodeupdate (content was: "{{UnofficialLua}} {{DISPLAYTITLE:nodeupdate}} == Description == This function is deprecated and removed. Use minetest.check_for_falling instead. The <code>nodeupdate</code> function was removed in commit [https://github.com/minetest/minetest/commit/b8f06ad37e142004335e8c2ffaec5fe73b620196 <code>b8f06ad</code>] and all traces removed in commit [https://github.com/minetest/minetest/commit/c0dac4d9284b61c5ff411cbd45786ed14c200f37 <code>c0dac4d</code>]([https://github.com/mine...")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting setbool (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.setting_setbool}} {{delete | Deprecated in favour of minetest.Settings}} == Syntax == <source>minetest.setting_setbool(name, value)</source> == Description == Changes a boolean of the minetest configuration. * <code>name</code>: The name of the setting (a string) * <code>value</code>: The value of the boolean setting, either <code>true</code> or <code>false</code>. == Example == This code sets the setting “enable_pv...")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.setting save (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.setting_save}} == Syntax == <source>minetest.setting_save()</source> == Description == saves all settings to the config file")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.run callbacks (content was: "{{UnofficialLua}} == Syntax == <source>minetest.run_callbacks(callbacks, mode, ...)</source> == Description == * returns a result of callbacks' function(s) * callbacks: a table of functions * mode: a number * ...: the function values used for callbacks' functions")
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.request insecure environment (better documented in Modding Book and lua API ref)
  • 21:46, 15 August 2022 Rubenwardy talk contribs deleted page minetest.builtin auth handler (content was: "{{UnofficialLua}} This table is set at minetest/builtin/game/auth.lua and contains 5 functions: get_auth, create_auth, set_password, set_privileges and reload.")
  • 21:45, 15 August 2022 Rubenwardy talk contribs deleted page minetest.raycast (content was: "{{delete|was an empty page with only 1 link}}")
  • 21:45, 15 August 2022 Rubenwardy talk contribs deleted page minetest.player exists (content was: "{{UnofficialLua}} {{DISPLAYTITLE:minetest.player_exists}} == Syntax == <source>minetest.player_exists(name)</source> == Description == Checks if a player named ''name'' exists in the player database, regardless of whether this player is online or not. Returns true if the player exists, or false otherwise. Parameters * ''name'' - The name of the player. <br/> {{Template:Note|Once a player is created and exists in the player database, this method will continue to return true...")
  • 21:45, 15 August 2022 Rubenwardy talk contribs deleted page minetest.on craft (lua_api is better)
  • 21:44, 15 August 2022 Rubenwardy talk contribs deleted page minetest.node metadata inventory move allow all (lua_api is better)
  • 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.get perlin map (lua_api is better)
  • 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.get hit params (lua_api is better)
  • 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.get builtin path (lua_api is better)
  • 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.get auth handler (lua_api is better)
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)