Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-29 | Logic: created ned Object class and derived gates from that | Daniel Jones | 1 | -2/+2 | |
This class will allow us to make new devices (displays, custom gates etc) easily | |||||
2020-06-27 | Functionality: deleting multiple gates added | Daniel Jones | 1 | -1/+0 | |
2020-06-25 | functionality: implement loading xml file saved. | Daniel Jones | 1 | -2/+7 | |
2020-06-24 | functionality: implemented deleting selected gate with the delete key. | Daniel Jones | 1 | -1/+16 | |
2020-06-24 | functionality: added ability to delete links. click on the input of the link ↵ | Daniel Jones | 1 | -1/+3 | |
you wish to delete and press the delete key. | |||||
2020-06-24 | logic: now recursively updates gates when a change is made by keeping track ↵ | Daniel Jones | 1 | -1/+15 | |
of all connected gates | |||||
2020-06-24 | possibly fix logic bug and add options panel | Daniel Jones | 1 | -2/+65 | |
the option panel shows input types and output state. logic now updates when a new link is made | |||||
2020-06-23 | finished implementing all logic gates | Daniel Jones | 1 | -3/+3 | |
2020-06-23 | add license and headers | Daniel Jones | 1 | -0/+15 | |
2020-06-23 | first commit, basic logic works | Daniel Jones | 1 | -0/+104 | |