Garry's Mod
Wire FPGA (beta)
Mostrando 1-10 de 17 aportaciones
< 1  2 >
Actualización: 22 JUL 2023 a las 0:10

Fixed error caused by wirelib deprecation of function

Actualización: 2 MAR 2021 a las 15:33

Hotfix for servers - inside view now behaves correctly

Actualización: 2 MAR 2021 a las 11:52

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

Actualización: 2 MAR 2021 a las 10:39

Added new CPU Selection gates (Mux and Demux)

Fixed clientside error when uploading empty chip to server

Actualización: 2 MAR 2021 a las 1:26

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

Actualización: 18 FEB 2021 a las 10:32

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_

Actualización: 12 FEB 2021 a las 13:06

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.

Actualización: 11 FEB 2021 a las 5:51

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

Actualización: 9 FEB 2021 a las 15:18

Fixed bug related to execute on trigger

Actualización: 9 FEB 2021 a las 13:57

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