index
:
mesecons
master
origin/HEAD
origin/actionqueue
origin/animated_turbine
origin/dispenser
origin/improve-luacontroller
origin/luacontroller
origin/luacontroller_jit_functions
origin/master
origin/mesecons_in_nodedef
origin/meshes
origin/movestones_nodes
origin/next
origin/nextgen
origin/patch_#135
origin/patch_#85
origin/piston-rotation-rebased
origin/server_step
origin/sticky_blocks
origin/voxelmanip
origin/zefram_doors
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesecons_microcontroller
/
init.lua
Age
Commit message (
Expand
)
Author
2012-08-12
Fix mesecon delayer bugs and other non-functional changes
Jeija
2012-08-12
HUGE speed improvement
Jeija
2012-08-11
thinned the microcontroller down a bit to fit the style of the other floor ob...
Vanessa Ezekowitz
2012-08-11
change all recipes to use group:mesecon_conductor_craftable
Vanessa Ezekowitz
2012-08-11
Mesecons only connect to blocks with group mesecon > 1
Jeija
2012-08-10
Added "mesecon = 1" to the groups setting for most objects, so that they'll
Vanessa Ezekowitz
2012-08-10
Little bugfix: Register microcontroller0000 as off receptor
Jeija
2012-08-10
Add print command print(string in quotes or condition, can be concatenated us...
Jeija
2012-08-10
Add else: if(condition)command()>command(); > is else
Jeija
2012-08-10
Allow usage of sbi(PORT, condition) and change preset snippets to use this
Jeija
2012-08-10
Remove dead timer
Jeija
2012-08-09
Little bugfix for programming the microcontroller
Jeija
2012-08-09
Add buttons for logic gates and some FlipFlops
Jeija
2012-08-09
Add overheat protection and lots of bugfixes once again
Jeija
2012-08-09
A huge lot of bugfixes
Jeija
2012-08-09
Bugfix for last push
Jeija
2012-08-09
Use all of VanessaE's textures, bugfixes & improvements
Jeija
2012-08-09
new textures and nodeboxes for mesecons microcontroller
Vanessa Ezekowitz
2012-08-09
Remove stupid debug output
Jeija
2012-08-09
Define second parameter of sbi as condition
Jeija
2012-08-09
Enable commentaries in the Microcontroller by using :commentary
Jeija
2012-08-09
Bugfixes for microcontroller and use #addr instead of <addr>
Jeija
2012-08-08
Add an EEPROM to the Microcontroller
Jeija
2012-08-08
Fix a bug in long conditions
Jeija
2012-08-08
Fix a bug in long conditions
Jeija
2012-08-08
Fix = operator
Jeija
2012-08-08
Important bugfix for if
Jeija
2012-08-08
Add first experimental version of a (programmable) microcontroller
Jeija