aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486)Rui2016-08-301-0/+2
* Update minetest.conf.example and settings_translation_file.cppest312016-08-301-10/+13
* Fix background formspec elements from interfering with each otherrubenwardy2016-08-292-30/+33
* Allow fields to choose whether they close on enter pressrubenwardy2016-08-272-10/+30
* Submit name of field on enter key pressrubenwardy2016-08-272-1/+14
* Camera: Higher frequency limit for view/hand bobbing and footstepsparamat2016-08-261-1/+1
* Make plantlike drawtype more funAuke Kok2016-08-265-13/+151
* Client: disable pre v25 init sending by defaultest312016-08-223-2/+24
* Move on join and on leave messages to lua (#4460)Xunto2016-08-221-30/+0
* gettext.h: include <locale> before defining the gettext macro (#4452)kahrl2016-08-211-0/+10
* Also support X11 icon for minetest copies installed via make install (#4407)est312016-08-204-4/+23
* Tidy up generate_from_settingtypes.lua a bit.Tim2016-08-201-1/+1
* Mapblock mesh: Fix updateFastFaceRow tiling issueobneq2016-08-181-18/+13
* Script API: Make the craft recipe field 'method' consistentSmallJoker2016-08-181-4/+12
* Add an [opacity:<r> texture modifier. Makes the base image transparent accord...Thomas--S2016-08-121-0/+30
* Use the standard to_string() functions for C++11 (#4279)Rogier-52016-08-112-7/+42
* Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431)Rogier-52016-08-111-0/+2
* couple of memory leaks fixes.David Carlier2016-08-105-3/+23
* Zooming the camera requires the 'zoom' privilegeBen Deutsch2016-08-101-1/+1
* Add zoom, tweakable with zoom_fov, default key: Z (like optifine)Esteban I. Ruiz Moreno2016-08-107-2/+20
* Lua->C getintfield() use lua_tointeger (#4408)Tomas2016-08-101-4/+4
* Fixes for compiling with a newer (system) jsoncpp (#4429)Rogier-52016-08-1010-6/+11
* Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers ...Ner'zhul2016-08-108-18/+54
* Decorations: Fix decoration height check errorsparamat2016-08-051-2/+6
* Mapgen: Remove unused 'flat' and 'trees' flags from mg_flagsparamat2016-08-044-11/+13
* Fix l_request_insecure_environment not ignoring all whitespace (#4395)Dorian Wouters2016-08-041-2/+3
* test_map_settings_manager: Fix Wunused-result warningest312016-08-041-1/+1
* Porting: Fix endless loop if image format is not recognizedest312016-08-031-1/+2
* Upright sprite objects: Horizontally flip the front imageSmallJoker2016-07-271-44/+40
* Update minetest.conf.example and the settings translation fileest312016-07-241-6/+26
* Mgvalleys / cavegen: Place riverbed nodes under river waterparamat2016-07-212-9/+20
* Treegen: Improve use of signed vs. unsigned integersparamat2016-07-121-3/+3
* Update minetest.conf.example, and settings_translation_file.cppest312016-07-121-6/+14
* Fix typos (#4298)Snipie2016-07-101-2/+2
* Fix -Wterminate warnings in rollback.cpp as wellest312016-07-081-11/+19
* Fix -Wterminate warning on GCC 6est312016-07-081-3/+9
* Fix warning in porting::setXorgWindowIcon when building without X11 (#4288)Jay Arndt2016-07-071-1/+1
* Adding minetest.clear_craftFoghrye42016-07-054-1/+170
* Use mathematical function to determine yaw directionsfan52016-07-051-14/+3
* Fix for cropped text "Toggle Cinematic"Snipie2016-07-051-1/+1
* Remove cinematic toggle on F8rubenwardy2016-07-051-1/+1
* Finally set a window icon on X11est312016-07-053-0/+93
* Temporarily disable "testStartStopWait" Threading unit test on macest312016-07-041-0/+2
* Fix & make linux conditionals uniform (#4278)Rogier-52016-07-045-10/+14
* Disable joysticks per default for nowest312016-07-041-1/+1
* Remove top left minetest watermarkest312016-07-034-23/+13
* Add MapSettingsManager and new mapgen setting script API functionskwolekr2016-07-0329-314/+868
* Mapgen: Refactor mapgen creation and managementkwolekr2016-07-0312-164/+160
* openbsd's port fix for non Linux systems w/o libRTDavid Carlier2016-07-031-1/+5
* Also shut down when SIGTERM was receivedest312016-06-241-5/+11