Commit Graph

20 Commits

Author SHA1 Message Date
tobspr bc5ffcddd1 Change rotator, improve artwork 2020-10-07 19:02:42 +02:00
LeopoldTal c9d260f65e
Fix lint (#688)
* trim trailing space in Greek translation

* add missing type imports

* remove unused arg

* remove duplicate declaration
2020-09-28 12:42:15 +02:00
tobspr d27e9226be Re-balance, fixes, etc etc 2020-09-27 22:22:05 +02:00
tobspr c54ec9fd2a Restructure buildings 2020-09-24 12:53:40 +02:00
tobspr 26cd38b68c Refactor filters to make them not stall if one output is blocked 2020-09-19 19:30:04 +02:00
tobspr 3e93681ce6 Add virtual stacker and painter, fix css 2020-09-19 15:33:24 +02:00
Yoshie2000 50e40888fd
Music & Sound volume sliders in the settings menu (#611)
* Added music & sound volume sliders in the settings menu

* Changed the order of the sound options in the settings menu

* Fixed the formatting, removed extra semicolon

* Removed a bad character

* Update base-en.yaml

* Updated base-en.yaml

* Removed trailing spaces

* Type safety fixes

* Replaced logical XOR (^) with !==
2020-08-31 15:46:21 +02:00
tobspr 244cede010 Make logic gates output empty if there is a conflict 2020-08-30 16:12:01 +02:00
tobspr cf0f02826b Make comparer compare shapes, colors and booleans 2020-08-29 21:40:57 +02:00
tobspr 238b08d4d1 Make shapes truthy 2020-08-29 11:08:30 +02:00
tobspr bb739c80fa Rework quad painter and filter, rework logic gates 2020-08-29 09:35:14 +02:00
tobspr 93f9d7ae23 Fix cutter 2020-08-18 20:12:18 +02:00
tobspr 1a6c91f4e9 Fix crash 2020-08-18 20:07:44 +02:00
tobspr 296b76bf11 Add virtual shape processing buildings 2020-08-18 20:02:39 +02:00
Bjorn Stromberg 6a447e3583 Remove enumLayer and enumItemType 2020-08-15 19:47:01 +02:00
tobspr 7279b75187 Improve information when hovering wires 2020-08-15 17:51:28 +02:00
tobspr ff02508361 Add transistor building (Gate) 2020-08-13 20:47:33 +02:00
tobspr 984bea1921 Add OR gate and different colors of wire based on the value 2020-08-13 20:01:54 +02:00
tobspr 49da768b73 Add NOT gate 2020-08-13 19:33:35 +02:00
tobspr 52b4d4d742 Implement wire networks, add levers 2020-08-13 19:23:00 +02:00