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).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.craft predict (content was: "{{UnofficialLua}} == Syntax == <source>minetest.craft_predict(itemstack, player, old_craft_list, craft_inv)</source> == Description == Returns a changed itemstack: For each minetest.registered_craft_predicts the itemstack is replaced if the function returned something. == See also == minetest.register_craft_predict")
- 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.auth table (content was: "{{delete|Deprecated since 0.5.0-dev}}")
- 21:43, 15 August 2022 Rubenwardy talk contribs deleted page minetest.auth file path (content was: "{{UnofficialLua}} This global string is set at minetest/builtin/game/auth.lua by <source enclose="none">core.get_worldpath().."/auth.txt"</source>.")
- 21:42, 15 August 2022 Rubenwardy talk contribs deleted page minetest.add to creative inventory (deprecated)
- 21:42, 15 August 2022 Rubenwardy talk contribs deleted page listring (better documented in Modding Book and lua API ref)
- 21:42, 15 August 2022 Rubenwardy talk contribs deleted page light (better documented in Modding Book and lua API ref)
- 21:41, 15 August 2022 Rubenwardy talk contribs deleted page get line of sight (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:41, 15 August 2022 Rubenwardy talk contribs deleted page formspec/form properties (better documented in Modding Book and lua API ref)
- 21:40, 15 August 2022 Rubenwardy talk contribs deleted page eat (content was: "{{delete|empty page}}")
- 21:40, 15 August 2022 Rubenwardy talk contribs deleted page dummy image (unneeded)
- 21:40, 15 August 2022 Rubenwardy talk contribs deleted page celeron55's test page (unneeded)
- 21:39, 15 August 2022 Rubenwardy talk contribs deleted page biome (content was: "{{UnofficialLua}} {{DISPLAYTITLE:Biome}} '''The Biome API is still in an experimental phase and subject to change.''' == Description == Biomes are areas of similar features such as schematics or ground content. They define what nodes will be used for certain features, and also the heat & humidity of an area, among other things. == Usage == New biomes can be created with minetest.register_biome == Syntax == <source>{ name = "some_biome",...")
- 21:39, 15 August 2022 Rubenwardy talk contribs deleted page add node (content was: "{{delete|This wiki is not supposed to replicate lua_api.txt}}")
- 21:39, 15 August 2022 Rubenwardy talk contribs deleted page StorageRef (content was: "{{UnofficialLua}} In order to avoid custom file management to store mod information, configuration and other data, version 0.4.16 introduced mod storage in the Lua API. It is also known as the mod metadata API and is essentially a key/ value store for mod specific data. A mod can get a StorageRef at initialization time and use that reference to read and write data from and to the mod storage. This storage is local to the mod and should for all intents and purposes be used by th...")
- 21:38, 15 August 2022 Rubenwardy talk contribs deleted page Rarkenin/Proposal Template (content was: "=='''{{{proposalname|Test}}}''' {{{proposaldesc|test}}}== '''Github branch''': [{{{branchurl|http://github.com/{{{branchname|minetest/minetest/master}}} }}} {{{branchname|minetest/minetest/master}}}] Implementation: {{{implementation|planned}}} [[Proposals/{{{proposalname|test}}} Discuss]]", and the only contributor was "Rarkenin" (talk))
- 21:38, 15 August 2022 Rubenwardy talk contribs deleted page Rarkenin/Proposal System (content before blanking was: "#REDIRECT User:Rarkenin/Proposal System")
- 21:38, 15 August 2022 Rubenwardy talk contribs deleted page PcgRandom (content was: "{{UnofficialLua}} A 32-bit pseudorandom number generator.<br/> Uses PCG32, an algorithm of the permuted congruential generator family, offering very strong randomness. It can be created via <source enclose="none">PcgRandom(seed)</source> or <source enclose="none">PcgRandom(seed, sequence)</source>.<br/> Note that math.random works about 19.3 times as fast as this. == Methods == * <source enclose="none">next()</source> — return next integer random number <code>[-2147483648.....")
- 21:38, 15 August 2022 Rubenwardy talk contribs deleted page Nodes (content was: "{{delete|was an empty page}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:to table (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:set string (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:set int (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:set float (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:get string (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:get inventory (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:get int (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:get float (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:37, 15 August 2022 Rubenwardy talk contribs deleted page NodeMetaRef:from table (content was: "{{delete|This wiki does not want to replicate lua_api.txt}}")
- 21:36, 15 August 2022 Rubenwardy talk contribs deleted page Introduction to the API (content was: "{{delete|Page was created in error}}")
- 21:36, 15 August 2022 Rubenwardy talk contribs deleted page Discussions/Shaders (content was: "{{delete|Redundant with Proposals/Shaders}}")
- 21:36, 15 August 2022 Rubenwardy talk contribs deleted page Dev Log (empty)
- 21:35, 15 August 2022 Rubenwardy talk contribs deleted page DIR DELIM (unneeded)
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page find nodes in area (content was: "#REDIRECT minetest.find_nodes_in_area", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page find node near (content was: "#REDIRECT minetest.find_node_near", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page facedir to dir (content was: "#REDIRECT minetest.facedir_to_dir", and the only contributor was "76.235.179.74" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page dir to wallmounted (content was: "#REDIRECT minetest.dir_to_wallmounted", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page dir to facedir (content was: "#REDIRECT minetest.dir_to_facedir", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page dig node (content was: "#REDIRECT minetest.dig_node", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page deserialize (content was: "#REDIRECT minetest.deserialize", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page debug (content was: "#REDIRECT minetest.debug", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page create detached inventory (content was: "#REDIRECT minetest.create_detached_inventory", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page clear objects (content was: "#REDIRECT minetest.clear_objects", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page check player privs (content was: "#REDIRECT minetest.check_player_privs", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page check for falling (content was: "#REDIRECT minetest.check for falling", and the only contributor was "Bigfoot" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page chat send player (content was: "#REDIRECT minetest.chat_send_player", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page chat send all (content was: "#REDIRECT minetest.chat_send_all", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page ban player (content was: "#REDIRECT minetest.ban_player", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page auth reload (content was: "#REDIRECT minetest.auth_reload", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page after (content was: "#REDIRECT minetest.after", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page add item (content was: "#REDIRECT minetest.add_item", and the only contributor was "PilzAdam" (talk))
- 21:34, 15 August 2022 Rubenwardy talk contribs deleted page add entity (content was: "#REDIRECT minetest.add_entity", and the only contributor was "PilzAdam" (talk))