Combined display of all available logs of Turing Complete. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 15:16, 4 April 2025 Gelthor talk contribs created page Known issues/2.0.16 (Initial draft)
- 09:06, 29 March 2025 MegaIng talk contribs changed group membership for Drogohive from (none) to Confirmed user (Asked on discord)
- 03:15, 29 March 2025 User account Drogohive talk contribs was created
- 01:00, 29 March 2025 User account Njh197 talk contribs was created
- 13:04, 28 March 2025 Gelthor talk contribs created page Custom level creation/Simplex (Initial stub)
- 17:37, 3 March 2025 User account EdwardShooter talk contribs was created
- 12:47, 27 February 2025 User account Tahg talk contribs was created
- 10:16, 19 February 2025 Altrag talk contribs created page Alpha Branch/Word width (Created page with "Turing Complete allows for components and wires of any size from 1 through 64 bits, primarily for the sake of convenience (eg: placing a single 64-bit word <code>AND</code> rather than 64 individual 1-bit <code>AND</code> gates). In prior iterations of the game, there were individual components with fixed 1, 8, 16, 32 or 64 bit widths. In the modern version however, all but the 1-bit components have been combined into a single set of "word" components with configurable...")
- 09:36, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Component/Switch to Alpha Branch/Components/Switch
- 09:36, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Component/ON to Alpha Branch/Components/ON
- 09:36, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Component/OFF to Alpha Branch/Components/OFF
- 09:36, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Component/Constants to Alpha Branch/Components/Constants
- 09:36, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Component to Alpha Branch/Components over redirect
- 09:36, 19 February 2025 Altrag talk contribs deleted redirect Alpha Branch/Components by overwriting (Deleted to make way for move from "Alpha Branch/Component")
- 09:35, 19 February 2025 Altrag talk contribs moved page Alpha Branch/Components to Alpha Branch/Component
- 06:30, 19 February 2025 Altrag talk contribs created page Alpha Branch/Component/Switch (Created page with "{{Breadcrumbs|Alpha Branch|Components}} {{Early-access-version|0|1346}} == Bit Switch == {{Infobox component | image = Bit_Component_switch.png | type = bit | gate-cost = 2 | delay-cost = 1 | prerequisite = Always On }} The switch is a way to pass the state of the input bit to the output of the switch, but only when the switch is in the enabled {{On}} state. The {{Off}} state prevents the input bit from being passed through to the output. {| {{Tru...")
- 21:32, 17 February 2025 Altrag talk contribs created page Alpha Branch/Component/Constants (Created page with "== ON == {{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful when you want to make sure you have a {{On}} input to another component. == OFF == {{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost...")
- 07:57, 7 February 2025 Altrag talk contribs created page Alpha Branch/Component/OFF (Created page with "{{Infobox component | image = Bit_Component_constant_off.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{Off}} state, or '''0''' in logical terms. This is useful for times when you want to make sure you have a {{Off}} input to another component or want to document an intended {{Off}} signal. However, the input pins of most components default to {{Off}} when not connected to...")
- 07:54, 7 February 2025 Altrag talk contribs created page Alpha Branch/Component/ON (Created page with "{{Infobox component | image = Bit_Component_constant_on.png | type = bit | gate-cost = 0 | delay-cost = 0 | prerequisite = Always On }} This is a single bit representation of the {{On}} state, or '''1''' in logical terms. This is useful for times when you want to make sure you have a {{On}} input to another component.")
- 07:25, 7 February 2025 Altrag talk contribs created page File:Bit Component XOR.png ({{File |summary = XOR |type = sprite |source = screenshot }})
- 07:25, 7 February 2025 Altrag talk contribs uploaded File:Bit Component XOR.png ({{File |summary = XOR |type = sprite |source = screenshot }})
- 07:24, 7 February 2025 Altrag talk contribs created page File:Bit Component XNOR.png ({{File |summary = XNOR |type = sprite |source = screenshot }})
- 07:24, 7 February 2025 Altrag talk contribs uploaded File:Bit Component XNOR.png ({{File |summary = XNOR |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs created page File:Bit Component switch.png ({{File |summary = switch |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs uploaded File:Bit Component switch.png ({{File |summary = switch |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs created page File:Bit Component register.png ({{File |summary = register |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs uploaded File:Bit Component register.png ({{File |summary = register |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs created page File:Bit Component OR.png ({{File |summary = OR |type = sprite |source = screenshot }})
- 07:22, 7 February 2025 Altrag talk contribs uploaded File:Bit Component OR.png ({{File |summary = OR |type = sprite |source = screenshot }})
- 07:21, 7 February 2025 Altrag talk contribs created page File:Bit Component NOT.png ({{File |summary = NOT |type = sprite |source = screenshot }})
- 07:21, 7 February 2025 Altrag talk contribs uploaded File:Bit Component NOT.png ({{File |summary = NOT |type = sprite |source = screenshot }})
- 06:43, 7 February 2025 Altrag talk contribs created page File:Bit Component NOR.png ({{File |summary = NOR |type = sprite |source = screenshot }})
- 06:43, 7 February 2025 Altrag talk contribs uploaded File:Bit Component NOR.png ({{File |summary = NOR |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs created page File:Bit Component NAND.png ({{File |summary = NAND |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs uploaded File:Bit Component NAND.png ({{File |summary = NAND |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs created page File:Bit Component full adder.png ({{File |summary = full adder |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs uploaded File:Bit Component full adder.png ({{File |summary = full adder |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs created page File:Bit Component delay line.png ({{File |summary = delay line |type = sprite |source = screenshot }})
- 06:42, 7 February 2025 Altrag talk contribs uploaded File:Bit Component delay line.png ({{File |summary = delay line |type = sprite |source = screenshot }})
- 06:41, 7 February 2025 Altrag talk contribs created page File:Bit Component constant on.png ({{File |summary = ON |type = sprite |source = screenshot }})
- 06:41, 7 February 2025 Altrag talk contribs uploaded File:Bit Component constant on.png ({{File |summary = ON |type = sprite |source = screenshot }})
- 06:41, 7 February 2025 Altrag talk contribs created page File:Bit Component constant off.png ({{File |summary = OFF |type = sprite |source = screenshot }})
- 06:41, 7 February 2025 Altrag talk contribs uploaded File:Bit Component constant off.png ({{File |summary = OFF |type = sprite |source = screenshot }})
- 06:40, 7 February 2025 Altrag talk contribs created page File:Bit Component AND.png ({{File |summary = AND |type = sprite |source = screenshot }})
- 06:40, 7 February 2025 Altrag talk contribs uploaded File:Bit Component AND.png ({{File |summary = AND |type = sprite |source = screenshot }})
- 06:40, 7 February 2025 Altrag talk contribs created page File:Bit Component 8 bit splitter.png ({{File |summary = 8-bit splitter |type = sprite |source = screenshot }})
- 06:40, 7 February 2025 Altrag talk contribs uploaded File:Bit Component 8 bit splitter.png ({{File |summary = 8-bit splitter |type = sprite |source = screenshot }})
- 06:39, 7 February 2025 Altrag talk contribs created page File:Bit Component 8 bit maker.png ({{File |summary = 8-bit maker |type = sprite |source = screenshot }})
- 06:39, 7 February 2025 Altrag talk contribs uploaded File:Bit Component 8 bit maker.png ({{File |summary = 8-bit maker |type = sprite |source = screenshot }})
- 06:38, 7 February 2025 Altrag talk contribs created page File:Bit Component 4 bit splitter.png ({{File |summary = 4-bit splitter |type = sprite |source = screenshot }})