Commit Graph

  • e2e08f28dd Merge pull request 'items/mcl_bows: Let players shoot themselves with arrows' (#117) from fix-arrow-selfshoot-3 into master My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-07-13 06:55:57 +0000
  • 76e3a00e18
    Make potion arrows able to hit end crystals Nils Dagsson Moskopp 2021-07-12 22:21:15 +0200
  • 2033a9bf1d
    Refactor potion arrow flight time calculation Nils Dagsson Moskopp 2021-07-12 16:07:20 +0200
  • 99ebf08873
    Refactor regular arrow flight time calculation Nils Dagsson Moskopp 2021-07-12 16:04:09 +0200
  • c45c0df118
    Play no hit sound when potion arrow hits shooter Nils Dagsson Moskopp 2021-07-12 04:59:53 +0200
  • 39023f1adf
    Play no hit sound when regular arrow hits shooter Nils Dagsson Moskopp 2021-07-12 04:59:39 +0200
  • 689054f904
    Fix sound_play invocation when player hit by potion arrow Nils Dagsson Moskopp 2021-07-12 03:40:58 +0200
  • 8ed5fd4740
    Let players shoot themselves with potion arrows cora 2021-07-11 19:37:01 +0200
  • 6951ecdfc9
    Let players shoot themselves with regular arrows epCode 2021-03-17 13:47:02 -0700
  • 9f086a9242 Merge pull request 'PLAYER/mcl_sprint: Send FOV packets only when necessary' (#106) from reduce-fov-packet-spam into master cora 2021-07-06 20:35:12 +0000
  • 275f0826ed
    Send FOV packets only when necessary Nils Dagsson Moskopp 2021-07-04 03:25:05 +0200
  • 00ee2d5013 Merge pull request 'ITEMS/mcl_chests: Fix Ender chests from MineClone2' (#103) from fix-ender-chests-from-mineclone2 into master cora 2021-06-29 21:25:37 +0000
  • f8c58262bc
    Fix Ender chests from MineClone2 Nils Dagsson Moskopp 2021-06-28 18:59:39 +0200
  • 926d5e2c37 Merge pull request 'mcl_inventory: Remove _mcl_autogroup dependency from mcl_inventory' (#76) from fix_inventory_depends into master cora 2021-06-25 15:25:45 +0000
  • f1ac39eaad Merge branch 'master' into fix_inventory_depends cora 2021-06-25 15:12:05 +0000
  • 58fe08332f Merge pull request 'ITEMS/mcl_core: Fix snow dupe' (#102) from fix-snow-dupe into master cora 2021-06-24 21:46:04 +0000
  • 1e42c37895
    Reduce snow layer silk touch drop amount Nils Dagsson Moskopp 2021-06-23 03:06:24 +0200
  • 0816ee38b4 Merge pull request 'ITEMS/screwdriver: Show screwdriver in creative inventory' (#99) from show-screwdriver-in-creative-inventory into master cora 2021-06-21 22:43:59 +0000
  • 0b92dc1f26
    Show screwdriver in creative inventory Nils Dagsson Moskopp 2021-06-22 00:16:57 +0200
  • 87761bf454 Merge pull request 'Make fully grown beetroot drop 1 to 4 seeds when harvested' (#96) from fix-beetroot-seed-drops into master cora 2021-06-20 22:13:45 +0000
  • 725bf517ca Merge remote-tracking branch 'n_to/bow_increase_critical_chance_to_25' Elias Åström 2021-06-20 23:55:44 +0200
  • fc61c71df5 Merge remote-tracking branch 'n_to/nametag_death_german' Elias Åström 2021-06-20 23:54:18 +0200
  • 7bfd28cd75 Merge remote-tracking branch 'n_to/update_template.txt' Elias Åström 2021-06-20 23:52:15 +0200
  • eb7b99d59e
    Make fully grown beetroot drop 1 to 4 seeds when harvested Nils Dagsson Moskopp 2021-06-20 19:02:35 +0200
  • b96dad7852 Merge pull request 'ITEMS/mcl_banners: Allow more layers for banners with gradients' (#74) from e/Mineclonia:banner-gradient-limits into master My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-06-19 13:01:11 +0000
  • 2feab24dd3 Allow more layers for banners with gradients E 2021-05-18 20:52:24 -0400
  • c9a8ef0ac2 Merge pull request 'ITEMS/REDSTONE/mcl_dispensers: Fix server crash when dispensing an unknown item' (#93) from fix-dispenser-unknown-item-crash into master cora 2021-06-19 01:32:26 +0000
  • 2aafb2f2d0
    Fix server crash when dispensing an unknown item Nils Dagsson Moskopp 2021-06-19 01:13:40 +0200
  • 86c1f37296 Merge pull request 'ENTITIES/mcl_boats: Fix server crash when boat passenger sneaks' (#91) from fix-boat-passenger-sneaking-crash into master My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-06-18 22:01:35 +0000
  • 764ff5512a
    Fix server crash when boat passenger sneaks Lizzy Fleckenstein 2021-03-26 17:51:13 +0100
  • 6c311d5528 Merge pull request 'CORE/_mcl_autogroup: Prevent server crash on digging unknown' (#85) from fix-dig-unknown-crash into master cora 2021-06-17 21:51:55 +0000
  • 79766bff23
    Fix server crash when players dig unknown nodes cora 2021-06-15 01:13:24 +0200
  • 031ae5fcb5 Merge pull request 'ITEMS/mcl_jukebox: backport mcl_jukebox API' (#83) from backport_mcl_jukebox_api into master My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-06-16 07:10:18 +0000
  • 7ccdbc5905
    Document that music_record group, if it exists, is always 1 Nils Dagsson Moskopp 2021-06-15 23:22:37 +0200
  • 5f0710a486
    Make jukebox accept and play old music records Nils Dagsson Moskopp 2021-06-15 17:33:43 +0200
  • 811b6d7058 Merge branch 'master' into backport_mcl_jukebox_api My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-06-14 22:03:28 +0000
  • e858ea6233
    Add backward compatibility for mcl_jukeboxes AFCMS 2021-03-12 15:36:24 +0100
  • 20b7b6ff99
    Add API documentation for mcl_jukeboxe AFCMS 2021-03-12 00:24:34 +0100
  • b6fc888559
    Add API for mcl_jukebox AFCMS 2021-03-12 00:10:50 +0100
  • ab389e9995 Merge pull request 'tools: set up luacheck' (#57) from e/Mineclonia:luacheck-setup into master Elias Åström 2021-06-14 21:31:23 +0000
  • a138317c2e Merge branch 'master' into banner-mask-fix-3 banner-mask-fix-3 My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-05-29 23:18:26 +0000
  • e14265ff8e luacheck: remove luacheck generator, generate rules in .luacheckrc E 2021-05-16 17:13:46 -0400
  • b1fbbfdd35 tools: remove inline scripting from make-luacheck-files E 2021-05-03 13:33:19 -0400
  • 02a8496b5f luacheck: include a generated luacheck config E 2021-05-03 11:28:57 -0400
  • 0c13293f43 tools: add a luacheckrc generator E 2021-05-03 11:24:35 -0400
  • 3ee2ef0618 Merge pull request 'mesecons: Do not crash server if world border is depowered' (#79) from fix-issue-78 into master cora 2021-05-29 22:29:52 +0000
  • 27828b6317 Do not crash server if world border is depowered Nils Dagsson Moskopp 2021-04-08 01:46:01 +0200
  • ae4feb7006 Merge branch 'master' into banner-mask-fix-3 My favourite Minetest cheat clients are Dragonfire and Waspsaliva. 2021-05-27 22:49:17 +0000
  • 4b4d40f158 Use register_on_mods_loaded in mcl_inventory Elias Åström 2021-05-23 20:27:42 +0200
  • fac4a38657 Merge pull request 'Move data from deprecated files to mod.conf' (#67) from mod.conf into master Elias Åström 2021-05-23 16:16:34 +0000
  • c1bed0a826 Merge branch 'master' into mod.conf Elias Åström 2021-05-23 16:15:56 +0000
  • 1320b27600 Merge pull request 'mcl_explosions: Adjust explosion entity damage hitbox' (#62) from mcl_explosions2 into fake_master fake_master Elias Åström 2021-05-19 09:35:34 +0000
  • c17d450fda Merge pull request 'project: add issue & PR templates' (#56) from e/Mineclonia:issue-template into master E 2021-05-19 00:49:10 +0000
  • 538e3b7e35 project: drop unhelpful fields from bug-report template E 2021-05-16 15:04:19 -0400
  • 42205639f6 project: make the headers *actually* level 5 E 2021-05-16 15:02:56 -0400
  • dd8bcaec50 project: un-bold bug-report environment fields E 2021-05-16 14:58:10 -0400
  • 4dd1b00a0a project: ask for definitive sources for Minecraft feature requests E 2021-05-10 13:00:22 -0400
  • 32c7fe4741 project: change headings to level 5 E 2021-05-09 21:33:39 -0400
  • c9c568847c project: change wording of problem section in feature request template E 2021-05-06 08:12:26 -0400
  • 838bf0034f project: simplify Feature Request template E 2021-05-05 09:09:06 -0400
  • 7f9ad443ac project: simplify Environment section for issue templates E 2021-05-05 08:52:12 -0400
  • 1738d57a2c project: add title instructions to PR template E 2021-05-04 14:38:20 -0400
  • 438e91d212 project: remove [unknown] tag from issue templates E 2021-05-04 14:31:43 -0400
  • 9875183a6f project: add optional To do list to PR template E 2021-05-03 12:09:24 -0400
  • 95af8196a2 project: add issue & PR templates E 2021-05-03 08:11:24 -0400
  • f3b0285347 Merge pull request 'mcl_explosions: Adjust explosion entity damage hitbox' (#62) from mcl_explosions2 into master Elias Åström 2021-05-18 18:10:59 +0200
  • 4c61fc80c6 Merge pull request 'mcl_explosions: Fix rays for node destruction not being cast in (+X, +Y, +Z) direction from explosion' (#50) from mcl_explosions into master Elias Åström 2021-05-18 16:07:09 +0000
  • 7ea25ab172 Merge branch 'master' into mcl_explosions Elias Åström 2021-05-18 16:04:40 +0000
  • 0b65c0c9ae
    Render preview banners with transparent patterns correctly Nils Dagsson Moskopp 2021-05-15 22:16:12 +0200
  • 535849a4a4
    Render preview banners with transparent patterns correctly banner-mask-fix-2 Nils Dagsson Moskopp 2021-05-15 22:16:12 +0200
  • 5d3514880a Move data from deprecated files to mod.conf Elias Åström 2021-05-16 13:44:04 +0200
  • 710a04ec82
    Render preview banners with transparent patterns correctly banner-mask-fix Nils Dagsson Moskopp 2021-05-15 22:16:12 +0200
  • 7cadc9120e Merge pull request 'Move data from deprecated files to mod.conf' (#5) from mod.conf into master Elias Åström 2021-05-14 20:23:19 +0000
  • ae7563727e
    Spawn Nether portals higher than lava level mineclone2-backport-portals-2 kay27 2021-03-22 02:47:57 +0400
  • fefc3a95d4
    Fix Nether portal teleportation bugs kay27 2021-03-21 23:35:54 +0400
  • 47bf494996
    Nether portals: Implement travel up, add debug info to compare 2 searches kay27 2021-03-21 15:00:12 +0400
  • e7ec91edb7
    Make Nether portals work when built on Nether roof kay27 2021-03-19 22:39:41 +0400
  • ed1849ed81
    Add command to generate Nether portal (“/spawnstruct nether_portal”) Nils Dagsson Moskopp 2021-05-13 15:08:44 +0200
  • 56a8736149
    Make Nether portals fully playable (reduce y scale to 2), fix critical bugs kay27 2021-03-19 12:34:07 +0400
  • 989607142e
    Fix orientational bug in portals kay27 2021-03-19 10:07:19 +0400
  • cb0d8af818
    Add portal debug info, test alternative portal search algorithm kay27 2021-03-19 01:52:55 +0400
  • f182b75c66
    Add teleporters queue to portals to avoid multiple searches kay27 2021-03-18 23:04:03 +0400
  • 2f0fa1edb3
    Add description to mcl_portals mod Nils Dagsson Moskopp 2021-05-12 18:15:34 +0200
  • db86ad52e5
    Add alternative suitable place search for Nether portals in portals branch kay27 2021-03-18 17:55:29 +0400
  • 5e229a24fb
    Localize several API functions for Nether portals kay27 2021-03-18 10:39:18 +0400
  • 6c2b6326c7
    Fix old bugs, add new bugs to Nether portals kay27 2021-03-18 02:57:31 +0400
  • edf6d080c1
    Fix errors with Nether portal destination calcs kay27 2021-03-17 18:13:40 +0400
  • ae3453e197
    Fix chunk offset for building arrival Nether portal, log generating chunk coordinates kay27 2021-03-17 17:49:14 +0400
  • ec11b73dc3
    Implement optimized Nether portals kay27 2021-03-17 04:09:08 +0400
  • f69e8943da
    Fix crash when entering Nether portal in survival mode mineclone2-backport-portals kay27 2021-03-22 03:07:06 +0400
  • 5b61c73c7a
    Make Nether portals work when built on Nether roof kay27 2021-03-19 22:39:41 +0400
  • b3a53beaf8
    Add command to generate Nether portal (“/spawnstruct nether_portal”) Nils Dagsson Moskopp 2021-05-13 15:08:44 +0200
  • e2021cd447
    Make Nether portals fully playable (reduce y scale to 2), fix critical bugs kay27 2021-03-19 12:34:07 +0400
  • 9785fd97cc
    Fix orientational bug in portals kay27 2021-03-19 10:07:19 +0400
  • 8eab577086
    Add portal debug info, test alternative portal search algorithm kay27 2021-03-19 01:52:55 +0400
  • 9fbbd01215
    Add teleporters queue to portals to avoid multiple searches kay27 2021-03-18 23:04:03 +0400
  • abcb716092
    Add description to mcl_portals mod Nils Dagsson Moskopp 2021-05-12 18:15:34 +0200
  • 4a257481fe
    Add alternative suitable place search for Nether portals in portals branch kay27 2021-03-18 17:55:29 +0400
  • 4f002bcd83
    Localize several API functions for Nether portals kay27 2021-03-18 10:39:18 +0400
  • 0cff1fa681
    Fix old bugs, add new bugs to Nether portals kay27 2021-03-18 02:57:31 +0400