User contributions
Jump to navigation
Jump to search
- 11:56, 19 January 2013 diff hist +68 Engine/Structure
- 11:55, 19 January 2013 diff hist -1 Engine/Structure
- 11:54, 19 January 2013 diff hist +220 Engine/Structure →Network protocol
- 11:48, 19 January 2013 diff hist +81 Engine/Structure
- 11:47, 19 January 2013 diff hist +1,656 N Engine/Structure Created page with "== The base (NMPR) == Everything is built on a small core, that was the original network multiplayer release of Minetest (call it NMPR). Being around 8000 lines of code, it co..."
- 11:20, 19 January 2013 diff hist +33 Main Page
- 10:39, 19 January 2013 diff hist 0 MinetestWiki:TODO →For the lua API
- 10:12, 19 January 2013 diff hist +90 Main Page
- 09:33, 19 January 2013 diff hist +1 Main Page
- 09:32, 19 January 2013 diff hist +18 Main Page
- 09:30, 19 January 2013 diff hist +46 Main Page
- 20:46, 17 January 2013 diff hist +69 Main Page
- 20:45, 17 January 2013 diff hist +4 Main Page
- 19:29, 17 January 2013 diff hist +85 Releasing Luanti
- 19:25, 17 January 2013 diff hist +48 Releasing Luanti →Build Windows version
- 19:24, 17 January 2013 diff hist +82 Releasing Luanti →Build Windows version
- 19:23, 17 January 2013 diff hist +54 Releasing Luanti →Upload Windows package to somewhere
- 19:21, 17 January 2013 diff hist +18 Releasing Luanti
- 19:19, 17 January 2013 diff hist +1,260 N Releasing Luanti Created page with " <celeron55> oh god this release-making stuff... <celeron55> horrible, horrible work ==The Process== ===Update version in source=== Define a new version number in CMakeLists..."
- 18:25, 17 January 2013 diff hist +212 NodeMetaRef
- 18:14, 17 January 2013 diff hist +7 Engine/NMPR
- 18:13, 17 January 2013 diff hist +93 Engine/NMPR
- 18:12, 17 January 2013 diff hist +108 N File:minetest-0.3-dfd-visio.png Minetest 0.3 Data Flow Diagram Altough a bit aged, this still represents the general structure of Minetest.
- 17:56, 17 January 2013 diff hist -4 Engine/Objects
- 17:55, 17 January 2013 diff hist -8 Engine/Objects
- 17:54, 17 January 2013 diff hist +26 Engine/Objects
- 17:53, 17 January 2013 diff hist -4 Engine/Objects
- 17:53, 17 January 2013 diff hist +4 Engine/Objects
- 17:53, 17 January 2013 diff hist -10 Engine/Objects
- 17:52, 17 January 2013 diff hist +1,933 N Engine/Objects Created page with "ActiveObjects aka objects are objects in the environment, consisting of roughly everything that is not part of the voxel world (=Map) <code> SAO = ServerActiveObject CAO..."
- 17:50, 17 January 2013 diff hist -1 Engine/Basic data structures
- 17:50, 17 January 2013 diff hist +73 N Category:Core Created page with "Core == The Minetest Engine, implemented in the glorious language of C++."
- 17:49, 17 January 2013 diff hist +30 Main Page
- 17:46, 17 January 2013 diff hist +1,687 N Engine/Basic data structures Created page with "Category:Core == IRC logs on this subject == http://2pktfkt.de/irc/minetest-delta/2011-11-07.html http://2pktfkt.de/irc/minetest-delta/2011-11-08.html For the log dating..."
- 17:45, 17 January 2013 diff hist +27 Main Page →Core
- 17:44, 17 January 2013 diff hist 0 Main Page
- 17:44, 17 January 2013 diff hist +21 Main Page
- 17:43, 17 January 2013 diff hist +19 Engine/NMPR
- 17:42, 17 January 2013 diff hist +3,907 N Engine/NMPR Created page with "== General architecture == Minetest always runs as a server and zero or more clients connected to it. == Functions == === main() === main.cpp When Minetest starts, main() ..."