summaryrefslogtreecommitdiff
path: root/mesecons_microcontroller
AgeCommit message (Expand)Author
2020-06-27Use mod.conf for dependencies (#492)David Leal
2019-06-27Optimize images (#464)Hugo Locurcio
2018-11-06Fix crash in microcontroller (#439)ne-vlezay80
2018-07-23Check protection on microcontroller programming (#420)SmallJoker
2017-11-01Set is_ground_content to false (#386)DS
2017-10-07Handle blasts (#356)DS
2017-09-11Add conversation recipes for Lua- and Microcontroller (#354)DS
2017-01-28FPGAs (#315)sfan5
2017-01-19Fix Lua error with microcontrollerssfan5
2017-01-15Fix remaining namespace pollutions (closes #311)sfan5
2016-08-23Move shared textures into base mod (fixes a few LuaC issues)Carter Kolwey
2016-05-15Remove microcontroller documentation files from the source treeJeija
2015-10-04Remove trailing whitespaceJeija
2014-11-22Replace mesecon:<some_function> with mesecon.<some_function> for greaterJeija
2014-11-22Rewrite mesecon wires. This should increase the efficiency and speed ofJeija
2014-04-25fix programming microcontroller through formZefram
2014-04-20Fix #155 (option 2 used). Remove non-ActionQueue system. Enable overheat for ...Jeija
2014-01-19Merge branch 'actionqueue'Jeija
2014-01-11Try to fix gateswith serverstep code.Novatux
2014-01-10Move textures into their modsShadowNinja
2013-12-18Change field receipt handling to work properly with Minetest 0.4.8.Uberi
2013-11-30Update code to standards of Minetest 0.4.8.Uberi
2013-11-30Use minetest.swap_node() instead of mesecons' version, Minor code changesVanessa Ezekowitz
2013-09-08Update Microcontroller Tutorial and add .odt source for the .pdfJeija
2013-08-29Escape microcontroller code in formspeckhonkhortisan
2013-08-27Merge pull request #112 from khonkhortisan/multi_ruleskhonkhortisan
2013-06-20Crossoverkhonkhortisan
2013-06-05Change mesecons signals so that they update effectors only after a globalstep...Novatux
2013-06-05Add an ABM function which resets heat to 0, since gates/controllers won't be ...Novatux
2013-04-28Fix all crafting recipes to use modern styleRealBadAngel
2013-03-06Digging and footstep sounds for everything that needs them! Plus, pushing but...Anthony Zhang
2012-12-19Add rule-name system. Every input rule can now have a name, that could help e...Jeija
2012-12-13Include experimental vertical wires (needs textures)Jeija
2012-12-09Fix microcontroller diggingJeija
2012-12-09Port a lot more (basically everything apart from gates, pistons and extrawire...Jeija
2012-10-07Improve T-FF code and add a reset pin on C.cornernote
2012-09-09Fix Microcontroller bug in a different way, define offstate ports as inputs onlyJeija
2012-09-08Fix Microcontroller bug (discovered by Fenris) and some others that propably ...Jeija
2012-09-01oops, that last commit broke something - evidently 'code' is not consistent.Vanessa Ezekowitz
2012-09-01fix missing code display when after() is involvedVanessa Ezekowitz
2012-09-01prevent crash with malformed sbi code.Vanessa Ezekowitz
2012-08-24Reduced the number of µC images. Instead of 16 top images, there is oneKyle
2012-08-25added proper bottom image to microcontrollerVanessa Ezekowitz
2012-08-24pressing enter will reprogram the µC instead of acting like escapeKyle
2012-08-21display µc programming like a signkhonkhortisan
2012-08-20Remove obsolete digprop_constanttimeJeija
2012-08-18Fix some bug that occurs when placing microcontrollers directly next to each ...Jeija
2012-08-13Update microcontroller tutorial to include after()Jeija
2012-08-13Finish after() command: works nowJeija
2012-08-13Bugfix for microcontroller's after(): Make sure that microcontroller the code...Jeija