Commit Graph

  • c7cd76f69a Translated using Weblate (Chinese (China)) susan 2016-06-03 12:31:02 +0000
  • 4c530dea1a Fix typos (#4298) Snipie 2016-07-09 14:00:14 +0000
  • 27905f1a4a Ubuntu build HOWTO: Suggest to install git instead of git-core est31 2016-07-08 17:07:31 +0200
  • 9db78dc4c4 Fix -Wterminate warnings in rollback.cpp as well est31 2016-07-08 07:26:00 +0200
  • 483cca78a1 Fix -Wterminate warning on GCC 6 est31 2016-07-08 06:24:22 +0200
  • 795f1c75cb Fix warning in porting::setXorgWindowIcon when building without X11 (#4288) Jay Arndt 2016-07-06 20:15:36 -0500
  • 281e9f39fd Adding minetest.clear_craft Foghrye4 2016-04-25 18:50:10 +0300
  • 7a532056e2 Use mathematical function to determine yaw direction sfan5 2016-06-20 18:11:05 +0200
  • 6014e7257e Fix for cropped text "Toggle Cinematic" Snipie 2016-07-05 07:43:25 +0000
  • 538af97d8d Remove cinematic toggle on F8 rubenwardy 2016-07-04 18:01:58 +0100
  • 5d4d3f8366 Finally set a window icon on X11 est31 2016-07-04 01:33:46 +0200
  • c1bdb552bc Temporarily disable "testStartStopWait" Threading unit test on mac est31 2016-07-04 21:32:32 +0200
  • 1dfd977ec4 Fix & make linux conditionals uniform (#4278) Rogier-5 2016-07-04 21:00:57 +0200
  • f649147080 Disable joysticks per default for now est31 2016-07-04 20:49:13 +0200
  • e1aa98fe07 Remove top left minetest watermark est31 2016-07-03 19:36:51 +0200
  • 3c63c3044d Add MapSettingsManager and new mapgen setting script API functions kwolekr 2016-06-24 18:15:56 -0400
  • 92705306bf Mapgen: Refactor mapgen creation and management kwolekr 2016-06-14 00:10:55 -0400
  • 70e2c1c7d4 Remove old docs. We have VCS history anyways. (#4266) Pavel Puchkin 2016-07-03 13:30:09 +0200
  • b6eef1c0c2 openbsd's port fix for non Linux systems w/o libRT David Carlier 2016-06-19 08:48:12 +0100
  • 80cebdc23c Only allow strings to be passed to minetest.global_exists (#4253) HybridDog 2016-06-28 06:34:22 +0200
  • ab7a5c4ff1 Also shut down when SIGTERM was received est31 2016-06-24 20:43:29 +0200
  • 9997e2030c Mgflat/fractal/v7/valleys: Denser 3D noise tunnels paramat 2016-06-21 03:48:24 +0100
  • fa0bbbf96d Player: New get_look, set_look API raymoo 2016-06-17 12:57:27 -0700
  • 04fb10914c Dungeons: Generalise use, add capabilities, various modifications paramat 2016-06-12 03:11:26 +0100
  • 39a9e9874e Builtin/game/item: Add `place_param2` nodedef field Auke Kok 2016-05-30 15:07:09 -0700
  • 1b8dbf072a Move unknown node message when applying texture overrides to infostream (#4218) Yutao Yuan 2016-06-14 06:29:15 +0800
  • a39d536282 Sky.cpp: Improve code style. Define sky colours as SColor paramat 2016-06-09 03:15:41 +0100
  • 559dd99469 Make node timers more efficient Ekdohibs 2016-03-21 12:58:52 +0100
  • 27aff22a9b Random misc. warning fixes and cleanups kwolekr 2016-06-11 03:23:53 -0400
  • 33b874fea3 Settings: Clean up settings changed callback code kwolekr 2016-06-11 00:10:25 -0400
  • 817fea6330 Fix android build est31 2016-06-11 05:41:12 +0200
  • dac40af6ee Server: Add reason for leave to `on_leaveplayer` callbacks Diego Martinez 2016-01-04 22:49:11 -0300
  • b24d21d1ae Sky: Darker, bluer sky and improved horizon haze at night paramat 2016-05-25 00:56:49 +0100
  • 3ef71edd81 Sky: Fix sunrisebg texture motion (#4199) Paramat 2016-06-08 07:43:27 +0100
  • c7297e552b Lua_api.txt: Split long lines. Capitalise 'Biome API'. Minor edits paramat 2016-06-07 03:23:23 +0100
  • d4457ef420 Mapgen: Optimize biomemap creation by combining with generateBiomes kwolekr 2016-06-04 20:24:07 -0400
  • d24f384174 Biome API: Add per-biome riverbed material and depth paramat 2016-06-03 12:58:50 +0100
  • 7841f1c509 Mapgen: Performance improvement and fixes for updateLiquid (#4065) MillersMan 2016-06-05 01:30:36 +0200
  • 109c7e3349 Biomes: Define and use biome_t for biome IDs kwolekr 2016-06-04 03:00:45 -0400
  • 8ed467d438 PcgRandom: Fix/improve documentation kwolekr 2016-06-04 02:16:06 -0400
  • dfbdb5bcd7 Change internal type for seeds to s32 kwolekr 2016-06-04 01:35:37 -0400
  • 2060fd9cbe Initial Gamepad support est31 2016-05-27 08:35:07 +0200
  • 1e86c89f36 Input related generalisations est31 2016-05-25 09:22:20 +0200
  • 7ea4a03c83 Sapier's fix for the RESEND RELIABLE problem (#4170) Robert Kiraly 2016-06-03 00:50:21 -0700
  • 569998011e Mgv7: Always carve river channels in mountain terrain paramat 2016-05-30 13:15:14 +0100
  • 14ef2b445a Add colored text (not only colored chat). Ekdohibs 2016-05-31 17:30:11 +0200
  • 1d40385d4a Colored chat working as expected for both freetype and non-freetype builds. @nerzhul improvements * Add unit tests * Fix coding style * move guiChatConsole.hpp to client/ TriBlade9 2015-01-16 14:54:26 +0800
  • 0e44af9f70 Translated using Weblate (Hebrew) yuval hreman 2016-05-26 21:02:00 +0000
  • 6792447dfa Translated using Weblate (Russian) Andrey K 2016-05-20 15:18:33 +0000
  • 5e9663d3d4 Translated using Weblate (Italian) Emon Omen 2016-05-14 13:34:53 +0200
  • 30cd77a30b Translated using Weblate (Ukrainian) Fixer 2016-05-12 01:10:28 +0200
  • dc33ecad6d Translated using Weblate (Russian) Sergey 2016-05-11 22:34:38 +0200
  • 526c978f96 Translated using Weblate (Russian) Vasily Pavlov 2016-05-11 22:36:17 +0200
  • 3842c3de65 Translated using Weblate (German) Wuzzy 2016-05-11 04:34:34 +0200
  • 27db929252 Add minetest.check_password_entry callback est31 2016-05-30 23:27:48 +1000
  • 4134d8ad13 protection_bypass priv can now be revoked in singleplayer (#4169) Sokomine 2016-05-30 14:40:32 +0200
  • a9bc7dc405 Remove unused code in s_security.cpp (#4172) Zeno- 2016-05-30 22:37:40 +1000
  • d499ec4838 Particles: Add option to remove particles on collision Auke Kok 2016-05-27 21:08:23 -0700
  • 62d15ac7c1 Add base64 encoding and decoding to the lua api. (#3919) red-001 2016-05-28 04:37:28 +0100
  • c4e083f7e1 Disallow external linkage for default Cavegen NoiseParams kwolekr 2016-05-26 23:23:05 -0400
  • c8fd232678 Dungeongen: Remove dependency on Mapgen kwolekr 2016-05-22 16:50:43 -0400
  • fd0efb21c3 Mapgen: Combine dungeon generation code kwolekr 2016-05-22 16:27:31 -0400
  • 0810901766 Mapgen: Deduplicate common constructor code kwolekr 2016-05-22 02:17:19 -0400
  • 0df5c01a8c Mapgen: Remove calculateNoise from most mapgens kwolekr 2016-05-20 03:37:31 -0400
  • c5968049bb Mapgen V7: Remove now-unused ridge heightmap kwolekr 2016-05-19 14:05:51 -0400
  • 548d99bb45 Cavegen: Move V5-style caves to CavesNoiseIntersection kwolekr 2016-05-19 03:40:22 -0400
  • 6151f7bc4b Cavegen: Minor misc. fixes kwolekr 2016-05-14 22:46:50 -0400
  • b1eb757e60 Fix undefined evaluation order when constructing random vectors kwolekr 2016-05-11 03:47:45 -0400
  • 5b05f75a27 Cavegen: Re-add small caves to CavesRandomWalk kwolekr 2016-05-11 00:00:05 -0400
  • db1b4dc890 Cavegen: Remove CavesRandomWalk dependency on Mapgen kwolekr 2016-05-10 22:56:03 -0400
  • 68b1cd8d1b Cavegen: Merge instances of repetitive surface level-finding code kwolekr 2016-05-10 13:35:39 -0400
  • a605d69092 Cavegen: Remove CavesV6 dependency on Mapgen kwolekr 2016-05-10 13:21:13 -0400
  • bf25837617 Cavegen: Rename CaveV6 to CavesV6 kwolekr 2016-05-10 00:10:59 -0400
  • 1bb5eb1da2 Cavegen: Merge CaveV5 and CaveV7 into CavesRandomWalk kwolekr 2016-05-10 00:01:37 -0400
  • 9b5c492be5 Fix MgStoneType and BiomeType enum names kwolekr 2016-05-02 02:45:59 -0400
  • 87bc39dca7 Mapgen: Combine generateBiomes, dustTopNodes, and generateCaves kwolekr 2016-05-02 02:24:57 -0400
  • 76f4856479 Move biome calculation to BiomeGen kwolekr 2016-04-28 03:43:09 -0400
  • fa6b21a15b Tell irrlicht if we handle a key or not. est31 2016-05-14 16:25:57 +0200
  • ef100f12a1 Fix rollback.txt migration ShadowNinja 2016-02-12 18:39:03 -0500
  • 22f78ea38e Fix irrlicht version checking macro for tooltip_height calculation Craig Robbins 2016-05-24 00:27:11 +1000
  • 725edc78b2 Move updateTextures and fillTileAttribs to ContentFeatures Ekdohibs 2016-05-22 20:33:06 +0200
  • 423d8c1b0d Tolerate packet reordering in the early init process est31 2016-05-18 06:18:08 +0200
  • f64a6259b2 Fix a m_camera not used warning fix pointed by clang Loic Blot 2016-05-22 13:31:41 +0200
  • ce42ff9cf7 Implement a PostgreSQL backend Loic Blot 2016-05-14 11:00:42 +0200
  • 0f184d77c8 Gitignore: ignore idea and ninja files HybridDog 2016-05-20 22:08:07 +0200
  • 643ac9dd7a Item entities: Don't show description as infotext paramat 2016-05-17 00:22:27 +0100
  • 88acda0256 Fix tooltip height for versions of irrlicht < 1.8.2 Craig Robbins 2016-05-20 21:18:59 +1000
  • 8ba6d9f227 Implement DatabaseException for databases nerzhul 2016-05-17 09:59:02 +0200
  • 8b940c005f Add on_punchnode callback Wayward One 2016-04-30 10:31:11 -0400
  • 143401451c DB::loadBlock copy removal & DB backend cleanup * Remove the copy from db::loadBlock by using a pointer to the destination * cleanup db backend, the child backend doesn't have to set their functions as virtual Loic Blot 2016-05-14 12:23:15 +0200
  • decbd396df Really fix ncurses lookup on Arch Linux sfan5 2016-05-16 12:42:51 +0200
  • 7a828de1bc Android: enable parallelism for main target too est31 2016-05-13 00:14:24 +0200
  • 01a784bd11 Documentation: Remove incorrect and excessive mapgen flags text paramat 2016-05-12 04:39:05 +0100
  • fb31bd3806 Continue with 0.4.14-dev sfan5 2016-05-15 14:49:15 +0200
  • 854d9e3745 Bump version to 0.4.14 sfan5 2016-05-15 14:49:15 +0200
  • c65e7a9b3e Android: Re-add button to remove singleplayer world est31 2016-05-14 22:12:38 +0200
  • b25554c8d7 Fix android build by fixing patch line endings est31 2016-05-14 16:46:46 +0200
  • b906ed4e59 Fix locked hardware buttons on Android Maksim Gamarnik 2016-05-14 23:35:56 +1000
  • ec15e35ad7 Mainmenu: don't show change keys dialog on android est31 2016-05-13 02:22:31 +0200
  • 9d3d43f334 Fix #4111 ("Provided world path doesn't exist" if choosing singleplayer on first run") Rui 2016-05-13 01:38:29 +1000