Fix door model UV for open and close (#2372)
[oweals/minetest_game.git] / mods / doors / init.lua
2020-04-24 An0n3m0usFix door model UV for open and close (#2372)
2020-04-06 An0n3m0usSort items into correct categories (#2612)
2020-02-05 sfan5Convert minetest.sound_play uses to ephemeral
2019-09-20 sfan5Fix trapdoor infotext to correctly describe the type...
2019-09-20 sfan5Fix door infotext to correctly describe the type of...
2019-09-16 mbartlett21Add option for non-jumpable fences and walls
2019-09-14 An0n3m0usAdd missing infotext to nodes (#2477)
2019-09-10 Yves QuemenerAdd support for MT 5 game translation (rebasing ) ...
2019-08-01 TumeniNodesVarious mods: Use " " instead of ' ' for item names
2019-07-16 sfan5Merge pull request #2322 from Calinou/travis-luacheck...
2019-05-03 ParamatFix trapdoor side textures and orientations
2019-03-24 SmallJokerUse group:stick in recipes (fixes #2306)
2018-12-20 Ryan NolanDoors: Allow on_rightclick to be overidden
2018-12-06 sofarPrevent crash if some mod inadvertently allowed doors...
2018-02-03 paramatDoors: Avoid crash on nil player in 'can dig door'
2017-11-15 DTA7Add nil checks for placer
2017-09-11 sfan5Doors: Same prediction change for trapdoors
2017-09-11 sfan5Doors: Disable client dig prediction for protected...
2017-07-23 EzhhImprove node descriptions (#1834)
2017-07-02 DS-MinetestAdd backface_culling to open chests and fencegates
2017-06-25 EzhhMake sapling, leaves and fence descriptions consistent...
2017-06-03 MrIbbyChange "Junglewood" to "Jungle Wood" 0.4.16
2017-04-29 Auke KokDoors: place sound when placing a door.
2017-04-20 upsilonDoors: Ignore permission check if player parameter...
2017-04-13 Thomas--Snodebox -> node_box
2017-04-02 SmallJokerdoors: Fix craftitem not listed in inventory (#1683)
2017-03-29 zaoqiUse creative.is_enabled_for for creative mode if possib...
2017-03-29 cx384doors: add groups to the door craftitem
2017-03-26 upsilondoors: record protection violation if it cannot be dug
2017-03-16 Thomas--SChange doors to default.can_interact_with_node()
2017-03-12 SmallJokerKeys: Update default.can_interact_with_node to new...
2017-02-28 octacianKeys: Show owner in description
2017-01-16 Auke KokRevert "Doors: Remove ..." and "Doors: Allow the screwd...
2017-01-03 rubenwardyMake doors place when shift is held instead of calling...
2016-11-25 Auke KokKeys: Allow easy sharing of access without commands
2016-11-22 paramatUpdate 'nodeupdate()' to 'check_for_falling()' API
2016-11-20 Auke KokFix whitespace errors to silence luacheck.
2016-11-02 cx384Add and edit fuel registrations
2016-10-25 Auke KokChange many metal nodes to use default metal sounds
2016-09-30 paramatDoors: Remove ability to rotate doors with screwdrivers
2016-09-23 paramatDoors: Trim open fencegate collison box again
2016-09-08 paramatLicenses: (Part 4) Remove overlooked WTFPL text. Cleanup
2016-08-28 paramatDefault, stairs, doors: Vary wood flammable and choppy...
2016-08-09 TimUse minetest instead of core namespace, discourage...
2016-08-05 TimDoors: Allow the screwdriver to rotate doors around...
2016-08-04 paramatDoors: Trim open fence gate collision box
2016-08-01 TimDoors: Fix potential crashes, code improvements
2016-07-23 Thomas--SDoors: Fix orientations of trapdoor textures
2016-07-18 Thomas--SDoors: Fix trapdoor on_blast
2016-07-18 Thomas--SDoors: Same naming for trapdoors as for doors
2016-07-15 tenplus1Doors: Make door groups consistent with corresponding...
2016-07-15 TimStop shadowing upvalues and definitions.
2016-07-15 TimRemove unused and clean up missused variable-value...
2016-07-13 TimDoors: Fix missing node parameter passing
2016-07-10 TimDoors: Fix trapdoor crash on can_dig with nil-player...
2016-07-09 TimDoors: Remove unnecessary node lookups
2016-07-09 TimAlways return the leftover ItemStack for on_place and...
2016-07-07 paramatDoors: Code cleanup
2016-07-07 paramatDoors / default: Remove 'hot', 'bendy' and 'melty'...
2016-07-01 Thomas--SDoors: Remove use_texture_alpha from door definition
2016-06-27 paramatDoors: Add dedicated sounds for glass doors
2016-06-21 Auke KokDoors: Clean up nodedef usage
2016-05-30 Auke KokDoors: Pass pointed_thing to on_rightclick() callback
2016-05-23 Duane RobertsonDoors: Fix uninitialized state variable
2016-04-19 Auke KokDoors: Use LBM instead of ABM to convert doors.
2016-04-04 tenplus1Fix doors disappearing while underwater
2016-03-22 RuiRename Glass Door (the obisian one) to Obsidian Glass...
2016-03-22 Auke KokDoors: Allow schematic placement of wooden doors.
2016-03-21 Auke KokDoors: Allow falling nodes to fall onto doors.
2016-03-21 Rui914Create API for registration of fence gate.
2016-03-18 Auke KokAllow digging of protected doors with "protection_bypass"
2016-03-18 Auke KokAdd steel door/trapdoor sounds.
2016-03-13 Auke KokClean up door tops if fire destroys bottom.
2016-03-13 Auke KokAdd "protection_bypass" priv.
2016-03-13 Auke KokAdd a simple, but stylish fence gate.
2016-03-03 MT-ModderAllow non-players to dig steel doors.
2016-02-29 Auke KokDoors: Prevent placement in protected areas.
2016-02-23 Auke KokAllow mod namespace for door registrations.
2016-02-23 Auke KokFallback doors.register_door() code.
2016-02-23 Auke KokFix broken door protection.
2016-02-19 Auke KokCall on_place_node() callbacks after placing door.
2016-02-19 Auke KokOpen doors when right-clicking a door with a door.
2016-02-19 Auke KokAllow building doors on buildable_to nodes.
2016-02-18 Auke KokDoors: Allow arbitrary recipe to be passed, even nil
2016-02-13 Jean-Patrick GuerreroDoors: fix unability to register doors outside of doors mod
2016-02-13 Auke KokNew mesh door models, and extensive door API
2016-01-20 Auke KokBetter trapdoor side appearance.
2016-01-20 Auke KokAllow trapdoors to be rotated all ways.
2016-01-12 Auke KokFix trapdoor recipe conflict with iron bar recipe.
2016-01-05 Auke KokFix endless trapdoor bug.
2016-01-03 Auke KokSteel Trapdoor.
2015-08-11 Christian WischenbartFixed invalid check. This fixes minetest/minetest_game#609
2015-06-18 paramatFix is_ground_content settings for nodes
2015-05-14 NovatuxMake doors not depend on screwdriver.
2015-05-14 NovatuxAdd screwdriver callbacks, and code them for doors...
2015-05-12 NovatuxDe-duplicate code in doors mod in make_on_blast
2015-05-12 NovatuxFix problems with TNT
2015-05-12 WuzzyMake TNT respect on_blast, implement on_blast for some...
2015-02-13 JeijaClean up trapdoors code and make them more flexible... 0.4.12
2015-02-12 XanthinMake trapdoor better visible when held in the hand
next