Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-05 | Code cleanup | Jeija | |
2012-09-05 | Remove door | Jeija | |
2012-09-05 | Merge pull request #48 from khonkhortisan/gates | Jeija | |
Gates | |||
2012-09-05 | depend on mesecons_delayer's all_rules instead of getting both insulated | Kyle | |
and microcontroller rules | |||
2012-09-04 | went back to large nodeboxes which agree with inventory image | Kyle | |
2012-09-04 | FACEDIR! (among other things) | Kyle | |
2012-09-03 | nodeboxes now show which sides connect | Kyle | |
2012-09-01 | flat inventory image for easy gate identification | Kyle | |
2012-09-01 | registering the on receptor makes placing a mesecon on the out port of | Kyle | |
the gate update the circuitry after it | |||
2012-09-01 | (oops) forgot the "out" connection | Kyle | |
2012-09-01 | simplified effector rules | Kyle | |
2012-09-01 | cut set_gate in half | Kyle | |
2012-09-01 | added recipes | Kyle | |
2012-09-01 | gates overheat | Kyle | |
2012-09-01 | Merge pull request #46 from VanessaE/master | VanessaE | |
Fix previous commit | |||
2012-09-01 | oops, that last commit broke something - evidently 'code' is not consistent. | Vanessa Ezekowitz | |
This restores the previous behavior when code=nil, and shows the code when not. | |||
2012-09-01 | Merge pull request #45 from VanessaE/master | VanessaE | |
fix missing code display in after() in µC | |||
2012-09-01 | fix missing code display when after() is involved | Vanessa Ezekowitz | |
2012-09-01 | Merge pull request #44 from VanessaE/master | VanessaE | |
prevent crash in µC sbi | |||
2012-09-01 | prevent crash with malformed sbi code. | Vanessa Ezekowitz | |
just inserting "sbi(A, C!=D)" into a µC without connecting it to anything causes 'b' at line 510 to become nil, crashing the server. | |||
2012-09-01 | nodeboxes | Kyle | |
2012-09-01 | gate output works | Kyle | |
2012-09-01 | Merge pull request #43 from VanessaE/master | VanessaE | |
receivers are now visibly insulated | |||
2012-09-01 | Receiver now looks insulated, since it behaves that way anyways. | Vanessa Ezekowitz | |
2012-09-01 | initial gates commit, logic behind gates works, more work to do. | Kyle | |
2012-08-30 | Merge pull request #42 from Jat15/master | Anthony | |
Modified pistons, movestone, mvps for all liquid | |||
2012-08-30 | Actuator ignored liquid (all) | Jat | |
2012-08-28 | Merge pull request #38 from VanessaE/master | VanessaE | |
gave receiver objects their own textures. | |||
2012-08-28 | Gave receivers their own textures. Needed so that they can be textured | Vanessa Ezekowitz | |
separately, plus the nodeboxes were a little glitchy with the wires textures. | |||
2012-08-25 | Merge pull request #36 from khonkhortisan/master | VanessaE | |
blue lightstone recipe | |||
2012-08-25 | recipe for blue lightstone from fiber, missing texture | Kyle | |
2012-08-25 | Merge pull request #35 from VanessaE/master | VanessaE | |
images for blue lightstone | |||
2012-08-25 | added images for blue lightstone | Vanessa Ezekowitz | |
2012-08-24 | Merge pull request #34 from khonkhortisan/master | sfan5 | |
Reduced the number of µC images. | |||
2012-08-24 | Reduced the number of µC images. Instead of 16 top images, there is one | Kyle | |
off image, then four port images that can be overlaid on top of the blank. | |||
2012-08-24 | Merge pull request #33 from VanessaE/master | VanessaE | |
uC bottom | |||
2012-08-25 | added proper bottom image to microcontroller | Vanessa Ezekowitz | |
2012-08-24 | Merge pull request #32 from khonkhortisan/master | VanessaE | |
pressing enter will reprogram the µC instead of acting like escape | |||
2012-08-24 | pressing enter will reprogram the µC instead of acting like escape | Kyle | |
2012-08-21 | Merge pull request #30 from khonkhortisan/patch-1 | sfan5 | |
Display yC Code in Infotexts | |||
2012-08-21 | Merge pull request #31 from VanessaE/master | sfan5 | |
Tweak vertical wire stubs to help with Z-Fighting | |||
2012-08-21 | minor tweak to vertical mesecons wire stubs to help with z-fighting objects | Vanessa Ezekowitz | |
above them | |||
2012-08-21 | display µc programming like a sign | khonkhortisan | |
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-20 | Switch from tile_images to tiles = {...} | Jeija | |
2012-08-20 | Remove obsolete digprop_constanttime | Jeija | |
2012-08-19 | Fix bug when placing a wire (receiver) to an onstate-walllever/button | Jeija | |
2012-08-18 | Merge pull request #29 from VanessaE/master | Jeija | |
fiber | |||
2012-08-18 | added texture for fiber craft item | Vanessa Ezekowitz | |
2012-08-18 | Merge pull request #28 from VanessaE/master | Jeija | |
receivers | |||
2012-08-18 | new nodeboxes for receiver objects opposite wall levers etc | Vanessa Ezekowitz | |