Garry's Mod

Garry's Mod

Wire FPGA (beta)
Showing 1-10 of 17 entries
< 1  2 >
Update: 22 Jul, 2023 @ 12:10am

Fixed error caused by wirelib deprecation of function

Update: 2 Mar, 2021 @ 3:33pm

Hotfix for servers - inside view now behaves correctly

Update: 2 Mar, 2021 @ 11:52am

Fixed obscure bug with player.GetAll() returning NULL and the inside view timer crashing.

Update: 2 Mar, 2021 @ 10:39am

Added new CPU Selection gates (Mux and Demux)

Fixed clientside error when uploading empty chip to server

Update: 2 Mar, 2021 @ 1:26am

Added gate searching
Added FPGA options
Added experimental 'inside view' feature, default is opt in, and it can be turned on in the FPGA options.
(wrench in upper right corner of editor, FPGA tab, 'Allow inside view')
After it has been turned on, people will be able to hover over your chips, hold E, and see the internal gates
They will not be able to download your chip.


Fixed bug with "new file" button in tool menu
Various fixes related to overlay

Update: 18 Feb, 2021 @ 10:32am

Added a global copy / paste buffer (sections can be copied across files)
Added 'labels' and 'comments' to editor, allowing you to name sections of your chip, and add comments for explanations
Added new text features to the editor, relating to 3 levels of zoom
Added an overlay to the editor, that shows how many nodes you have selected / in your clipboard.
Added align to grid functionality, that toggles on and off when you press G
Added new 'multi-connection' mode, that activates upon double clicking (and holding) an input or output
Added memory gates (register, program counter)

Fixed an execution bug that would cause the client to crash
Fixed lua errors thrown when loading an FPGA gate that includes gate you don't have
Fixed some errors in the help text

Edited logic and bit-operations output names to represent their action
Edited some colors
Edited _helloworld_

Update: 12 Feb, 2021 @ 1:06pm

Added logic CPU gates
Added arithmetic CPU gates
Added bitwise operations CPU gates

Made temporary fix for unfocusing bug that only some people have - where the editor would stop responding to key presses after clicking outside it.

Update: 11 Feb, 2021 @ 5:51am

Added Execution Count gate
Added Timed Last gate
Fixed Last and Previous gate behaviour

Update: 9 Feb, 2021 @ 3:18pm

Fixed bug related to execute on trigger

Update: 9 Feb, 2021 @ 1:57pm

Fixed bug where client didn't receive _helloworld_.lua and help.lua