aboutsummaryrefslogtreecommitdiff
path: root/src/light.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2016-09-08Make getStackMax return the correct maximal stack sizeSmallJoker3-7/+5
2016-09-08Add minetest.unregister_item and minetest.register_alias_forcepaly28-3/+121
2016-08-30Run updatepo.shest3131-4174/+8285
2016-08-30Translated using Weblate (Danish)Rui1-4/+4
2016-08-30Translated using Weblate (Japanese)Rui1-102/+106
2016-08-30Translated using Weblate (Danish)Thomas Wagner Nielsen1-31/+39
2016-08-30Translated using Weblate (German)bse6661-6/+12
2016-08-30Translated using Weblate (Polish)Mateusz Mendel1-18/+47
2016-08-30Translated using Weblate (Polish)Jakub Mendel1-355/+772
2016-08-30Translated using Weblate (Portuguese (Brazil))Bruno Borges1-237/+493
2016-08-30Translated using Weblate (Portuguese)Bruno Borges1-8/+11
2016-08-30Translated using Weblate (Serbian (cyrillic))lisacvuk1-25/+42
2016-08-30Translated using Weblate (French)Jean-Baptiste1-4/+3
2016-08-30Translated using Weblate (French)Onyx Steinheim1-43/+39
2016-08-30Translated using Weblate (Chinese (Taiwan))Jeff Huang1-69/+58
2016-08-30Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui3-0/+11
2016-08-30Update minetest.conf.example and settings_translation_file.cppest312-17/+20
2016-08-29Fix background formspec elements from interfering with each otherrubenwardy2-30/+33
2016-08-29Settingtypes.txt: Clarify comments, correct spellingred-0011-12/+12
2016-08-29Builtin: Disallow registering users with the same nameSmallJoker1-0/+16
2016-08-27Allow fields to choose whether they close on enter pressrubenwardy3-13/+45
2016-08-27Submit name of field on enter key pressrubenwardy2-1/+14
2016-08-26Camera: Higher frequency limit for view/hand bobbing and footstepsparamat1-1/+1
2016-08-26Make plantlike drawtype more funAuke Kok6-13/+167
2016-08-22Client: disable pre v25 init sending by defaultest316-8/+34
2016-08-22Move on join and on leave messages to lua (#4460)Xunto2-33/+11
2016-08-21gettext.h: include <locale> before defining the gettext macro (#4452)kahrl1-0/+10
2016-08-20Also support X11 icon for minetest copies installed via make install (#4407)est315-4/+26
2016-08-20Tidy up generate_from_settingtypes.lua a bit.Tim2-57/+57
2016-08-20Move generation from settingtypes out of dlg_settings_advancedTim2-99/+101
2016-08-19Fix for failure to find jsoncpp in android build (#4456)Rogier-51-2/+2
2016-08-18Mapblock mesh: Fix updateFastFaceRow tiling issueobneq1-18/+13
2016-08-18Script API: Make the craft recipe field 'method' consistentSmallJoker1-4/+12
2016-08-14Lua_api.txt: Change 'maxwear' to 'uses' in 'tool_capabilities'DonBatman1-11/+10
2016-08-12Add an [opacity:<r> texture modifier. Makes the base image transparent accord...Thomas--S2-0/+40
2016-08-12Update AppData file with more URLs and keywordssfan51-0/+9
2016-08-11Use the standard to_string() functions for C++11 (#4279)Rogier-52-7/+42
2016-08-11Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431)Rogier-51-0/+2
2016-08-10couple of memory leaks fixes.David Carlier5-3/+23
2016-08-10Update the version of irrlicht to 1.8.3, add steps for Sqlite3DLaboratory1-3/+21
2016-08-10Zooming the camera requires the 'zoom' privilegeBen Deutsch2-1/+5
2016-08-10Document zoom_fov in settingtypes.txt and minetest.conf.exampleBen Deutsch2-0/+9
2016-08-10Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno7-2/+20
2016-08-10Lua->C getintfield() use lua_tointeger (#4408)Tomas1-4/+4
2016-08-10Fixes for compiling with a newer (system) jsoncpp (#4429)Rogier-511-8/+13
2016-08-10Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul8-18/+54
2016-08-10Add simulation categoryRĂ©mi Verschelde1-1/+1
2016-08-05Decorations: Fix decoration height check errorsparamat1-2/+6
2016-08-04Mapgen: Remove unused 'flat' and 'trees' flags from mg_flagsparamat4-11/+13
2016-08-04Fix l_request_insecure_environment not ignoring all whitespace (#4395)Dorian Wouters1-2/+3