Commit graph

  • 18e299d923 Merge pull request 'ITEMS/mcl_fire: Fix fire spread to not freeze the game' (#234) from fix-fire into master erlehmann 2022-02-12 03:39:40 +0000
  • f5ba6f5649
    Fix memory leak & C stack overflow cora 2022-02-11 13:27:07 +0100
  • 4647710945
    Extinguish fire without nearby “fuel” faster cora 2022-02-10 17:52:11 +0100
  • 5d09ec311c
    Extinguish fire using an ABM instead of timers cora 2022-02-10 15:05:35 +0100
  • ef7370550f
    Make fire spread direction truly random cora 2022-02-08 01:45:54 +0100
  • 042e464d74
    Make daylight detector work in Minetest 5.3.0 fix-daylight-detector Nils Dagsson Moskopp 2022-02-07 15:52:15 +0100
  • 801be0f048
    Make daylight detector ignore artificial light Nils Dagsson Moskopp 2022-01-24 03:32:43 +0100
  • 6c2fb98160
    Fix nodes with “flammable = -1” not catching fire cora 2022-01-23 11:19:55 +0100
  • 052c9fcbcf
    Fix diagonal fire-spread cora 2022-01-23 03:17:51 +0100
  • db8fbdc5dd
    Fix beds burning away and dropping cora 2022-01-16 13:04:52 +0100
  • 1b89c15193
    Fix double nodes not being properly removed cora 2022-01-16 12:26:50 +0100
  • 02fa2c9e07
    Fix nodes that should not burn up burning up cora 2022-01-15 23:06:00 +0100
  • c12076e74d
    Reimplement basic Minecraft-like fire spread cora 2022-01-15 03:31:15 +0100
  • 4deca628dc
    Make fire actually remove nodes cora 2022-01-14 23:50:36 +0100
  • df4ea94dbc
    Add node timer back in so fires burn out cora 2022-01-14 23:01:12 +0100
  • 8e8ccddb68
    Replace MineClone2 fire with Minetest Game ABMs cora 2022-01-14 22:15:44 +0100
  • 11469886e0 Merge pull request 'MAPGEN/mcl_structures: Add (theoretically) fireproof test structure' (#258) from add-fireproof-structure into master erlehmann 2022-02-07 01:24:58 +0000
  • be2ee593f8
    Optimize all PNG textures using optipng optimize-png-textures Nils Dagsson Moskopp 2022-02-06 06:46:21 +0100
  • 9d3cd2e7ef
    Add script to optimize PNG textures using optipng Nils Dagsson Moskopp 2022-02-06 04:03:56 +0100
  • 96822be63d
    Add (theoretically) fireproof test structure Nils Dagsson Moskopp 2022-02-06 01:19:23 +0100
  • 6abdbbbd13 Merge pull request 'ENTITIES/mcl_boats: Fix mob-in-boat crash in Minetest 5.5-dev' (#249) from fix-boat-crash-in-minetest-5.5-dev into master cora 2022-01-27 00:50:08 +0000
  • f89c52dff6
    Fix mob-in-boat crash in Minetest 5.5-dev Nils Dagsson Moskopp 2022-01-26 17:37:55 +0100
  • b1b96e3fac Merge pull request 'ITEMS/mcl_armor: Fix armor rendering when wearing pumpkin' (#244) from fix-pumpkin-armor-rendering-2 into master erlehmann 2022-01-23 19:59:13 +0000
  • 6bfb97842f
    Fix armor rendering when wearing pumpkin epCode 2021-03-16 19:18:07 -0700
  • 6c49f2e169 fix rendering error when wearing pumpkin Li0n_2 2022-01-23 17:22:59 +0000
  • 3b92d060f4 Merge pull request 'HUD/mcl_inventory: Fix creative mode inventory search crash' (#237) from fix-creative-inventory-crash into master erlehmann 2022-01-22 16:49:19 +0000
  • 74d18aa30d
    Rename badly named variable (“lua” → “entity”) Nils Dagsson Moskopp 2022-01-22 17:31:16 +0100
  • 04ff87b107 line 215: changed < to <= so that it is identical throughout the code chmodsayshello 2022-01-22 09:11:12 +0000
  • f975055464
    Fix creative mode inventory search crash Nils Dagsson Moskopp 2022-01-21 23:27:03 +0100
  • 0b6210196d clean version of the updated daylightsensorfix chmodsayshello 2022-01-19 17:42:05 +0000
  • 23f1c51912 Merge pull request 'ITEMS/mcl_farming: Convert correct floor node to dirt as gourd grows' (#231) from fix-gourd-farmland-dirtification into master erlehmann 2022-01-15 22:07:24 +0000
  • bdde99f147
    Booby trap redstone nodes in ruined portal (20%) add-ruined-portal Nils Dagsson Moskopp 2021-12-08 13:10:02 +0100
  • 8fa8a6fe37
    Add command to spawn large ruined portal Nils Dagsson Moskopp 2021-12-08 11:27:19 +0100
  • d8d3f8364d
    Make small ruined portal airspace less rectangular Nils Dagsson Moskopp 2021-12-08 01:54:28 +0100
  • 0ba832776c
    Add command to spawn small ruined portal Nils Dagsson Moskopp 2021-12-06 16:04:50 +0100
  • 180109bd30
    Add chiseled Nether brick Nils Dagsson Moskopp 2021-12-10 10:51:29 +0100
  • 25744f3ed4
    Add crying obsidian Nils Dagsson Moskopp 2021-12-08 02:30:44 +0100
  • c711380064 reimplement basic minecraft like fire spread mcl-game cora 2022-01-15 03:31:15 +0100
  • b1189433a4 make nodes actually be removed by the fire cora 2022-01-14 23:50:36 +0100
  • 2ef8f788c2 Add node timer back in so fires burn out lol cora 2022-01-14 23:01:12 +0100
  • 7375cc0706 replace laggy mcl fire with mtg abms cora 2022-01-14 22:15:44 +0100
  • 22ec7a65d8 optimize nether porticles cora 2021-12-17 22:35:27 +0100
  • 4cfb65003b Fix reference dupes for droppers and dispensers Elias Fleckenstein 2021-11-29 19:12:49 +0100
  • 5060e600d7 Fix reference dupe glitches Elias Fleckenstein 2021-11-19 15:22:40 +0100
  • 20900cccd5 Fix anvil duplication glitch Elias Fleckenstein 2021-03-12 15:30:27 +0100
  • 51f3869ffe Fix another anvil weirdness and dupe glitch Elias Fleckenstein 2021-03-12 15:50:05 +0100
  • 89d63080be replace nether dust particles with p. spawners cora 2021-09-25 02:06:39 +0200
  • 4d02af8c94
    Convert correct floor node to dirt as gourd grows Nils Dagsson Moskopp 2022-01-13 07:17:24 +0100
  • 7ede0ca79a Merge pull request 'Fix shearsy wool typo in GROUPS.md' (#229) from JosiahWI/Mineclonia:fix-groups-typo into master Li0n_2 2022-01-12 21:19:10 +0000
  • e2e7e15b39
    fix one character typo in GROUPS.md JosiahWI 2022-01-12 11:09:07 -0600
  • 9a83fab1b6 Edited version of the daylightsensorfix fix-daylightsensor-chmodsayshello chmodsayshello 2021-12-20 16:54:49 +0000
  • 6142453658 self destruct book entity when table gone fix-etable-lag cora 2021-12-29 02:39:37 +0100
  • 6ca6da2da0 do not spawn too many book entities cora 2021-12-28 03:32:51 +0100
  • f432458ccc iterate over players instead of searching for objects cora 2021-12-28 03:26:23 +0100
  • 93a0879b40 Merge pull request 'MISC/mcl_selftests: Do not crash if minetest.find_nodes_in_area() lies' (#214) from fix-selftest-crash into master cora 2021-12-20 22:42:59 +0000
  • 0b5fa14041 Do not crash if minetest.find_nodes_in_area() lies Nils Dagsson Moskopp 2021-12-15 12:55:33 +0100
  • 2a9d1e1590 Merge branch 'master' into daylightsensorfix chmodsayshello 2021-12-20 16:57:32 +0000
  • 30facc00dc Edited version of the daylightsensorfix chmodsayshello 2021-12-20 16:54:49 +0000
  • 14dbb40da2 optimize nether porticles fix-nether-portal-particles cora 2021-12-17 22:35:27 +0100
  • 4f33f626f5 Merge pull request 'ITEMS/mcl_chests: Reskin chests as presents on December 24th to 26th' (#212) from add-christmas-chests into master cora 2021-12-20 16:34:54 +0000
  • d0540c3a1c add a setting to opt-in for selftests add-selftests-setting cora 2021-12-14 00:21:34 +0100
  • df7bd78af5
    Add noise to christmas chest textures Nils Dagsson Moskopp 2021-12-11 21:06:00 +0100
  • fe3e837e1b
    Reskin chests as presents on December 24th to 26th Nils Dagsson Moskopp 2021-12-11 17:16:10 +0100
  • 6f811b3cee Merge pull request 'ITEMS/mcl_chests: Spawn small chest entities only if animated chests are enabled' (#207) from fix-animchest-setting into master erlehmann 2021-12-11 14:27:24 +0000
  • dfa56f229f
    Spawn small chest entities only if animated chests are enabled Elias Fleckenstein 2021-12-07 18:51:20 +0100
  • fccf4232be fixed daylightsensor's register_abms chmodsayshello 2021-12-10 14:20:51 +0000
  • ee77f33ea8 Merge pull request 'PLAYER/mcl_playerplus: send player object props only if changed' (#147) from fix-active-object-message-spam into master erlehmann 2021-12-09 09:31:09 +0000
  • 5deaabdb47
    Fix player bone positions and properties setting cora 2021-12-08 22:48:14 +0100
  • d77f31eab8
    Only set/send player properties if necessary cora 2021-09-13 23:45:53 +0200
  • 13ce2cc64f
    Add stacks to enchant_uniform_randomly Elias Fleckenstein 2021-12-07 18:14:51 +0100
  • af8f1ea1bb
    Various fixes to the enchanting and loot system - enchanted loot generated by mapgen now uses PseudoRandom for randomness - prevent fishing loot from generating loot 32767 times (!!!) when only 1 is needed - bows and fishing rods obtained from the treasure section of fishing loot are now enchanted - there is now a function to uniform enchant items other than books Elias Fleckenstein 2021-12-07 17:57:18 +0100
  • 1c7fec0fb4
    Refactor random enchantment selection code Elias Fleckenstein 2021-12-07 16:16:07 +0100
  • 5b2c285cc3
    Remove unused and completely unlogical enchantment_level paramenter from get_possible_enchantments Elias Fleckenstein 2021-12-07 15:49:12 +0100
  • 1adb5857ef
    Fix get_possible_enchantments to not return incompatible enchantments, even if treasure enchantments are allowed Elias Fleckenstein 2021-12-07 15:47:23 +0100
  • 10670d5c10 Merge pull request 'HUD/mcl_death_messages: Fix crash when skeleton kills player using bow' (#202) from fix-skelly-crash-2 into master cora 2021-12-06 18:42:20 +0000
  • 609105e091
    Add test cases for get_tool_name() Nils Dagsson Moskopp 2021-12-06 03:34:44 +0100
  • f9e3c4fd6d
    Fix crash when skeleton kills player using bow cora 2021-12-05 03:06:33 +0100
  • 195f2c651e
    Prevent downwards teleportation Elias Fleckenstein 2021-12-05 14:18:46 +0100
  • a3fd07a167
    Execute players for illegal dimension hopping fix-dimension-hopping Nils Dagsson Moskopp 2021-12-05 01:25:01 +0100
  • 7b6454b7e4 Fix crash when being killed by skeleton cora 2021-12-05 03:06:33 +0100
  • 28e4622712
    Add origin dimension to dimension change hook Nils Dagsson Moskopp 2021-12-05 00:46:40 +0100
  • d70c05e92c Merge pull request 'ITEMS/mcl_chests: Fix access to ender chest inventory without an ender chest' (#193) from EliasFleckenstein03/Mineclonia:enderchest-fix into master cora 2021-12-04 13:25:26 +0000
  • 708f797dd0
    mcl_playerplus: only send object props if changed erlehmann-production cora 2021-09-13 23:45:53 +0200
  • 0d960d1b69
    replace nether dust particles with p. spawners cora 2021-09-25 02:06:39 +0200
  • cacddd3fb4
    Fix access to ender inventory without an ender chest Elias Fleckenstein 2021-12-02 16:19:59 +0100
  • dd347c50c5 Merge pull request 'ITEMS/mcl_chests: Add debug command to show ender chest inventory formspec.' (#194) from add-enderchest-command into master cora 2021-12-03 10:53:51 +0000
  • 54b36c42a9
    Add debug command to show ender chest inventory formspec. Nils Dagsson Moskopp 2021-12-02 19:44:22 +0100
  • 5252952555 strip newlines from tools in death messages cora 2021-11-29 12:52:06 +0100
  • 7b8ffb7e9c Merge branch 'master' into fix-deathmessage-newlines erlehmann 2021-12-01 13:24:48 +0000
  • 007cf39923 strip newlines from tools in death messages cora 2021-11-29 12:52:06 +0100
  • eb85a47e5f
    Fix anvil duplication glitch Elias Fleckenstein 2021-03-12 15:30:27 +0100
  • 116e9dbe65
    Fix another anvil weirdness and dupe glitch Elias Fleckenstein 2021-03-12 15:50:05 +0100
  • 3021359890
    Fix reference dupes for droppers and dispensers Elias Fleckenstein 2021-11-29 19:12:49 +0100
  • ed23c3f08c
    Fix reference dupe glitches Elias Fleckenstein 2021-11-19 15:22:40 +0100
  • c08f9850f6 Merge pull request 'Add packed ice crafting recipe' (#180) from add-packed-ice-crafting-recipe into master Li0n_2 2021-11-27 23:43:28 +0000
  • f8b5066c61
    Add packed ice crafting recipe Nils Dagsson Moskopp 2021-11-24 06:06:26 +0100
  • 4b9094ddc2 Merge pull request 'ITEMS/mcl_core: remove swiftness from egapps' (#177) from fix-egapp-speed into master erlehmann 2021-11-20 01:21:11 +0000
  • 5087e8194a remove swiftness from egapps cora 2021-11-19 17:42:37 +0100
  • 71befcff10 Merge pull request 'ENTITIES/mcl_mobs: Give mobs sunburn at correct light level' (#175) from fix-mobs-burning-in-sunlight into master cora 2021-11-19 20:27:55 +0000
  • 66dd87af25
    Give mobs sunburn at correct light level Nils Dagsson Moskopp 2021-11-19 02:39:32 +0100