Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a callback: minetest.register_on_craft(itemstack, player, | Novatux | 2013-11-01 | 6 | -0/+93 | |
| | | | | | | 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 lines | ShadowNinja | 2013-11-01 | 1 | -8/+14 | |
| | ||||||
* | Raise the maximum node limit to 0x7fff | ShadowNinja | 2013-11-01 | 1 | -1/+1 | |
| | | | | As agreed to by kahrl | |||||
* | Move new core devs to the "Core Developpers" section of mainmenu. | Novatux | 2013-11-01 | 1 | -2/+3 | |
| | ||||||
* | Masterserver totals fix | proller | 2013-10-18 | 2 | -9/+12 | |
| | ||||||
* | Masterserver update | proller | 2013-10-18 | 8 | -55/+116 | |
| | ||||||
* | Add sanity checks to vector functions | ShadowNinja | 2013-10-17 | 1 | -1/+13 | |
| | ||||||
* | Remove vector metatable setting | ShadowNinja | 2013-10-17 | 2 | -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 Ahola | 2013-10-17 | 2 | -1/+42 | |
| | ||||||
* | Add tool callback | Novatux | 2013-10-16 | 2 | -7/+21 | |
| | ||||||
* | Fix minetest.facedir_to_dir when param2 is 5 or 7. | Novatux | 2013-10-16 | 1 | -1/+1 | |
| | ||||||
* | Add support for parameter 'visual_scale' for drawtypes 'signlike' and ↵ | Sokomine | 2013-10-14 | 2 | -14/+20 | |
| | | | | 'torchlike' like used for drawtype 'plantlike' | |||||
* | Translated using Weblate (Spanish) | William Strealy | 2013-10-08 | 1 | -5/+5 | |
| | ||||||
* | Translated using Weblate (Portuguese (Brazil)) | Frederico Guimarães | 2013-10-08 | 1 | -4/+4 | |
| | ||||||
* | Translated using Weblate (Dutch) | Rutger NL | 2013-10-08 | 1 | -24/+24 | |
| | ||||||
* | Translated using Weblate (Portuguese (Brazil)) | Frederico Guimarães | 2013-10-08 | 1 | -98/+87 | |
| | ||||||
* | Translated using Weblate (Chinese (China)) | Shen Zheyu | 2013-10-08 | 1 | -28/+22 | |
| | ||||||
* | Translated using Weblate (Dutch) | Rutger NL | 2013-10-08 | 1 | -111/+108 | |
| | ||||||
* | Translated using Weblate (French) | we prefer instagib metl3 | 2013-10-08 | 1 | -84/+69 | |
| | ||||||
* | Translated using Weblate (German) | Pilz Adam | 2013-10-08 | 1 | -3/+3 | |
| | ||||||
* | Add Czech language | Kahrl | 2013-10-08 | 1 | -0/+940 | |
| | ||||||
* | FIx wrong error message on invalid use of the formspec element image_button | RealBadAngel | 2013-10-07 | 1 | -1/+1 | |
| | ||||||
* | Remove mapgen_air alias (#935) | 0gb.us | 2013-10-05 | 2 | -4/+3 | |
| | ||||||
* | Optimized minetest.get_connected_players() | fairiestoy | 2013-10-01 | 1 | -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.cmake | Kahrl | 2013-09-29 | 1 | -0/+1 | |
| | ||||||
* | Add set_name(), set_count(), set_wear() and set_metadata() to Lua ItemStack | PilzAdam | 2013-09-28 | 3 | -0/+79 | |
| | ||||||
* | Allow to manually specify param2 in minetest.item_place() and return success | PilzAdam | 2013-09-28 | 2 | -14/+18 | |
| | ||||||
* | Add --version option | Kahrl | 2013-09-28 | 3 | -0/+20 | |
| | ||||||
* | Remove doc/gpl-2.0.txt, add doc/lgpl-2.1.txt | Kahrl | 2013-09-28 | 2 | -339/+502 | |
| | ||||||
* | Show git hash in version string at top left corner of window | Kahrl | 2013-09-28 | 16 | -22/+137 | |
| | ||||||
* | Lower the default max_users from 100 to 15 | ShadowNinja | 2013-09-28 | 2 | -2/+2 | |
| | ||||||
* | Add curl, freetype and luaJIT to CMAKE_BUILD_INFO | PilzAdam | 2013-09-28 | 2 | -1/+3 | |
| | ||||||
* | Re-fix hud_change stat argument retrieval | kwolekr | 2013-09-26 | 1 | -7/+9 | |
| | | | | | Conflicts: src/script/lua_api/l_object.cpp | |||||
* | Fix compiling issue of MSVC | BlockMen | 2013-09-23 | 1 | -1/+1 | |
| | ||||||
* | Add option to scale image to percentage values | BlockMen | 2013-09-20 | 2 | -9/+14 | |
| | ||||||
* | Fix null dereference in weather update functions | proller | 2013-09-18 | 1 | -4/+8 | |
| | ||||||
* | Fix some warnings and other minor details | kwolekr | 2013-09-16 | 4 | -6/+6 | |
| | ||||||
* | Weather: Clean up getHeat/getHumidity somewhat | kwolekr | 2013-09-16 | 13 | -77/+143 | |
| | ||||||
* | Fix comments about length of server step | ShadowNinja | 2013-09-17 | 1 | -2/+2 | |
| | | | | | 6b927229f5f9cb9a8163ecec482160975199fa0f Changed the default server step from 0.05s to 0.1s | |||||
* | Use cached "weather" setting | proller | 2013-09-17 | 1 | -1/+3 | |
| | ||||||
* | Fog depend on humidity | proller | 2013-09-17 | 1 | -0/+2 | |
| | ||||||
* | Add configurable PRAGMA synchronous = | proller | 2013-09-17 | 3 | -1/+13 | |
| | ||||||
* | Always use builtin JThread library | kwolekr | 2013-09-15 | 21 | -68/+37 | |
| | ||||||
* | Change mainmenu texture handling + small misc changes | Kahrl | 2013-09-11 | 11 | -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 bottom | BlockMen | 2013-09-10 | 1 | -1/+1 | |
| | ||||||
* | Add offset to automatic_face_movement_dir | PilzAdam | 2013-09-10 | 7 | -8/+24 | |
| | ||||||
* | Fix bug: texture pack not overriding default menu textures | sapier | 2013-09-10 | 1 | -2/+1 | |
| | ||||||
* | Use engine.is_yes() in mainmenu | PilzAdam | 2013-09-10 | 2 | -31/+21 | |
| | ||||||
* | Use the Settings Lua interface to read world.mt | PilzAdam | 2013-09-10 | 1 | -72/+46 | |
| | ||||||
* | Allow non-string arguments for minetest.is_yes() | PilzAdam | 2013-09-10 | 4 | -7/+13 | |
| |