Commit Graph

  • 88a7160ad8 Fix CMake error (#7074) by bumping the required CMake version past 3.8.1 (#7075) nOOb3167 2018-02-25 12:26:41 +0100
  • 66372e75d9
    is_area_protected: Rename from intersects_protection (#7073) SmallJoker 2018-02-25 12:25:39 +0100
  • 4118e150f8 CMakeLists use the source_group command to improve look and feel when generating Visual Studio projects. The TREE argument of source_group appears in CMake 3.8 therefore check for version. nOOb3167 2018-02-19 15:01:10 +0100
  • cbf891ef1d CMakeLists pass windows sources (manifest and resource file) to executable targets separately from common_SRCS nOOb3167 2018-02-19 14:57:01 +0100
  • 57418111a8
    Registration dialog: Larger text field with scrollbars (#7047) SmallJoker 2018-02-23 17:01:05 +0100
  • 673f7196a2 Find nodes in area (under air): Raise volume limit and document it paramat 2018-02-21 14:34:06 +0000
  • 5652edea3b Settingtypes.txt: Fix valleys dungeon ymax error paramat 2018-02-21 14:06:53 +0000
  • f9ad061910 Vertical biome blend: Tune blend patterns paramat 2018-02-20 13:42:52 +0000
  • 2bc7c5ff93 Dungeons: Add Y limits in all mapgens paramat 2018-02-17 17:43:13 +0000
  • 0f015b28a3 Delete world dialog: Move buttons to avoid double click deletion Muhammad Rifqi Priyo Susanto 2017-09-30 00:50:42 +0700
  • cf98f5bbc0 /shutdown can't do countdown when using reconnect and/or shutdown message (#7055) dopik 2018-02-19 08:41:44 +0100
  • 5ef9056e89 Add a refresh button to the serverlist (#6957) Tre 2018-02-19 01:25:57 -0600
  • 4bb41a19dc Mitigate formspec exploits by verifying that the formspec was shown to the user by the server. (#6878) red-001 2018-02-18 21:33:42 +0000
  • 63bcd33036 Lua API documentation: Fix spelling (#7046) pauloue 2018-02-18 04:41:22 -0500
  • 3f2e0c1206 Check argument types inside MetaDataRef Lua API (#7045) sfan5 2018-02-18 10:40:45 +0100
  • 46bbacee95 Fix "Ignoring CONTENT_IGNORE redefinition" warning (#4393) you 2018-02-18 10:40:14 +0100
  • ae6aed15cf Remove legacy chat network code. (#6954) red-001 2018-02-17 18:23:21 +0000
  • 11928b7af1 Render copyright notice: Fix name spelling (#7042) Vitaliy 2018-02-15 23:19:34 +0300
  • 338d645fcf Add `on_auth_fail` callback (#7039) red-001 2018-02-15 20:18:54 +0000
  • 861cfd8484 Dungeons: Avoid generation in multiple liquid nodes and 'airlike' paramat 2018-02-12 00:52:44 +0000
  • 1156088db7 Item entity: Delete in 'ignore' nodes paramat 2018-02-10 04:55:40 +0000
  • 737f0b4473 Falling.lua: Delete falling node entities on contact with 'ignore' paramat 2018-02-06 00:55:35 +0000
  • 359c8f82ce
    map.cpp: Initialize NodeNeighbor, set NeighborType to u8 & cleanup Loic Blot 2018-02-11 09:23:25 +0100
  • 3face01a20 Node definition manager refactor (#7016) Dániel Juhász 2018-02-10 22:04:16 +0200
  • 617d94c803 Position entity nametags relative to selection-box (#7031) stujones11 2018-02-10 09:42:33 +0000
  • af89a25ff3 Fix 'Change Keys' menu crash caused by 501f936 SmallJoker 2018-02-09 09:39:34 +0100
  • a6bb2c4ea8 Allow dumping userdata (#7012) you 2018-02-08 19:17:06 +0100
  • 501f936b37 Switch F3 to use 'enable_fog' setting ThomasMonroe314 2018-01-29 11:21:49 -0600
  • e87b410a33 Include alpha channel reference in MaterialTypeParam stujones11 2018-01-26 19:08:54 +0000
  • 1e94a7feaf Move `setlocale` from Lua to C++. red-001 2018-01-21 12:28:47 +0000
  • 0e4c467a82 Add main_menu_style setting PorygonZRocks 2017-12-04 23:01:49 -0600
  • 87e08b1b3a Add minetest.is_player (#7013) you 2018-02-05 15:17:10 +0100
  • b7ff40eea2 Lua_api.txt: Document 'wielditem' visual in object properties paramat 2018-02-05 04:59:13 +0000
  • 520293b4cb Item entity: Prevent motion in ignore nodes paramat 2018-02-01 01:12:56 +0000
  • 7b2687ffc6 Add kill chat command (#6992) Wuzzy 2018-02-04 19:21:41 +0100
  • 4f5090ff68 Make hud_get return aligment, offset and size. (#7006) lisacvuk 2018-02-04 10:17:46 +0100
  • 735fc2a1f2 Remove unused light updating code Dániel Juhász 2018-02-04 04:16:45 +0100
  • cf0bcebc76 Refine movement anticheat again (#7004) sfan5 2018-02-02 23:34:09 +0100
  • 49b65a5593 Fix liquid bottoms not being rendered number Zero 2018-01-29 20:24:15 +0300
  • cc400581e2 Add Android drivers to the video_driver drop-down menu Wayward One 2018-01-21 15:41:04 -0500
  • 584d00a01c
    Add minetest.bulk_set_node call + optimize Environment::set_node call (#6958) Loïc Blot 2018-01-30 00:30:02 +0100
  • 3b4df956b1 Make chat command + privilege help slightly more accurate (#6964) Wuzzy 2018-01-29 23:39:36 +0100
  • de2c40c8fc Apply physics overrides correctly during anticheat calculations (#6970) sfan5 2018-01-28 10:21:21 +0100
  • 7d3295e21f [CSM] HUD Fix not updating server HUDs caused by 4f688d5 SmallJoker 2018-01-26 21:27:30 +0100
  • 4f688d5616 Fix issues with earlier CSM HUD commit (#6940) red-001 2018-01-26 15:05:47 +0000
  • 3a5959ae6b Main menu: Change tabs to 'Start Game' and 'Join Game' (#6955) Tre 2018-01-25 13:59:24 -0600
  • 62c10e3d08 Disable fall damage when "immortal" group set (#6946) lisacvuk 2018-01-23 19:28:21 +0100
  • 04e5a65c65 Add missing languages from menu (#6953) Muhammad Nur Hidayat Yasuyoshi (MNH48.com) 2018-01-24 02:27:41 +0800
  • 01bc817fe0 Intersects_protection(): Move from Minetest Game to builtin (#6952) Paramat 2018-01-23 18:04:58 +0000
  • 0425c6b8c8 CSM: Remove screenshot API red-001 2018-01-19 16:18:16 +0000
  • d6050bee51 [CSM] Don't Load the package library (#6944) red-001 2018-01-22 07:34:49 +0000
  • 684e70477d Change include from "cmake_config.h" to "config.h" Wayward One 2018-01-21 16:26:04 -0500
  • 49ff1d2ea8 [CSM] Remove `on_connect` callback (#6941) red-001 2018-01-21 17:27:27 +0000
  • 5dab742645 [CSM] Add functions to create particles and particlespawners. (#6072) red-001 2018-01-20 22:31:53 +0000
  • da80e8af8a
    Add minetest issue template (#6936) Loïc Blot 2018-01-20 23:31:15 +0100
  • 99c9e7a986 Game refactor [4/X]: keycache is now owned by InputHandler Loic Blot 2018-01-13 10:54:18 +0100
  • f5a006dce7 Game refactor [3/X]: Move keycache to inputhandler Loic Blot 2018-01-13 10:40:25 +0100
  • 64fe79b53b Game refactor [2/X]: Various moves (profilergraph, nodePlacementPrediction, create_formspec_menu) Loic Blot 2018-01-13 10:34:56 +0100
  • 362323cdc2 Game/Input refactor [1/X]: make RealInputHandler handle joystick inputs with standard input Loic Blot 2018-01-06 11:34:03 +0100
  • 9649e47214 [CSM] Add basic HUD manipulation. (#6067) red-001 2018-01-20 13:09:58 +0000
  • d45e5da8ca Biomes: Add 'get heat', 'get humidity', 'get biome data' APIs paramat 2017-09-22 12:38:55 +0100
  • 4c0d4e4105 Load a texturepack from the 'textures' subfolder of a game red-001 2017-06-23 01:51:57 +0100
  • 70a90bc83a Lua_api.txt: Various improvements paramat 2018-01-15 03:34:03 +0000
  • 142474196a Mapgen folder: Update and improve copyright information of files paramat 2018-01-15 02:26:15 +0000
  • 5435b07d4e Lua_api.txt: Improve bullet point indentation consistency ezhh 2018-01-13 17:25:01 +0000
  • 670f8afd18 Registration confirmation dialog: Fix grammar Muhammad Rifqi Priyo Susanto 2018-01-13 22:32:05 +0700
  • 8349a3db10 Lua_api.txt: Add chat command params info ezhh 2018-01-13 03:42:07 +0000
  • 792752997c Add confirmation on new player registration (#6849) Muhammad Rifqi Priyo Susanto 2018-01-13 18:07:16 +0700
  • fad263dec9 Revert "Add an active object step time budget #6721" Lars Hofhansl 2018-01-12 23:47:39 -0800
  • 7e50529867
    Add a build step to test non freetype builds (#6908) Loïc Blot 2018-01-12 15:36:54 +0100
  • 6f2fe8a554
    Forget to fix non freetype build in StaticText Loic Blot 2018-01-12 08:36:38 +0100
  • 62872dabac Lua_api.txt: Fix, improve and add to Object Properties documentation paramat 2018-01-12 01:15:51 +0000
  • 05e9e128b9 Lua_api.txt: Improve and complete ABM documentation paramat 2018-01-12 00:32:55 +0000
  • b8fc6a1955 Settingtypes.txt: Correct value of 'max block send distance' paramat 2018-01-11 23:50:35 +0000
  • b4df0d67dd Fix ambient occlusion and dark lines at mapblock borders number Zero 2017-12-25 23:51:48 +0300
  • f77f19a941 Fix off-by-one in log output line length (#6896) Pedro Gimeno 2018-01-09 19:07:14 +0100
  • 63f4ee21b0 Fix buffer parameter not working in LuaPerlinNoiseMap::l_getMapSlice() Pedro Gimeno 2018-01-08 21:32:15 +0100
  • 2992b774fe Lua API docs: Add warning that schematic placing is cached Sokomine 2018-01-07 11:47:52 +0100
  • 0a83c42dfd
    Fix naming conventions of noise userdata rubenwardy 2018-01-07 01:06:18 +0000
  • 9146c6a50f Don't recalculate statustext initial color everytime & review fixes Loic Blot 2018-01-05 19:39:06 +0100
  • f40f4143df GameUI refactor (part 7/7): Finish to include profiler things to GameUI Loic Blot 2018-01-04 23:58:46 +0100
  • 02f82eca0b GameUI refactor (part 6/X): Move Game::guitext_profiler & showStatusTextSimple to GameUI class Loic Blot 2018-01-04 23:32:32 +0100
  • 326b0faa5e GameUI refactor (part 5/X): Move Game::guitext_chat to GameUI class Loic Blot 2018-01-04 23:04:40 +0100
  • fe510d90c1 GameUI refactor (part 4/X): Move Game::guitext_status, Game::m_statustext, GameRunData::statustext_time to GameUI class Loic Blot 2018-01-04 21:35:26 +0100
  • aab3b18e4b GameUI refactor (part 3/X): Move Game::guitext2, Game::guitext_info, Game::infotext to GameUI class Loic Blot 2018-01-04 19:52:40 +0100
  • 3a772e7ed6 GameUI refactor (part 2/X): Move Game::guitext to GameUI + enhancements on StaticText Loic Blot 2018-01-03 17:28:57 +0100
  • 0ebaed430a GameUI refactor (part 1/X): GameUI object creation + GameUIFlags move to GameUI Loic Blot 2018-01-03 14:28:55 +0100
  • 549cfd9db8 Biomes: Add vertical biome blend (#6853) Paramat 2018-01-04 23:10:55 +0000
  • ff2ceed381 Prevent Android from automatically locking display (#6876) Wayward One 2018-01-04 15:18:18 -0500
  • e7b44c3295 Fix Wstringop-overflow warning from util/srp.cpp (#6855) you 2018-01-04 14:25:20 +0100
  • 30821ad8de [CSM] Don't load the IO library. (#6087) red-001 2018-01-04 07:21:12 +0000
  • e7396a0c50 Mgv7: Add docs for the new floatland exponent parameter paramat 2018-01-04 00:41:36 +0000
  • 2af47e6f5f Fix crash on can_bypass_userlimit returning non-boolean rubenwardy 2018-01-03 14:18:13 +0000
  • 2aad3be2cb Mgv7 floatlands: Add exponent parameter paramat 2017-12-24 22:38:35 +0000
  • f3b9d87076 Connected Nodeboxes: Add `disconnected` boxes Thomas--S 2017-04-22 21:17:46 +0200
  • 345e1041a2 Tool.cpp/.h, lua_api/l_util.cpp: Tidy up code and remove dead code Hybrid Dog 2017-04-10 20:03:53 +0200
  • d7c1f6c92e Tool getDigParams: Fix selecting the best fitting time Hybrid Dog 2017-04-19 20:55:47 +0200
  • 0d6b58a772
    Add unittests on ActiveObject and BanManager class (#6866) Loïc Blot 2018-01-01 18:48:52 +0100
  • 9f6d84aee3
    Update README.md copyright notice too Loïc Blot 2018-01-01 17:17:31 +0100
  • f6a97c5c8a
    Happy new year 2018: update LICENSE.txt Loïc Blot 2018-01-01 17:13:37 +0100