fbf76184f0
Revert "Fix to be able to build from dir different than source dir"
...
This commit broke RUN_IN_PLACE
2013-04-07 01:30:06 -04:00
8ec3fc35c6
Add Mapgen V7, reorganize biomes
2013-04-07 00:50:21 -04:00
d50b2ede92
Adjusting water removing above unloaded blocks
2013-04-07 00:05:39 +04:00
453d79e3a2
Don't re-write entire map_meta.txt if a setting is missing
2013-04-06 13:36:51 -04:00
046534e14b
Fix to be able to build from dir different than source dir
2013-04-06 12:31:12 -04:00
120f02e20b
Don't flow finite liquid into an unloaded chunk
2013-04-06 12:09:59 -04:00
becd8c03fd
fix memory leak
2013-04-06 12:00:36 -04:00
69367aa799
Add Dijkstra A* and A* without prefetching pathfind algorithms
2013-04-06 11:24:03 -04:00
97f0bb0342
Only enqueue falling nodes if they really want to fall
2013-04-05 22:33:11 +02:00
1586cdac53
unkn own block -> unkn own node
2013-04-05 15:57:39 +02:00
1bae82e6c4
Add private messaging with /msg
2013-04-05 15:25:59 +02:00
2fb0e547a0
Use the nodebox as selection box if it's not set manually
2013-04-05 15:14:37 +02:00
1a5dcfd0c8
Install "build" and "survival" games with "make install"
2013-04-05 15:03:05 +02:00
e38d65f8d1
Dont allow fast move in water or ladder when aux1_descend is true
2013-04-05 14:58:35 +02:00
33052abf42
Translated using Weblate (Chinese (China))
2013-04-05 04:43:06 +02:00
b0e6806077
Fix nick completion
2013-04-05 02:31:58 +02:00
76b86c0368
Add a delay to nodeupdate()
2013-04-05 02:24:39 +02:00
c5a8448c41
Allow modifying movement speed, jump height and gravity per-player via the Lua API.
2013-04-05 02:00:59 +02:00
2a0badf2d5
Check if the address field is empty when hitting enter on the multiplayer tab
2013-04-03 23:33:17 +02:00
6b8435cf8c
Limit speed in collisionMoveResult for avoiding hangs
2013-04-03 23:29:51 +02:00
c1bf6f9f7a
Fix camera "jumping" when attached and the parent goes too fast
2013-04-03 23:22:40 +02:00
f85c1165c2
Update doc/lua-api.txt
0.4.6
2013-04-03 22:41:18 +02:00
37acadc2af
Bump version to 0.4.6
2013-04-03 16:36:25 -04:00
82709549ff
Merge remote branch 'origin/master'
2013-04-03 20:32:13 +02:00
6e96bc98de
Translated using Weblate (Spanish)
2013-04-03 20:32:01 +02:00
60aaf65b10
Translated using Weblate (Polish)
2013-04-03 20:32:01 +02:00
7d83fefd7f
Translated using Weblate (Kirghiz)
2013-04-03 20:32:01 +02:00
2bb559be82
Translated using Weblate (German)
2013-04-03 20:32:01 +02:00
d27f57e48f
Translated using Weblate (French)
2013-04-03 20:32:01 +02:00
e59d971e7b
Translated using Weblate (Estonian)
2013-04-03 17:02:27 +02:00
025f4d28c1
Translated using Weblate (Estonian)
2013-04-03 17:01:52 +02:00
0ed34e6780
Translated using Weblate (Portuguese)
2013-04-03 16:35:58 +02:00
9ff8012655
Return an ItemStack in minetest.item_place() if nodes' on rightclick doesnt return it
2013-04-02 15:19:02 +02:00
7d036e3ab2
Translated using Weblate (Spanish)
2013-04-02 01:59:59 +02:00
8f57246620
Translated using Weblate (German)
2013-04-01 18:56:17 +02:00
2985dc4fc8
Translated using Weblate (Spanish)
2013-04-01 18:46:24 +02:00
dd0b8c3de5
Translated using Weblate (Polish)
2013-04-01 18:41:40 +02:00
7dd07cc7c5
Translated using Weblate (French)
2013-04-01 14:08:31 +02:00
8d4b768297
Add Ore generation flags, implement ore absolute height
2013-03-31 20:02:03 -04:00
35ed5198fe
Increase value range of Ore::clust_scarcity
2013-03-31 12:26:25 -04:00
624461c6c6
Translated using Weblate (Spanish)
2013-03-31 16:25:50 +02:00
319662c0ed
Merge remote branch 'origin/master'
2013-03-31 12:27:05 +02:00
5b597a6bfa
Translated using Weblate (Italian)
2013-03-31 12:27:00 +02:00
68fb68a83b
Translated using Weblate (German)
2013-03-31 12:27:00 +02:00
a2e5706661
Add Kyrgyz language
2013-03-31 14:24:52 +04:00
7d3b3890b5
Add a small optimization to the menu splash and remove a old comment
2013-03-30 22:02:46 -04:00
96387ee88a
Don't load menu textures every frame
2013-03-30 21:52:13 -04:00
23590a8383
Don't grant priveleges to non-existent players.
...
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.
2013-03-30 21:50:07 -04:00
923a97b108
Install locales in minetest directory, so they are correctly loaded
2013-03-30 21:48:12 -04:00
c517215bcf
Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixes
2013-03-30 21:24:37 -04:00