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