Main public logs
Appearance
Combined display of all available logs of Logic World Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:46, 7 September 2025 Felipe talk contribs created page Template:Off (Created page with "'''OFF'''")
- 16:46, 7 September 2025 Felipe talk contribs created page Template:On (Created page with "'''ON'''")
- 15:24, 7 September 2025 Jimmy talk contribs created page User talk:FoxFireFive (Good user page: new section) Tags: Recreated New topic
- 12:45, 7 September 2025 User account DjSapsan talk contribs was created
- 12:15, 7 September 2025 Lawrziepan talk contribs created page Your First Computer (Wrote the opening of the guide) Tag: Visual edit
- 11:55, 7 September 2025 BobisBilly talk contribs created page File:Logo alt square.png
- 11:55, 7 September 2025 BobisBilly talk contribs uploaded File:Logo alt square.png
- 11:35, 7 September 2025 BobisBilly talk contribs created page Template:Infobox Other (Created page with " <noinclude> <templatedata> { "params": { "title": { "description": "The title shown above and outside the infobox.", "type": "line", "required": true }, "image": { "description": "The main image to show on the infobox.", "type": "wiki-file-name", "default": "MHG.Socket_thumbnail_render.png", "required": true }, "description": { "description": "A simple description about the contents of the infobox.", "type": "string" } }, "descr...")
- 11:29, 7 September 2025 Lawrziepan talk contribs created page File:Computer Structure diagram.png (A digram of the structure of a computer.)
- 11:29, 7 September 2025 Lawrziepan talk contribs uploaded File:Computer Structure diagram.png (A digram of the structure of a computer.)
- 11:28, 7 September 2025 Lawrziepan talk contribs created page Multiplexer (Initial creation) Tag: Visual edit
- 11:25, 7 September 2025 Lawrziepan talk contribs created page File:Multiplexer Circuit.png (A screenshot of a multiplexer circuit ingame.)
- 11:25, 7 September 2025 Lawrziepan talk contribs uploaded File:Multiplexer Circuit.png (A screenshot of a multiplexer circuit ingame.)
- 11:01, 7 September 2025 BobisBilly talk contribs created page User:BobisBilly (Added a Bio) Tag: Visual edit
- 10:30, 7 September 2025 Lawrziepan talk contribs created page File:Multiplexer Diagram.png (A simple diagram showing the inputs and outputs of a multiplexer.)
- 10:30, 7 September 2025 Lawrziepan talk contribs uploaded File:Multiplexer Diagram.png (A simple diagram showing the inputs and outputs of a multiplexer.)
- 07:58, 7 September 2025 Jimmy talk contribs deleted page User talk:FoxFireFive (discussion format was borked because we didn't have DiscussionTools extension, will recreate once that's up and running)
- 07:53, 7 September 2025 Jimmy talk contribs created page User talk:FoxFireFive (Good page: new section)
- 06:01, 7 September 2025 FoxFireFive talk contribs created page User:FoxFireFive (my user page for myself) Tag: Visual edit
- 05:42, 7 September 2025 FoxFireFive talk contribs created page File:MaxOnMyLap.jpg
- 05:42, 7 September 2025 FoxFireFive talk contribs uploaded File:MaxOnMyLap.jpg
- 05:39, 7 September 2025 FoxFireFive talk contribs created page File:First.png
- 05:39, 7 September 2025 FoxFireFive talk contribs uploaded File:First.png
- 05:16, 7 September 2025 User account FoxFireFive talk contribs was created
- 03:21, 7 September 2025 HuntaBadday talk contribs created page Relay (Created page with "{{Infobox component | title=Relay | caption=Relay | id=MHG.Relay | io.propagationDelay=1 | io.maxInputs=3 | io.minInputs=3 | io.outputs=2 }} The relay is a component which can pass a signal between the two side pins bi-directionally while the top pin (Enable) is HIGH. == Timing == The Relay has a latency of 0 ticks for a signal to pass between the side pins, but has a switching latency of 1 tick. So in the instance the enable pin is HIGH, it will take 1 tick to switch t...")
- 03:10, 7 September 2025 HuntaBadday talk contribs created page User talk:HuntaBadday (Created page with "Well this is weird... I clicked on an invalid link by my username... and I can make a page for it?")
- 03:07, 7 September 2025 HuntaBadday talk contribs created page Oracle (Created page with "{{Infobox component | title=Oracle | caption=Oracle | id=MHG.Randomizer | io.propagationDelay=1 | io.maxInputs=1 | io.minInputs=1 | io.outputs=1 }}The Oracle is a digital component which will output a random state (HIGH or LOW) on the rising edge of the input. The Oracle will demonstrate the following behavior:{{Truth table|0 0|0 1/0|inputs=Enable|outputs=1|caption=Oracle Truth Table}} == Timing == The Oracle has a latency of 1 tick, so in the instance of the enable pi...") Tag: Visual edit: Switched
- 01:35, 7 September 2025 Jimmy talk contribs created page Talk:Dedicated Server Setup Guide (Created page with "Good resource for writing this page: https://logicworld.net/view/pst-0955fd60/server-hosting-documentation-by-ecconia")
- 01:18, 7 September 2025 User account BobisBilly talk contribs was created
- 01:14, 7 September 2025 Felipe talk contribs created page Template:Truth table (Created page with "<includeonly>{{#invoke:LogicUtils|truth_table}}</includeonly>")
- 01:13, 7 September 2025 Felipe talk contribs created page Module:LogicUtils (Created page with "local p = {} p.truth_table = function(frame, args) local args = args or frame:getParent().args local html = "<table class=\"wikitable\"><tr>" for token in string.gmatch(args[1], "[^%s]+") do html = html.."<th>"..token.."</th>" end html = html.."</tr>" for i=2,#args do html = html.."<tr>" for token in string.gmatch(args[i], "[^%s]+") do if token == "0" then html = html.."<td style=\"color: red\">0</td>" elseif token == "1" then html = html.."...")
- 01:10, 7 September 2025 User account PyroChiliarch talk contribs was created
- 00:55, 7 September 2025 HuntaBadday talk contribs created page D Latch (Created page with "{{Infobox component|caption=D Latch|id=MHG.DLatch|io.propagationDelay=1|title=D Latch|io.maxInputs=2|io.minInputs=2|io.outputs=1}}The '''D Latch''' is a basic digital component who's output can be latched to the input when the latch pin is set to HIGH. The D Latch has an input on the side (data), an input on the top (enable), and an output on the top. The input on the side is a state to be latched; while the enable input is HIGH, the output state will be latched to the...") Tag: Visual edit: Switched
- 00:37, 7 September 2025 Jimmy talk contribs moved page File:MHG.AndGate 512x512.png to File:MHG.AndGate thumbnail render.png without leaving a redirect
- 00:36, 7 September 2025 Jimmy talk contribs deleted page File:AND Gate thumbnail render.png (Duplicated file: content was: "A render of an AND Gate, using the game's default thumbnail render properties except for a higher resolution (512x512). Rendered using commands by Logic World v0.92.0.469", and the only contributor was "Jimmy" (talk))
- 00:36, 7 September 2025 Jimmy talk contribs moved page File:Circuit Board thumbnail render.png to File:MHG.CircuitBoard thumbnail render.png without leaving a redirect
- 00:36, 7 September 2025 Jimmy talk contribs moved page File:Display thumbnail render.png to File:MHG.StandingDisplay thumbnail render.png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:Panel Display thumbnail render.png to File:MHG.PanelDisplay thumbnail render.png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:XOR Gate thumbnail render.png to File:MHG.XorGate thumbnail render.png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:Chubby Through Socket thumbnail render.png to File:MHG.ChubbyThroughSocket thumbnail render.png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:Circuit Board thumbnail render (blue).png to File:MHG.CircuitBoard thumbnail render (blue).png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:Circuit Board thumbnail render (dark).png to File:MHG.CircuitBoard thumbnail render (dark).png without leaving a redirect
- 00:35, 7 September 2025 Jimmy talk contribs moved page File:Circuit Board thumbnail render (green).png to File:MHG.CircuitBoard thumbnail render (green).png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Delayer thumbnail render.png to File:MHG.Delayer thumbnail render.png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Panel Button thumbnail render.png to File:MHG.PanelButton thumbnail render.png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Mount thumbnail render.png to File:MHG.Mount thumbnail render.png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Oracle thumbnail render.png to File:MHG.Randomizer thumbnail render.png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Chubby Socket thumbnail render.png to File:MHG.ChubbySocket thumbnail render.png without leaving a redirect
- 00:34, 7 September 2025 Jimmy talk contribs moved page File:Inverter thumbnail render.png to File:MHG.Inverter thumbnail render.png without leaving a redirect
- 00:33, 7 September 2025 Jimmy talk contribs moved page File:Label thumbnail render.png to File:MHG.Label thumbnail render.png without leaving a redirect