aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Dijkstra A* and A* without prefetching pathfind algorithmssapier2013-04-068-1/+1540
|
* Only enqueue falling nodes if they really want to fallPilzAdam2013-04-051-8/+9
|
* unkn own block -> unkn own nodekhonkhortisan2013-04-057-11/+11
|
* Add private messaging with /msgShadowNinja2013-04-051-0/+20
|
* Use the nodebox as selection box if it's not set manuallyDiego Martínez2013-04-052-0/+5
|
* Install "build" and "survival" games with "make install"Diego Martínez2013-04-051-0/+12
|
* Dont allow fast move in water or ladder when aux1_descend is trueMirceaKitsune2013-04-051-18/+10
|
* Fix nick completionPilzAdam2013-04-057-18/+21
|
* Add a delay to nodeupdate()PilzAdam2013-04-051-2/+4
|
* Allow modifying movement speed, jump height and gravity per-player via the ↵MirceaKitsune2013-04-0514-10/+97
| | | | Lua API.
* Check if the address field is empty when hitting enter on the multiplayer tabShadowNinja2013-04-031-0/+9
|
* Limit speed in collisionMoveResult for avoiding hangsEsteban I. Ruiz Moreno2013-04-031-1/+6
|
* Fix camera "jumping" when attached and the parent goes too fastZeg92013-04-034-0/+8
|
* Update doc/lua-api.txtPilzAdam2013-04-031-2/+2
|
* Bump version to 0.4.6kwolekr2013-04-031-1/+1
|
* Merge remote branch 'origin/master'Weblate2013-04-037-11/+74
|\
| * Return an ItemStack in minetest.item_place() if nodes' on rightclick doesnt ↵PilzAdam2013-04-021-1/+1
| | | | | | | | return it
| * Add Ore generation flags, implement ore absolute heightkwolekr2013-03-316-9/+72
| |
| * Increase value range of Ore::clust_scarcitykwolekr2013-03-311-1/+1
| |
* | Translated using Weblate (Spanish)Diego Martínez2013-04-031-21/+21
| |
* | Translated using Weblate (Polish)Dêivan Ortiz Munhoz2013-04-031-3/+3
| |
* | Translated using Weblate (Kirghiz)Chynggyz Jumaliev2013-04-031-42/+43
| |
* | Translated using Weblate (German)Sfan52013-04-031-4/+4
| |
* | Translated using Weblate (French)we prefer instagib metl32013-04-031-8/+8
| |
* | Translated using Weblate (Estonian)Pilz Adam2013-04-031-9/+2
| |
* | Translated using Weblate (Estonian)Ragnar Laud2013-04-031-31/+35
| |
* | Translated using Weblate (Portuguese)Dêivan Ortiz Munhoz2013-04-031-11/+9
| |
* | Translated using Weblate (Spanish)Esteban I. RM2013-04-021-9/+9
| |
* | Translated using Weblate (German)Markus Lehmann2013-04-011-3/+3
| |
* | Translated using Weblate (Spanish)Diego Martínez2013-04-011-2/+2
| |
* | Translated using Weblate (Polish)Maciej Kasatkin2013-04-011-10/+8
| |
* | Translated using Weblate (French)we prefer instagib metl32013-04-011-10/+8
| |
* | Translated using Weblate (Spanish)Diego Martínez2013-03-311-11/+9
| |
* | Merge remote branch 'origin/master'Weblate2013-03-318-26/+833
|\|
| * Add Kyrgyz languageIlya Zhuravlev2013-03-311-0/+757
| |
| * Add a small optimization to the menu splash and remove a old commentShadowNinja2013-03-301-5/+3
| |
| * Don't load menu textures every framekhonkhortisan2013-03-301-4/+4
| |
| * Don't grant priveleges to non-existent players.0gb.us2013-03-301-0/+6
| | | | | | | | 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.
| * Install locales in minetest directory, so they are correctly loadedZeg92013-03-301-1/+1
| |
| * Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixeskwolekr2013-03-303-16/+23
| |
| * Optimize CNodeDefManager::getIdskwolekr2013-03-302-0/+39
| |
* | Translated using Weblate (Italian)Fabio Luongo2013-03-311-2/+2
| |
* | Translated using Weblate (German)Pilz Adam2013-03-311-2/+2
| |
* | Translated using Weblate (German)Pilz Adam2013-03-301-11/+9
|/
* Update po filesPilzAdam2013-03-3014-813/+1226
|
* Merge remote branch 'origin/master'Weblate2013-03-30162-12403/+15518
|\
| * Make the textbox for serverlist title widerPilzAdam2013-03-301-3/+3
| |
| * GUI: Make singleplayer default tab, store selected serverlist, show title of ↵PilzAdam2013-03-303-25/+46
| | | | | | | | serverlist
| * Fix build on Linux with some glibcskwolekr2013-03-291-1/+1
| |
| * Fix backward compatibility for server uptime in master server web pageproller2013-03-301-2/+1
| |