aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove vector metatable settingShadowNinja2013-10-172-56/+28
| | | | | 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-172-1/+42
|
* Add tool callbackNovatux2013-10-162-7/+21
|
* Fix minetest.facedir_to_dir when param2 is 5 or 7.Novatux2013-10-161-1/+1
|
* Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵Sokomine2013-10-142-14/+20
| | | | 'torchlike' like used for drawtype 'plantlike'
* Translated using Weblate (Spanish)William Strealy2013-10-081-5/+5
|
* Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-10-081-4/+4
|
* Translated using Weblate (Dutch)Rutger NL2013-10-081-24/+24
|
* Translated using Weblate (Portuguese (Brazil))Frederico Guimarães2013-10-081-98/+87
|
* Translated using Weblate (Chinese (China))Shen Zheyu2013-10-081-28/+22
|
* Translated using Weblate (Dutch)Rutger NL2013-10-081-111/+108
|
* Translated using Weblate (French)we prefer instagib metl32013-10-081-84/+69
|
* Translated using Weblate (German)Pilz Adam2013-10-081-3/+3
|
* Add Czech languageKahrl2013-10-081-0/+940
|
* FIx wrong error message on invalid use of the formspec element image_buttonRealBadAngel2013-10-071-1/+1
|
* Remove mapgen_air alias (#935)0gb.us2013-10-052-4/+3
|
* Optimized minetest.get_connected_players()fairiestoy2013-10-011-7/+14
| | | | | | 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-291-0/+1
|
* Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStackPilzAdam2013-09-283-0/+79
|
* Allow to manually specify param2 in minetest.item_place() and return successPilzAdam2013-09-282-14/+18
|
* Add --version optionKahrl2013-09-283-0/+20
|
* Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txtKahrl2013-09-282-339/+502
|
* Show git hash in version string at top left corner of windowKahrl2013-09-2816-22/+137
|
* Lower the default max_users from 100 to 15ShadowNinja2013-09-282-2/+2
|
* Add curl, freetype and luaJIT to CMAKE_BUILD_INFOPilzAdam2013-09-282-1/+3
|
* Re-fix hud_change stat argument retrievalkwolekr2013-09-261-7/+9
| | | | | Conflicts: src/script/lua_api/l_object.cpp
* Fix compiling issue of MSVCBlockMen2013-09-231-1/+1
|
* Add option to scale image to percentage valuesBlockMen2013-09-202-9/+14
|
* Fix null dereference in weather update functionsproller2013-09-181-4/+8
|
* Fix some warnings and other minor detailskwolekr2013-09-164-6/+6
|
* Weather: Clean up getHeat/getHumidity somewhatkwolekr2013-09-1613-77/+143
|
* Fix comments about length of server stepShadowNinja2013-09-171-2/+2
| | | | | 6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step from 0.05s to 0.1s
* Use cached "weather" settingproller2013-09-171-1/+3
|
* Fog depend on humidityproller2013-09-171-0/+2
|
* Add configurable PRAGMA synchronous =proller2013-09-173-1/+13
|
* Always use builtin JThread librarykwolekr2013-09-1521-68/+37
|
* Change mainmenu texture handling + small misc changesKahrl2013-09-1111-90/+150
| | | | | | | | | | | | | | Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0".
* Fix hotbar padding at bottomBlockMen2013-09-101-1/+1
|
* Add offset to automatic_face_movement_dirPilzAdam2013-09-107-8/+24
|
* Fix bug: texture pack not overriding default menu texturessapier2013-09-101-2/+1
|
* Use engine.is_yes() in mainmenuPilzAdam2013-09-102-31/+21
|
* Use the Settings Lua interface to read world.mtPilzAdam2013-09-101-72/+46
|
* Allow non-string arguments for minetest.is_yes()PilzAdam2013-09-104-7/+13
|
* Add Settings interface for LuaPilzAdam2013-09-109-0/+331
|
* Handle --migrate even when compiled without leveldb supportKahrl2013-09-101-5/+3
|
* Remove assert warning in leveldb wonderlandKahrl2013-09-101-0/+8
|
* Fix loading leveldb worldsKahrl2013-09-101-0/+1
|
* Fix broken build due to missing mapsector.h includeKahrl2013-09-101-0/+1
|
* Add --migrate to manpages and update manpage datesKahrl2013-09-102-2/+10
|
* Add license headers and remove useless includesKahrl2013-09-109-82/+178
|