Commit Graph

  • 8f0d765ffe Merge pull request #19 from VanessaE/master Jeija 2012-08-11 14:56:35 -0700
  • d950f0d169 Merge branch 'master' of github.com:Jeija/minetest-mod-mesecons Vanessa Ezekowitz 2012-08-11 17:52:11 -0400
  • d2aeeb3e94 Reverted back to old mesecons wire image for inventory Vanessa Ezekowitz 2012-08-11 17:51:36 -0400
  • 8b62511615 Add some wires to mesecon_conductor_craftable group Jeija 2012-08-11 23:45:51 +0200
  • 1f6e1fa7ab Mesecons only connect to blocks with group mesecon > 1 Jeija 2012-08-11 23:39:28 +0200
  • 6b1941a380 Add new nodebox style wires. Can be activated by setting NEW_STYLE_WIRES to true (in mesecons/settings.lua) Jeija 2012-08-11 22:58:00 +0200
  • a57b8f4a07 Merge pull request #17 from VanessaE/master VanessaE 2012-08-11 04:26:44 -0700
  • 0214dbc582 added mesecon = 1 to groups for torches also. Vanessa Ezekowitz 2012-08-11 07:12:55 -0400
  • c060e56e1d Merge pull request #16 from VanessaE/master Anthony 2012-08-10 16:04:23 -0700
  • 0891b9e5af reworked the mesecons object detector textures. Much better now. Vanessa Ezekowitz 2012-08-10 18:35:27 -0400
  • fa1213134a did the same for buttons and up/down pistons Vanessa Ezekowitz 2012-08-10 17:59:52 -0400
  • 39db9cf01c Added "mesecon = 1" to the groups setting for most objects, so that they'll visibly connect to neighboring wires. Vanessa Ezekowitz 2012-08-10 17:35:54 -0400
  • b0a0387722 Make Delayer use facedir Jeija 2012-08-10 22:58:48 +0200
  • 6772bc0112 Auto-Generate delayers Jeija 2012-08-10 21:50:07 +0200
  • 813c0a83b0 Remove support for old jeija_* nodenames; add delayer and microcontroller aliases Jeija 2012-08-10 21:48:24 +0200
  • 4db24333f5 Add craft recipe for noteblock Jeija 2012-08-10 21:31:52 +0200
  • 32fba63267 Update Microcontroller Tutorial Jeija 2012-08-10 20:58:39 +0200
  • 9d52049e83 Fix sticky piston duplicate bug Jeija 2012-08-10 20:12:53 +0200
  • 8fa6894953 Consistency improvement and remove dead code Jeija 2012-08-10 18:58:21 +0200
  • fe6c9f3e09 Little bugfix: Register microcontroller0000 as off receptor Jeija 2012-08-10 11:46:17 +0200
  • daf1a7e5a3 Fix bug in registration of wall lever as receptor_node_on Jeija 2012-08-10 11:42:21 +0200
  • ca7bd1f24f Improve light level a little Jeija 2012-08-10 11:31:01 +0200
  • 2fe312618c Make button and Wall lever emit very few light if turned on Jeija 2012-08-10 11:11:53 +0200
  • ce72ed2bab Add print command print(string in quotes or condition, can be concatenated using comma) Jeija 2012-08-10 10:47:40 +0200
  • 6a524b8cdd Add else: if(condition)command()>command(); > is else Jeija 2012-08-10 10:19:33 +0200
  • 0633809f73 Allow usage of sbi(PORT, condition) and change preset snippets to use this Jeija 2012-08-10 09:44:49 +0200
  • 7e370d5377 Merge pull request #15 from VanessaE/master Jeija 2012-08-09 23:31:02 -0700
  • b24cc2a14d made pressure plates go thin (1/4 pixel thick) when "on" Vanessa Ezekowitz 2012-08-10 02:28:22 -0400
  • 5c5db631a6 Merge branch 'master' of https://github.com/Jeija/minetest-mod-mesecons Jeija 2012-08-10 08:26:38 +0200
  • 9fa033db7b Remove dead timer Jeija 2012-08-10 08:23:55 +0200
  • a41bc07d11 Merge pull request #14 from VanessaE/master Jeija 2012-08-09 23:12:41 -0700
  • e19a31b865 thickened soloar panel slightly for consistency with floor-objects (though that means it's inconsistent with wall levers/buttons when placed next to those, but it still looks good) Vanessa Ezekowitz 2012-08-09 21:44:05 -0400
  • 368a7c1eda thickened up pressure plates slightly for consistency Vanessa Ezekowitz 2012-08-09 21:35:34 -0400
  • 6d0e2b04c6 made mesecons delayer thinner to better match the other floor devices Vanessa Ezekowitz 2012-08-09 21:29:33 -0400
  • 4559828953 thickened base of wall button to match that of wall lever (for consistency) Vanessa Ezekowitz 2012-08-09 21:24:31 -0400
  • 90fd7977a7 Re-added nodebox-based wall levers, this time making sure to check that they can actually rotate and activate nearby mesecons :-) These look a little better than the last try anyway. Vanessa Ezekowitz 2012-08-09 20:00:36 -0400
  • d3ba13e878 Update Tutorial Jeija 2012-08-10 00:39:16 +0200
  • ce928a5954 Little bugfix for programming the microcontroller Jeija 2012-08-09 23:09:02 +0200
  • 686e420430 Remove the obsolete AND block - Replacement: Microcontroller Jeija 2012-08-09 22:42:26 +0200
  • af3288f61d Add buttons for logic gates and some FlipFlops Jeija 2012-08-09 22:39:54 +0200
  • 793c039f10 Merge pull request #12 from cornernote/master Jeija 2012-08-09 12:43:59 -0700
  • f557b6c363 Add overheat protection and lots of bugfixes once again Jeija 2012-08-09 21:40:25 +0200
  • 0abfa674d6 A huge lot of bugfixes Jeija 2012-08-09 16:25:30 +0200
  • 9854160ece Bugfix for last push Jeija 2012-08-09 13:34:10 +0200
  • ca4a8cd264 Use all of VanessaE's textures, bugfixes & improvements Jeija 2012-08-09 12:54:31 +0200
  • 8b41402558 Merge pull request #13 from VanessaE/master Jeija 2012-08-09 01:18:25 -0700
  • 2e99d234c9 new textures and nodeboxes for mesecons microcontroller Vanessa Ezekowitz 2012-08-09 04:13:05 -0400
  • 331ae1a13c Remove stupid debug output Jeija 2012-08-09 09:05:00 +0200
  • 5fe294a5fa Define second parameter of sbi as condition Jeija 2012-08-09 09:03:22 +0200
  • 72b00178f9 Enable commentaries in the Microcontroller by using :commentary Jeija 2012-08-09 08:27:47 +0200
  • 89edd2ce63 Bugfixes for microcontroller and use #addr instead of <addr> Jeija 2012-08-09 08:06:23 +0200
  • 2330d0af79 added pistons up and down cornernote 2012-08-09 13:52:47 +0930
  • 2d94a08d2e Add an EEPROM to the Microcontroller Jeija 2012-08-08 23:35:36 +0200
  • 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