summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-11
|
* Fix "TODO read modinfo" in modmanager to improve ui usabilitysapier2013-11-10
|
* Fix spaces float islands codeproller2013-11-10
|
* FIxed floating isle generation at chunk boundaries0gb.us2013-11-10
| | | | A mapgen fix authored by paramat, as mentioned here: https://github.com/minetest/minetest/issues/989
* Weather: Fix uninitialized weather_update_time (sorry proller)kwolekr2013-11-09
|
* Add BlockMen to core dev listPilzAdam2013-11-09
|
* Fix game buttons not beeing 48x48sapier2013-11-09
|
* Fix crash updating gametype without gamesapier2013-11-09
|
* Fix typo in lua_api.txtPilzAdam2013-11-08
|
* Add wrapper for minetest.rotate_and_place.4Evergreen42013-11-07
|
* Don't assert scalars must be vectors.Cy2013-11-06
|
* Fix orient_flags to be optional.Vanessa Ezekowitz2013-11-06
|
* Add 6d facedir rotation prediction routineVanessa Ezekowitz2013-11-06
|
* Correct useragent in http queriesproller2013-11-06
| | | | Net struct init
* Masterserver uptime fixproller2013-11-05
|
* Add seed entry to world creation dialogkwolekr2013-11-05
|
* Accept hexadecimal and string values for seedskwolekr2013-11-04
|
* Fix invalid use of pointer to temporary object in json2lua conversionsapier2013-11-04
|
* Fix masterserver README.mdIlya Zhuravlev2013-11-04
|
* Masterserver fixesproller2013-11-04
|
* Masterserver show privs and js autoloadproller2013-11-04
|
* Add a "More..." link when the serverlist is filteredShadowNinja2013-11-03
|
* Only show servers with at least master.min_clients clientsShadowNinja2013-11-03
|
* Use a doT.js template for the serverlistShadowNinja2013-11-03
|
* Fix invalid usage of texture->getSize() where actually ↵sapier2013-11-03
| | | | texture->getOriginalSize() was meant
* Fix typoBlockMen2013-11-03
|
* Reworked formspecs and kahrl's hexcolor parserBlockMen2013-11-03
|
* Send a on_receive_fields event when formspec is closed, with fields.quit = ↵Novatux2013-11-03
| | | | "true"
* Add basic protection support to builtinShadowNinja2013-11-02
|
* Portability fixes for OpenBSD (and possibly NetBSD and others).Aaron Suen2013-11-02
|
* Fix possible crash with grass ABM.Novatux2013-11-02
|
* Fix liquid_rangePilzAdam2013-11-02
| | | | | | * Prevent graphical glitches on old servers * Fix flowing of liquids with viscosity != 1 and range != 8 * Fix range = 0, no flowing nodes will appear
* Fix grass adding/removing ABM.Novatux2013-11-02
|
* Move the sapling growing and grass adding/removing ABMs to LuaNovatux2013-11-02
|
* Add my email address to the main menu creditsShadowNinja2013-11-01
|
* Add more checks to vector functionsShadowNinja2013-11-01
|
* Don't remove background of games in submenusBlockMen2013-11-01
|
* Fixed ignoring of "diggable" property of nodes.0gb.us2013-11-01
|
* Add a callback: minetest.register_on_craft(itemstack, player,Novatux2013-11-01
| | | | | | old_craft_grid, craft_inv) and minetest.register_craft_predict(itemstack, player, old_craft_grid, craft_inv)
* Made unknown nodes stop falling nodes properly and shorten linesShadowNinja2013-11-01
|
* Raise the maximum node limit to 0x7fffShadowNinja2013-11-01
| | | | As agreed to by kahrl
* Move new core devs to the "Core Developpers" section of mainmenu.Novatux2013-11-01
|
* Masterserver totals fixproller2013-10-18
|
* Masterserver updateproller2013-10-18
|
* Add sanity checks to vector functionsShadowNinja2013-10-17
|
* Remove vector metatable settingShadowNinja2013-10-17
| | | | | This not only makes the vector functions faster, but also makes them more consistent with other functions.
* Fix object duplication bug (at least in the most reproducible UFO case)Perttu Ahola2013-10-17
|
* Add tool callbackNovatux2013-10-16
|
* Fix minetest.facedir_to_dir when param2 is 5 or 7.Novatux2013-10-16
|
* Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine2013-10-14
| | | | 'torchlike' like used for drawtype 'plantlike'