Commit Graph

  • 468eb4bf57 lua_api.txt: Improve privs_to_string and string_to_privs documentation (#9228) ANAND 2020-01-19 15:46:54 +0530
  • e8fd1ce623 Replace stray tab with whitespace in guiFormSpecMenu.cpp (#9317) ANAND 2020-01-18 22:20:57 +0530
  • 1173ff0c13
    Add Lua unit tests to builtin using busted (#9184) rubenwardy 2020-01-18 02:09:18 +0000
  • 6d472b1840 Fix syntax error in Dockerfile rubenwardy 2020-01-16 18:50:19 +0000
  • 680aaa1bd5 Make clipping of formspec elements more consistent (#9262) Hugues Ross 2020-01-16 13:41:07 -0500
  • cea4fd2b27 Increase star count to 1000 and decrease radius slightly (#9307) lhofhansl 2020-01-16 08:12:34 -0800
  • c396800629 Android: fix cyrillic characters, update iconv lib (#9117) Maksim 2020-01-13 07:10:15 +0100
  • 8d75c118d9 Map download: Escape ':' to '_' (#9235) Montandalar 2020-01-12 06:47:34 +1100
  • 4c8af5492b Formspec: change the appeareance of the cursor on fields and co. (#8665) DS 2020-01-11 20:17:11 +0100
  • 3189e4466b Add missing entity documentation (#9297) Wuzzy 2020-01-09 18:48:16 +0000
  • f4f7c7a11b Improve Lua API documentation on sounds (#9265) Wuzzy 2020-01-08 21:27:54 +0000
  • 7c0e0c34ec Formspec: Fix clicking on tooltip-obstructed elements (#9266) DS 2020-01-04 15:45:22 +0100
  • f9c7e46a34 Add table.key_value_swap (#9248) HybridDog 2020-01-04 15:44:48 +0100
  • 3ad92baa9c Tweak default textures (#9237) Wuzzy 2020-01-04 14:44:31 +0000
  • c162340973
    Remove Mapgen V7 floatlands in preparation for new implementation (#9238) Paramat 2020-01-04 01:23:57 +0000
  • 44458896d9 Use appropriate LC_ locale macro for Windows (#9230) Montandalar 2019-12-25 05:13:22 +1100
  • 876a15bd75 Fix item eat sound not played if last item (#9239) Wuzzy 2019-12-24 18:12:46 +0000
  • 7199dc7559 Document permissible group ratings (#9236) Wuzzy 2019-12-24 18:12:31 +0000
  • 9c28acd29b Allow wave_heights up to two nodes. #9220 Lars Hofhansl 2019-12-21 06:33:59 -0800
  • 37f771a95b Fix the player information version_string return value (#8616) Lejo 2019-12-20 19:16:29 +0100
  • ec3224dce2 /privs: Delimit output list of privs with commas (#9224) ANAND 2019-12-20 23:45:40 +0530
  • 4b9fabf172 Builtin: Make dropped light_source nodes glow (#9200) Wuzzy 2019-12-19 18:41:44 +0000
  • 80af58c8c5 Make core.item_place_node return position of placed node. (#7713) Bluebird 2019-12-18 12:21:24 -0600
  • 39a1e6660e Dockerfile: correct `apt clean` + git clone --depth 1 + remove .git (#8697) Zaoqi 2019-12-17 21:34:21 +0800
  • db7e59f472 Correct documentation around minetest.item_place sfan5 2019-12-16 19:13:43 +0100
  • b50dc43f67 Don't override the FGIMG style property if the image parameter is null Hugues Ross 2019-12-14 18:09:27 -0500
  • e42faae8d9 Remove the dependency on FGIMG/BGIMG from the hovered/pressed variants Hugues Ross 2019-12-14 18:05:36 -0500
  • bd4b8d40b3 StyleSpec: 0-initialize the property_set array Hugues Ross 2019-12-14 18:03:33 -0500
  • 41ff0f6679
    Lua API: Document HP, breath and damage limits (#9080) SmallJoker 2019-12-15 18:55:01 +0100
  • 03e1f23a5e Add Alpine build dependencies in README (#9206) Zaoqi 2019-12-16 00:10:25 +0800
  • c3d0aab0bc GUIFormSpecMenu: Fix legacy sorting using std::stable_sort SmallJoker 2019-12-14 21:28:07 +0100
  • 8e63d22d64 Fix spaces breaking formspec_version[] tag rubenwardy 2019-12-09 21:05:07 +0000
  • 9284313d17 Refactor to centralize GUIButton styling/rendering code (#9090) Hugues Ross 2019-12-09 15:06:51 -0500
  • a462181e5f guiConfirmRegistration: Fix hidden error message SmallJoker 2019-12-09 20:01:16 +0100
  • 8f73ec6c6c Formspec: make bgcolor element less confusing and allow setting fullscreen color (#8996) DS 2019-12-08 18:59:30 +0100
  • d3255f92d7 Fix luacheck errors rubenwardy 2019-12-06 23:16:33 +0000
  • 51b4ddc4c9 Run luacheck in travis rubenwardy 2019-12-06 22:50:55 +0000
  • 27ce6d0ecc Clean up craft replacements docs Paul Ouellette 2019-08-08 08:30:38 -0400
  • 103d9c5c53 Renaming the function wasn't enough SmallJoker 2019-12-07 15:55:49 +0100
  • aa8df112ff Attachments: Fix interpolation from (0,0,0) after detach SmallJoker 2019-11-27 20:36:51 +0100
  • 51f230895c Fix failing build due to code style error rubenwardy 2019-12-06 23:00:54 +0000
  • 4f45bfd08b Add scrollbaroptions FormSpec element (#8530) v-rob 2019-12-06 12:51:10 -0800
  • 9a5d43a4f5 Fix android build due to omitted file in src files Zaoqi 2019-12-07 04:50:45 +0800
  • cf7fda0083 Add z-index management to HUD Pierre-Yves Rollo 2019-11-04 09:30:02 +0100
  • f6de86ce4b Fix LocalPlayer-bound sound playback broken by 81c2370 SmallJoker 2019-12-05 20:35:31 +0100
  • ef8bf3cf35 Fix Debian build dependencies in README Nils Dagsson Moskopp 2019-11-27 01:46:59 +0100
  • 4b6bff46e1 Use a safer implementation of gsub in core.chat_format_message (#9133) ANAND 2019-11-26 00:33:34 +0530
  • 0b2f0914cc Improve client-side packet receiving sfan5 2019-11-19 20:23:00 +0100
  • 154080c883 Caves: Fix shadowing of 'large_cave_depth' to avoid confusion paramat 2019-11-22 20:37:43 +0000
  • ec5f591014 Dungeons: Move duplicated y limit checks to generation function paramat 2019-11-22 19:48:18 +0000
  • b50a166bb0
    Formspec: Fix priorities for version < 3 (#9121) SmallJoker 2019-11-20 19:39:10 +0100
  • 60bff1e6cb Waves generated with Perlin-type noise #8994 Lars Hofhansl 2019-11-19 19:42:52 -0800
  • b3c245bb46
    Move duplicated mapgen parameters to class MapgenBasic (#9134) Paramat 2019-11-19 19:59:17 +0000
  • c10952b574 Rework packet receiving in ServerThread sfan5 2019-11-14 17:38:15 +0100
  • 97764600e2
    Randomwalk cave liquids: Remove deprecated 'lava depth' parameter (#9105) Paramat 2019-11-18 23:40:01 +0000
  • 706b6aad06 Fix find_path for newer jsoncpp installations William Breathitt Gray 2019-11-16 13:14:24 -0500
  • 49365b25d9 Optimize semaphore wait with zero timeout on POSIX sfan5 2019-11-14 17:58:07 +0100
  • b5f5e00b29 Install client_lua_api.txt documentation too sfan5 2019-11-10 23:17:10 +0100
  • 02111e4961 Fix clang-tidy and lint travis checks sfan5 2019-11-09 21:22:06 +0100
  • c44318a253 [CSM] Fix and improve minetest.get_language() sfan5 2019-11-09 16:15:05 +0100
  • 2c4cf508a9 [CSM] Implement minetest.get_csm_restrictions() sfan5 2019-11-09 11:00:19 +0100
  • 3f271564e0 Run on_item_use CSM callback even if item is not marked usable sfan5 2019-11-09 00:41:33 +0100
  • 682b9de824 Fix camera:get_offset() in CSM sfan5 2019-11-09 00:27:50 +0100
  • b57dc70769 [CSM] Expose more env functions sfan5 2019-11-09 00:22:42 +0100
  • b0260b5ec8 Refactor CSM restriction code a bit sfan5 2019-11-08 22:57:03 +0100
  • 4d668f32a6 Call on_secondary_use when object is right-clicked sfan5 2019-11-10 00:36:29 +0100
  • 3b0df9760b
    Randomwalk caves: Extend beyond mapchunk vertically also (#9094) Paramat 2019-11-10 01:41:20 +0000
  • d961ece144 Be lenient with extra slashes for CSM paths sfan5 2019-11-09 15:11:21 +0100
  • 485b669840 [CSM] Remove non-functional minetest.get_day_count() sfan5 2019-11-09 11:29:20 +0100
  • 7e649f985c Corrections to client_lua_api.txt sfan5 2019-11-08 20:54:25 +0100
  • b1f2a69382 Introduce get_modpath() for CSM sfan5 2019-11-08 20:18:41 +0100
  • 82a2e02323 Load client mods into memory before execution. sfan5 2019-11-08 20:01:47 +0100
  • 5ab546f99b Refactor loading of Lua code with mod security sfan5 2019-11-08 18:35:32 +0100
  • 17191a60fb
    Add arm64-v8a but it's not sufficient for 64bit build Loic Blot 2019-11-09 12:50:53 +0100
  • f35533a953
    Bump to version code 25 Loic Blot 2019-11-09 11:37:46 +0100
  • 7f023de5cb
    Android: build fixes & compat fixes MoNTE48 2019-11-07 00:39:39 +0100
  • dfd5f7cb10
    Silence invalid Clang Format report (#9095) Paramat 2019-11-09 03:01:22 +0000
  • 29a4a8e5af
    Tunnels: Completely disable generation when 'cave width' >= 10.0 (#9093) Paramat 2019-11-09 02:09:52 +0000
  • d11bfa3ef5 Make core.get_favorites("local") ignore duplicates (#7926) Paul Ouellette 2019-11-08 16:18:20 -0500
  • 2a74727857
    Randomwalk caves: Add parameters for number, proportion flooded. Allow small caves (#8928) Paramat 2019-11-08 03:09:43 +0000
  • 5506e97ed8 Formspec: draw order and clipping for all elements (#8740) DS 2019-11-07 20:11:01 +0100
  • 15a030ec9f
    Improve documentation around banning (#9088) sfan5 2019-11-05 19:24:51 +0100
  • 2907c0f3a2 Android: Fix broken double-tap after 49 days uptime SmallJoker 2019-11-03 12:59:12 +0100
  • 388ea737f5 Clean up font caching, fix bitmap fonts SmallJoker 2019-10-17 20:40:50 +0200
  • 72416a6a1f Formspec: add hypertext element Pierre-Yves Rollo 2019-09-10 15:11:26 +0200
  • 8697090b35 Add debug.txt.1 to .gitignore (#9081) DS 2019-11-02 19:29:14 +0100
  • 5f835a72b2 Builtin: Improve /clearobjects message (#9084) Alistair Findlay 2019-11-03 05:28:55 +1100
  • f2e62298a5 Change some usages of "deprecated" to "obsolete" (#9062) random-geek 2019-10-29 11:23:12 -0700
  • 8ee16180c7 Add help texts for settings that lack one (#9007) Wuzzy 2019-10-25 22:29:02 +0200
  • 53ebd803c6 Change some rough/inappropriate language in comments (#9061) random-geek 2019-10-23 17:17:00 -0700
  • 1f142ec06f
    Improve light curve parameter limits and documentation (#9054) Paramat 2019-10-24 01:08:49 +0100
  • cd35949cd0 Remove legacy file format documentation random-geek 2019-10-22 16:39:25 -0700
  • 2f3c96b38d Remove legacy flat-file map code random-geek 2019-10-21 14:59:58 -0700
  • 2ecf57c640 Fix build issue due to conflicting s64 type definitions (#9064) Dmitry Marakasov 2019-10-23 21:28:55 +0300
  • 904b05b0d3 Allow calling ItemStack with no arguments (#8783) Paul Ouellette 2019-10-23 13:48:19 -0400
  • 524442fc5e Add 4 missing fallback/default textures (#8845) Wuzzy 2019-10-23 19:48:06 +0200
  • a978278bfb Formspecs: Reset version number on rebuild SmallJoker 2019-10-20 12:44:52 +0200
  • 79440605ec
    Make natural night light as bright as MT 0.4.16 (#9053) Paramat 2019-10-18 21:54:44 +0100
  • 15b6922ae6 Correction for alpha blending issues in texture mod compositing (#9029) Warr1024 2019-10-18 13:17:35 -0400
  • b7e358703f Don't install fonts on ENABLE_CLIENT=0 configurations sfan5 2019-10-14 20:20:37 +0200