Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-01 | Translated using Weblate (French) | we prefer instagib metl3 | |
2013-03-31 | 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-03-31 | Merge remote branch 'origin/master' | Weblate | |
2013-03-31 | Translated using Weblate (Italian) | Fabio Luongo | |
2013-03-31 | Translated using Weblate (German) | Pilz Adam | |
2013-03-31 | Add Kyrgyz language | Ilya Zhuravlev | |
2013-03-30 | 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 | |
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 | 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 (German) | Pilz Adam | |
2013-03-30 | Update po files | PilzAdam | |
2013-03-30 | Merge remote branch 'origin/master' | Weblate | |
2013-03-30 | Translated using Weblate (Spanish) | Lord James | |
2013-03-30 | Translated using Weblate (Russian) | Anton Tsyganenko | |
2013-03-30 | Translated using Weblate (Japanese) | Mitori Itoshiki | |
2013-03-30 | Translated using Weblate (Italian) | Fabio Luongo | |
2013-03-30 | Translated using Weblate (Estonian) | Ragnar Laud | |
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 | |
serverlist | |||
2013-03-29 | Fix build on Linux with some glibcs | kwolekr | |
2013-03-30 | 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-29 | 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 | |
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. | |||
2013-03-29 | Fix last singlenode modification | kwolekr | |
2013-03-29 | Don't replace existing nodes in singlenode mapgen | kwolekr | |
2013-03-28 | Translated using Weblate (Russian) | 4aiman Konsorumaniakku | |
2013-03-27 | Prevent infinite loop with invalid Inventory format | kwolekr | |
2013-03-28 | 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-26 | README.txt: Add some build stuff | Perttu Ahola | |
2013-03-24 | Vary ore sheet y position by noise | kwolekr | |
2013-03-24 | Ensure ore can fit in OreSheet::generate() | kwolekr | |
2013-03-24 | Use minetest.register_ore() in minimal | PilzAdam | |
2013-03-24 | Add more error checking to l_register_ore | kwolekr | |
2013-03-24 | Fix indentation of lua_api.txt | Perttu Ahola | |
2013-03-24 | Update lua_api.txt | kwolekr | |
2013-03-24 | Add Ore infrastructure and l_register_ore() | kwolekr | |
2013-03-24 | Mapgen indev: float islands, larger far biomes | proller | |
2013-03-23 | Allow spawning particles from the server, from lua | Jeija | |
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles. Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner. Increase Protocol Version to 17. Conflicts: src/clientserver.h | |||
2013-03-23 | Move rightclickable to the proper place | PilzAdam | |
2013-03-23 | Include backface_culling flag in serialization format for TileDefs | Jürgen Doser | |
This way flowing liquids actually show the backface when specified to do so. Without this, TileDefs where by default initialized with backface_culling = true and never set otherwise. For backwards compatibility, an old client connected to a new server, or a new client connected to an old server will behave like before i.e., backface_culling is always true. |