summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-01Merge pull request #43 from VanessaE/masterVanessaE
receivers are now visibly insulated
2012-09-01Receiver now looks insulated, since it behaves that way anyways.Vanessa Ezekowitz
2012-09-01initial gates commit, logic behind gates works, more work to do.Kyle
2012-08-30Merge pull request #42 from Jat15/masterAnthony
Modified pistons, movestone, mvps for all liquid
2012-08-30Actuator ignored liquid (all)Jat
2012-08-28Merge pull request #38 from VanessaE/masterVanessaE
gave receiver objects their own textures.
2012-08-28Gave receivers their own textures. Needed so that they can be texturedVanessa Ezekowitz
separately, plus the nodeboxes were a little glitchy with the wires textures.
2012-08-25Merge pull request #36 from khonkhortisan/masterVanessaE
blue lightstone recipe
2012-08-25recipe for blue lightstone from fiber, missing textureKyle
2012-08-25Merge pull request #35 from VanessaE/masterVanessaE
images for blue lightstone
2012-08-25added images for blue lightstoneVanessa Ezekowitz
2012-08-24Merge pull request #34 from khonkhortisan/mastersfan5
Reduced the number of µC images.
2012-08-24Reduced the number of µC images. Instead of 16 top images, there is oneKyle
off image, then four port images that can be overlaid on top of the blank.
2012-08-24Merge pull request #33 from VanessaE/masterVanessaE
uC bottom
2012-08-25added proper bottom image to microcontrollerVanessa Ezekowitz
2012-08-24Merge pull request #32 from khonkhortisan/masterVanessaE
pressing enter will reprogram the µC instead of acting like escape
2012-08-24pressing enter will reprogram the µC instead of acting like escapeKyle
2012-08-21Merge pull request #30 from khonkhortisan/patch-1sfan5
Display yC Code in Infotexts
2012-08-21Merge pull request #31 from VanessaE/mastersfan5
Tweak vertical wire stubs to help with Z-Fighting
2012-08-21minor tweak to vertical mesecons wire stubs to help with z-fighting objectsVanessa Ezekowitz
above them
2012-08-21display µc programming like a signkhonkhortisan
I had a grid that mapped buttons to pixels so pressing a button displayed a letter. I had one programming that was a positive match so the pixel turned on, and another programming that was negative and just passed the signal on to the next pixel. If I had to right-click on each µc to see its programming, it would take me longer to find a problem. If I can see the programming just by looking at it, I could find a typo much easier. I'm not sure about the \n \n\r thing.
2012-08-20Switch from tile_images to tiles = {...}Jeija
2012-08-20Remove obsolete digprop_constanttimeJeija
2012-08-19Fix bug when placing a wire (receiver) to an onstate-walllever/buttonJeija
2012-08-18Merge pull request #29 from VanessaE/masterJeija
fiber
2012-08-18added texture for fiber craft itemVanessa Ezekowitz
2012-08-18Merge pull request #28 from VanessaE/masterJeija
receivers
2012-08-18new nodeboxes for receiver objects opposite wall levers etcVanessa Ezekowitz
2012-08-18Fix some bug that occurs when placing microcontrollers directly next to each ↵Jeija
other
2012-08-17Some fix for walllever/button receiver diggingJeija
2012-08-17Add fiber and craft recipe for insulated meseconJeija
2012-08-17Remove some useless codeJeija
2012-08-17Re-enable button + Wall lever, bugfix that adds a 'receiver' node (not yet ↵Jeija
designed)
2012-08-17Make isolated wires depend on facedir, rename them to 'insulated'Jeija
2012-08-17Merge pull request #27 from VanessaE/masterJeija
tweak select box
2012-08-17tweaked the selection box a bitVanessa Ezekowitz
2012-08-17Merge pull request #26 from VanessaE/masterJeija
isolated wires
2012-08-17new nodeboxes+textures for isolated meseconsVanessa Ezekowitz
2012-08-16Add conductor rules, add demo isolated mesecons to proof that it worksJeija
2012-08-15Same rules change like with wall levers for buttonsJeija
2012-08-15Fix/Improve Wall lever rulesJeija
2012-08-15Remove Temperest setting as it is an extension nowJeija
2012-08-15Move Temperest to mesecons-extension-temperestJeija
2012-08-15Change tile_images to tiles for water turbineJeija
2012-08-15Move Battery to mesecons-extension-batteryJeija
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 ↵Jeija
code runs on is the same that sends the code
2012-08-13Bugfix: Check if receptor node is powered from somewhere before turning it ↵Jeija
off in mesecons:turnoff
2012-08-13Add not-yet-working after(time, code) function to the microcontrollerJeija