summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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'
* Translated using Weblate (Spanish)William Strealy2013-10-08
|
* Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-10-08
|
* Translated using Weblate (Dutch)Rutger NL2013-10-08
|
* Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-10-08
|
* Translated using Weblate (Chinese (China))Shen Zheyu2013-10-08
|
* Translated using Weblate (Dutch)Rutger NL2013-10-08
|
* Translated using Weblate (French)we prefer instagib metl32013-10-08
|
* Translated using Weblate (German)Pilz Adam2013-10-08
|
* Add Czech languageKahrl2013-10-08
|
* FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel2013-10-07
|
* Remove mapgen_air alias (#935)0gb.us2013-10-05
|
* Optimized minetest.get_connected_players()fairiestoy2013-10-01
| | | | | | Instead of collecting all objects within a huge radius (which could be a big value), just register each player that connects and give back the current hold list.
* Pass VERSION_EXTRA to GenerateVersion.cmakeKahrl2013-09-29
|
* Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStackPilzAdam2013-09-28
|
* Allow to manually specify param2 in minetest.item_place() and return successPilzAdam2013-09-28
|
* Add --version optionKahrl2013-09-28
|
* Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txtKahrl2013-09-28
|
* Show git hash in version string at top left corner of windowKahrl2013-09-28
|
* Lower the default max_users from 100 to 15ShadowNinja2013-09-28
|
* Add curl, freetype and luaJIT to CMAKE_BUILD_INFOPilzAdam2013-09-28
|
* Re-fix hud_change stat argument retrievalkwolekr2013-09-26
| | | | | Conflicts: src/script/lua_api/l_object.cpp
* Fix compiling issue of MSVCBlockMen2013-09-23
|