Commit Graph

  • d767f025cb Client: disable pre v25 init sending by default master est31 2016-08-22 04:27:44 +02:00
  • 0b0075e6ad Move on join and on leave messages to lua (#4460) Xunto 2016-08-22 22:21:48 +04:00
  • cafa400fa5 gettext.h: include <locale> before defining the gettext macro (#4452) kahrl 2016-08-21 02:40:23 +02:00
  • f092dac979 Also support X11 icon for minetest copies installed via make install (#4407) est31 2016-08-20 21:26:44 +02:00
  • 6590140260 Tidy up generate_from_settingtypes.lua a bit. Tim 2016-07-27 18:46:02 +02:00
  • ba50127309 Move generation from settingtypes out of dlg_settings_advanced Tim 2016-07-27 18:41:16 +02:00
  • a4962240bd Fix for failure to find jsoncpp in android build (#4456) Rogier-5 2016-08-19 20:23:30 +02:00
  • 7f4c6f32da Mapblock mesh: Fix updateFastFaceRow tiling issue obneq 2016-08-12 19:11:56 +02:00
  • 5c0e659516 Script API: Make the craft recipe field 'method' consistent SmallJoker 2016-07-30 12:50:22 +02:00
  • 986d70ccec Lua_api.txt: Change 'maxwear' to 'uses' in 'tool_capabilities' DonBatman 2016-08-14 04:40:31 -07:00
  • 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 +02:00
  • c4e77b406a Update AppData file with more URLs and keywords sfan5 2016-08-12 14:33:26 +02:00
  • b11720af45 Use the standard to_string() functions for C++11 (#4279) Rogier-5 2016-08-11 19:22:40 +02:00
  • 35f47e5461 Add infotext containing entity type (e.g. mobs:cow) to unknown entities (#4431) Rogier-5 2016-08-11 00:22:32 +02:00
  • 48b3bb980d couple of memory leaks fixes. David Carlier 2016-07-28 08:56:22 +01:00
  • 1be3894e6f Update the version of irrlicht to 1.8.3, add steps for Sqlite3 DLaboratory 2016-07-13 16:49:47 +08:00
  • 82494b8cc1 Zooming the camera requires the 'zoom' privilege Ben Deutsch 2016-08-02 21:36:34 +02:00
  • d1df09841d Document zoom_fov in settingtypes.txt and minetest.conf.example Ben Deutsch 2016-08-02 22:47:47 +02:00
  • 2c31b79235 Add zoom, tweakable with zoom_fov, default key: Z (like optifine) Esteban I. Ruiz Moreno 2013-03-31 00:30:32 -03:00
  • c013c73f33 Lua->C getintfield() use lua_tointeger (#4408) Tomas 2016-08-10 12:17:48 +02:00
  • 4503b5097f Fixes for compiling with a newer (system) jsoncpp (#4429) Rogier-5 2016-08-10 12:10:00 +02:00
  • 058a869b70 Permit usage of std::unordered_map & std::unorderered_set on c++11 compilers (#4430) Ner'zhul 2016-08-10 12:08:05 +02:00
  • 8df89db30e Add simulation category Rémi Verschelde 2016-08-10 08:51:36 +02:00
  • b6d845adb4 Decorations: Fix decoration height check errors paramat 2016-08-03 03:44:33 +01:00
  • ea12da939f Mapgen: Remove unused 'flat' and 'trees' flags from mg_flags paramat 2016-07-29 03:44:58 +01:00
  • fca8e53842 Fix l_request_insecure_environment not ignoring all whitespace (#4395) Dorian Wouters 2016-08-04 00:41:54 +02:00
  • 4ec6671909 test_map_settings_manager: Fix Wunused-result warning est31 2016-08-04 00:29:06 +02:00
  • 9edc984b09 Porting: Fix endless loop if image format is not recognized est31 2016-08-03 23:20:36 +02:00
  • e559f8714b texture_packs.txt: Document special textures SmallJoker 2016-07-29 10:23:09 +02:00
  • 927adf9bdd Documentation: Create texture_packs.txt rubenwardy 2016-07-29 15:39:36 +01:00
  • 573b50ab2c lua_api.txt: Document how to properly clear node metadata mtango688 2016-07-28 15:40:23 -06:00
  • cc01c3cb4d Update README.txt (#4368) Nathaniel Olsen 2016-07-29 16:37:06 -05:00
  • 6b74e196ae buildbot: retrieve short commit hash properly Fernando Carmona Varo 2016-07-24 14:01:20 +02:00
  • 919d9d791c Increase android versionCode (#4350) Ner'zhul 2016-07-28 13:13:25 +02:00
  • 8a98cbda84 Upright sprite objects: Horizontally flip the front image SmallJoker 2016-07-26 14:39:03 +02:00
  • 2cb0f649f4 Main menu, lua_api.txt: Fix mod/texture pack screenshot size issues Wuzzy 2016-07-25 22:52:42 +02:00
  • c8b4bedaa8 Builtin: Add core.MAP_BLOCKSIZE constant Tim 2016-07-23 13:29:53 +02:00
  • 58eb5f39d4 Builtin: Fix check for a player object in core.check_player_privs Tim 2016-07-07 23:58:52 +02:00
  • f833159a68 Update minetest.conf.example and the settings translation file est31 2016-07-24 17:41:36 +02:00
  • 2ba8ad1dfe Mgvalleys / cavegen: Place riverbed nodes under river water paramat 2016-07-20 00:23:08 +01:00
  • 97c763158c lua_api.txt: Remove tooltip checkbox[] element James Stevenson 2016-07-14 10:07:40 -04:00
  • 6621daee50 HTTP lua API docs: correct some function references est31 2016-07-12 22:45:34 +02:00
  • d7060c212f Builtin/profiler: Replace game profiler (#4245) Tim 2016-07-12 21:51:10 +02:00
  • d6865c4d8d Lua_api.txt: Fix description of node drop behaviour Duane 2016-07-11 09:46:01 -05:00
  • 91f68e7d11 Treegen: Improve use of signed vs. unsigned integers paramat 2016-07-10 16:03:53 +01:00
  • 7eeb735cab Run updatepo.sh est31 2016-07-12 20:50:20 +02:00
  • 24ca754bd5 Update minetest.conf.example, and settings_translation_file.cpp est31 2016-07-12 20:49:33 +02:00
  • e323ba4f27 Translated using Weblate (French) Onyx Steinheim 2016-07-12 16:56:29 +00:00
  • 23933dcb24 Translated using Weblate (Dutch) ikmaak 2016-07-08 10:32:09 +00:00
  • bda12ddd7d Translated using Weblate (Indonesian) Muhammad Rifqi Priyo Susanto 2016-06-23 17:34:59 +00:00
  • 8667566f78 Translated using Weblate (Spanish) Roberto Mengíbar Fernández 2016-06-14 21:57:46 +00:00
  • 18c2aed1c9 Translated using Weblate (French) Guillaume Robert 2016-06-13 18:39:36 +00:00
  • e07247f8da Translated using Weblate (Chinese (China)) arsdragonfly 2016-06-11 10:56:31 +00:00
  • c9c07ae754 Translated using Weblate (Serbian (cyrillic)) Лазар Вукановић 2016-06-09 11:11:15 +00:00
  • ac20a5182f Added translation using Weblate (Serbian (cyrillic)) Лазар Вукановић 2016-06-09 08:40:00 +00:00
  • 235d2ed246 Translated using Weblate (Esperanto) Tim 2016-06-04 13:18:08 +00:00
  • c7cd76f69a Translated using Weblate (Chinese (China)) susan 2016-06-03 12:31:02 +00:00
  • 4c530dea1a Fix typos (#4298) Snipie 2016-07-09 14:00:14 +00:00
  • 27905f1a4a Ubuntu build HOWTO: Suggest to install git instead of git-core est31 2016-07-08 17:07:31 +02:00
  • 9db78dc4c4 Fix -Wterminate warnings in rollback.cpp as well est31 2016-07-08 07:26:00 +02:00
  • 483cca78a1 Fix -Wterminate warning on GCC 6 est31 2016-07-08 06:24:22 +02:00
  • 795f1c75cb Fix warning in porting::setXorgWindowIcon when building without X11 (#4288) Jay Arndt 2016-07-06 20:15:36 -05:00
  • 281e9f39fd Adding minetest.clear_craft Foghrye4 2016-04-25 18:50:10 +03:00
  • 7a532056e2 Use mathematical function to determine yaw direction sfan5 2016-06-20 18:11:05 +02:00
  • 6014e7257e Fix for cropped text "Toggle Cinematic" Snipie 2016-07-05 07:43:25 +00:00
  • 538af97d8d Remove cinematic toggle on F8 rubenwardy 2016-07-04 18:01:58 +01:00
  • 5d4d3f8366 Finally set a window icon on X11 est31 2016-07-04 01:33:46 +02:00
  • c1bdb552bc Temporarily disable "testStartStopWait" Threading unit test on mac est31 2016-07-04 21:32:32 +02:00
  • 1dfd977ec4 Fix & make linux conditionals uniform (#4278) Rogier-5 2016-07-04 21:00:57 +02:00
  • f649147080 Disable joysticks per default for now est31 2016-07-04 20:49:13 +02:00
  • e1aa98fe07 Remove top left minetest watermark est31 2016-07-03 19:36:51 +02:00
  • 3c63c3044d Add MapSettingsManager and new mapgen setting script API functions kwolekr 2016-06-24 18:15:56 -04:00
  • 92705306bf Mapgen: Refactor mapgen creation and management kwolekr 2016-06-14 00:10:55 -04:00
  • 70e2c1c7d4 Remove old docs. We have VCS history anyways. (#4266) Pavel Puchkin 2016-07-03 13:30:09 +02:00
  • b6eef1c0c2 openbsd's port fix for non Linux systems w/o libRT David Carlier 2016-06-19 08:48:12 +01:00
  • 80cebdc23c Only allow strings to be passed to minetest.global_exists (#4253) HybridDog 2016-06-28 06:34:22 +02:00
  • ab7a5c4ff1 Also shut down when SIGTERM was received est31 2016-06-24 20:43:29 +02:00
  • 9997e2030c Mgflat/fractal/v7/valleys: Denser 3D noise tunnels paramat 2016-06-21 03:48:24 +01:00
  • fa0bbbf96d Player: New get_look, set_look API raymoo 2016-06-17 12:57:27 -07:00
  • 04fb10914c Dungeons: Generalise use, add capabilities, various modifications paramat 2016-06-12 03:11:26 +01:00
  • 39a9e9874e Builtin/game/item: Add place_param2 nodedef field Auke Kok 2016-05-30 15:07:09 -07:00
  • 1b8dbf072a Move unknown node message when applying texture overrides to infostream (#4218) Yutao Yuan 2016-06-14 06:29:15 +08:00
  • a39d536282 Sky.cpp: Improve code style. Define sky colours as SColor paramat 2016-06-09 03:15:41 +01:00
  • 559dd99469 Make node timers more efficient Ekdohibs 2016-03-21 12:58:52 +01:00
  • 27aff22a9b Random misc. warning fixes and cleanups kwolekr 2016-06-11 03:23:53 -04:00
  • 33b874fea3 Settings: Clean up settings changed callback code kwolekr 2016-06-11 00:10:25 -04:00
  • 817fea6330 Fix android build est31 2016-06-11 05:41:12 +02:00
  • dac40af6ee Server: Add reason for leave to on_leaveplayer callbacks Diego Martinez 2016-01-04 22:49:11 -03:00
  • b24d21d1ae Sky: Darker, bluer sky and improved horizon haze at night paramat 2016-05-25 00:56:49 +01:00
  • 3ef71edd81 Sky: Fix sunrisebg texture motion (#4199) Paramat 2016-06-08 07:43:27 +01:00
  • c7297e552b Lua_api.txt: Split long lines. Capitalise 'Biome API'. Minor edits paramat 2016-06-07 03:23:23 +01:00
  • d4457ef420 Mapgen: Optimize biomemap creation by combining with generateBiomes kwolekr 2016-06-04 20:24:07 -04:00
  • d24f384174 Biome API: Add per-biome riverbed material and depth paramat 2016-06-03 12:58:50 +01:00
  • 7841f1c509 Mapgen: Performance improvement and fixes for updateLiquid (#4065) MillersMan 2016-06-05 01:30:36 +02:00
  • 109c7e3349 Biomes: Define and use biome_t for biome IDs kwolekr 2016-06-04 03:00:45 -04:00
  • 8ed467d438 PcgRandom: Fix/improve documentation kwolekr 2016-06-04 02:16:06 -04:00
  • dfbdb5bcd7 Change internal type for seeds to s32 kwolekr 2016-06-04 01:35:37 -04:00
  • 2060fd9cbe Initial Gamepad support est31 2016-05-27 08:35:07 +02:00
  • 1e86c89f36 Input related generalisations est31 2016-05-25 09:22:20 +02:00
  • 7ea4a03c83 Sapier's fix for the RESEND RELIABLE problem (#4170) Robert Kiraly 2016-06-03 00:50:21 -07:00