Commit Graph

931 Commits

Author SHA1 Message Date
Jeija 72b00178f9 Enable commentaries in the Microcontroller by using :commentary 2012-08-09 08:27:47 +02:00
Jeija 89edd2ce63 Bugfixes for microcontroller and use #addr instead of <addr> 2012-08-09 08:06:23 +02:00
cornernote 2330d0af79 added pistons up and down 2012-08-09 13:52:47 +09:30
Jeija 2d94a08d2e Add an EEPROM to the Microcontroller 2012-08-08 23:35:36 +02:00
Jeija 7ed60c75b9 Bugfix for the battery: Use receptor_on/off 2012-08-08 20:33:14 +02:00
Jeija f701dad739 Fix a bug in long conditions 2012-08-08 20:13:07 +02:00
Jeija 0ee661d25d Fix a bug in long conditions 2012-08-08 19:40:39 +02:00
Jeija da6cccf332 Add a untested wrong-spelled bad tutorial for the microcontroller 2012-08-08 15:42:52 +02:00
Jeija 0d6749a264 Fix = operator 2012-08-08 15:33:34 +02:00
Jeija e3d2b07cd5 Important bugfix for if 2012-08-08 15:09:05 +02:00
Jeija ef740353ef Add first experimental version of a (programmable) microcontroller 2012-08-08 13:26:32 +02:00
sfan5 10fe94dea7 Make Pistons use set_node not dig_node (Speed Improvement) 2012-08-08 12:40:18 +02:00
sfan5 13538d56d9 Fix mesecon:updatenode for the last Time... 2012-08-08 12:39:33 +02:00
sfan5 f4782df445 Finally fix mesecon:updatenode 2012-08-08 12:31:00 +02:00
sfan5 6b5c789204 Fix Typo in mesecon:nodeupdate 2012-08-08 12:27:45 +02:00
sfan5 dd1921c03a Add mesecon:nodeupdate Function 2012-08-08 12:16:28 +02:00
sfan5 55e74c04ed Trigger Block Update when retracting Piston 2012-08-08 11:44:12 +02:00
Anthony 98fc808c68 Merge pull request #8 from Kotolegokot/master
Solar panel nodebox
2012-08-07 09:37:51 -07:00
sfan5 31c01b0425 Merge pull request #10 from VanessaE/master
More tweaks :-)
2012-08-07 02:31:50 -07:00
Vanessa Ezekowitz 43ca443510 Tweaked the new textures for better contrast, added some light antialiasing to
the "and" symbol.
2012-08-07 05:12:28 -04:00
Vanessa Ezekowitz e73dde5a03 New textures for Whiskers75's andblock, turned it into a nodebox using the
definitions from the delayers.
2012-08-07 05:08:12 -04:00
sfan5 9453e9ac07 Merge pull request #9 from VanessaE/master
Better wall button nodeboxes
2012-08-07 01:43:49 -07:00
Vanessa Ezekowitz 6aa2f2d5be darkened wall button sides texture a bit, for better contrast. 2012-08-07 03:41:56 -04:00
Vanessa Ezekowitz 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.
2012-08-07 03:40:04 -04:00
Vanessa Ezekowitz f502cbd801 use normal piston textures on sides of sticky piston plunger. Also fixes
deprecated tile_images bits.
2012-08-07 03:11:36 -04:00
Vanessa Ezekowitz 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.
2012-08-07 02:56:40 -04:00
Jeija df7edcb35c Make lamps and pressure plates walkable 2012-08-05 13:37:20 +02:00
Kotolegokot 83aa17606d Solar panel 2012-08-02 11:43:43 +06:00
Jeija 80b2da6c85 Merge pull request #7 from Kotolegokot/master
Torch selection box and lamp node box
2012-08-01 11:46:59 -07:00
Kotolegokot 9f493e8cb7 Meselamp nodebox 2012-08-01 23:29:03 +06:00
Kotolegokot a0417d3ad3 Mesecon Torch 2012-08-01 21:30:30 +06:00
Jeija 150da24db6 Merge pull request #6 from Kotolegokot/master
Some modifications and fixed.
2012-08-01 07:45:07 -07:00
Kotolegokot 20d1b9dd52 Power Plant 2012-08-01 19:36:32 +06:00
Kotolegokot 35de798dcd Blinky Plant 2012-08-01 16:48:00 +06:00
Kotolegokot e8155f5c6e Fix battery nodebox 2012-08-01 16:10:54 +06:00
Kotolegokot 70841d8c8e not_in_creative_inventory 2012-08-01 15:58:19 +06:00
Jeija 7568182f4a Add (still experimental) better textures for the battery 2012-07-22 09:34:34 +02:00
Jeija 81f0772db8 Remove debug output, Fix Bugs 2012-07-22 09:32:24 +02:00
Jeija 811403c9d5 Continue/Finish Battery 2012-07-21 11:06:59 +02:00
Jeija 278a705cba Experimental battery - not finished yet 2012-07-21 10:47:42 +02:00
Anthony Zhang 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. 2012-07-20 22:15:49 -04:00
Anthony Zhang 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). 2012-07-20 16:27:43 -04:00
Jeija d3a4c2cb34 Change Water Turbine to the new nodebox model 2012-07-20 15:26:13 +02:00
Jeija 40d5df5855 Fix stone pressure plate nodebox 2012-07-19 16:28:24 +02:00
Jeija 02d4e05d3e Make solar panels diggable (instead of pull request) 2012-07-19 13:38:59 +02:00
Anthony Zhang 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. 2012-07-18 23:38:59 -04:00
Jeija 04bcc458d9 Several bugfixes and cleanups for movestones 2012-06-23 13:24:03 +02:00
Jeija bc80efd685 Fix detector player name lookup 2012-06-23 12:39:35 +02:00
Anthony Zhang d62a9269ac Fix wall lever bug. 2012-06-22 14:35:42 -04:00
Whiskers75 - 39ed74bef7 AND block changed! Now in its own dir. Also, auto power on (NOT off) has been added. 2012-06-22 17:49:26 +01:00