Commit Graph

  • 312f95b659 Add Noteblock Jeija 2012-04-06 20:05:36 +02:00
  • 36c0090444 Tweak delayer times Jeija 2012-04-06 20:03:12 +02:00
  • 686bb6b434 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Jeija 2012-04-02 10:44:22 +02:00
  • dbaafc538c Fix Mesecon Torch Jeija 2012-04-02 10:42:41 +02:00
  • 3ed12458d2 Fix Mesecon Torch Jeija 2012-04-02 10:42:01 +02:00
  • d60af4b83d Fix Delayer wield_image sfan5 2012-04-02 08:41:27 +02:00
  • 3aa025b6dd Fix Wall-Lever for new Rules-System sfan5 2012-04-02 08:24:48 +02:00
  • cdb6e9b6d7 Fix mesecons_dev/README sfan5 2012-04-02 08:14:45 +02:00
  • d44fa65bbc Deleted old Walllever-Directory sfan5 2012-04-02 08:11:18 +02:00
  • 2ff53434c8 Fixed and enabled Wall-Levers sfan5 2012-04-02 08:08:26 +02:00
  • 7d0812a794 Fix experimental-Bug with latest Git sfan5 2012-04-02 07:53:08 +02:00
  • 5f947ae340 Remove unnecessary debug output Jeija 2012-03-29 22:22:46 +02:00
  • d9a605511d Remove dedicated meselamp stuff Jeija 2012-03-29 22:14:14 +02:00
  • e0c1740944 Add mesecons delayer Jeija 2012-03-29 22:11:39 +02:00
  • ce87414f6b Add mesecons delayer Jeija 2012-03-29 22:11:17 +02:00
  • d069275d09 Rules + Receptor system rework Jeija 2012-03-29 21:06:48 +02:00
  • d54d148595 Add reference for new rules system Jeija 2012-03-29 11:53:11 +02:00
  • e50639291c Make pressure plates and object detector use the new rules system Jeija 2012-03-29 11:49:37 +02:00
  • 2601d550c3 Add pressure plate rules for new rules system Jeija 2012-03-29 11:37:00 +02:00
  • 6b542ccc64 Fix button alias Jeija 2012-03-29 11:35:54 +02:00
  • 8e0b2a2b11 Simplify rules System Jeija 2012-03-29 11:35:23 +02:00
  • d6c54cf76b Add removestone alias Jeija 2012-03-27 18:44:00 +02:00
  • c9b632cf5c Fix digging time groups for pressure plates Jeija 2012-03-26 17:58:59 +02:00
  • baed46dc65 Fix digging time groups (crackly replaced by cracky) Jeija 2012-03-25 08:15:25 +02:00
  • 9bba4fc380 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Jeija 2012-03-25 08:13:50 +02:00
  • dc20b202ff Add movestone alias Jeija 2012-03-25 08:07:55 +02:00
  • 44cc38d9e8 Fix broken digging time groups Jeija 2012-03-25 08:02:05 +02:00
  • 0f7e2d5ab3 Fix Bug: Pistons can now be removed Jeija 2012-03-25 00:09:47 +01:00
  • 81d9f6a68a Add alias for powerplant (version compatibility + simplify give command) root 2012-03-25 00:06:59 +01:00
  • b051609405 Fix aliases and add a few more for backwards compatibility. Anthony Zhang 2012-03-24 11:59:22 -04:00
  • 3018128b4b Update nodes for compatibility with digging time groups. Anthony Zhang 2012-03-22 17:52:11 -04:00
  • 9ec0767762 Fix lamp alias. Anthony Zhang 2012-03-18 13:54:36 -04:00
  • 6bf1d17bbd For some reason Meselamps' functionality was not actually implemented. Anthony Zhang 2012-03-18 13:46:30 -04:00
  • ff75bcdcab Fix pistons removing entities when it shouldn't xyzz 2012-03-18 11:23:23 -04:00
  • 84656e079d Vertical mesecon plugs and sockets! Plugs will now affect sockets on a level two below or two above, as long as there is air between them. Anthony Zhang 2012-03-09 22:49:37 -05:00
  • 36ae0cc1a5 Upload after major code reorganization - Version 0.6 DEV - Split mesecons mod into several modules - [BUGGY?] Jeija 2012-03-05 19:21:26 +01:00
  • f8ac52c350 Prepare for major code reorganization Jeija 2012-03-05 19:19:31 +01:00
  • deb4f4d613 Slightly lower required light level to allow things like meselamps to affect solar panels, instead of only sunlight. Anthony Zhang 2012-03-02 23:03:47 -05:00
  • f3f29ad16b More ItemDef updates and fix a typo in inverter placenode callback. Anthony Zhang 2012-02-27 23:03:40 -05:00
  • 8bdb2e86ad Change the ENABLE_TEMPEREST flag to affect only the inclusion of the inverter socket, since that is the only element that can lead to a crash. Anthony Zhang 2012-02-23 19:43:03 -05:00
  • cbd77d8f3d Fix lightstone drop. Anthony Zhang 2012-02-18 11:26:33 -05:00
  • 86f69d9f52 Forgot to include a check for node name in last commit... Anthony Zhang 2012-02-17 18:25:19 -05:00
  • a9152327a2 Fix inverter states. Anthony Zhang 2012-02-17 18:18:27 -05:00
  • fd81543d2b Merge remote-tracking branch 'origin/master' Anthony Zhang 2012-02-10 16:05:55 -05:00
  • 1ac2bc910f Refactor plugs and sockets to be smaller and faster, make inverters default to the On state. Anthony Zhang 2012-02-09 23:01:23 -05:00
  • e94941931d Wield images for raillike nodes, remove inventory images for nodes that never appear in the inventory. Anthony Zhang 2012-02-09 22:08:49 -05:00
  • f4fa9dec32 Made Torches faster sfan5 2012-02-05 10:28:32 +01:00
  • e880d814dd Fixed Lightstone Drop sfan5 2012-02-05 10:14:31 +01:00
  • 0d0271280f Lever Textures sfan5 2012-02-05 10:11:24 +01:00
  • 72411cc337 Added Levers sfan5 2012-02-05 10:10:23 +01:00
  • 8690d8a07f Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons sfan5 2012-02-05 09:23:06 +01:00
  • f54166af45 Update wireless and IC nodes for itemdef. Anthony Zhang 2012-02-04 13:07:36 -05:00
  • 9aaa4af37e Move the IC craft definition into init.lua, since it is also needed byt the node detector. Anthony Zhang 2012-02-04 13:01:56 -05:00
  • 400511949a Apply lightstone Jeija 2012-02-04 18:21:12 +01:00
  • c76070fa27 Fix Meselamp-Orientation Bug Jeija 2012-02-04 18:02:51 +01:00
  • 2c05a92897 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Jeija 2012-01-31 12:52:28 +01:00
  • bb820a5a55 Remove 2nd craft recipte for sticky movestones Jeija 2012-01-31 12:48:55 +01:00
  • dbd9b4e6b7 Add aliases for plugs, sockets, inverters, and buttons. Anthony Zhang 2012-01-30 13:10:03 -05:00
  • 1289cefee0 Descriptions for plugs and sockets. Anthony Zhang 2012-01-29 14:16:28 -05:00
  • 15c9988a45 Make variables local. Anthony Zhang 2012-01-29 13:19:40 -05:00
  • 83b5ee4bae Add missing forward slash (was causing plugs and sockets to fail). Anthony Zhang 2012-01-29 13:19:14 -05:00
  • 592563c5fb Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons sfan5 2012-01-29 19:11:38 +01:00
  • a5fa04cfce Fixed some graphic glitches sfan5 2012-01-29 19:10:03 +01:00
  • 206e55714f Add Pressure Plate Alias Jeija 2012-01-29 12:09:57 +01:00
  • 6fd45d6a9d Add Pressure Plate Alias Jeija 2012-01-29 12:09:01 +01:00
  • 2e14358988 Add descriptions Jeija 2012-01-29 11:53:43 +01:00
  • 0dc5c85137 Added .gitignore If someone uses "git add *" Files like init.lua~ won't be added sfan5 2012-01-28 19:05:59 +01:00
  • 73a04914a0 Torches are working sfan5 2012-01-28 19:01:50 +01:00
  • 1b51f26aba Seperate Pistons Jeija 2012-01-28 07:27:49 +01:00
  • 6e9316fde8 Fix switch rotating bug Jeija 2012-01-28 07:25:34 +01:00
  • 823d50ff2e Seperate Switch Jeija 2012-01-28 07:13:29 +01:00
  • 764be5dd4c Added facedir pull direction for sticky pistons Jeija 2012-01-28 07:11:33 +01:00
  • 1bb6074f1a Changed mesecon switch Alias Jeija 2012-01-28 07:07:29 +01:00
  • 25f8ecccdb Added Version Number - Test Git Jeija 2012-01-28 06:53:42 +01:00
  • fd339dde76 Fix object detector bug. Jeija 2012-01-27 17:16:53 -05:00
  • f56e8dffae Add Jeija's piston modification, which allows pistons to remember their orientation. Jeija 2012-01-27 15:50:55 -05:00
  • cc43dbfebe Change legacy_facedir to legacy_facedir_simple. Anthony Zhang 2012-01-26 19:00:33 -05:00
  • cf37e5e439 Implement the other suggestions. Anthony Zhang 2012-01-26 16:39:03 -05:00
  • cbe6b4f7be Update param2 as per kahrl's suggestions. Anthony Zhang 2012-01-26 16:33:11 -05:00
  • 688f65947f Fix .minetest folder. Anthony Zhang 2012-01-26 16:19:04 -05:00
  • c1d4228ceb Updated to new Minetest version (22.01.2012) Jeija 2012-01-26 16:22:04 +01:00
  • c0eb0982aa Fix a bug in which the wrong node was being checked for. Anthony Zhang 2012-01-21 15:19:43 -05:00
  • f221aeb066 Update position finding code and fix indentation. Anthony Zhang 2012-01-09 20:52:19 -05:00
  • f82fb91064 removed dump :( some people had problems with that function dabascht 2012-01-09 19:44:05 +01:00
  • 22070fefd1 added mesecon.modpath dabascht 2012-01-09 18:49:57 +01:00
  • 1654bc7ef3 Removed mesecon_data and torches(not the lua) <- they are not needed sfan5 2012-01-09 18:02:48 +01:00
  • fd08158f22 Added Green(Cactus),Gray(Cobble) and Darkgray(Gravel) Lightstone sfan5 2012-01-09 17:57:11 +01:00
  • 03d7eb5e98 Added Textures for Red-Lightstone sfan5 2012-01-09 16:49:22 +01:00
  • 04847917a8 Added Lightstone API (1 Lightstone already added) sfan5 2012-01-09 16:44:34 +01:00
  • 2dba4d917f Fixed Button-Param2-Check sfan5 2012-01-09 15:34:51 +01:00
  • 618a933ba1 Added some contributors Jeija 2012-01-09 14:47:18 +01:00
  • 42f739da06 A Button shouldn't be placed on Floor/Ceiling sfan5 2012-01-09 14:30:11 +01:00
  • 410c0d6946 Removed README~ sfan5 2012-01-09 14:09:15 +01:00
  • 5210705417 Change Button Rules, Torch rules and split into multiple files. Object detectors with sign underneath only detect players with the name on it. Jeija 2012-01-08 18:23:44 +01:00
  • 67c953579b Upload V 0.41 Dev Jeija 2012-01-07 21:51:19 +01:00