aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace occurrence of luaL_reg in l_camera.cppT0ny22017-05-071-1/+1
* Fix myfloor(0.0)ShadowNinja2017-05-061-1/+1
* Clean up numeric.h and split FacePositionCache from itShadowNinja2017-05-0617-157/+205
* Make the player collisionbox settableTeTpaAka2017-05-064-2/+14
* Use a settings object for the main settingsShadowNinja2017-05-0646-417/+411
* Fix codestyle since CSM Camera APILoic Blot2017-05-062-47/+41
* Add configurable key bindings for hotbar scrolling, and for changing volume.Wuzzy2017-05-067-8/+116
* Use stepheight from CAO instead of hardcoded valueSapier2017-05-064-3/+19
* [CSM] add `on_item_use` (#5544)red-0012017-05-066-1/+34
* Make players respect makes_footstep_sound in the object propertiesTeTpaAka2017-05-064-4/+17
* [CSM] Add camera API (#5609)bigfoot5472017-05-0511-70/+314
* Clouds API: Fix yellow clouds at dawn and dusk (#5707)Paramat2017-05-051-1/+1
* Add missing server sending rule for bd921a7916f0fafc493b1c4d0eeb5e2bb1d6a7c2Loic Blot2017-05-051-1/+1
* Fix Android build (#5706)Wayward One2017-05-051-2/+2
* Save minetest screen width/height options when modified (#5683)Loïc Blot2017-05-056-3/+50
* Add option to also check the center to `find_node_near` (#5255)red-0012017-05-043-10/+12
* Translated using Weblate (Esperanto)yellowcrash102017-05-041-32/+50
* Translated using Weblate (Italian)Michele Mainardi2017-05-041-69/+71
* Translated using Weblate (Portuguese)Mário2017-05-041-6/+9
* Translated using Weblate (Belarusian)Viktar Vauchkevich2017-05-041-4/+4
* Translated using Weblate (Spanish)David Capello2017-05-041-4/+3
* Translated using Weblate (Spanish)Laura Arjona Reina2017-05-041-7/+7
* Added translation using Weblate (Swedish)metarmask2017-05-041-0/+4187
* Translated using Weblate (Japanese)BreadW2017-05-041-4/+4
* Translated using Weblate (Japanese)monolifed2017-05-041-8/+8
* Translated using Weblate (Russian)Andrey K2017-05-041-16/+10
* Translated using Weblate (Turkish)monolifed2017-05-041-398/+691
* Translated using Weblate (Malay)Muhammad Nur Hidayat Yasuyoshi2017-05-041-130/+260
* Remove CMAKE -ffast-math flag from OSX/FreeBSDVaughan Lapsley2017-05-041-4/+4
* LINT fix since cloud API mergeLoic Blot2017-05-043-10/+7
* Directional coloured fog: Fix order of SColor componentsparamat2017-05-041-1/+1
* Clouds: Fix reddish clouds. Add missing alpha updateparamat2017-05-042-2/+2
* Add function to get server info.red-0012017-05-047-21/+53
* Fading soungs: Fix client crash on older serversSmallJoker2017-05-031-1/+1
* Set sky API: Add bool for clouds in front of custom skyboxparamat2017-05-0212-20/+53
* Sneak: Improve and fix various thingsSmallJoker2017-05-036-32/+36
* Sound API: Add fading soundsBrandon2017-05-0314-19/+248
* Add clouds APIBen Deutsch2017-04-3017-50/+357
* Optimize updateFastFaceRow processing by removing some TileSpec copy (#5678)Loïc Blot2017-04-294-43/+35
* Fix visual slide issue with set_detach, fixes #5620shivajiva1012017-04-291-3/+5
* content_cao: fix getPlayerControl structure copy on each step (#5677)Loïc Blot2017-04-291-13/+7
* Client & ClientEnvirnment: don't create fake events (#5676)Loïc Blot2017-04-295-33/+27
* Fix Travis/unittest broken since b662a45SmallJoker2017-04-294-11/+12
* Remove legacy unused define DIGGING_PARTICLES_AMOUNTLoic Blot2017-04-291-2/+0
* [CSM] Add event on_place_node API lua (#5548)Vincent Glize2017-04-2912-37/+88
* Fix Lint broken by b662a4577d692329b9ca83525e6039f2ddcd1ac1Loic Blot2017-04-291-2/+0
* Reorder TileLayer. (#5638)Auke Kok2017-04-291-18/+23
* [CSM] add screenshot api lua (#5674)Vincent Glize2017-04-294-0/+14
* Clean up getTime helpersShadowNinja2017-04-2822-216/+116
* Fix click-digging torches (#5652)you2017-04-283-18/+30