Commit Graph

  • 7ed60c75b9 Bugfix for the battery: Use receptor_on/off Jeija 2012-08-08 20:33:14 +0200
  • f701dad739 Fix a bug in long conditions Jeija 2012-08-08 20:13:07 +0200
  • 0ee661d25d Fix a bug in long conditions Jeija 2012-08-08 19:40:39 +0200
  • da6cccf332 Add a untested wrong-spelled bad tutorial for the microcontroller Jeija 2012-08-08 15:42:52 +0200
  • 0d6749a264 Fix = operator Jeija 2012-08-08 15:33:34 +0200
  • e3d2b07cd5 Important bugfix for if Jeija 2012-08-08 15:09:05 +0200
  • ef740353ef Add first experimental version of a (programmable) microcontroller Jeija 2012-08-08 13:26:32 +0200
  • 10fe94dea7 Make Pistons use set_node not dig_node (Speed Improvement) sfan5 2012-08-08 12:40:18 +0200
  • 13538d56d9 Fix mesecon:updatenode for the last Time... sfan5 2012-08-08 12:39:33 +0200
  • f4782df445 Finally fix mesecon:updatenode sfan5 2012-08-08 12:31:00 +0200
  • 6b5c789204 Fix Typo in mesecon:nodeupdate sfan5 2012-08-08 12:27:45 +0200
  • dd1921c03a Add mesecon:nodeupdate Function sfan5 2012-08-08 12:16:28 +0200
  • 55e74c04ed Trigger Block Update when retracting Piston sfan5 2012-08-08 11:44:12 +0200
  • 98fc808c68 Merge pull request #8 from Kotolegokot/master Anthony 2012-08-07 09:37:51 -0700
  • 31c01b0425 Merge pull request #10 from VanessaE/master sfan5 2012-08-07 02:31:50 -0700
  • 43ca443510 Tweaked the new textures for better contrast, added some light antialiasing to the "and" symbol. Vanessa Ezekowitz 2012-08-07 05:12:28 -0400
  • e73dde5a03 New textures for Whiskers75's andblock, turned it into a nodebox using the definitions from the delayers. Vanessa Ezekowitz 2012-08-07 05:08:12 -0400
  • 9453e9ac07 Merge pull request #9 from VanessaE/master sfan5 2012-08-07 01:43:49 -0700
  • 6aa2f2d5be darkened wall button sides texture a bit, for better contrast. Vanessa Ezekowitz 2012-08-07 03:41:56 -0400
  • c3ebe6c308 Better textures for mesecons delayer: Redrew my previously-submitted ones at a larger size to properly fit in with the new nodebox-based delayers, and added a "sides" texture to go with them. Fixed deprecated tile_images lines. Vanessa Ezekowitz 2012-08-07 03:40:04 -0400
  • f502cbd801 use normal piston textures on sides of sticky piston plunger. Also fixes deprecated tile_images bits. Vanessa Ezekowitz 2012-08-07 03:11:36 -0400
  • ddbe33ed56 Better wall button nodeboxes. Also fixed the deprecated time_images lines (now "tiles"). This also restores the textures I added a few months ago, since the ones I made are needed for a nodebox of this sort. Vanessa Ezekowitz 2012-08-07 02:56:40 -0400
  • df7edcb35c Make lamps and pressure plates walkable Jeija 2012-08-05 13:37:20 +0200
  • 83aa17606d Solar panel Kotolegokot 2012-08-02 10:53:45 +0600
  • 80b2da6c85 Merge pull request #7 from Kotolegokot/master Jeija 2012-08-01 11:46:59 -0700
  • 9f493e8cb7 Meselamp nodebox Kotolegokot 2012-08-01 23:28:02 +0600
  • a0417d3ad3 Mesecon Torch Kotolegokot 2012-08-01 21:27:50 +0600
  • 150da24db6 Merge pull request #6 from Kotolegokot/master Jeija 2012-08-01 07:45:07 -0700
  • 20d1b9dd52 Power Plant Kotolegokot 2012-08-01 19:36:32 +0600
  • 35de798dcd Blinky Plant Kotolegokot 2012-08-01 16:48:00 +0600
  • e8155f5c6e Fix battery nodebox Kotolegokot 2012-08-01 16:06:33 +0600
  • 70841d8c8e not_in_creative_inventory Kotolegokot 2012-08-01 15:58:19 +0600
  • 7568182f4a Add (still experimental) better textures for the battery Jeija 2012-07-22 09:34:34 +0200
  • 81f0772db8 Remove debug output, Fix Bugs Jeija 2012-07-22 09:32:24 +0200
  • 811403c9d5 Continue/Finish Battery Jeija 2012-07-21 11:06:59 +0200
  • 278a705cba Experimental battery - not finished yet Jeija 2012-07-21 10:47:42 +0200
  • aa8ad0fde9 Fix off-by-one error in piston length calculation and change the node pushing to make use of the fact that minetest.env:place_node() is apparently a no-op if the node is not air or liquid. Anthony Zhang 2012-07-20 22:15:49 -0400
  • 9736b0f61e Nodebox piston pushers! Fix a few piston bugs such as pistons pushing pistons, pistons pushing blocks into pushers causing blocks to get deleted, and many more. As a side effect, players can no longer simply walk through piston pushers. Additionally, pistons will only remove their own pushers, and not those of neighboring pistons as well. Remove ENABLE_PISTON_ANIMATION option (not compatible with nodebox piston pushers). Anthony Zhang 2012-07-20 16:27:43 -0400
  • d3a4c2cb34 Change Water Turbine to the new nodebox model Jeija 2012-07-20 15:26:13 +0200
  • 40d5df5855 Fix stone pressure plate nodebox Jeija 2012-07-19 16:28:24 +0200
  • 02d4e05d3e Make solar panels diggable (instead of pull request) Jeija 2012-07-19 13:38:59 +0200
  • 64a452da24 Fix piston duplication bug, simplify piston handling, limit piston push distance to 15 blocks. Remove deprecated object:get_entity_name() call, and some obselete settings. Anthony Zhang 2012-07-18 23:38:59 -0400
  • 04bcc458d9 Several bugfixes and cleanups for movestones Jeija 2012-06-23 13:24:03 +0200
  • bc80efd685 Fix detector player name lookup Jeija 2012-06-23 12:39:35 +0200
  • d62a9269ac Fix wall lever bug. Anthony Zhang 2012-06-22 14:35:42 -0400
  • 39ed74bef7 AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added. Whiskers75 - 2012-06-22 17:49:26 +0100
  • 51539ef173 Experimental 3D plugs and sockets/inverters, fix a few things with Whiskers75's code. Anthony Zhang 2012-06-21 20:56:16 -0400
  • 1e569782f5 Use minetest.env:place_node and minetest.env:dig_node to enable usage of the on_place and on_dig callbacks. Anthony Zhang 2012-06-21 20:32:48 -0400
  • 87442f0c31 Experimental 3D Delayer Jeija 2012-06-21 20:33:01 +0200
  • bfc594a8d0 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Whiskers75 - 2012-06-21 18:56:19 +0100
  • 28bca749be AND block works! (YIPPEE!!!) See WHISKERS75_README. Whiskers75 - 2012-06-21 18:54:35 +0100
  • 1942663af5 Improve pressure plate 3D Model (Smaller) Jeija 2012-06-21 19:54:23 +0200
  • 2c36520a91 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons Jeija 2012-06-21 18:42:31 +0200
  • 730537f013 Fix Bug: Apply Rules on removal Jeija 2012-06-21 18:41:51 +0200
  • bd3bd4cf48 Added AND block textures and code - it works! No functionality though... Whiskers75 - 2012-06-21 17:26:17 +0100
  • 3a1bc021e3 Added AND block basic code + textures Whiskers75 - 2012-06-21 17:08:55 +0100
  • 11ae41f119 Tune Buttons to work together with Door Jeija 2012-06-21 17:27:29 +0200
  • 7d944d5a33 Add mesecon-controlled 3D door Jeija 2012-06-21 17:26:42 +0200
  • 3a6b099ae1 Replace old wall button with a fancy new 3d button Jeija 2012-06-21 16:38:48 +0200
  • 1712523772 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons Jeija 2012-06-21 13:56:12 +0200
  • dfc918a5f5 Add 3d pressure plates Jeija 2012-06-21 13:56:04 +0200
  • 98014f0cd8 Added some starting code for an AND block - look in mesecons_whiskers75. whiskers75 2012-06-20 22:14:17 +0200
  • 3ed865d94d Fix Bug: Mesecons cannot be digged due to a collisionbox failure Jeija 2012-06-20 19:26:07 +0200
  • db26adca25 Fix crash in sticky movestones (thanks MarkTraceur), cleanup movestoen code significantly. Anthony Zhang 2012-06-16 12:53:14 -0400
  • 3c7d2b2e25 Fix movestones (thanks MarkTraceur). Anthony Zhang 2012-06-15 21:29:43 -0400
  • 4200757ba3 Remove deprecated API functions "register_on_placenode" and "register_on_dignode" where possible. Anthony Zhang 2012-06-04 22:20:04 -0400
  • 95a84dde46 Add modpack.txt as modpack support has been added to MineTest dev around an hour ago: Anthony Zhang 2012-05-21 14:06:13 -0400
  • 5933b6f6ab Update README. Anthony Zhang 2012-05-21 14:03:56 -0400
  • c6e42c7be7 Re-add missing flag. Anthony Zhang 2012-05-15 16:49:24 -0400
  • ee141db06d Fancy New Textures :-) Vanessa Ezekowitz 2012-05-12 17:57:23 -0400
  • 51453bb6c2 Made mesecons diggable Anthony Zhang 2012-04-24 17:28:14 -0400
  • 029ad8be33 Add documentation for conductors Jeija 2012-04-22 07:55:57 +0200
  • 84cc0264ca Remove useless debug output Jeija 2012-04-22 07:49:40 +0200
  • 11b5ef8c94 Add new conductor system Jeija 2012-04-22 07:48:45 +0200
  • 700cd06dd9 Tune digging time group for power plant Jeija 2012-04-22 07:48:15 +0200
  • 45520274eb Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Jeija 2012-04-08 09:48:03 +0200
  • a359022cc4 Fix Bug: Noteblocks now play the same sound when punching & being powered by mesecons Jeija 2012-04-08 09:47:26 +0200
  • c7790cc9a0 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons sfan5 2012-04-07 11:23:50 +0200
  • b35fb2f6d2 Fix missing Plug Alias sfan5 2012-04-07 11:23:07 +0200
  • 8870d491ae Fix game crash on pressure plate dig Jeija 2012-04-07 10:03:00 +0200
  • f8be926915 Add contributor list and change version to 0.9 dev (skipping some version numbers) Jeija 2012-04-06 20:20:46 +0200
  • aa0a813091 Add Noteblock Alias Jeija 2012-04-06 20:08:05 +0200
  • 312f95b659 Add Noteblock Jeija 2012-04-06 20:05:36 +0200
  • 36c0090444 Tweak delayer times Jeija 2012-04-06 20:03:12 +0200
  • 686bb6b434 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Jeija 2012-04-02 10:44:22 +0200
  • dbaafc538c Fix Mesecon Torch Jeija 2012-04-02 10:42:41 +0200
  • 3ed12458d2 Fix Mesecon Torch Jeija 2012-04-02 10:42:01 +0200
  • d60af4b83d Fix Delayer wield_image sfan5 2012-04-02 08:41:27 +0200
  • 3aa025b6dd Fix Wall-Lever for new Rules-System sfan5 2012-04-02 08:24:48 +0200
  • cdb6e9b6d7 Fix mesecons_dev/README sfan5 2012-04-02 08:14:45 +0200
  • d44fa65bbc Deleted old Walllever-Directory sfan5 2012-04-02 08:11:18 +0200
  • 2ff53434c8 Fixed and enabled Wall-Levers sfan5 2012-04-02 08:08:26 +0200
  • 7d0812a794 Fix experimental-Bug with latest Git sfan5 2012-04-02 07:53:08 +0200
  • 5f947ae340 Remove unnecessary debug output Jeija 2012-03-29 22:22:46 +0200
  • d9a605511d Remove dedicated meselamp stuff Jeija 2012-03-29 22:14:14 +0200
  • e0c1740944 Add mesecons delayer Jeija 2012-03-29 22:11:39 +0200
  • ce87414f6b Add mesecons delayer Jeija 2012-03-29 22:11:17 +0200
  • d069275d09 Rules + Receptor system rework Jeija 2012-03-29 21:06:48 +0200
  • d54d148595 Add reference for new rules system Jeija 2012-03-29 11:53:11 +0200
  • e50639291c Make pressure plates and object detector use the new rules system Jeija 2012-03-29 11:49:37 +0200