- Apr 08, 2013
-
-
RealBadAngel authored
-
- Apr 05, 2013
-
-
PilzAdam authored
-
khonkhortisan authored
-
ShadowNinja authored
-
Diego Martínez authored
-
PilzAdam authored
-
- Apr 02, 2013
-
-
PilzAdam authored
-
- Mar 31, 2013
-
-
0gb.us authored
When accidentally misspelling a name, privileges are sometimes granted to non-existent players, leaving them with the extra privileges, but without the default privileges, if they ever join the server. This corrects that by disallowing /grant from working with invalid players. For completeness, it does the same for /revoke.
-
- Mar 29, 2013
-
-
0gb.us authored
When first entering an area, sometimes placing nodes replaces other nodes that are not buildable_to. This seems to be caused by the fact that nodes in unloaded map blocks are treated as ignore, a node that is buildable_to. This fixes that, by using get_node_or_nil() instead of the previously-used get_node(), then checking to see if the nodes were actually loaded before replacing.
-
- Mar 19, 2013
- Mar 17, 2013
-
-
Jeija authored
-
- Mar 06, 2013
-
-
kwolekr authored
-
- Mar 03, 2013
-
-
PilzAdam authored
-
- Feb 21, 2013
-
-
PilzAdam authored
Drop nodes as items when dugged and no room in inventory and dont remove dropped items when no room in inventory
-
- Feb 19, 2013
-
-
PilzAdam authored
-
- Feb 18, 2013
-
-
Ilya Zhuravlev authored
-
- Feb 13, 2013
-
-
PilzAdam authored
-
- Feb 12, 2013
-
-
RealBadAngel authored
-
- Jan 27, 2013
-
-
PilzAdam authored
-
- Jan 12, 2013
-
-
PilzAdam authored
-
- Jan 04, 2013
-
-
PilzAdam authored
-
- Dec 17, 2012
-
-
PilzAdam authored
-
- Dec 15, 2012
-
-
jordan4ibanez authored
-
- Dec 11, 2012
-
-
PilzAdam authored
-
- Dec 02, 2012
-
-
Ilya Zhuravlev authored
-
- Dec 01, 2012
- Nov 30, 2012
-
-
DannyDark authored
-
Matthew I authored
Scripts can call minetest.register_on_shutdown() to register a shutdown hook. Document that minetest.register_on_shutdown() callbacks may not be run If the server crashes, it is unlikely that callbacks registered using minetest.register_on_shutdown() will be called.
-
- Nov 27, 2012
-
-
Perttu Ahola authored
This reverts commit ffad18e4.
-
- Nov 26, 2012
-
-
PilzAdam authored
-
- Nov 20, 2012
-
-
Anthony authored
According to #253, using `/clearpassword` without an argument causes the server to crash from an assertion failure. I've resubmitted matttpt's patch as a pull request to aid in merging.
-
- Nov 03, 2012
- Oct 31, 2012
- Sep 09, 2012
-
-
Perttu Ahola authored
-
- Sep 02, 2012
-
-
Perttu Ahola authored
-
- Aug 19, 2012
-
-
Perttu Ahola authored
The items will now just disappear when dropped.
-