Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Bump version to 0.4.6 | kwolekr | 2013-04-03 |
| | |||
* | Merge remote branch 'origin/master' | Weblate | 2013-04-03 |
|\ | |||
| * | Return an ItemStack in minetest.item_place() if nodes' on rightclick doesnt ↵ | PilzAdam | 2013-04-02 |
| | | | | | | | | return it | ||
| * | Add Ore generation flags, implement ore absolute height | kwolekr | 2013-03-31 |
| | | |||
| * | Increase value range of Ore::clust_scarcity | kwolekr | 2013-03-31 |
| | | |||
* | | Translated using Weblate (Spanish) | Diego Martínez | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Polish) | Dêivan Ortiz Munhoz | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Kirghiz) | Chynggyz Jumaliev | 2013-04-03 |
| | | |||
* | | Translated using Weblate (German) | Sfan5 | 2013-04-03 |
| | | |||
* | | Translated using Weblate (French) | we prefer instagib metl3 | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Estonian) | Pilz Adam | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Estonian) | Ragnar Laud | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Portuguese) | Dêivan Ortiz Munhoz | 2013-04-03 |
| | | |||
* | | Translated using Weblate (Spanish) | Esteban I. RM | 2013-04-02 |
| | | |||
* | | Translated using Weblate (German) | Markus Lehmann | 2013-04-01 |
| | | |||
* | | Translated using Weblate (Spanish) | Diego Martínez | 2013-04-01 |
| | | |||
* | | Translated using Weblate (Polish) | Maciej Kasatkin | 2013-04-01 |
| | | |||
* | | Translated using Weblate (French) | we prefer instagib metl3 | 2013-04-01 |
| | | |||
* | | Translated using Weblate (Spanish) | Diego Martínez | 2013-03-31 |
| | | |||
* | | Merge remote branch 'origin/master' | Weblate | 2013-03-31 |
|\| | |||
| * | Add Kyrgyz language | Ilya Zhuravlev | 2013-03-31 |
| | | |||
| * | Add a small optimization to the menu splash and remove a old comment | ShadowNinja | 2013-03-30 |
| | | |||
| * | Don't load menu textures every frame | khonkhortisan | 2013-03-30 |
| | | |||
| * | Don't grant priveleges to non-existent players. | 0gb.us | 2013-03-30 |
| | | | | | | | | 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 loaded | Zeg9 | 2013-03-30 |
| | | |||
| * | Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixes | kwolekr | 2013-03-30 |
| | | |||
| * | Optimize CNodeDefManager::getIds | kwolekr | 2013-03-30 |
| | | |||
* | | Translated using Weblate (Italian) | Fabio Luongo | 2013-03-31 |
| | | |||
* | | Translated using Weblate (German) | Pilz Adam | 2013-03-31 |
| | | |||
* | | Translated using Weblate (German) | Pilz Adam | 2013-03-30 |
|/ | |||
* | Update po files | PilzAdam | 2013-03-30 |
| | |||
* | Merge remote branch 'origin/master' | Weblate | 2013-03-30 |
|\ | |||
| * | Make the textbox for serverlist title wider | PilzAdam | 2013-03-30 |
| | | |||
| * | GUI: Make singleplayer default tab, store selected serverlist, show title of ↵ | PilzAdam | 2013-03-30 |
| | | | | | | | | serverlist | ||
| * | Fix build on Linux with some glibcs | kwolekr | 2013-03-29 |
| | | |||
| * | Fix backward compatibility for server uptime in master server web page | proller | 2013-03-30 |
| | | |||
| * | Masterserver: report gameid, uptime, cosmetic fixes on server web page | proller | 2013-03-30 |
| | | |||
| * | Add varying levels of precision to TimeTaker | kwolekr | 2013-03-29 |
| | | |||
| * | Add different place sound for nodes | PilzAdam | 2013-03-29 |
| | | |||
| * | New damage system, add damageGroups to ToolCapabilities, bump protocol version | PilzAdam | 2013-03-29 |
| | | |||
| * | Update Credits tab | kwolekr | 2013-03-29 |
| | | |||
| * | Fix node replacement in not-quite-loaded chunks | 0gb.us | 2013-03-29 |
| | | | | | | | | 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. | ||
| * | Fix last singlenode modification | kwolekr | 2013-03-29 |
| | | |||
| * | Don't replace existing nodes in singlenode mapgen | kwolekr | 2013-03-29 |
| | | |||
| * | Prevent infinite loop with invalid Inventory format | kwolekr | 2013-03-27 |
| | | |||
| * | Fix parameter list of obj:set_attach() and obj:set_bone_position() | PilzAdam | 2013-03-28 |
| | | |||
| * | Closed add object <-> object collision handling | sapier | 2013-03-28 |
| | | |||
| * | README.txt: Add some build stuff | Perttu Ahola | 2013-03-26 |
| | | |||
| * | Vary ore sheet y position by noise | kwolekr | 2013-03-24 |
| | | |||
| * | Ensure ore can fit in OreSheet::generate() | kwolekr | 2013-03-24 |
| | |