Licenses: (Part 4) Remove overlooked WTFPL text. Cleanup
[oweals/minetest_game.git] / mods / doors / init.lua
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
2015-01-24 XanthinFix typo for obsidian glass door texture
2015-01-17 Craig DavisonFollow naming convention of textures and sounds in...
2014-11-30 Craig DavisonFix some undeclared global variables
2014-08-07 ZeframFix door hardness detection for open/close sounds
2014-08-07 JatAdd API doors : Sound for door open and close.
2014-07-22 ZeframPair door with door of any type
2014-07-22 ZeframMake open trapdoor climbable
2014-07-06 BlockMenRename functions, update API
2014-07-05 PenguinDadAdded Glass and Obsidian Glass door (doors mod)
2014-02-12 ShadowNinjaRemove trailing whitespace from doors
2014-02-12 ShadowNinjaAdd protection support to doors
2013-12-08 NovatuxUse minetest.swap_node instead of hacky_swap_node 227/head
2013-05-24 PilzAdamReplace minetest.env: with minetest.
2013-05-18 PilzAdamMove all common mods back to minetest_game
2013-03-21 PilzAdamUse common mods 153/head
2013-03-01 PilzAdamDont place doors if node under it has on_rightclick
2013-02-12 jojoa1997makes wood doors craftable from wood group 122/head
2013-01-26 Lord89JamesUpdate mods/doors/init.lua 113/head
2013-01-05 PilzAdamOpen/close doors with rightclick
2012-11-28 PilzAdamReplace the doors mod
2012-09-03 JatUpdate tile_images
2012-07-24 Perttu Aholamods/doors: make variables local
2012-03-30 Perttu AholaPlace doors to the close side of block instead of the...
2012-03-30 Perttu AholaAdd doors