userFlaviencancel

6,256 Commits over 790 Days - 0.33cph!

36 Days Ago
Booleans are using toggles instead of input fields Added debug convar, prints each node and connection state Cleanup and optims
36 Days Ago
Fixed some bugs with the default inputs and invoke method node
36 Days Ago
Added copy/paste support
36 Days Ago
Added import/export buttons
37 Days Ago
Added delay node Added tooltips on the node ports, shows the type
37 Days Ago
Node inputs can be inlined with input fields When connected the input field is disabled and the data comes from the incoming data
37 Days Ago
Added multi selection in the node graph
37 Days Ago
Set power node fixes
37 Days Ago
Added data hub item, acts as a data combiner - 3 inputs 1 output
37 Days Ago
Plugged the viewmodel prefab in
37 Days Ago
Folder cleanup
37 Days Ago
Updated UpdateLookingAt to ignore IO entities that arent matching the wiretool type you're holding Way easier to wire chips when holding the ethernet tool, and chips cannot block electricity wiring
37 Days Ago
Fixed FixCaret TMP_InputField NRE
37 Days Ago
Computer has multiple 'power out' slots that you can power using the graph
37 Days Ago
Fixed the config input fields fuckery
37 Days Ago
Cleaned up the mess in the UI folder
37 Days Ago
Node registry cleanup Added the basics: Add, Subtract, Multiply, Divide, Or, Less Than, Equal, Clamp
37 Days Ago
Random material changed for no reasons
37 Days Ago
Dragging an input on a wired output replace the connection
37 Days Ago
Can drag and drop from a port to another to connect them
38 Days Ago
Added some new string and logistic network nodes Added zoom in the graph editor
38 Days Ago
Added a config panel for the dot matrix screen Fixed some recursion bugs when evaluating the graph Cleanup
38 Days Ago
Added dot matrix screen item, can display any string sent by a computer Planning to add a config panel to set the text and colors manually too
38 Days Ago
Fixed print node only printing floats Different styling for exec connection lines
38 Days Ago
New items supporting data chips: Batteries - isCharging - chargeTimeLeft - capacity (0-1) - activeUsage - powerIn Door controller - doorHealth - doorOpen Electric furnace - isPowered - isSmelting
38 Days Ago
Data IO wires can parent to doors
38 Days Ago
InvokeMethod and GetData nodes now have dropdowns to select the connected device and method/field
38 Days Ago
merge from LNY26
38 Days Ago
Removed one shot from the horse armor store images
38 Days Ago
Skin viewer takes priority over the image gallery when clicking items in the store/inventory
39 Days Ago
Entity plugged with a chip can expose methods that can be called in the graph Search light has a SetAimPoint method
39 Days Ago
Fixed 200 bugs, UI tweaks and compile fixes
39 Days Ago
Added logistic network tab, shows all the items in your base boxes (read only) To show their content in the network, boxes need a storage monitor with a datachip, connected to the computer Items are sorted by quantity
39 Days Ago
Storage monitors now use the new socket system (like the industrial storage adaptors), allows me to deploy data chips on em
39 Days Ago
Auto turret exposes: health, ispowered, hasTarget, equippedWeapon, ammoCount, targetPosition
39 Days Ago
Various UI fixes and tweaks
39 Days Ago
Data computer graph saving/loading
39 Days Ago
Fixed print node printing everything as floats Added NodeValue.AsString
39 Days Ago
merge from LNY26
39 Days Ago
Compile fix
39 Days Ago
Added execution logic and event nodes Can finally run some graph now
39 Days Ago
Fixed the input bar
39 Days Ago
Fixed the UI, kinda
39 Days Ago
▄▆▉▄▌▆▄ ▅ ▉█▊█ █▅▌█ ▆▋▇█▍▍
39 Days Ago
▉▍▌▌▇▇ ▊▊█▄ ▍▊▋▊▅▋▋▅▇▄▌▊▅▉▉▅▄▊▆▅▊▉
39 Days Ago
▄▊▅▊▍▉ ▅▅▇▊ ▆▍▄▅█▅▇█▇▊▋█▄▆█▉▅▍▄▇▆▆
39 Days Ago
▉████▊ ▋▊▅▇█▅█▊ ▋▉▍▌▇▆▉▅ ▌▌ ▇▌▆▇▋ ▉▌▄█ ▌█▇█▄█▇ ▆▍ ▌▍▅ ▉▊▄ ▋▍▇▅▋ █▅▇ ▉▉▄▉ ▇▇ ▍▊██▋▊▆█▅▍█ ▍▄▊▇ ▍▋▌ ▆▅▊▋▅▋▆▍▋ ▄▋▌▍▌▍▍▍ ▆█▊▋ ▄▌▆▌█▋▋ ██▍▊ ▌▅▇▅ ▊▅ █▊▆ ▋▍▅▊▆▍▉▄▄▊
40 Days Ago
Refactored node config fields Added config fields UI
40 Days Ago
Very first pass of the node graph: from the data computer, you can build graphs with simple logic gates (similar to scratch/UE blueprints) Graphs can read data from devices connected with data chips, trigger power outputs... Can't 100% test it yet because after spending 50 years on the systems I now need to spend another 50 years getting a decent UI
40 Days Ago
merge from prefab_preprocess_fix