summaryrefslogtreecommitdiff
path: root/examples/test_all_gates.xml
AgeCommit message (Collapse)AuthorFilesLines
2020-07-08Made gate updating work on separate thread, added 3 way NAND gateDaniel Jones1-10/+23
Becuase of a recursion and stack overflow problem when looping objects i've moved the object updating to a separate thread, and it no longer does recursion. I also added a 3 input NAND gate and paved the work to add more 3 input gates.
2020-07-03examples: convert all examples to support new loading systemDaniel Jones1-51/+90
2020-06-25added example XML files for some gate testsDaniel Jones1-0/+74