Commit Graph

  • 719bd6bf7e Merge branch 'master' of https://github.com/minetest/minetest master Jeija 2016-10-07 21:37:03 +0200
  • 2532a875d1 Add viewing_range setting to README.txt section for spheretest Jeija 2016-10-07 20:58:06 +0200
  • 0a16e53b40 Fix C++11 Windows build of threading code sfan5 2016-10-06 21:13:04 +0200
  • 155288ee98 use unordered containers where possible (patch 4 on X) Loic Blot 2016-10-06 19:20:12 +0200
  • c2ae444a5e Update README.txt for spheretest Jeija 2016-10-06 19:54:02 +0200
  • b66a5d2f88 Fix narrow string compiling issue on MSVC2010 SmallJoker 2016-10-06 13:49:40 +0200
  • 667975fe3a Use more unordered_maps to improve performance in c++11 builds Loic Blot 2016-10-06 08:48:20 +0200
  • 997fc59c7e Use relative position for nametags SmallJoker 2016-10-06 10:12:14 +0200
  • 7b9cf89c1d Merge branch 'master' into sphere Jeija 2016-10-06 11:50:44 +0200
  • 009a9f1c6e Fix macosx build by disabling postgresql upgrade Loic Blot 2016-10-06 07:48:49 +0200
  • de83c29ba0 Fix crash regression when chatting in the ncurses console est31 2016-10-06 03:32:52 +0200
  • 61d1751dff Travis: build matrix improvements + CPP11 build Loic Blot 2016-10-05 22:17:22 +0200
  • 7fab86a49d Compilation fix Loic Blot 2016-10-05 20:58:05 +0200
  • 613797a304 Replace various std::map with UNORDERED_MAP + various cleanups Loic Blot 2016-10-05 09:03:55 +0200
  • 5f084cd98d Make some maps unordered to improve performance * This permit to improve performance on C++11 builds * use some existing typedefs in tools maps * minor code style changes Loic Blot 2016-10-05 00:13:10 +0200
  • d4c76258e3 Chat: new settings to prevent spam Loic Blot 2016-10-04 18:17:12 +0200
  • 1079aeaa13 Mapblock_mesh_generate_special: Improve performance paramat 2016-10-03 00:56:17 +0100
  • 61e112b43b Textures: New 'smoke puff' texture from TNT mod paramat 2016-09-25 22:03:35 +0100
  • fcfa418c4c Fix build/warning on non X11 platforms est31 2016-10-03 15:55:15 +0200
  • 89dbc0a25d Builtin/falling: Add fallback vector in case of nil 'wallmounted to dir' paramat 2016-10-02 22:04:47 +0100
  • 2516c516bc Forceloading: Transient forceloads raymoo 2016-09-02 21:37:51 -0700
  • 077b6cfa21 Formspec: Add container[] and container_end[] elements rubenwardy 2016-07-07 21:10:15 +0100
  • eb0e9d5661 Allow nothing to be selected from formspec parameters sfan5 2016-10-02 15:44:53 +0200
  • 3a95054db5 Fix typo in core.after (#4560) Rui 2016-10-01 23:16:50 +0900
  • c0e56c6011 Update default controls in README.txt Wuzzy 2016-09-28 03:00:37 +0200
  • 56ea77ea96 Mgv7: Avoid mid-air spawn on disabled mountain terrain, optimise function paramat 2016-09-26 23:21:33 +0100
  • 33a606c034 Fix android build est31 2016-09-30 14:30:37 +0200
  • 45a9145a4b Only include keycode unittests in client build (fixes #4559) sfan5 2016-09-29 16:20:05 +0200
  • d973e4b40d Revert changes concerning blockwidth Jeija 2016-09-27 18:35:08 +0200
  • 96adb16bc3 Planet: Fix gravity / centrifugal force by accounting for block height Jeija 2016-09-26 22:30:00 +0200
  • cc0b3c1cd1 Add keycode.cpp unittests sfan5 2016-09-22 15:23:54 +0200
  • c3e1ab859e Rewrite keycode.cpp (Keycode handling & names) sfan5 2016-09-21 23:40:19 +0200
  • cd2c8ade2d Conf.example: Re-add deleted noise parameter documentation paramat 2016-09-23 17:01:49 +0100
  • 9fa562f888 Update library versions in buildbot sfan5 2016-09-20 21:50:42 +0200
  • af4c2107e0 Don't use ZLIB_WINAPI if the required DLL is not provided to CMake sfan5 2016-09-20 21:40:05 +0200
  • 3a57e52500 Do not serialize empty NodeMetadata sfan5 2016-09-19 20:06:39 +0200
  • 5091cb5ecd Builtin: Change error to warning for light_source > 14 paramat 2016-09-21 04:25:10 +0100
  • 679c8de63f Increase default font size by 1 James Stevenson 2016-09-15 11:53:17 -0400
  • abb6fba24f Fix a typo and use proper deprecation notification system est31 2016-09-19 12:11:31 +0200
  • 3aefa5d3ce Register.lua: Throw error if node 'light_source' > core.LIGHT_MAX paramat 2016-09-15 22:40:19 +0100
  • 297546af3d Lua_api.txt: Add note of maximum value for node 'light_source' paramat 2016-09-11 22:48:04 +0100
  • 1475c1b1c8 Add an [invert:<mode> texture modifier Thomas--S 2016-08-12 17:56:31 +0200
  • 6e30dd05f4 Collision: Improve performance by combining 6 vectors into 1 using a struct ShadowNinja 2016-01-09 17:07:46 -0500
  • b88595050f Decorations: Generalise 'spawn by' to be used by all decoration types paramat 2016-09-11 23:34:43 +0100
  • b77cee146b Allow escaping of texture names when passed as an argument to a modifier sfan5 2016-09-03 17:53:15 +0200
  • 9dd22aebc7 Fix "unknown CMake command "check_library_exists" (#4517) Eric Mountain 2016-09-14 05:05:21 +0200
  • d83bcf2c50 Plantlike meshoptions: fix degrotate. (#4512) Auke Kok 2016-09-12 16:04:13 -0700
  • af4b63ff21 fix missing parameters in some mentions of entity callbacks raymoo 2016-09-08 11:42:08 -0700
  • 38bcb295e9 Make objects visible and active across planet edges Jeija 2016-09-11 15:19:41 +0200
  • f66044be43 Make objects fall through the planet and warp around the edges Jeija 2016-09-10 20:29:38 +0200
  • dd68d76216 Use planet shaders for objects, including wield items and players Jeija 2016-09-10 19:12:07 +0200
  • 403dada85a Return nil on empty get_area() (#4508) James Stevenson 2016-09-09 11:47:13 -0400
  • 493c6bc371 Planet: Fix gravity and centrifugal force for planet_keep_scale Jeija 2016-09-09 15:30:20 +0200
  • 655f6f69a7 Adapt planet patches to to_string changes on master branch Jeija 2016-09-09 11:14:59 +0200
  • 4759b81a37 Merge branch 'master' into sphere Jeija 2016-09-09 11:07:55 +0200
  • 529455f437 Enable falling through the planet Jeija 2016-09-09 11:04:42 +0200
  • c754fed9fa Improve shaders using the complex exponential function Jeija 2016-09-09 11:02:13 +0200
  • c0cd7aa351 Anticheat: Use the physics_override modifiers aswell SmallJoker 2016-09-09 07:03:36 +0200
  • 2de8c22a99 Make getStackMax return the correct maximal stack size SmallJoker 2016-09-06 19:13:52 +0200
  • aa33166386 Add minetest.unregister_item and minetest.register_alias_force paly2 2016-07-10 15:15:43 +0200
  • 7eacdc7bb8 Run updatepo.sh est31 2016-08-30 06:18:37 +0200
  • fe497573f6 Translated using Weblate (Danish) Rui 2016-08-30 04:09:03 +0000
  • 6cf0ab376c Translated using Weblate (Japanese) Rui 2016-07-17 15:50:36 +0000
  • 7f8703ef74 Translated using Weblate (Danish) Thomas Wagner Nielsen 2016-08-12 18:51:18 +0000
  • 048ba0d22d Translated using Weblate (German) bse666 2016-08-09 07:40:53 +0000
  • 03ba583264 Translated using Weblate (Polish) Mateusz Mendel 2016-07-29 19:02:36 +0000
  • efa2635d56 Translated using Weblate (Polish) Jakub Mendel 2016-07-29 18:03:41 +0000
  • 45f8ae9e55 Translated using Weblate (Portuguese (Brazil)) Bruno Borges 2016-07-21 17:30:08 +0000
  • bc1fcc4584 Translated using Weblate (Portuguese) Bruno Borges 2016-07-21 00:15:09 +0000
  • 9f326ea9c8 Translated using Weblate (Serbian (cyrillic)) lisacvuk 2016-07-13 09:50:11 +0000
  • 6cd2ccb35b Translated using Weblate (French) Jean-Baptiste 2016-07-13 16:41:45 +0000
  • f9d5ea4322 Translated using Weblate (French) Onyx Steinheim 2016-07-13 16:31:38 +0000
  • f3ee6b992b Translated using Weblate (Chinese (Taiwan)) Jeff Huang 2016-07-13 08:23:52 +0000
  • 3b0f7659c7 Document keymap_autorun in settingtypes.txt and minetest.conf.example (#4486) Rui 2016-08-30 12:40:48 +0900
  • 1f2ff860f5 Update minetest.conf.example and settings_translation_file.cpp est31 2016-08-30 04:40:54 +0200
  • 78ff5c1936 Fix background formspec elements from interfering with each other rubenwardy 2016-08-07 14:32:31 +0100
  • fbe4a9267f Settingtypes.txt: Clarify comments, correct spelling red-001 2016-08-28 15:02:33 +0100
  • 51e13ae588 Builtin: Disallow registering users with the same name SmallJoker 2016-07-28 14:32:32 +0200
  • e10fee0001 Allow fields to choose whether they close on enter press rubenwardy 2016-08-07 16:22:50 +0100
  • 4330c63ea4 Submit name of field on enter key press rubenwardy 2016-08-07 16:01:00 +0100
  • fb20b45100 Camera: Higher frequency limit for view/hand bobbing and footsteps paramat 2016-08-20 02:05:34 +0100
  • e58a55aa82 Make plantlike drawtype more fun Auke Kok 2015-12-10 22:58:11 -0800
  • d767f025cb Client: disable pre v25 init sending by default est31 2016-08-22 04:27:44 +0200
  • 0b0075e6ad Move on join and on leave messages to lua (#4460) Xunto 2016-08-22 22:21:48 +0400
  • cafa400fa5 gettext.h: include <locale> before defining the gettext macro (#4452) kahrl 2016-08-21 02:40:23 +0200
  • f092dac979 Also support X11 icon for minetest copies installed via make install (#4407) est31 2016-08-20 21:26:44 +0200
  • 6590140260 Tidy up generate_from_settingtypes.lua a bit. Tim 2016-07-27 18:46:02 +0200
  • ba50127309 Move generation from settingtypes out of dlg_settings_advanced Tim 2016-07-27 18:41:16 +0200
  • a4962240bd Fix for failure to find jsoncpp in android build (#4456) Rogier-5 2016-08-19 20:23:30 +0200
  • 7f4c6f32da Mapblock mesh: Fix updateFastFaceRow tiling issue obneq 2016-08-12 19:11:56 +0200
  • 5c0e659516 Script API: Make the craft recipe field 'method' consistent SmallJoker 2016-07-30 12:50:22 +0200
  • 986d70ccec Lua_api.txt: Change 'maxwear' to 'uses' in 'tool_capabilities' DonBatman 2016-08-14 04:40:31 -0700
  • f21dae6339 Add an [opacity:<r> texture modifier. Makes the base image transparent according to the given ratio. r must be between 0 and 255. 0 means totally transparent. 255 means totally opaque. Useful for texture overlaying. Thomas--S 2016-07-02 17:58:08 +0200
  • c4e77b406a Update AppData file with more URLs and keywords sfan5 2016-08-12 14:33:26 +0200
  • b11720af45 Use the standard to_string() functions for C++11 (#4279) Rogier-5 2016-08-11 19:22:40 +0200
  • 35f47e5461 Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431) Rogier-5 2016-08-11 00:22:32 +0200
  • 48b3bb980d couple of memory leaks fixes. David Carlier 2016-07-28 08:56:22 +0100
  • 1be3894e6f Update the version of irrlicht to 1.8.3, add steps for Sqlite3 DLaboratory 2016-07-13 16:49:47 +0800
  • 82494b8cc1 Zooming the camera requires the 'zoom' privilege Ben Deutsch 2016-08-02 21:36:34 +0200
  • d1df09841d Document zoom_fov in settingtypes.txt and minetest.conf.example Ben Deutsch 2016-08-02 22:47:47 +0200