User contributions
Jump to navigation
Jump to search
- 18:48, 7 April 2020 diff hist +73 User:Hybrid Dog →vector_extras
- 11:01, 5 April 2020 diff hist -765 Lua Optimization Tips →Array index calculation: remove old comment and link to vmanip
- 10:56, 5 April 2020 diff hist +24 Lua Optimization Tips →Profiling: newer get_us_time and show time in higher precision
- 17:33, 27 March 2020 diff hist +35 User:Hybrid Dog →vector_extras
- 10:33, 25 August 2018 diff hist -6 Lua Optimization Tips Comment until something faster than floodfill is found
- 13:28, 26 November 2017 diff hist +19 Engine/Basic data structures →Block
- 13:28, 26 November 2017 diff hist +1,070 Engine/Basic data structures →Block
- 11:35, 24 August 2017 diff hist +24 Mod interoperability →Preventing pistons from pushing or pulling your node
- 11:35, 24 August 2017 diff hist -17 Mod interoperability →Preventing pistons from pushing or pulling your node: checking the modpack is a bad way
- 11:32, 24 August 2017 diff hist -8 Mod interoperability →Indestructible nodes
- 11:32, 24 August 2017 diff hist -12 Mod interoperability →Indestructible nodes: you can override minetest.remove_node to not destroy such a node
- 11:24, 24 August 2017 diff hist +294 Mod interoperability →Protection
- 11:19, 24 August 2017 diff hist -51 Mod interoperability →Internationalization
- 11:18, 24 August 2017 diff hist +51 Mod interoperability →Internationalization
- 16:57, 18 August 2017 diff hist +95 Code style guidelines →Miscellaneous: See https://github.com/minetest/minetest/pull/6165#issuecomment-323399427
- 08:09, 8 May 2017 diff hist +287 Lua code style guidelines →Spaces: see http://irc.minetest.net/minetest/2017-05-08
- 12:11, 20 April 2017 diff hist -55 Engine documentation →What we need
- 19:03, 10 April 2017 diff hist +22 N itemstack Redirected page to ItemStack current
- 21:24, 24 March 2017 diff hist +16 N Template:CSM Created page with "Category:CSM"
- 12:47, 10 March 2017 diff hist +206 Lua code style guidelines
- 12:34, 10 March 2017 diff hist +277 Lua code style guidelines →Continuation lines
- 12:19, 10 March 2017 diff hist +163 Lua code style guidelines →Continuation lines: see #Tables
- 10:50, 8 March 2017 diff hist +16 PerlinNoise
- 10:50, 8 March 2017 diff hist -42 PerlinNoise →Examples
- 20:40, 6 March 2017 diff hist +78 Code style guidelines →Miscellaneous: eases implementing custom jump prediction
- 15:13, 28 February 2017 diff hist 0 Player-World Interaction →Digging a node: so pinky…
- 15:12, 28 February 2017 diff hist +23 Player-World Interaction →Digging a node
- 15:07, 28 February 2017 diff hist +38 N map Redirected page to Basic data structures#Map
- 15:06, 28 February 2017 diff hist 0 Engine/Basic data structures →Node
- 15:05, 28 February 2017 diff hist +434 Engine/Basic data structures →Node
- 14:54, 28 February 2017 diff hist -47 Player-World Interaction →Digging a node
- 14:48, 28 February 2017 diff hist +50 N after dig node Redirected page to minetest.register node#after dig node current
- 14:48, 28 February 2017 diff hist +50 N after destruct Redirected page to minetest.register node#after destruct current
- 14:47, 28 February 2017 diff hist +42 N on dig Redirected page to minetest.register node#on dig current
- 14:46, 28 February 2017 diff hist +39 N register on cheat Redirected page to minetest.register on cheat current
- 14:46, 28 February 2017 diff hist +9 on use Redirected page to minetest.register node#on use current
- 14:45, 28 February 2017 diff hist +33 N on use Redirected page to register node#on use
- 14:43, 28 February 2017 diff hist +1 Player-World Interaction →Digging a node
- 14:41, 28 February 2017 diff hist +1,233 Player-World Interaction →Digging a node
- 13:51, 28 February 2017 diff hist +1,249 Player-World Interaction →Digging a node
- 13:12, 28 February 2017 diff hist +212 N Player-World Interaction Created page with "TODO == Digging a node == * first look at the node, it becomes pointed. Note that on android the node is pointed without looking (referring to the ..."
- 20:47, 24 February 2017 diff hist +8 Code style guidelines →Miscellaneous
- 20:46, 24 February 2017 diff hist +67 Code style guidelines →Miscellaneous
- 18:27, 4 February 2017 diff hist -106 Lua Optimization Tips →Use iteration instead of recursion
- 11:07, 7 October 2016 diff hist +10 Code style guidelines →If statements
- 11:06, 7 October 2016 diff hist +1 Code style guidelines →Nested for loop exception: wrong word
- 16:54, 26 September 2016 diff hist +3 Code style guidelines →If statements: one must not indent with spaces, those brackets shouldn't be used if they're not needed
- 10:06, 10 September 2016 diff hist +42 PerlinNoise →External Links: fix broken link
- 10:09, 18 July 2016 diff hist +100 Profiler graph
- 10:02, 18 July 2016 diff hist +786 N Profiler graph Created page with "num_processed_meshes: The engine generates geometric meshes from MapBlock data for drawing. This is the number of those meshes that finished generating in each frame. mainloo..."