User contributions
Jump to navigation
Jump to search
- 19:08, 9 March 2013 diff hist +39 Code style guidelines
- 19:05, 9 March 2013 diff hist +52 Code style guidelines
- 18:59, 9 March 2013 diff hist +307 Code style guidelines
- 18:52, 9 March 2013 diff hist +633 Code style guidelines
- 18:47, 9 March 2013 diff hist +305 Code style guidelines
- 18:29, 9 March 2013 diff hist +1,464 N Code style guidelines Created page with "=== General Guidelines === For everybody elses' sanity, please just use something that resembles [https://www.kernel.org/doc/Documentation/CodingStyle the Linux Kernel code st..."
- 06:24, 4 March 2013 diff hist +380 TODO
- 07:04, 2 March 2013 diff hist +1,183 Changelog
- 03:55, 1 March 2013 diff hist +83 TODO
- 02:55, 1 March 2013 diff hist +49 TODO
- 02:53, 1 March 2013 diff hist +509 TODO Categorized Minetest TODO list. This, by no means, is complete. Feel free to add items.
- 02:44, 1 March 2013 diff hist +50 TODO
- 02:43, 1 March 2013 diff hist +155 TODO
- 02:37, 1 March 2013 diff hist +670 TODO
- 01:26, 1 March 2013 diff hist +2,492 TODO
- 01:23, 28 February 2013 diff hist +766 TODO
- 06:13, 27 February 2013 diff hist +5 TODO
- 06:12, 27 February 2013 diff hist +1 TODO
- 06:08, 27 February 2013 diff hist +10 TODO
- 06:07, 27 February 2013 diff hist +5,120 N TODO Created page with "=== Lua MapVoxelManipulator Interface === ===== Description ===== Practically any mod that is more complex than the little clicky thing on the end of ink pens would want to mo..."
- 07:48, 28 January 2013 diff hist +2,249 N Engine/Mapgen Created page with "== Boilerplate Mapgen Code == Here is the bare minimum for a (playable) map generator, given the new infrastructure: <source lang="cpp"> class MapgenTest : public Mapgen { Ma..."
- 07:26, 28 January 2013 diff hist -9 Development troubleshooting
- 07:24, 28 January 2013 diff hist +57 Development troubleshooting
- 04:58, 28 January 2013 diff hist +67 Development troubleshooting
- 04:04, 28 January 2013 diff hist -21 Development troubleshooting
- 04:02, 28 January 2013 diff hist +6,027 N Development troubleshooting Created page with "== Lua API == Be sure to check out the [http://www.lua.org/manual/5.1/manual.html Lua 5.1 Reference Manual] and actually understand the Lua functions you are using well, in or..."